Mock Version: 4.1 Mock Version: 4.1 Mock Version: 4.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/golang-github-prometheus.spec'], chrootPath='/var/lib/mock/dist-oc9-epol-build-103970-66308/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/golang-github-prometheus.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/golang-github-prometheus-2.32.1-1.oc9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/golang-github-prometheus.spec'], chrootPath='/var/lib/mock/dist-oc9-epol-build-103970-66308/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/golang-github-prometheus.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7Z9OF7 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf prometheus-2.32.1 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/prometheus-2.32.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd prometheus-2.32.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -fr /builddir/build/BUILD/prometheus-2.32.1/vendor + [[ ! -e /builddir/build/BUILD/prometheus-2.32.1/_build/bin ]] + install -m 0755 -vd /builddir/build/BUILD/prometheus-2.32.1/_build/bin install: creating directory '/builddir/build/BUILD/prometheus-2.32.1/_build' install: creating directory '/builddir/build/BUILD/prometheus-2.32.1/_build/bin' + export GOPATH=/builddir/build/BUILD/prometheus-2.32.1/_build:/usr/share/gocode + GOPATH=/builddir/build/BUILD/prometheus-2.32.1/_build:/usr/share/gocode + [[ ! -e /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus ]] ++ dirname /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus + install -m 0755 -vd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus install: creating directory '/builddir/build/BUILD/prometheus-2.32.1/_build/src' install: creating directory '/builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com' install: creating directory '/builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus' + ln -fs /builddir/build/BUILD/prometheus-2.32.1 /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus + cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus + tar -xzf /builddir/build/SOURCES/vendor.tar.gz + cd /builddir/build/BUILD + cd prometheus-2.32.1 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/web-ui-2.32.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . ++ find . -iname '*.go' -type f + sed -i 's|klog "k8s.io/klog"|klog "github.com/simonpasquier/klog-gokit"|' ./promql/bench_test.go ./promql/functions_test.go ./promql/engine_test.go ./promql/engine.go ./promql/test_test.go ./promql/query_logger.go ./promql/parser/ast.go ./promql/parser/generated_parser.y.go ./promql/parser/functions.go ./promql/parser/parse_test.go ./promql/parser/printer_test.go ./promql/parser/lex.go ./promql/parser/parse.go ./promql/parser/lex_test.go ./promql/parser/printer.go ./promql/parser/value.go ./promql/functions.go ./promql/fuzz.go ./promql/quantile.go ./promql/query_logger_test.go ./promql/promql_test.go ./promql/test.go ./promql/value.go ./scripts/tools.go ./scrape/target.go ./scrape/helpers_test.go ./scrape/manager.go ./scrape/manager_test.go ./scrape/scrape.go ./scrape/target_test.go ./scrape/scrape_test.go ./prompb/types.pb.go ./prompb/custom.go ./prompb/remote.pb.go ./vendor/go.opencensus.io/metric/metricproducer/manager.go ./vendor/go.opencensus.io/metric/metricproducer/producer.go ./vendor/go.opencensus.io/metric/metricdata/point.go ./vendor/go.opencensus.io/metric/metricdata/unit.go ./vendor/go.opencensus.io/metric/metricdata/doc.go ./vendor/go.opencensus.io/metric/metricdata/exemplar.go ./vendor/go.opencensus.io/metric/metricdata/metric.go ./vendor/go.opencensus.io/metric/metricdata/type_string.go ./vendor/go.opencensus.io/metric/metricdata/label.go ./vendor/go.opencensus.io/stats/doc.go ./vendor/go.opencensus.io/stats/measure_int64.go ./vendor/go.opencensus.io/stats/measure.go ./vendor/go.opencensus.io/stats/record.go ./vendor/go.opencensus.io/stats/measure_float64.go ./vendor/go.opencensus.io/stats/units.go ./vendor/go.opencensus.io/stats/internal/record.go ./vendor/go.opencensus.io/stats/view/aggregation.go ./vendor/go.opencensus.io/stats/view/view_to_metric.go ./vendor/go.opencensus.io/stats/view/doc.go ./vendor/go.opencensus.io/stats/view/export.go ./vendor/go.opencensus.io/stats/view/view.go ./vendor/go.opencensus.io/stats/view/aggregation_data.go ./vendor/go.opencensus.io/stats/view/collector.go ./vendor/go.opencensus.io/stats/view/worker_commands.go ./vendor/go.opencensus.io/stats/view/worker.go ./vendor/go.opencensus.io/trace/trace_api.go ./vendor/go.opencensus.io/trace/tracestate/tracestate.go ./vendor/go.opencensus.io/trace/doc.go ./vendor/go.opencensus.io/trace/export.go ./vendor/go.opencensus.io/trace/lrumap.go ./vendor/go.opencensus.io/trace/spanbucket.go ./vendor/go.opencensus.io/trace/trace_go11.go ./vendor/go.opencensus.io/trace/basetypes.go ./vendor/go.opencensus.io/trace/trace_nongo11.go ./vendor/go.opencensus.io/trace/config.go ./vendor/go.opencensus.io/trace/trace.go ./vendor/go.opencensus.io/trace/evictedqueue.go ./vendor/go.opencensus.io/trace/propagation/propagation.go ./vendor/go.opencensus.io/trace/spanstore.go ./vendor/go.opencensus.io/trace/internal/internal.go ./vendor/go.opencensus.io/trace/status_codes.go ./vendor/go.opencensus.io/trace/sampling.go ./vendor/go.opencensus.io/resource/resource.go ./vendor/go.opencensus.io/opencensus.go ./vendor/go.opencensus.io/internal/sanitize.go ./vendor/go.opencensus.io/internal/tagencoding/tagencoding.go ./vendor/go.opencensus.io/internal/traceinternals.go ./vendor/go.opencensus.io/internal/internal.go ./vendor/go.opencensus.io/tag/map.go ./vendor/go.opencensus.io/tag/map_codec.go ./vendor/go.opencensus.io/tag/doc.go ./vendor/go.opencensus.io/tag/metadata.go ./vendor/go.opencensus.io/tag/key.go ./vendor/go.opencensus.io/tag/profile_19.go ./vendor/go.opencensus.io/tag/profile_not19.go ./vendor/go.opencensus.io/tag/context.go ./vendor/go.opencensus.io/tag/validate.go ./vendor/go.opencensus.io/plugin/ochttp/wrapped_body.go ./vendor/go.opencensus.io/plugin/ochttp/doc.go ./vendor/go.opencensus.io/plugin/ochttp/stats.go ./vendor/go.opencensus.io/plugin/ochttp/client.go ./vendor/go.opencensus.io/plugin/ochttp/span_annotating_client_trace.go ./vendor/go.opencensus.io/plugin/ochttp/trace.go ./vendor/go.opencensus.io/plugin/ochttp/server.go ./vendor/go.opencensus.io/plugin/ochttp/propagation/b3/b3.go ./vendor/go.opencensus.io/plugin/ochttp/client_stats.go ./vendor/go.opencensus.io/plugin/ochttp/route.go ./vendor/github.com/davecgh/go-spew/spew/bypass.go ./vendor/github.com/davecgh/go-spew/spew/format.go ./vendor/github.com/davecgh/go-spew/spew/doc.go ./vendor/github.com/davecgh/go-spew/spew/common.go ./vendor/github.com/davecgh/go-spew/spew/dump.go ./vendor/github.com/davecgh/go-spew/spew/bypasssafe.go ./vendor/github.com/davecgh/go-spew/spew/spew.go ./vendor/github.com/davecgh/go-spew/spew/config.go ./vendor/github.com/modern-go/reflect2/unsafe_slice.go ./vendor/github.com/modern-go/reflect2/go_above_118.go ./vendor/github.com/modern-go/reflect2/reflect2.go ./vendor/github.com/modern-go/reflect2/unsafe_array.go ./vendor/github.com/modern-go/reflect2/type_map.go ./vendor/github.com/modern-go/reflect2/unsafe_type.go ./vendor/github.com/modern-go/reflect2/unsafe_struct.go ./vendor/github.com/modern-go/reflect2/go_below_118.go ./vendor/github.com/modern-go/reflect2/unsafe_iface.go ./vendor/github.com/modern-go/reflect2/unsafe_link.go ./vendor/github.com/modern-go/reflect2/unsafe_ptr.go ./vendor/github.com/modern-go/reflect2/unsafe_eface.go ./vendor/github.com/modern-go/reflect2/reflect2_kind.go ./vendor/github.com/modern-go/reflect2/go_above_19.go ./vendor/github.com/modern-go/reflect2/unsafe_map.go ./vendor/github.com/modern-go/reflect2/unsafe_field.go ./vendor/github.com/modern-go/reflect2/safe_type.go ./vendor/github.com/modern-go/reflect2/safe_slice.go ./vendor/github.com/modern-go/reflect2/safe_map.go ./vendor/github.com/modern-go/reflect2/safe_field.go ./vendor/github.com/modern-go/reflect2/safe_struct.go ./vendor/github.com/modern-go/concurrent/go_below_19.go ./vendor/github.com/modern-go/concurrent/log.go ./vendor/github.com/modern-go/concurrent/unbounded_executor.go ./vendor/github.com/modern-go/concurrent/go_above_19.go ./vendor/github.com/modern-go/concurrent/executor.go ./vendor/github.com/Microsoft/go-winio/file.go ./vendor/github.com/Microsoft/go-winio/fileinfo.go ./vendor/github.com/Microsoft/go-winio/hvsock.go ./vendor/github.com/Microsoft/go-winio/zsyscall_windows.go ./vendor/github.com/Microsoft/go-winio/privilege.go ./vendor/github.com/Microsoft/go-winio/pkg/guid/guid.go ./vendor/github.com/Microsoft/go-winio/backup.go ./vendor/github.com/Microsoft/go-winio/pipe.go ./vendor/github.com/Microsoft/go-winio/ea.go ./vendor/github.com/Microsoft/go-winio/syscall.go ./vendor/github.com/Microsoft/go-winio/sd.go ./vendor/github.com/Microsoft/go-winio/reparse.go ./vendor/github.com/spf13/pflag/uint.go ./vendor/github.com/spf13/pflag/ip.go ./vendor/github.com/spf13/pflag/bytes.go ./vendor/github.com/spf13/pflag/bool_slice.go ./vendor/github.com/spf13/pflag/uint32.go ./vendor/github.com/spf13/pflag/string_to_string.go ./vendor/github.com/spf13/pflag/uint8.go ./vendor/github.com/spf13/pflag/string_to_int64.go ./vendor/github.com/spf13/pflag/float32.go ./vendor/github.com/spf13/pflag/string_to_int.go ./vendor/github.com/spf13/pflag/float32_slice.go ./vendor/github.com/spf13/pflag/int32_slice.go ./vendor/github.com/spf13/pflag/uint16.go ./vendor/github.com/spf13/pflag/string_array.go ./vendor/github.com/spf13/pflag/int64.go ./vendor/github.com/spf13/pflag/count.go ./vendor/github.com/spf13/pflag/flag.go ./vendor/github.com/spf13/pflag/int_slice.go ./vendor/github.com/spf13/pflag/uint64.go ./vendor/github.com/spf13/pflag/string_slice.go ./vendor/github.com/spf13/pflag/int64_slice.go ./vendor/github.com/spf13/pflag/int16.go ./vendor/github.com/spf13/pflag/ipmask.go ./vendor/github.com/spf13/pflag/float64.go ./vendor/github.com/spf13/pflag/int32.go ./vendor/github.com/spf13/pflag/float64_slice.go ./vendor/github.com/spf13/pflag/ip_slice.go ./vendor/github.com/spf13/pflag/string.go ./vendor/github.com/spf13/pflag/ipnet.go ./vendor/github.com/spf13/pflag/duration.go ./vendor/github.com/spf13/pflag/int.go ./vendor/github.com/spf13/pflag/duration_slice.go ./vendor/github.com/spf13/pflag/bool.go ./vendor/github.com/spf13/pflag/golangflag.go ./vendor/github.com/spf13/pflag/int8.go ./vendor/github.com/spf13/pflag/uint_slice.go ./vendor/github.com/prometheus/common/route/route.go ./vendor/github.com/prometheus/common/expfmt/encode.go ./vendor/github.com/prometheus/common/expfmt/openmetrics_create.go ./vendor/github.com/prometheus/common/expfmt/decode.go ./vendor/github.com/prometheus/common/expfmt/text_create.go ./vendor/github.com/prometheus/common/expfmt/text_parse.go ./vendor/github.com/prometheus/common/expfmt/fuzz.go ./vendor/github.com/prometheus/common/expfmt/expfmt.go ./vendor/github.com/prometheus/common/server/static_file_server.go ./vendor/github.com/prometheus/common/promlog/log.go ./vendor/github.com/prometheus/common/promlog/flag/flag.go ./vendor/github.com/prometheus/common/config/http_config.go ./vendor/github.com/prometheus/common/config/config.go ./vendor/github.com/prometheus/common/model/labels.go ./vendor/github.com/prometheus/common/model/labelset.go ./vendor/github.com/prometheus/common/model/metric.go ./vendor/github.com/prometheus/common/model/model.go ./vendor/github.com/prometheus/common/model/fnv.go ./vendor/github.com/prometheus/common/model/silence.go ./vendor/github.com/prometheus/common/model/time.go ./vendor/github.com/prometheus/common/model/alert.go ./vendor/github.com/prometheus/common/model/fingerprinting.go ./vendor/github.com/prometheus/common/model/signature.go ./vendor/github.com/prometheus/common/model/value.go ./vendor/github.com/prometheus/common/version/info.go ./vendor/github.com/prometheus/common/sigv4/sigv4.go ./vendor/github.com/prometheus/common/sigv4/sigv4_config.go ./vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/autoneg.go ./vendor/github.com/prometheus/client_model/go/metrics.pb.go ./vendor/github.com/prometheus/exporter-toolkit/web/tls_config.go ./vendor/github.com/prometheus/exporter-toolkit/web/kingpinflag/flag.go ./vendor/github.com/prometheus/exporter-toolkit/web/cache.go ./vendor/github.com/prometheus/exporter-toolkit/web/handler.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/postable_silence.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/label_set.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_alert.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_silences.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/matchers.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_silence.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/alert_groups.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/postable_alerts.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/silence_status.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/silence.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/postable_alert.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/receiver.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/alertmanager_config.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/alert_status.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/alert.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/alert_group.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_alerts.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/cluster_status.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/peer_status.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/version_info.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/matcher.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/alertmanager_status.go ./vendor/github.com/prometheus/client_golang/prometheus/expvar_collector.go ./vendor/github.com/prometheus/client_golang/prometheus/untyped.go ./vendor/github.com/prometheus/client_golang/prometheus/labels.go ./vendor/github.com/prometheus/client_golang/prometheus/doc.go ./vendor/github.com/prometheus/client_golang/prometheus/vec.go ./vendor/github.com/prometheus/client_golang/prometheus/promhttp/http.go ./vendor/github.com/prometheus/client_golang/prometheus/promhttp/delegator.go ./vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client.go ./vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.go ./vendor/github.com/prometheus/client_golang/prometheus/promauto/auto.go ./vendor/github.com/prometheus/client_golang/prometheus/gauge.go ./vendor/github.com/prometheus/client_golang/prometheus/summary.go ./vendor/github.com/prometheus/client_golang/prometheus/metric.go ./vendor/github.com/prometheus/client_golang/prometheus/desc.go ./vendor/github.com/prometheus/client_golang/prometheus/collector.go ./vendor/github.com/prometheus/client_golang/prometheus/fnv.go ./vendor/github.com/prometheus/client_golang/prometheus/counter.go ./vendor/github.com/prometheus/client_golang/prometheus/testutil/testutil.go ./vendor/github.com/prometheus/client_golang/prometheus/testutil/lint.go ./vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint/promlint.go ./vendor/github.com/prometheus/client_golang/prometheus/histogram.go ./vendor/github.com/prometheus/client_golang/prometheus/wrap.go ./vendor/github.com/prometheus/client_golang/prometheus/registry.go ./vendor/github.com/prometheus/client_golang/prometheus/process_collector_other.go ./vendor/github.com/prometheus/client_golang/prometheus/process_collector.go ./vendor/github.com/prometheus/client_golang/prometheus/observer.go ./vendor/github.com/prometheus/client_golang/prometheus/process_collector_windows.go ./vendor/github.com/prometheus/client_golang/prometheus/go_collector.go ./vendor/github.com/prometheus/client_golang/prometheus/internal/metric.go ./vendor/github.com/prometheus/client_golang/prometheus/timer.go ./vendor/github.com/prometheus/client_golang/prometheus/value.go ./vendor/github.com/prometheus/client_golang/api/prometheus/v1/api.go ./vendor/github.com/prometheus/client_golang/api/client.go ./vendor/github.com/prometheus/procfs/proc_fdinfo.go ./vendor/github.com/prometheus/procfs/proc_smaps.go ./vendor/github.com/prometheus/procfs/meminfo.go ./vendor/github.com/prometheus/procfs/proc_maps.go ./vendor/github.com/prometheus/procfs/kernel_random.go ./vendor/github.com/prometheus/procfs/doc.go ./vendor/github.com/prometheus/procfs/net_softnet.go ./vendor/github.com/prometheus/procfs/cpuinfo_ppcx.go ./vendor/github.com/prometheus/procfs/cpuinfo_others.go ./vendor/github.com/prometheus/procfs/crypto.go ./vendor/github.com/prometheus/procfs/proc_cgroup.go ./vendor/github.com/prometheus/procfs/fs.go ./vendor/github.com/prometheus/procfs/proc_status.go ./vendor/github.com/prometheus/procfs/schedstat.go ./vendor/github.com/prometheus/procfs/net_ip_socket.go ./vendor/github.com/prometheus/procfs/cpuinfo_s390x.go ./vendor/github.com/prometheus/procfs/arp.go ./vendor/github.com/prometheus/procfs/swaps.go ./vendor/github.com/prometheus/procfs/net_sockstat.go ./vendor/github.com/prometheus/procfs/proc_limits.go ./vendor/github.com/prometheus/procfs/buddyinfo.go ./vendor/github.com/prometheus/procfs/proc.go ./vendor/github.com/prometheus/procfs/net_udp.go ./vendor/github.com/prometheus/procfs/cpuinfo.go ./vendor/github.com/prometheus/procfs/cpuinfo_x86.go ./vendor/github.com/prometheus/procfs/ipvs.go ./vendor/github.com/prometheus/procfs/proc_stat.go ./vendor/github.com/prometheus/procfs/net_protocols.go ./vendor/github.com/prometheus/procfs/loadavg.go ./vendor/github.com/prometheus/procfs/net_dev.go ./vendor/github.com/prometheus/procfs/net_unix.go ./vendor/github.com/prometheus/procfs/mountstats.go ./vendor/github.com/prometheus/procfs/mdstat.go ./vendor/github.com/prometheus/procfs/net_tcp.go ./vendor/github.com/prometheus/procfs/xfrm.go ./vendor/github.com/prometheus/procfs/mountinfo.go ./vendor/github.com/prometheus/procfs/slab.go ./vendor/github.com/prometheus/procfs/cpuinfo_riscvx.go ./vendor/github.com/prometheus/procfs/proc_environ.go ./vendor/github.com/prometheus/procfs/proc_ns.go ./vendor/github.com/prometheus/procfs/proc_io.go ./vendor/github.com/prometheus/procfs/net_conntrackstat.go ./vendor/github.com/prometheus/procfs/fscache.go ./vendor/github.com/prometheus/procfs/cpuinfo_armx.go ./vendor/github.com/prometheus/procfs/zoneinfo.go ./vendor/github.com/prometheus/procfs/internal/fs/fs.go ./vendor/github.com/prometheus/procfs/internal/util/sysreadfile.go ./vendor/github.com/prometheus/procfs/internal/util/sysreadfile_compat.go ./vendor/github.com/prometheus/procfs/internal/util/parse.go ./vendor/github.com/prometheus/procfs/internal/util/readfile.go ./vendor/github.com/prometheus/procfs/internal/util/valueparser.go ./vendor/github.com/prometheus/procfs/vm.go ./vendor/github.com/prometheus/procfs/cpuinfo_mipsx.go ./vendor/github.com/prometheus/procfs/stat.go ./vendor/github.com/prometheus/procfs/proc_psi.go ./vendor/github.com/scaleway/scaleway-sdk-go/logger/logger.go ./vendor/github.com/scaleway/scaleway-sdk-go/logger/default_logger.go ./vendor/github.com/scaleway/scaleway-sdk-go/validation/is.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/custom_types.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/client_option.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/request.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/path.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/config.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/client.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/convert.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/request_option.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/locality.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/version.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/config_legacy.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/errors.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/env.go ./vendor/github.com/scaleway/scaleway-sdk-go/namegenerator/name_generator.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1/marketplace_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1/marketplace_sdk.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/security_group_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/snapshot_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/instance_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/instance_sdk.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/instance_metadata_sdk.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/image_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/volume_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/server_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1/baremetal_sdk.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1/server_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/errors/error.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler/duration.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter/query.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/auth/auth.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/auth/token.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/auth/no_auth.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/async/wait.go ./vendor/github.com/josharian/intern/intern.go ./vendor/github.com/kolo/xmlrpc/decoder.go ./vendor/github.com/kolo/xmlrpc/response.go ./vendor/github.com/kolo/xmlrpc/request.go ./vendor/github.com/kolo/xmlrpc/is_zero.go ./vendor/github.com/kolo/xmlrpc/client.go ./vendor/github.com/kolo/xmlrpc/encoder.go ./vendor/github.com/cncf/xds/go/xds/core/v3/collection_entry.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/authority.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/core/v3/extension.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/resource.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/authority.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/collection_entry.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/core/v3/resource_name.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/context_params.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/extension.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/core/v3/resource_locator.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/resource_locator.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/core/v3/context_params.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/core/v3/resource_name.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/core/v3/resource.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/annotations/v3/status.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/annotations/v3/status.pb.go ./vendor/github.com/cncf/xds/go/udpa/annotations/migrate.pb.validate.go ./vendor/github.com/cncf/xds/go/udpa/annotations/security.pb.go ./vendor/github.com/cncf/xds/go/udpa/annotations/status.pb.validate.go ./vendor/github.com/cncf/xds/go/udpa/annotations/versioning.pb.validate.go ./vendor/github.com/cncf/xds/go/udpa/annotations/migrate.pb.go ./vendor/github.com/cncf/xds/go/udpa/annotations/status.pb.go ./vendor/github.com/cncf/xds/go/udpa/annotations/sensitive.pb.go ./vendor/github.com/cncf/xds/go/udpa/annotations/security.pb.validate.go ./vendor/github.com/cncf/xds/go/udpa/annotations/versioning.pb.go ./vendor/github.com/cncf/xds/go/udpa/annotations/sensitive.pb.validate.go ./vendor/github.com/containerd/containerd/platforms/defaults_unix.go ./vendor/github.com/containerd/containerd/platforms/defaults.go ./vendor/github.com/containerd/containerd/platforms/database.go ./vendor/github.com/containerd/containerd/platforms/compare.go ./vendor/github.com/containerd/containerd/platforms/cpuinfo.go ./vendor/github.com/containerd/containerd/platforms/platforms.go ./vendor/github.com/containerd/containerd/platforms/defaults_windows.go ./vendor/github.com/containerd/containerd/errdefs/grpc.go ./vendor/github.com/containerd/containerd/errdefs/errors.go ./vendor/github.com/containerd/containerd/log/context.go ./vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go ./vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go ./vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go ./vendor/github.com/ghodss/yaml/yaml.go ./vendor/github.com/ghodss/yaml/fields.go ./vendor/github.com/stretchr/testify/require/require.go ./vendor/github.com/stretchr/testify/require/doc.go ./vendor/github.com/stretchr/testify/require/require_forward.go ./vendor/github.com/stretchr/testify/require/forward_requirements.go ./vendor/github.com/stretchr/testify/require/requirements.go ./vendor/github.com/stretchr/testify/assert/assertion_forward.go ./vendor/github.com/stretchr/testify/assert/http_assertions.go ./vendor/github.com/stretchr/testify/assert/doc.go ./vendor/github.com/stretchr/testify/assert/assertions.go ./vendor/github.com/stretchr/testify/assert/assertion_compare.go ./vendor/github.com/stretchr/testify/assert/assertion_order.go ./vendor/github.com/stretchr/testify/assert/assertion_format.go ./vendor/github.com/stretchr/testify/assert/forward_assertions.go ./vendor/github.com/stretchr/testify/assert/errors.go ./vendor/github.com/shurcooL/httpfs/filter/filters.go ./vendor/github.com/shurcooL/httpfs/filter/filter.go ./vendor/github.com/shurcooL/httpfs/vfsutil/file.go ./vendor/github.com/shurcooL/httpfs/vfsutil/vfsutil.go ./vendor/github.com/shurcooL/httpfs/vfsutil/walk.go ./vendor/github.com/shurcooL/httpfs/union/union.go ./vendor/github.com/shurcooL/vfsgen/doc.go ./vendor/github.com/shurcooL/vfsgen/generator.go ./vendor/github.com/shurcooL/vfsgen/options.go ./vendor/github.com/shurcooL/vfsgen/stringwriter.go ./vendor/github.com/shurcooL/vfsgen/commentwriter.go ./vendor/github.com/go-zookeeper/zk/flw.go ./vendor/github.com/go-zookeeper/zk/conn.go ./vendor/github.com/go-zookeeper/zk/constants.go ./vendor/github.com/go-zookeeper/zk/lock.go ./vendor/github.com/go-zookeeper/zk/dnshostprovider.go ./vendor/github.com/go-zookeeper/zk/util.go ./vendor/github.com/go-zookeeper/zk/structs.go ./vendor/github.com/go-stack/stack/stack.go ./vendor/github.com/digitalocean/godo/regions.go ./vendor/github.com/digitalocean/godo/certificates.go ./vendor/github.com/digitalocean/godo/account.go ./vendor/github.com/digitalocean/godo/doc.go ./vendor/github.com/digitalocean/godo/links.go ./vendor/github.com/digitalocean/godo/monitoring.go ./vendor/github.com/digitalocean/godo/kubernetes.go ./vendor/github.com/digitalocean/godo/floating_ips_actions.go ./vendor/github.com/digitalocean/godo/invoices.go ./vendor/github.com/digitalocean/godo/floating_ips.go ./vendor/github.com/digitalocean/godo/cdn.go ./vendor/github.com/digitalocean/godo/vpcs.go ./vendor/github.com/digitalocean/godo/snapshots.go ./vendor/github.com/digitalocean/godo/balance.go ./vendor/github.com/digitalocean/godo/timestamp.go ./vendor/github.com/digitalocean/godo/storage_actions.go ./vendor/github.com/digitalocean/godo/strings.go ./vendor/github.com/digitalocean/godo/load_balancers.go ./vendor/github.com/digitalocean/godo/registry.go ./vendor/github.com/digitalocean/godo/projects.go ./vendor/github.com/digitalocean/godo/meta.go ./vendor/github.com/digitalocean/godo/droplet_actions.go ./vendor/github.com/digitalocean/godo/storage.go ./vendor/github.com/digitalocean/godo/1-click.go ./vendor/github.com/digitalocean/godo/firewalls.go ./vendor/github.com/digitalocean/godo/droplets.go ./vendor/github.com/digitalocean/godo/images.go ./vendor/github.com/digitalocean/godo/apps.gen.go ./vendor/github.com/digitalocean/godo/godo.go ./vendor/github.com/digitalocean/godo/billing_history.go ./vendor/github.com/digitalocean/godo/keys.go ./vendor/github.com/digitalocean/godo/apps.go ./vendor/github.com/digitalocean/godo/errors.go ./vendor/github.com/digitalocean/godo/image_actions.go ./vendor/github.com/digitalocean/godo/domains.go ./vendor/github.com/digitalocean/godo/tags.go ./vendor/github.com/digitalocean/godo/sizes.go ./vendor/github.com/digitalocean/godo/metrics/metrics.go ./vendor/github.com/digitalocean/godo/metrics/values.go ./vendor/github.com/digitalocean/godo/metrics/time.go ./vendor/github.com/digitalocean/godo/action.go ./vendor/github.com/digitalocean/godo/databases.go ./vendor/github.com/jmespath/go-jmespath/interpreter.go ./vendor/github.com/jmespath/go-jmespath/api.go ./vendor/github.com/jmespath/go-jmespath/functions.go ./vendor/github.com/jmespath/go-jmespath/parser.go ./vendor/github.com/jmespath/go-jmespath/util.go ./vendor/github.com/jmespath/go-jmespath/astnodetype_string.go ./vendor/github.com/jmespath/go-jmespath/lexer.go ./vendor/github.com/jmespath/go-jmespath/toktype_string.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/firewall.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/rdns.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/iso.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/helper.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/server_type.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/hcloud.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/pricing.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/error.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/certificate.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/floating_ip.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/resource.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/testing.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/client.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/volume.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/datacenter.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/network.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/placement_group.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/load_balancer_type.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/load_balancer.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/firewall.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/iso.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/server_type.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/pricing.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/error.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/certificate.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/floating_ip.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/meta.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/volume.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/datacenter.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/network.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/placement_group.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/load_balancer_type.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/load_balancer.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/server.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/image.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/action.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/ssh_key.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/location.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/server.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/image.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation/metrics.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/action.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/ssh_key.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/location.go ./vendor/github.com/mailru/easyjson/jlexer/error.go ./vendor/github.com/mailru/easyjson/jlexer/bytestostr.go ./vendor/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go ./vendor/github.com/mailru/easyjson/jlexer/lexer.go ./vendor/github.com/mailru/easyjson/buffer/pool.go ./vendor/github.com/mailru/easyjson/jwriter/writer.go ./vendor/github.com/googleapis/gax-go/v2/invoke.go ./vendor/github.com/googleapis/gax-go/v2/header.go ./vendor/github.com/googleapis/gax-go/v2/gax.go ./vendor/github.com/googleapis/gax-go/v2/apierror/apierror.go ./vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/error.pb.go ./vendor/github.com/googleapis/gax-go/v2/call_option.go ./vendor/github.com/googleapis/gnostic/extensions/extension.pb.go ./vendor/github.com/googleapis/gnostic/extensions/extensions.go ./vendor/github.com/googleapis/gnostic/compiler/helpers.go ./vendor/github.com/googleapis/gnostic/compiler/main.go ./vendor/github.com/googleapis/gnostic/compiler/error.go ./vendor/github.com/googleapis/gnostic/compiler/extensions.go ./vendor/github.com/googleapis/gnostic/compiler/reader.go ./vendor/github.com/googleapis/gnostic/compiler/context.go ./vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.go ./vendor/github.com/googleapis/gnostic/openapiv2/document.go ./vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.pb.go ./vendor/github.com/googleapis/gnostic/jsonschema/display.go ./vendor/github.com/googleapis/gnostic/jsonschema/writer.go ./vendor/github.com/googleapis/gnostic/jsonschema/operations.go ./vendor/github.com/googleapis/gnostic/jsonschema/models.go ./vendor/github.com/googleapis/gnostic/jsonschema/reader.go ./vendor/github.com/googleapis/gnostic/jsonschema/base.go ./vendor/github.com/uber/jaeger-lib/metrics/prometheus/factory.go ./vendor/github.com/uber/jaeger-lib/metrics/prometheus/cache.go ./vendor/github.com/uber/jaeger-lib/metrics/metrics.go ./vendor/github.com/uber/jaeger-lib/metrics/stopwatch.go ./vendor/github.com/uber/jaeger-lib/metrics/gauge.go ./vendor/github.com/uber/jaeger-lib/metrics/counter.go ./vendor/github.com/uber/jaeger-lib/metrics/factory.go ./vendor/github.com/uber/jaeger-lib/metrics/histogram.go ./vendor/github.com/uber/jaeger-lib/metrics/keys.go ./vendor/github.com/uber/jaeger-lib/metrics/timer.go ./vendor/github.com/uber/jaeger-client-go/contrib_observer.go ./vendor/github.com/uber/jaeger-client-go/tracer.go ./vendor/github.com/uber/jaeger-client-go/sampler_remote_options.go ./vendor/github.com/uber/jaeger-client-go/thrift/application_exception.go ./vendor/github.com/uber/jaeger-client-go/thrift/messagetype.go ./vendor/github.com/uber/jaeger-client-go/thrift/processor_factory.go ./vendor/github.com/uber/jaeger-client-go/thrift/configuration.go ./vendor/github.com/uber/jaeger-client-go/thrift/serializer.go ./vendor/github.com/uber/jaeger-client-go/thrift/header_transport.go ./vendor/github.com/uber/jaeger-client-go/thrift/numeric.go ./vendor/github.com/uber/jaeger-client-go/thrift/logger.go ./vendor/github.com/uber/jaeger-client-go/thrift/rich_transport.go ./vendor/github.com/uber/jaeger-client-go/thrift/simple_server.go ./vendor/github.com/uber/jaeger-client-go/thrift/header_context.go ./vendor/github.com/uber/jaeger-client-go/thrift/protocol_exception.go ./vendor/github.com/uber/jaeger-client-go/thrift/transport_exception.go ./vendor/github.com/uber/jaeger-client-go/thrift/server_transport.go ./vendor/github.com/uber/jaeger-client-go/thrift/protocol_factory.go ./vendor/github.com/uber/jaeger-client-go/thrift/exception.go ./vendor/github.com/uber/jaeger-client-go/thrift/client.go ./vendor/github.com/uber/jaeger-client-go/thrift/header_protocol.go ./vendor/github.com/uber/jaeger-client-go/thrift/compact_protocol.go ./vendor/github.com/uber/jaeger-client-go/thrift/binary_protocol.go ./vendor/github.com/uber/jaeger-client-go/thrift/type.go ./vendor/github.com/uber/jaeger-client-go/thrift/context.go ./vendor/github.com/uber/jaeger-client-go/thrift/simple_json_protocol.go ./vendor/github.com/uber/jaeger-client-go/thrift/transport.go ./vendor/github.com/uber/jaeger-client-go/thrift/transport_factory.go ./vendor/github.com/uber/jaeger-client-go/thrift/response_helper.go ./vendor/github.com/uber/jaeger-client-go/thrift/memory_buffer.go ./vendor/github.com/uber/jaeger-client-go/thrift/protocol.go ./vendor/github.com/uber/jaeger-client-go/doc.go ./vendor/github.com/uber/jaeger-client-go/metrics.go ./vendor/github.com/uber/jaeger-client-go/interop.go ./vendor/github.com/uber/jaeger-client-go/sampler.go ./vendor/github.com/uber/jaeger-client-go/logger.go ./vendor/github.com/uber/jaeger-client-go/reference.go ./vendor/github.com/uber/jaeger-client-go/transport/doc.go ./vendor/github.com/uber/jaeger-client-go/transport/http.go ./vendor/github.com/uber/jaeger-client-go/constants.go ./vendor/github.com/uber/jaeger-client-go/span.go ./vendor/github.com/uber/jaeger-client-go/zipkin_thrift_span.go ./vendor/github.com/uber/jaeger-client-go/propagation.go ./vendor/github.com/uber/jaeger-client-go/header.go ./vendor/github.com/uber/jaeger-client-go/baggage_setter.go ./vendor/github.com/uber/jaeger-client-go/transport_udp.go ./vendor/github.com/uber/jaeger-client-go/jaeger_tag.go ./vendor/github.com/uber/jaeger-client-go/sampler_v2.go ./vendor/github.com/uber/jaeger-client-go/config/config.go ./vendor/github.com/uber/jaeger-client-go/config/config_env.go ./vendor/github.com/uber/jaeger-client-go/config/options.go ./vendor/github.com/uber/jaeger-client-go/reporter.go ./vendor/github.com/uber/jaeger-client-go/log/logger.go ./vendor/github.com/uber/jaeger-client-go/span_allocator.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/GoUnusedProtection__.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/baggage-consts.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/baggage.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/sampling-consts.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/GoUnusedProtection__.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/sampling.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/GoUnusedProtection__.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/agent-consts.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/agent.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/GoUnusedProtection__.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincore-consts.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincore.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/GoUnusedProtection__.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/jaeger.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/jaeger-consts.go ./vendor/github.com/uber/jaeger-client-go/transport.go ./vendor/github.com/uber/jaeger-client-go/rpcmetrics/doc.go ./vendor/github.com/uber/jaeger-client-go/rpcmetrics/metrics.go ./vendor/github.com/uber/jaeger-client-go/rpcmetrics/normalizer.go ./vendor/github.com/uber/jaeger-client-go/rpcmetrics/endpoints.go ./vendor/github.com/uber/jaeger-client-go/rpcmetrics/observer.go ./vendor/github.com/uber/jaeger-client-go/tracer_options.go ./vendor/github.com/uber/jaeger-client-go/process.go ./vendor/github.com/uber/jaeger-client-go/reporter_options.go ./vendor/github.com/uber/jaeger-client-go/observer.go ./vendor/github.com/uber/jaeger-client-go/utils/http_json.go ./vendor/github.com/uber/jaeger-client-go/utils/localip.go ./vendor/github.com/uber/jaeger-client-go/utils/reconnecting_udp_conn.go ./vendor/github.com/uber/jaeger-client-go/utils/rate_limiter.go ./vendor/github.com/uber/jaeger-client-go/utils/utils.go ./vendor/github.com/uber/jaeger-client-go/utils/udp_client.go ./vendor/github.com/uber/jaeger-client-go/utils/rand.go ./vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/restriction_manager.go ./vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/options.go ./vendor/github.com/uber/jaeger-client-go/internal/baggage/restriction_manager.go ./vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/options.go ./vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/throttler.go ./vendor/github.com/uber/jaeger-client-go/internal/throttler/throttler.go ./vendor/github.com/uber/jaeger-client-go/internal/spanlog/json.go ./vendor/github.com/uber/jaeger-client-go/internal/reporterstats/stats.go ./vendor/github.com/uber/jaeger-client-go/zipkin.go ./vendor/github.com/uber/jaeger-client-go/span_context.go ./vendor/github.com/uber/jaeger-client-go/jaeger_thrift_span.go ./vendor/github.com/uber/jaeger-client-go/sampler_remote.go ./vendor/github.com/fatih/color/doc.go ./vendor/github.com/fatih/color/color.go ./vendor/github.com/opentracing/opentracing-go/noop.go ./vendor/github.com/opentracing/opentracing-go/tracer.go ./vendor/github.com/opentracing/opentracing-go/globaltracer.go ./vendor/github.com/opentracing/opentracing-go/span.go ./vendor/github.com/opentracing/opentracing-go/ext/field.go ./vendor/github.com/opentracing/opentracing-go/ext/tags.go ./vendor/github.com/opentracing/opentracing-go/propagation.go ./vendor/github.com/opentracing/opentracing-go/gocontext.go ./vendor/github.com/opentracing/opentracing-go/log/util.go ./vendor/github.com/opentracing/opentracing-go/log/field.go ./vendor/github.com/opentracing/opentracing-go/ext.go ./vendor/github.com/envoyproxy/protoc-gen-validate/validate/validate.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/percent.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/semantic_version.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/ratelimit_unit.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http_status.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/range.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/percent.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/hash_policy.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/range.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/hash_policy.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/token_bucket.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/token_bucket.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/semantic_version.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/ratelimit_unit.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http_status.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/node.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/number.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/value.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/metadata.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/string.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/struct.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/regex.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/number.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/struct.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/value.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/metadata.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/http_inputs.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/string.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/node.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/path.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/path.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/regex.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/http_inputs.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/ads.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/discovery.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/discovery.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/ads.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/deprecation.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/deprecation.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/resource.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/resource.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_service.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/http_uri.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_method_list.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/socket_option.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/base.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/extension.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/event_service_config.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/address.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/socket_option.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/backoff.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/backoff.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/config_source.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/protocol.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/resolver.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/substitution_format_string.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/substitution_format_string.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/udp_socket_config.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/extension.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_service.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/proxy_protocol.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/protocol.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/udp_socket_config.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/base.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/resolver.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/proxy_protocol.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/address.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/event_service_config.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/http_uri.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_method_list.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/health_check.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/health_check.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/config_source.pb.go ./vendor/github.com/aws/aws-sdk-go/service/lightsail/service.go ./vendor/github.com/aws/aws-sdk-go/service/lightsail/doc.go ./vendor/github.com/aws/aws-sdk-go/service/lightsail/api.go ./vendor/github.com/aws/aws-sdk-go/service/lightsail/errors.go ./vendor/github.com/aws/aws-sdk-go/service/ec2/service.go ./vendor/github.com/aws/aws-sdk-go/service/ec2/customizations.go ./vendor/github.com/aws/aws-sdk-go/service/ec2/doc.go ./vendor/github.com/aws/aws-sdk-go/service/ec2/api.go ./vendor/github.com/aws/aws-sdk-go/service/ec2/errors.go ./vendor/github.com/aws/aws-sdk-go/service/ec2/waiters.go ./vendor/github.com/aws/aws-sdk-go/service/sso/service.go ./vendor/github.com/aws/aws-sdk-go/service/sso/doc.go ./vendor/github.com/aws/aws-sdk-go/service/sso/api.go ./vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface/interface.go ./vendor/github.com/aws/aws-sdk-go/service/sso/errors.go ./vendor/github.com/aws/aws-sdk-go/service/sts/service.go ./vendor/github.com/aws/aws-sdk-go/service/sts/customizations.go ./vendor/github.com/aws/aws-sdk-go/service/sts/stsiface/interface.go ./vendor/github.com/aws/aws-sdk-go/service/sts/doc.go ./vendor/github.com/aws/aws-sdk-go/service/sts/api.go ./vendor/github.com/aws/aws-sdk-go/service/sts/errors.go ./vendor/github.com/aws/aws-sdk-go/aws/context_background_1_5.go ./vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go ./vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go ./vendor/github.com/aws/aws-sdk-go/aws/csm/metric_chan.go ./vendor/github.com/aws/aws-sdk-go/aws/csm/enable.go ./vendor/github.com/aws/aws-sdk-go/aws/csm/doc.go ./vendor/github.com/aws/aws-sdk-go/aws/csm/metric.go ./vendor/github.com/aws/aws-sdk-go/aws/csm/reporter.go ./vendor/github.com/aws/aws-sdk-go/aws/csm/metric_exception.go ./vendor/github.com/aws/aws-sdk-go/aws/url.go ./vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer.go ./vendor/github.com/aws/aws-sdk-go/aws/request/validation.go ./vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination.go ./vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error.go ./vendor/github.com/aws/aws-sdk-go/aws/request/waiter.go ./vendor/github.com/aws/aws-sdk-go/aws/request/handlers.go ./vendor/github.com/aws/aws-sdk-go/aws/request/request.go ./vendor/github.com/aws/aws-sdk-go/aws/request/offset_reader.go ./vendor/github.com/aws/aws-sdk-go/aws/request/request_context_1_6.go ./vendor/github.com/aws/aws-sdk-go/aws/request/request_1_7.go ./vendor/github.com/aws/aws-sdk-go/aws/request/http_request.go ./vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8.go ./vendor/github.com/aws/aws-sdk-go/aws/request/retryer.go ./vendor/github.com/aws/aws-sdk-go/aws/request/request_context.go ./vendor/github.com/aws/aws-sdk-go/aws/doc.go ./vendor/github.com/aws/aws-sdk-go/aws/logger.go ./vendor/github.com/aws/aws-sdk-go/aws/convert_types.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/uri_path.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/request_context_go1.7.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/options.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/stream.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/request_context_go1.5.go ./vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer.go ./vendor/github.com/aws/aws-sdk-go/aws/client/logger.go ./vendor/github.com/aws/aws-sdk-go/aws/client/client.go ./vendor/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go ./vendor/github.com/aws/aws-sdk-go/aws/client/no_op_retryer.go ./vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go ./vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go ./vendor/github.com/aws/aws-sdk-go/aws/corehandlers/user_agent.go ./vendor/github.com/aws/aws-sdk-go/aws/url_1_7.go ./vendor/github.com/aws/aws-sdk-go/aws/context_1_5.go ./vendor/github.com/aws/aws-sdk-go/aws/jsonvalue.go ./vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go ./vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go ./vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go ./vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go ./vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go ./vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults.go ./vendor/github.com/aws/aws-sdk-go/aws/defaults/shared_config.go ./vendor/github.com/aws/aws-sdk-go/aws/context_background_1_7.go ./vendor/github.com/aws/aws-sdk-go/aws/config.go ./vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go ./vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go ./vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/token_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/legacy_regions.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/doc.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/dep_service_ids.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model_codegen.go ./vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport_go1.12.go ./vendor/github.com/aws/aws-sdk-go/aws/session/doc.go ./vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport_go1.5.go ./vendor/github.com/aws/aws-sdk-go/aws/session/credentials.go ./vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport_go1.6.go ./vendor/github.com/aws/aws-sdk-go/aws/session/session.go ./vendor/github.com/aws/aws-sdk-go/aws/session/shared_config.go ./vendor/github.com/aws/aws-sdk-go/aws/session/env_config.go ./vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport.go ./vendor/github.com/aws/aws-sdk-go/aws/context_sleep.go ./vendor/github.com/aws/aws-sdk-go/aws/context_1_9.go ./vendor/github.com/aws/aws-sdk-go/aws/version.go ./vendor/github.com/aws/aws-sdk-go/aws/types.go ./vendor/github.com/aws/aws-sdk-go/aws/errors.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/context_background_go1.5.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/context_go1.9.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/doc.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/os.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/os_windows.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/context_background_go1.7.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/context_go1.5.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/web_identity_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds/provider.go ./vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/ecs_container.go ./vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkmath/floor.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkmath/floor_go1.9.go ./vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight/singleflight.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/sep_tokens.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/statement.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/visitor.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/comment_token.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/ast.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/op_tokens.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/walker.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/doc.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/value_util.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/ini_lexer.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/comma_token.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/skipper.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/parse_error.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/newline_token.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/ws_token.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/expression.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/number_helper.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/ini.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/ini_parser.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/parse_stack.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/fuzz.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/empty_token.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/literal_tokens.go ./vendor/github.com/aws/aws-sdk-go/internal/context/background_go1.5.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkio/io_go1.6.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkio/io_go1.7.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkio/byte.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkuri/path.go ./vendor/github.com/aws/aws-sdk-go/internal/strings/strings.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkrand/read_1_5.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkrand/locked_source.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkrand/read.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/host_prefix.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/host.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/idempotency.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/timestamp.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/unmarshal_error.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/query/build.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/jsonvalue.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/sort.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal_error.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/unmarshal_error.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/restjson.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/payload.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/protocol.go ./vendor/github.com/evanphx/json-patch/patch.go ./vendor/github.com/evanphx/json-patch/merge.go ./vendor/github.com/evanphx/json-patch/errors.go ./vendor/github.com/go-kit/log/log.go ./vendor/github.com/go-kit/log/logfmt_logger.go ./vendor/github.com/go-kit/log/json_logger.go ./vendor/github.com/go-kit/log/doc.go ./vendor/github.com/go-kit/log/level/level.go ./vendor/github.com/go-kit/log/level/doc.go ./vendor/github.com/go-kit/log/nop_logger.go ./vendor/github.com/go-kit/log/stdlib.go ./vendor/github.com/go-kit/log/sync.go ./vendor/github.com/go-kit/log/value.go ./vendor/github.com/go-kit/kit/log/log.go ./vendor/github.com/go-kit/kit/log/logfmt_logger.go ./vendor/github.com/go-kit/kit/log/json_logger.go ./vendor/github.com/go-kit/kit/log/doc.go ./vendor/github.com/go-kit/kit/log/level/level.go ./vendor/github.com/go-kit/kit/log/level/doc.go ./vendor/github.com/go-kit/kit/log/nop_logger.go ./vendor/github.com/go-kit/kit/log/stdlib.go ./vendor/github.com/go-kit/kit/log/sync.go ./vendor/github.com/go-kit/kit/log/value.go ./vendor/github.com/imdario/mergo/mergo.go ./vendor/github.com/imdario/mergo/map.go ./vendor/github.com/imdario/mergo/doc.go ./vendor/github.com/imdario/mergo/merge.go ./vendor/github.com/pkg/errors/go113.go ./vendor/github.com/pkg/errors/errors.go ./vendor/github.com/pkg/errors/stack.go ./vendor/github.com/alecthomas/template/funcs.go ./vendor/github.com/alecthomas/template/doc.go ./vendor/github.com/alecthomas/template/helper.go ./vendor/github.com/alecthomas/template/exec.go ./vendor/github.com/alecthomas/template/template.go ./vendor/github.com/alecthomas/template/parse/lex.go ./vendor/github.com/alecthomas/template/parse/parse.go ./vendor/github.com/alecthomas/template/parse/node.go ./vendor/github.com/alecthomas/units/si.go ./vendor/github.com/alecthomas/units/bytes.go ./vendor/github.com/alecthomas/units/doc.go ./vendor/github.com/alecthomas/units/util.go ./vendor/github.com/docker/go-units/ulimit.go ./vendor/github.com/docker/go-units/size.go ./vendor/github.com/docker/go-units/duration.go ./vendor/github.com/docker/go-connections/tlsconfig/certpool_other.go ./vendor/github.com/docker/go-connections/tlsconfig/certpool_go17.go ./vendor/github.com/docker/go-connections/tlsconfig/config_legacy_client_ciphers.go ./vendor/github.com/docker/go-connections/tlsconfig/config.go ./vendor/github.com/docker/go-connections/tlsconfig/config_client_ciphers.go ./vendor/github.com/docker/go-connections/nat/nat.go ./vendor/github.com/docker/go-connections/nat/sort.go ./vendor/github.com/docker/go-connections/nat/parse.go ./vendor/github.com/docker/go-connections/sockets/proxy.go ./vendor/github.com/docker/go-connections/sockets/sockets.go ./vendor/github.com/docker/go-connections/sockets/inmem_socket.go ./vendor/github.com/docker/go-connections/sockets/sockets_unix.go ./vendor/github.com/docker/go-connections/sockets/unix_socket.go ./vendor/github.com/docker/go-connections/sockets/sockets_windows.go ./vendor/github.com/docker/go-connections/sockets/tcp_socket.go ./vendor/github.com/docker/docker/errdefs/helpers.go ./vendor/github.com/docker/docker/errdefs/doc.go ./vendor/github.com/docker/docker/errdefs/defs.go ./vendor/github.com/docker/docker/errdefs/http_helpers.go ./vendor/github.com/docker/docker/errdefs/is.go ./vendor/github.com/docker/docker/client/secret_inspect.go ./vendor/github.com/docker/docker/client/client_windows.go ./vendor/github.com/docker/docker/client/client_deprecated.go ./vendor/github.com/docker/docker/client/image_search.go ./vendor/github.com/docker/docker/client/network_create.go ./vendor/github.com/docker/docker/client/secret_list.go ./vendor/github.com/docker/docker/client/plugin_upgrade.go ./vendor/github.com/docker/docker/client/plugin_create.go ./vendor/github.com/docker/docker/client/volume_prune.go ./vendor/github.com/docker/docker/client/build_cancel.go ./vendor/github.com/docker/docker/client/container_update.go ./vendor/github.com/docker/docker/client/login.go ./vendor/github.com/docker/docker/client/secret_update.go ./vendor/github.com/docker/docker/client/volume_remove.go ./vendor/github.com/docker/docker/client/plugin_push.go ./vendor/github.com/docker/docker/client/network_connect.go ./vendor/github.com/docker/docker/client/container_copy.go ./vendor/github.com/docker/docker/client/plugin_set.go ./vendor/github.com/docker/docker/client/network_list.go ./vendor/github.com/docker/docker/client/image_create.go ./vendor/github.com/docker/docker/client/events.go ./vendor/github.com/docker/docker/client/container_remove.go ./vendor/github.com/docker/docker/client/secret_remove.go ./vendor/github.com/docker/docker/client/config_remove.go ./vendor/github.com/docker/docker/client/build_prune.go ./vendor/github.com/docker/docker/client/container_list.go ./vendor/github.com/docker/docker/client/request.go ./vendor/github.com/docker/docker/client/container_stop.go ./vendor/github.com/docker/docker/client/plugin_disable.go ./vendor/github.com/docker/docker/client/swarm_inspect.go ./vendor/github.com/docker/docker/client/container_exec.go ./vendor/github.com/docker/docker/client/container_pause.go ./vendor/github.com/docker/docker/client/service_list.go ./vendor/github.com/docker/docker/client/plugin_install.go ./vendor/github.com/docker/docker/client/node_remove.go ./vendor/github.com/docker/docker/client/checkpoint_delete.go ./vendor/github.com/docker/docker/client/task_logs.go ./vendor/github.com/docker/docker/client/image_load.go ./vendor/github.com/docker/docker/client/swarm_leave.go ./vendor/github.com/docker/docker/client/container_unpause.go ./vendor/github.com/docker/docker/client/volume_list.go ./vendor/github.com/docker/docker/client/plugin_enable.go ./vendor/github.com/docker/docker/client/hijack.go ./vendor/github.com/docker/docker/client/utils.go ./vendor/github.com/docker/docker/client/info.go ./vendor/github.com/docker/docker/client/swarm_join.go ./vendor/github.com/docker/docker/client/image_list.go ./vendor/github.com/docker/docker/client/image_import.go ./vendor/github.com/docker/docker/client/container_wait.go ./vendor/github.com/docker/docker/client/image_inspect.go ./vendor/github.com/docker/docker/client/disk_usage.go ./vendor/github.com/docker/docker/client/checkpoint_list.go ./vendor/github.com/docker/docker/client/plugin_inspect.go ./vendor/github.com/docker/docker/client/interface_stable.go ./vendor/github.com/docker/docker/client/container_create.go ./vendor/github.com/docker/docker/client/swarm_update.go ./vendor/github.com/docker/docker/client/config_inspect.go ./vendor/github.com/docker/docker/client/plugin_remove.go ./vendor/github.com/docker/docker/client/network_prune.go ./vendor/github.com/docker/docker/client/container_inspect.go ./vendor/github.com/docker/docker/client/network_remove.go ./vendor/github.com/docker/docker/client/service_update.go ./vendor/github.com/docker/docker/client/config_list.go ./vendor/github.com/docker/docker/client/container_start.go ./vendor/github.com/docker/docker/client/container_logs.go ./vendor/github.com/docker/docker/client/client.go ./vendor/github.com/docker/docker/client/client_unix.go ./vendor/github.com/docker/docker/client/network_disconnect.go ./vendor/github.com/docker/docker/client/swarm_get_unlock_key.go ./vendor/github.com/docker/docker/client/service_logs.go ./vendor/github.com/docker/docker/client/node_update.go ./vendor/github.com/docker/docker/client/interface.go ./vendor/github.com/docker/docker/client/image_save.go ./vendor/github.com/docker/docker/client/interface_experimental.go ./vendor/github.com/docker/docker/client/task_list.go ./vendor/github.com/docker/docker/client/service_inspect.go ./vendor/github.com/docker/docker/client/container_stats.go ./vendor/github.com/docker/docker/client/container_top.go ./vendor/github.com/docker/docker/client/secret_create.go ./vendor/github.com/docker/docker/client/image_tag.go ./vendor/github.com/docker/docker/client/network_inspect.go ./vendor/github.com/docker/docker/client/image_build.go ./vendor/github.com/docker/docker/client/swarm_unlock.go ./vendor/github.com/docker/docker/client/container_diff.go ./vendor/github.com/docker/docker/client/config_create.go ./vendor/github.com/docker/docker/client/task_inspect.go ./vendor/github.com/docker/docker/client/options.go ./vendor/github.com/docker/docker/client/image_prune.go ./vendor/github.com/docker/docker/client/volume_create.go ./vendor/github.com/docker/docker/client/container_rename.go ./vendor/github.com/docker/docker/client/container_resize.go ./vendor/github.com/docker/docker/client/node_list.go ./vendor/github.com/docker/docker/client/container_kill.go ./vendor/github.com/docker/docker/client/transport.go ./vendor/github.com/docker/docker/client/version.go ./vendor/github.com/docker/docker/client/service_remove.go ./vendor/github.com/docker/docker/client/distribution_inspect.go ./vendor/github.com/docker/docker/client/swarm_init.go ./vendor/github.com/docker/docker/client/container_export.go ./vendor/github.com/docker/docker/client/image_remove.go ./vendor/github.com/docker/docker/client/container_attach.go ./vendor/github.com/docker/docker/client/errors.go ./vendor/github.com/docker/docker/client/container_commit.go ./vendor/github.com/docker/docker/client/container_prune.go ./vendor/github.com/docker/docker/client/service_create.go ./vendor/github.com/docker/docker/client/image_push.go ./vendor/github.com/docker/docker/client/plugin_list.go ./vendor/github.com/docker/docker/client/image_pull.go ./vendor/github.com/docker/docker/client/container_restart.go ./vendor/github.com/docker/docker/client/config_update.go ./vendor/github.com/docker/docker/client/ping.go ./vendor/github.com/docker/docker/client/checkpoint_create.go ./vendor/github.com/docker/docker/client/volume_inspect.go ./vendor/github.com/docker/docker/client/image_history.go ./vendor/github.com/docker/docker/client/node_inspect.go ./vendor/github.com/docker/docker/api/common_unix.go ./vendor/github.com/docker/docker/api/common.go ./vendor/github.com/docker/docker/api/types/plugin_device.go ./vendor/github.com/docker/docker/api/types/image_delete_response_item.go ./vendor/github.com/docker/docker/api/types/plugin_mount.go ./vendor/github.com/docker/docker/api/types/graph_driver_data.go ./vendor/github.com/docker/docker/api/types/filters/parse.go ./vendor/github.com/docker/docker/api/types/versions/compare.go ./vendor/github.com/docker/docker/api/types/id_response.go ./vendor/github.com/docker/docker/api/types/port.go ./vendor/github.com/docker/docker/api/types/auth.go ./vendor/github.com/docker/docker/api/types/plugin_responses.go ./vendor/github.com/docker/docker/api/types/network/network.go ./vendor/github.com/docker/docker/api/types/plugin_env.go ./vendor/github.com/docker/docker/api/types/stats.go ./vendor/github.com/docker/docker/api/types/blkiodev/blkio.go ./vendor/github.com/docker/docker/api/types/mount/mount.go ./vendor/github.com/docker/docker/api/types/plugin.go ./vendor/github.com/docker/docker/api/types/volume/volume_list.go ./vendor/github.com/docker/docker/api/types/volume/volume_create.go ./vendor/github.com/docker/docker/api/types/events/events.go ./vendor/github.com/docker/docker/api/types/client.go ./vendor/github.com/docker/docker/api/types/volume.go ./vendor/github.com/docker/docker/api/types/container/container_update.go ./vendor/github.com/docker/docker/api/types/container/container_changes.go ./vendor/github.com/docker/docker/api/types/container/hostconfig_windows.go ./vendor/github.com/docker/docker/api/types/container/container_wait.go ./vendor/github.com/docker/docker/api/types/container/container_create.go ./vendor/github.com/docker/docker/api/types/container/config.go ./vendor/github.com/docker/docker/api/types/container/host_config.go ./vendor/github.com/docker/docker/api/types/container/container_top.go ./vendor/github.com/docker/docker/api/types/container/hostconfig_unix.go ./vendor/github.com/docker/docker/api/types/container/waitcondition.go ./vendor/github.com/docker/docker/api/types/registry/authenticate.go ./vendor/github.com/docker/docker/api/types/registry/registry.go ./vendor/github.com/docker/docker/api/types/swarm/secret.go ./vendor/github.com/docker/docker/api/types/swarm/service.go ./vendor/github.com/docker/docker/api/types/swarm/swarm.go ./vendor/github.com/docker/docker/api/types/swarm/common.go ./vendor/github.com/docker/docker/api/types/swarm/config.go ./vendor/github.com/docker/docker/api/types/swarm/network.go ./vendor/github.com/docker/docker/api/types/swarm/runtime.go ./vendor/github.com/docker/docker/api/types/swarm/node.go ./vendor/github.com/docker/docker/api/types/swarm/runtime/plugin.pb.go ./vendor/github.com/docker/docker/api/types/swarm/runtime/gen.go ./vendor/github.com/docker/docker/api/types/swarm/task.go ./vendor/github.com/docker/docker/api/types/swarm/container.go ./vendor/github.com/docker/docker/api/types/image_summary.go ./vendor/github.com/docker/docker/api/types/image/image_history.go ./vendor/github.com/docker/docker/api/types/service_update_response.go ./vendor/github.com/docker/docker/api/types/error_response_ext.go ./vendor/github.com/docker/docker/api/types/plugin_interface_type.go ./vendor/github.com/docker/docker/api/types/types.go ./vendor/github.com/docker/docker/api/types/error_response.go ./vendor/github.com/docker/docker/api/types/time/duration_convert.go ./vendor/github.com/docker/docker/api/types/time/timestamp.go ./vendor/github.com/docker/docker/api/types/strslice/strslice.go ./vendor/github.com/docker/docker/api/types/configs.go ./vendor/github.com/docker/docker/api/common_windows.go ./vendor/github.com/docker/distribution/reference/helpers.go ./vendor/github.com/docker/distribution/reference/normalize.go ./vendor/github.com/docker/distribution/reference/reference.go ./vendor/github.com/docker/distribution/reference/regexp.go ./vendor/github.com/docker/distribution/digestset/set.go ./vendor/github.com/docker/distribution/registry/api/errcode/register.go ./vendor/github.com/docker/distribution/registry/api/errcode/handler.go ./vendor/github.com/docker/distribution/registry/api/errcode/errors.go ./vendor/github.com/armon/go-metrics/inmem.go ./vendor/github.com/armon/go-metrics/const_unix.go ./vendor/github.com/armon/go-metrics/const_windows.go ./vendor/github.com/armon/go-metrics/metrics.go ./vendor/github.com/armon/go-metrics/start.go ./vendor/github.com/armon/go-metrics/inmem_signal.go ./vendor/github.com/armon/go-metrics/inmem_endpoint.go ./vendor/github.com/armon/go-metrics/statsite.go ./vendor/github.com/armon/go-metrics/sink.go ./vendor/github.com/armon/go-metrics/statsd.go ./vendor/github.com/influxdata/influxdb/models/inline_fnv.go ./vendor/github.com/influxdata/influxdb/models/statistic.go ./vendor/github.com/influxdata/influxdb/models/rows.go ./vendor/github.com/influxdata/influxdb/models/inline_strconv_parse.go ./vendor/github.com/influxdata/influxdb/models/tagkeysset.go ./vendor/github.com/influxdata/influxdb/models/points.go ./vendor/github.com/influxdata/influxdb/models/fieldtype_string.go ./vendor/github.com/influxdata/influxdb/models/time.go ./vendor/github.com/influxdata/influxdb/models/uint_support.go ./vendor/github.com/influxdata/influxdb/models/gen.go ./vendor/github.com/influxdata/influxdb/models/consistency.go ./vendor/github.com/influxdata/influxdb/client/v2/udp.go ./vendor/github.com/influxdata/influxdb/client/v2/client.go ./vendor/github.com/influxdata/influxdb/client/v2/params.go ./vendor/github.com/influxdata/influxdb/pkg/escape/bytes.go ./vendor/github.com/influxdata/influxdb/pkg/escape/strings.go ./vendor/github.com/miekg/dns/labels.go ./vendor/github.com/miekg/dns/serve_mux.go ./vendor/github.com/miekg/dns/dnssec.go ./vendor/github.com/miekg/dns/format.go ./vendor/github.com/miekg/dns/acceptfunc.go ./vendor/github.com/miekg/dns/sanitize.go ./vendor/github.com/miekg/dns/doc.go ./vendor/github.com/miekg/dns/msg_helpers.go ./vendor/github.com/miekg/dns/smimea.go ./vendor/github.com/miekg/dns/generate.go ./vendor/github.com/miekg/dns/singleinflight.go ./vendor/github.com/miekg/dns/listen_no_reuseport.go ./vendor/github.com/miekg/dns/tsig.go ./vendor/github.com/miekg/dns/defaults.go ./vendor/github.com/miekg/dns/reverse.go ./vendor/github.com/miekg/dns/listen_reuseport.go ./vendor/github.com/miekg/dns/privaterr.go ./vendor/github.com/miekg/dns/xfr.go ./vendor/github.com/miekg/dns/scan_rr.go ./vendor/github.com/miekg/dns/clientconfig.go ./vendor/github.com/miekg/dns/sig0.go ./vendor/github.com/miekg/dns/dns.go ./vendor/github.com/miekg/dns/duplicate.go ./vendor/github.com/miekg/dns/udp.go ./vendor/github.com/miekg/dns/dane.go ./vendor/github.com/miekg/dns/dnssec_privkey.go ./vendor/github.com/miekg/dns/zduplicate.go ./vendor/github.com/miekg/dns/tlsa.go ./vendor/github.com/miekg/dns/udp_windows.go ./vendor/github.com/miekg/dns/client.go ./vendor/github.com/miekg/dns/dnssec_keygen.go ./vendor/github.com/miekg/dns/svcb.go ./vendor/github.com/miekg/dns/msg.go ./vendor/github.com/miekg/dns/msg_truncate.go ./vendor/github.com/miekg/dns/fuzz.go ./vendor/github.com/miekg/dns/nsecx.go ./vendor/github.com/miekg/dns/update.go ./vendor/github.com/miekg/dns/version.go ./vendor/github.com/miekg/dns/scan.go ./vendor/github.com/miekg/dns/edns.go ./vendor/github.com/miekg/dns/types.go ./vendor/github.com/miekg/dns/server.go ./vendor/github.com/miekg/dns/zmsg.go ./vendor/github.com/miekg/dns/ztypes.go ./vendor/github.com/miekg/dns/dnssec_keyscan.go ./vendor/github.com/julienschmidt/httprouter/router.go ./vendor/github.com/julienschmidt/httprouter/path.go ./vendor/github.com/julienschmidt/httprouter/tree.go ./vendor/github.com/fsnotify/fsnotify/kqueue.go ./vendor/github.com/fsnotify/fsnotify/open_mode_bsd.go ./vendor/github.com/fsnotify/fsnotify/fsnotify.go ./vendor/github.com/fsnotify/fsnotify/inotify.go ./vendor/github.com/fsnotify/fsnotify/inotify_poller.go ./vendor/github.com/fsnotify/fsnotify/open_mode_darwin.go ./vendor/github.com/fsnotify/fsnotify/windows.go ./vendor/github.com/fsnotify/fsnotify/fen.go ./vendor/github.com/golang-jwt/jwt/v4/ed25519_utils.go ./vendor/github.com/golang-jwt/jwt/v4/claims.go ./vendor/github.com/golang-jwt/jwt/v4/doc.go ./vendor/github.com/golang-jwt/jwt/v4/none.go ./vendor/github.com/golang-jwt/jwt/v4/rsa.go ./vendor/github.com/golang-jwt/jwt/v4/ecdsa.go ./vendor/github.com/golang-jwt/jwt/v4/ed25519.go ./vendor/github.com/golang-jwt/jwt/v4/rsa_pss.go ./vendor/github.com/golang-jwt/jwt/v4/map_claims.go ./vendor/github.com/golang-jwt/jwt/v4/parser.go ./vendor/github.com/golang-jwt/jwt/v4/hmac.go ./vendor/github.com/golang-jwt/jwt/v4/rsa_utils.go ./vendor/github.com/golang-jwt/jwt/v4/ecdsa_utils.go ./vendor/github.com/golang-jwt/jwt/v4/signing_method.go ./vendor/github.com/golang-jwt/jwt/v4/errors.go ./vendor/github.com/golang-jwt/jwt/v4/token.go ./vendor/github.com/simonpasquier/klog-gokit/klog.go ./vendor/github.com/simonpasquier/klog-gokit/v3/klog.go ./vendor/github.com/golang/glog/glog.go ./vendor/github.com/golang/glog/glog_file.go ./vendor/github.com/golang/groupcache/lru/lru.go ./vendor/github.com/golang/snappy/encode.go ./vendor/github.com/golang/snappy/decode.go ./vendor/github.com/golang/snappy/decode_other.go ./vendor/github.com/golang/snappy/decode_asm.go ./vendor/github.com/golang/snappy/encode_asm.go ./vendor/github.com/golang/snappy/encode_other.go ./vendor/github.com/golang/snappy/snappy.go ./vendor/github.com/golang/protobuf/descriptor/descriptor.go ./vendor/github.com/golang/protobuf/proto/proto.go ./vendor/github.com/golang/protobuf/proto/defaults.go ./vendor/github.com/golang/protobuf/proto/properties.go ./vendor/github.com/golang/protobuf/proto/discard.go ./vendor/github.com/golang/protobuf/proto/extensions.go ./vendor/github.com/golang/protobuf/proto/registry.go ./vendor/github.com/golang/protobuf/proto/text_decode.go ./vendor/github.com/golang/protobuf/proto/text_encode.go ./vendor/github.com/golang/protobuf/proto/deprecated.go ./vendor/github.com/golang/protobuf/proto/buffer.go ./vendor/github.com/golang/protobuf/proto/wrappers.go ./vendor/github.com/golang/protobuf/proto/wire.go ./vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go ./vendor/github.com/golang/protobuf/ptypes/doc.go ./vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go ./vendor/github.com/golang/protobuf/ptypes/struct/struct.pb.go ./vendor/github.com/golang/protobuf/ptypes/timestamp.go ./vendor/github.com/golang/protobuf/ptypes/any/any.pb.go ./vendor/github.com/golang/protobuf/ptypes/any.go ./vendor/github.com/golang/protobuf/ptypes/duration.go ./vendor/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go ./vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.pb.go ./vendor/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.go ./vendor/github.com/golang/protobuf/jsonpb/encode.go ./vendor/github.com/golang/protobuf/jsonpb/decode.go ./vendor/github.com/golang/protobuf/jsonpb/json.go ./vendor/github.com/PuerkitoBio/urlesc/urlesc.go ./vendor/github.com/PuerkitoBio/purell/purell.go ./vendor/github.com/opencontainers/go-digest/verifiers.go ./vendor/github.com/opencontainers/go-digest/algorithm.go ./vendor/github.com/opencontainers/go-digest/doc.go ./vendor/github.com/opencontainers/go-digest/digester.go ./vendor/github.com/opencontainers/go-digest/digest.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/layout.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/config.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/annotations.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/mediatype.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/descriptor.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/index.go ./vendor/github.com/opencontainers/image-spec/specs-go/versioned.go ./vendor/github.com/opencontainers/image-spec/specs-go/version.go ./vendor/github.com/gophercloud/gophercloud/auth_options.go ./vendor/github.com/gophercloud/gophercloud/provider_client.go ./vendor/github.com/gophercloud/gophercloud/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/auth_env.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/util.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/errors.go ./vendor/github.com/gophercloud/gophercloud/openstack/endpoint_location.go ./vendor/github.com/gophercloud/gophercloud/openstack/client.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/errors.go ./vendor/github.com/gophercloud/gophercloud/openstack/utils/choose_version.go ./vendor/github.com/gophercloud/gophercloud/openstack/utils/base_endpoint.go ./vendor/github.com/gophercloud/gophercloud/doc.go ./vendor/github.com/gophercloud/gophercloud/service_client.go ./vendor/github.com/gophercloud/gophercloud/auth_result.go ./vendor/github.com/gophercloud/gophercloud/pagination/marker.go ./vendor/github.com/gophercloud/gophercloud/pagination/pkg.go ./vendor/github.com/gophercloud/gophercloud/pagination/pager.go ./vendor/github.com/gophercloud/gophercloud/pagination/http.go ./vendor/github.com/gophercloud/gophercloud/pagination/linked.go ./vendor/github.com/gophercloud/gophercloud/pagination/single.go ./vendor/github.com/gophercloud/gophercloud/endpoint_search.go ./vendor/github.com/gophercloud/gophercloud/util.go ./vendor/github.com/gophercloud/gophercloud/errors.go ./vendor/github.com/gophercloud/gophercloud/params.go ./vendor/github.com/opentracing-contrib/go-stdlib/nethttp/doc.go ./vendor/github.com/opentracing-contrib/go-stdlib/nethttp/status-code-tracker.go ./vendor/github.com/opentracing-contrib/go-stdlib/nethttp/client.go ./vendor/github.com/opentracing-contrib/go-stdlib/nethttp/server.go ./vendor/github.com/Azure/go-autorest/logger/logger.go ./vendor/github.com/Azure/go-autorest/logger/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/tracing/tracing.go ./vendor/github.com/Azure/go-autorest/tracing/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/doc.go ./vendor/github.com/Azure/go-autorest/autorest/validation/validation.go ./vendor/github.com/Azure/go-autorest/autorest/validation/error.go ./vendor/github.com/Azure/go-autorest/autorest/validation/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/autorest/authorization_sas.go ./vendor/github.com/Azure/go-autorest/autorest/adal/devicetoken.go ./vendor/github.com/Azure/go-autorest/autorest/adal/token_1.13.go ./vendor/github.com/Azure/go-autorest/autorest/adal/sender.go ./vendor/github.com/Azure/go-autorest/autorest/adal/token_legacy.go ./vendor/github.com/Azure/go-autorest/autorest/adal/persist.go ./vendor/github.com/Azure/go-autorest/autorest/adal/config.go ./vendor/github.com/Azure/go-autorest/autorest/adal/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/autorest/adal/version.go ./vendor/github.com/Azure/go-autorest/autorest/adal/token.go ./vendor/github.com/Azure/go-autorest/autorest/authorization_storage.go ./vendor/github.com/Azure/go-autorest/autorest/sender.go ./vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.7.go ./vendor/github.com/Azure/go-autorest/autorest/authorization.go ./vendor/github.com/Azure/go-autorest/autorest/preparer.go ./vendor/github.com/Azure/go-autorest/autorest/date/utility.go ./vendor/github.com/Azure/go-autorest/autorest/date/timerfc1123.go ./vendor/github.com/Azure/go-autorest/autorest/date/time.go ./vendor/github.com/Azure/go-autorest/autorest/date/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/autorest/date/unixtime.go ./vendor/github.com/Azure/go-autorest/autorest/date/date.go ./vendor/github.com/Azure/go-autorest/autorest/utility_legacy.go ./vendor/github.com/Azure/go-autorest/autorest/utility_1.13.go ./vendor/github.com/Azure/go-autorest/autorest/error.go ./vendor/github.com/Azure/go-autorest/autorest/utility.go ./vendor/github.com/Azure/go-autorest/autorest/client.go ./vendor/github.com/Azure/go-autorest/autorest/responder.go ./vendor/github.com/Azure/go-autorest/autorest/autorest.go ./vendor/github.com/Azure/go-autorest/autorest/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/autorest/to/convert.go ./vendor/github.com/Azure/go-autorest/autorest/to/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/autorest/version.go ./vendor/github.com/Azure/go-autorest/autorest/retriablerequest.go ./vendor/github.com/Azure/go-autorest/autorest/azure/azure.go ./vendor/github.com/Azure/go-autorest/autorest/azure/rp.go ./vendor/github.com/Azure/go-autorest/autorest/azure/metadata_environment.go ./vendor/github.com/Azure/go-autorest/autorest/azure/environments.go ./vendor/github.com/Azure/go-autorest/autorest/azure/async.go ./vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.8.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerprobes.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfaceipconfigurations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuitauthorizations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpngateways.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/subnets.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/watchers.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routefilters.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpnconnections.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routefilterrules.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/profiles.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteconnections.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/operations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/azurefirewalls.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/usages.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/inboundnatrules.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfacesgroup.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/models.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualhubs.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpnsites.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteports.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/packetcaptures.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/availableresourcegroupdelegations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/p2svpnserverconfigurations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/applicationgateways.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteserviceproviders.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/serviceendpointpolicydefinitions.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/publicipprefixes.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworkgatewayconnections.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerloadbalancingrules.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/serviceendpointpolicies.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancers.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerbackendaddresspools.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/defaultsecurityrules.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/p2svpngateways.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancernetworkinterfaces.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuitconnections.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/enums.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecrossconnectionpeerings.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworkpeerings.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpnsitesconfiguration.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/hubvirtualnetworkconnections.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/ddosprotectionplans.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/availableendpointservices.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutelinks.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/client.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerfrontendipconfigurations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/publicipaddresses.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routes.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfaceloadbalancers.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/azurefirewallfqdntags.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuits.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/availabledelegations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfaceendpoints.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/localnetworkgateways.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworks.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routetables.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuitpeerings.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualwans.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/version.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworktaps.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfacetapconfigurations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutegateways.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/applicationsecuritygroups.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworkgateways.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/securitygroups.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/securityrules.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalanceroutboundrules.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/bgpservicecommunities.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteportslocations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecrossconnections.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/connectionmonitors.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/proximityplacementgroups.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/disks.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/galleryimages.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesetextensions.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/loganalytics.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/availabilitysets.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinesizes.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/galleryimageversions.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/operations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/models.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineimages.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/snapshots.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/enums.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/galleries.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineruncommands.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesetrollingupgrades.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesets.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineextensionimages.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/client.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/usage.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/images.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/resourceskus.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachines.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesetvms.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/version.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/containerservices.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineextensions.go ./vendor/github.com/Azure/azure-sdk-for-go/version/version.go ./vendor/github.com/beorn7/perks/quantile/stream.go ./vendor/github.com/jpillora/backoff/backoff.go ./vendor/github.com/pmezard/go-difflib/difflib/difflib.go ./vendor/github.com/edsrzf/mmap-go/mmap.go ./vendor/github.com/edsrzf/mmap-go/mmap_unix.go ./vendor/github.com/edsrzf/mmap-go/mmap_windows.go ./vendor/github.com/go-openapi/validate/helpers.go ./vendor/github.com/go-openapi/validate/doc.go ./vendor/github.com/go-openapi/validate/object_validator.go ./vendor/github.com/go-openapi/validate/formats.go ./vendor/github.com/go-openapi/validate/example_validator.go ./vendor/github.com/go-openapi/validate/schema_option.go ./vendor/github.com/go-openapi/validate/debug.go ./vendor/github.com/go-openapi/validate/values.go ./vendor/github.com/go-openapi/validate/result.go ./vendor/github.com/go-openapi/validate/schema.go ./vendor/github.com/go-openapi/validate/type.go ./vendor/github.com/go-openapi/validate/schema_messages.go ./vendor/github.com/go-openapi/validate/context.go ./vendor/github.com/go-openapi/validate/spec_messages.go ./vendor/github.com/go-openapi/validate/options.go ./vendor/github.com/go-openapi/validate/default_validator.go ./vendor/github.com/go-openapi/validate/validator.go ./vendor/github.com/go-openapi/validate/schema_props.go ./vendor/github.com/go-openapi/validate/slice_validator.go ./vendor/github.com/go-openapi/validate/rexp.go ./vendor/github.com/go-openapi/validate/spec.go ./vendor/github.com/go-openapi/errors/doc.go ./vendor/github.com/go-openapi/errors/auth.go ./vendor/github.com/go-openapi/errors/api.go ./vendor/github.com/go-openapi/errors/parsing.go ./vendor/github.com/go-openapi/errors/middleware.go ./vendor/github.com/go-openapi/errors/schema.go ./vendor/github.com/go-openapi/errors/headers.go ./vendor/github.com/go-openapi/swag/name_lexem.go ./vendor/github.com/go-openapi/swag/pre_go19.go ./vendor/github.com/go-openapi/swag/post_go18.go ./vendor/github.com/go-openapi/swag/doc.go ./vendor/github.com/go-openapi/swag/net.go ./vendor/github.com/go-openapi/swag/yaml.go ./vendor/github.com/go-openapi/swag/convert_types.go ./vendor/github.com/go-openapi/swag/path.go ./vendor/github.com/go-openapi/swag/post_go19.go ./vendor/github.com/go-openapi/swag/pre_go18.go ./vendor/github.com/go-openapi/swag/json.go ./vendor/github.com/go-openapi/swag/convert.go ./vendor/github.com/go-openapi/swag/util.go ./vendor/github.com/go-openapi/swag/split.go ./vendor/github.com/go-openapi/swag/loading.go ./vendor/github.com/go-openapi/loads/doc.go ./vendor/github.com/go-openapi/loads/options.go ./vendor/github.com/go-openapi/loads/loaders.go ./vendor/github.com/go-openapi/loads/spec.go ./vendor/github.com/go-openapi/spec/normalizer_nonwindows.go ./vendor/github.com/go-openapi/spec/security_scheme.go ./vendor/github.com/go-openapi/spec/response.go ./vendor/github.com/go-openapi/spec/contact_info.go ./vendor/github.com/go-openapi/spec/normalizer_windows.go ./vendor/github.com/go-openapi/spec/license.go ./vendor/github.com/go-openapi/spec/properties.go ./vendor/github.com/go-openapi/spec/schema_loader.go ./vendor/github.com/go-openapi/spec/items.go ./vendor/github.com/go-openapi/spec/operation.go ./vendor/github.com/go-openapi/spec/swagger.go ./vendor/github.com/go-openapi/spec/info.go ./vendor/github.com/go-openapi/spec/normalizer.go ./vendor/github.com/go-openapi/spec/header.go ./vendor/github.com/go-openapi/spec/responses.go ./vendor/github.com/go-openapi/spec/debug.go ./vendor/github.com/go-openapi/spec/xml_object.go ./vendor/github.com/go-openapi/spec/schema.go ./vendor/github.com/go-openapi/spec/path_item.go ./vendor/github.com/go-openapi/spec/tag.go ./vendor/github.com/go-openapi/spec/expander.go ./vendor/github.com/go-openapi/spec/paths.go ./vendor/github.com/go-openapi/spec/ref.go ./vendor/github.com/go-openapi/spec/resolver.go ./vendor/github.com/go-openapi/spec/cache.go ./vendor/github.com/go-openapi/spec/bindata.go ./vendor/github.com/go-openapi/spec/validations.go ./vendor/github.com/go-openapi/spec/parameter.go ./vendor/github.com/go-openapi/spec/errors.go ./vendor/github.com/go-openapi/spec/external_docs.go ./vendor/github.com/go-openapi/spec/spec.go ./vendor/github.com/go-openapi/jsonreference/reference.go ./vendor/github.com/go-openapi/strfmt/format.go ./vendor/github.com/go-openapi/strfmt/doc.go ./vendor/github.com/go-openapi/strfmt/bson.go ./vendor/github.com/go-openapi/strfmt/ulid.go ./vendor/github.com/go-openapi/strfmt/time.go ./vendor/github.com/go-openapi/strfmt/default.go ./vendor/github.com/go-openapi/strfmt/duration.go ./vendor/github.com/go-openapi/strfmt/date.go ./vendor/github.com/go-openapi/runtime/file.go ./vendor/github.com/go-openapi/runtime/statuses.go ./vendor/github.com/go-openapi/runtime/client_request.go ./vendor/github.com/go-openapi/runtime/request.go ./vendor/github.com/go-openapi/runtime/client_response.go ./vendor/github.com/go-openapi/runtime/discard.go ./vendor/github.com/go-openapi/runtime/interfaces.go ./vendor/github.com/go-openapi/runtime/constants.go ./vendor/github.com/go-openapi/runtime/text.go ./vendor/github.com/go-openapi/runtime/bytestream.go ./vendor/github.com/go-openapi/runtime/json.go ./vendor/github.com/go-openapi/runtime/xml.go ./vendor/github.com/go-openapi/runtime/values.go ./vendor/github.com/go-openapi/runtime/csv.go ./vendor/github.com/go-openapi/runtime/client_operation.go ./vendor/github.com/go-openapi/runtime/client_auth_info.go ./vendor/github.com/go-openapi/runtime/headers.go ./vendor/github.com/go-openapi/analysis/doc.go ./vendor/github.com/go-openapi/analysis/analyzer.go ./vendor/github.com/go-openapi/analysis/flatten.go ./vendor/github.com/go-openapi/analysis/debug.go ./vendor/github.com/go-openapi/analysis/schema.go ./vendor/github.com/go-openapi/analysis/internal/post_go18.go ./vendor/github.com/go-openapi/analysis/internal/pre_go18.go ./vendor/github.com/go-openapi/analysis/mixin.go ./vendor/github.com/go-openapi/analysis/fixer.go ./vendor/github.com/go-openapi/jsonpointer/pointer.go ./vendor/github.com/go-logfmt/logfmt/encode.go ./vendor/github.com/go-logfmt/logfmt/doc.go ./vendor/github.com/go-logfmt/logfmt/decode.go ./vendor/github.com/go-logfmt/logfmt/jsonstring.go ./vendor/github.com/asaskevich/govalidator/doc.go ./vendor/github.com/asaskevich/govalidator/error.go ./vendor/github.com/asaskevich/govalidator/arrays.go ./vendor/github.com/asaskevich/govalidator/utils.go ./vendor/github.com/asaskevich/govalidator/patterns.go ./vendor/github.com/asaskevich/govalidator/converter.go ./vendor/github.com/asaskevich/govalidator/types.go ./vendor/github.com/asaskevich/govalidator/validator.go ./vendor/github.com/asaskevich/govalidator/numerics.go ./vendor/github.com/google/gofuzz/doc.go ./vendor/github.com/google/gofuzz/fuzz.go ./vendor/github.com/google/pprof/profile/proto.go ./vendor/github.com/google/pprof/profile/encode.go ./vendor/github.com/google/pprof/profile/prune.go ./vendor/github.com/google/pprof/profile/legacy_profile.go ./vendor/github.com/google/pprof/profile/profile.go ./vendor/github.com/google/pprof/profile/legacy_java_profile.go ./vendor/github.com/google/pprof/profile/merge.go ./vendor/github.com/google/pprof/profile/filter.go ./vendor/github.com/google/pprof/profile/index.go ./vendor/github.com/google/go-cmp/cmp/export_panic.go ./vendor/github.com/google/go-cmp/cmp/export_unsafe.go ./vendor/github.com/google/go-cmp/cmp/report_text.go ./vendor/github.com/google/go-cmp/cmp/path.go ./vendor/github.com/google/go-cmp/cmp/report_references.go ./vendor/github.com/google/go-cmp/cmp/report_compare.go ./vendor/github.com/google/go-cmp/cmp/compare.go ./vendor/github.com/google/go-cmp/cmp/report_reflect.go ./vendor/github.com/google/go-cmp/cmp/report_value.go ./vendor/github.com/google/go-cmp/cmp/report_slices.go ./vendor/github.com/google/go-cmp/cmp/options.go ./vendor/github.com/google/go-cmp/cmp/report.go ./vendor/github.com/google/go-cmp/cmp/internal/function/func.go ./vendor/github.com/google/go-cmp/cmp/internal/flags/flags.go ./vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_recent.go ./vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_legacy.go ./vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go ./vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go ./vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go ./vendor/github.com/google/go-cmp/cmp/internal/value/sort.go ./vendor/github.com/google/go-cmp/cmp/internal/value/zero.go ./vendor/github.com/google/go-cmp/cmp/internal/value/pointer_purego.go ./vendor/github.com/google/go-cmp/cmp/internal/value/name.go ./vendor/github.com/google/go-cmp/cmp/internal/value/pointer_unsafe.go ./vendor/github.com/google/go-querystring/query/encode.go ./vendor/github.com/mattn/go-isatty/doc.go ./vendor/github.com/mattn/go-isatty/isatty_bsd.go ./vendor/github.com/mattn/go-isatty/isatty_windows.go ./vendor/github.com/mattn/go-isatty/isatty_tcgets.go ./vendor/github.com/mattn/go-isatty/isatty_plan9.go ./vendor/github.com/mattn/go-isatty/isatty_solaris.go ./vendor/github.com/mattn/go-isatty/isatty_others.go ./vendor/github.com/mattn/go-colorable/colorable_others.go ./vendor/github.com/mattn/go-colorable/noncolorable.go ./vendor/github.com/mattn/go-colorable/colorable_appengine.go ./vendor/github.com/mattn/go-colorable/colorable_windows.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogofast/main.go ./vendor/github.com/gogo/protobuf/proto/lib.go ./vendor/github.com/gogo/protobuf/proto/table_marshal.go ./vendor/github.com/gogo/protobuf/proto/encode.go ./vendor/github.com/gogo/protobuf/proto/text_gogo.go ./vendor/github.com/gogo/protobuf/proto/lib_gogo.go ./vendor/github.com/gogo/protobuf/proto/skip_gogo.go ./vendor/github.com/gogo/protobuf/proto/pointer_reflect.go ./vendor/github.com/gogo/protobuf/proto/encode_gogo.go ./vendor/github.com/gogo/protobuf/proto/decode.go ./vendor/github.com/gogo/protobuf/proto/properties.go ./vendor/github.com/gogo/protobuf/proto/table_unmarshal.go ./vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go ./vendor/github.com/gogo/protobuf/proto/discard.go ./vendor/github.com/gogo/protobuf/proto/clone.go ./vendor/github.com/gogo/protobuf/proto/duration_gogo.go ./vendor/github.com/gogo/protobuf/proto/extensions.go ./vendor/github.com/gogo/protobuf/proto/timestamp.go ./vendor/github.com/gogo/protobuf/proto/text.go ./vendor/github.com/gogo/protobuf/proto/pointer_reflect_gogo.go ./vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go ./vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go ./vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go ./vendor/github.com/gogo/protobuf/proto/table_merge.go ./vendor/github.com/gogo/protobuf/proto/message_set.go ./vendor/github.com/gogo/protobuf/proto/equal.go ./vendor/github.com/gogo/protobuf/proto/deprecated.go ./vendor/github.com/gogo/protobuf/proto/wrappers.go ./vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go ./vendor/github.com/gogo/protobuf/proto/text_parser.go ./vendor/github.com/gogo/protobuf/proto/properties_gogo.go ./vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go ./vendor/github.com/gogo/protobuf/proto/duration.go ./vendor/github.com/gogo/protobuf/proto/custom_gogo.go ./vendor/github.com/gogo/protobuf/proto/extensions_gogo.go ./vendor/github.com/gogo/protobuf/gogoproto/doc.go ./vendor/github.com/gogo/protobuf/gogoproto/helper.go ./vendor/github.com/gogo/protobuf/gogoproto/gogo.pb.go ./vendor/github.com/gogo/protobuf/vanity/file.go ./vendor/github.com/gogo/protobuf/vanity/enum.go ./vendor/github.com/gogo/protobuf/vanity/command/command.go ./vendor/github.com/gogo/protobuf/vanity/msg.go ./vendor/github.com/gogo/protobuf/vanity/field.go ./vendor/github.com/gogo/protobuf/vanity/foreach.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor_gostring.gen.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/grpc/grpc.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator/generator.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator/helper.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap/remap.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin/plugin.pb.go ./vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go ./vendor/github.com/gogo/protobuf/plugin/unmarshal/unmarshal.go ./vendor/github.com/gogo/protobuf/plugin/enumstringer/enumstringer.go ./vendor/github.com/gogo/protobuf/plugin/compare/comparetest.go ./vendor/github.com/gogo/protobuf/plugin/compare/compare.go ./vendor/github.com/gogo/protobuf/plugin/face/facetest.go ./vendor/github.com/gogo/protobuf/plugin/face/face.go ./vendor/github.com/gogo/protobuf/plugin/equal/equaltest.go ./vendor/github.com/gogo/protobuf/plugin/equal/equal.go ./vendor/github.com/gogo/protobuf/plugin/marshalto/marshalto.go ./vendor/github.com/gogo/protobuf/plugin/oneofcheck/oneofcheck.go ./vendor/github.com/gogo/protobuf/plugin/size/sizetest.go ./vendor/github.com/gogo/protobuf/plugin/size/size.go ./vendor/github.com/gogo/protobuf/plugin/union/uniontest.go ./vendor/github.com/gogo/protobuf/plugin/union/union.go ./vendor/github.com/gogo/protobuf/plugin/defaultcheck/defaultcheck.go ./vendor/github.com/gogo/protobuf/plugin/embedcheck/embedcheck.go ./vendor/github.com/gogo/protobuf/plugin/description/description.go ./vendor/github.com/gogo/protobuf/plugin/description/descriptiontest.go ./vendor/github.com/gogo/protobuf/plugin/stringer/stringer.go ./vendor/github.com/gogo/protobuf/plugin/stringer/stringertest.go ./vendor/github.com/gogo/protobuf/plugin/gostring/gostring.go ./vendor/github.com/gogo/protobuf/plugin/gostring/gostringtest.go ./vendor/github.com/gogo/protobuf/plugin/testgen/testgen.go ./vendor/github.com/gogo/protobuf/plugin/populate/populate.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/utilities/doc.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/utilities/pattern.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/utilities/readerfactory.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/utilities/trie.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/grpc_api_service.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/grpc_api_configuration.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/registry.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/services.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/types.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/parse.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/compile.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/fuzz.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/types.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/main.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/generator/generator.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/internal/gengateway/doc.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/internal/gengateway/generator.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/internal/gengateway/template.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/codegenerator/doc.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/codegenerator/parse_req.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/main.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/genswagger/helpers.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/genswagger/doc.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/genswagger/generator.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/genswagger/helpers_go111_old.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/genswagger/template.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/genswagger/types.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options/annotations.pb.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options/openapiv2.pb.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/internal/casing/camel.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/internal/errors.pb.go ./vendor/github.com/dgryski/go-sip13/sip13.go ./vendor/github.com/dgryski/go-sip13/sip13_stub.go ./vendor/github.com/oklog/run/group.go ./vendor/github.com/oklog/run/actors.go ./vendor/github.com/oklog/ulid/ulid.go ./vendor/github.com/linode/linodego/regions.go ./vendor/github.com/linode/linodego/account_user_grants.go ./vendor/github.com/linode/linodego/stackscripts.go ./vendor/github.com/linode/linodego/firewall_rules.go ./vendor/github.com/linode/linodego/account_payments.go ./vendor/github.com/linode/linodego/waitfor.go ./vendor/github.com/linode/linodego/lke_clusters.go ./vendor/github.com/linode/linodego/account_users.go ./vendor/github.com/linode/linodego/account.go ./vendor/github.com/linode/linodego/comparison.go ./vendor/github.com/linode/linodego/pagination.go ./vendor/github.com/linode/linodego/account_settings.go ./vendor/github.com/linode/linodego/nodebalancer_config_nodes.go ./vendor/github.com/linode/linodego/object_storage_bucket_certs.go ./vendor/github.com/linode/linodego/kernels.go ./vendor/github.com/linode/linodego/account_invoices.go ./vendor/github.com/linode/linodego/instance_ips.go ./vendor/github.com/linode/linodego/instance_volumes.go ./vendor/github.com/linode/linodego/firewall_devices.go ./vendor/github.com/linode/linodego/network_ranges.go ./vendor/github.com/linode/linodego/object_storage_object.go ./vendor/github.com/linode/linodego/instance_snapshots.go ./vendor/github.com/linode/linodego/support.go ./vendor/github.com/linode/linodego/profile_tokens.go ./vendor/github.com/linode/linodego/instance_disks.go ./vendor/github.com/linode/linodego/instance_configs.go ./vendor/github.com/linode/linodego/retries.go ./vendor/github.com/linode/linodego/profile.go ./vendor/github.com/linode/linodego/client.go ./vendor/github.com/linode/linodego/object_storage_clusters.go ./vendor/github.com/linode/linodego/nodebalancer_configs.go ./vendor/github.com/linode/linodego/domain_records.go ./vendor/github.com/linode/linodego/managed.go ./vendor/github.com/linode/linodego/instance_stats.go ./vendor/github.com/linode/linodego/lke_cluster_pools.go ./vendor/github.com/linode/linodego/object_storage_buckets.go ./vendor/github.com/linode/linodego/object_storage_keys.go ./vendor/github.com/linode/linodego/resources.go ./vendor/github.com/linode/linodego/firewalls.go ./vendor/github.com/linode/linodego/network_ips.go ./vendor/github.com/linode/linodego/profile_sshkeys.go ./vendor/github.com/linode/linodego/images.go ./vendor/github.com/linode/linodego/version.go ./vendor/github.com/linode/linodego/account_events.go ./vendor/github.com/linode/linodego/network_pools.go ./vendor/github.com/linode/linodego/account_oauth_client.go ./vendor/github.com/linode/linodego/nodebalancer.go ./vendor/github.com/linode/linodego/vlans.go ./vendor/github.com/linode/linodego/types.go ./vendor/github.com/linode/linodego/errors.go ./vendor/github.com/linode/linodego/longview_subscriptions.go ./vendor/github.com/linode/linodego/nodebalancer_stats.go ./vendor/github.com/linode/linodego/instances.go ./vendor/github.com/linode/linodego/domains.go ./vendor/github.com/linode/linodego/tags.go ./vendor/github.com/linode/linodego/account_notifications.go ./vendor/github.com/linode/linodego/internal/duration/duration.go ./vendor/github.com/linode/linodego/internal/parseabletime/parseable_time.go ./vendor/github.com/linode/linodego/longview.go ./vendor/github.com/linode/linodego/volumes.go ./vendor/github.com/json-iterator/go/adapter.go ./vendor/github.com/json-iterator/go/any_object.go ./vendor/github.com/json-iterator/go/stream_str.go ./vendor/github.com/json-iterator/go/any_array.go ./vendor/github.com/json-iterator/go/stream_int.go ./vendor/github.com/json-iterator/go/pool.go ./vendor/github.com/json-iterator/go/reflect_dynamic.go ./vendor/github.com/json-iterator/go/reflect_struct_encoder.go ./vendor/github.com/json-iterator/go/any_invalid.go ./vendor/github.com/json-iterator/go/any_float.go ./vendor/github.com/json-iterator/go/iter_int.go ./vendor/github.com/json-iterator/go/reflect_array.go ./vendor/github.com/json-iterator/go/stream_float.go ./vendor/github.com/json-iterator/go/reflect_extension.go ./vendor/github.com/json-iterator/go/jsoniter.go ./vendor/github.com/json-iterator/go/iter_array.go ./vendor/github.com/json-iterator/go/iter_object.go ./vendor/github.com/json-iterator/go/reflect_json_number.go ./vendor/github.com/json-iterator/go/reflect_struct_decoder.go ./vendor/github.com/json-iterator/go/any_nil.go ./vendor/github.com/json-iterator/go/any_int32.go ./vendor/github.com/json-iterator/go/any_bool.go ./vendor/github.com/json-iterator/go/iter_skip_sloppy.go ./vendor/github.com/json-iterator/go/any_uint32.go ./vendor/github.com/json-iterator/go/config.go ./vendor/github.com/json-iterator/go/reflect_optional.go ./vendor/github.com/json-iterator/go/reflect_map.go ./vendor/github.com/json-iterator/go/reflect_json_raw_message.go ./vendor/github.com/json-iterator/go/any_uint64.go ./vendor/github.com/json-iterator/go/any.go ./vendor/github.com/json-iterator/go/iter_skip.go ./vendor/github.com/json-iterator/go/any_number.go ./vendor/github.com/json-iterator/go/reflect_native.go ./vendor/github.com/json-iterator/go/reflect_slice.go ./vendor/github.com/json-iterator/go/iter_str.go ./vendor/github.com/json-iterator/go/stream.go ./vendor/github.com/json-iterator/go/iter_skip_strict.go ./vendor/github.com/json-iterator/go/any_int64.go ./vendor/github.com/json-iterator/go/iter_float.go ./vendor/github.com/json-iterator/go/any_str.go ./vendor/github.com/json-iterator/go/reflect_marshaler.go ./vendor/github.com/json-iterator/go/iter.go ./vendor/github.com/json-iterator/go/reflect.go ./vendor/github.com/mitchellh/go-homedir/homedir.go ./vendor/github.com/mitchellh/mapstructure/error.go ./vendor/github.com/mitchellh/mapstructure/decode_hooks.go ./vendor/github.com/mitchellh/mapstructure/mapstructure.go ./vendor/github.com/mwitkow/go-conntrack/dialer_wrapper.go ./vendor/github.com/mwitkow/go-conntrack/listener_wrapper.go ./vendor/github.com/mwitkow/go-conntrack/dialer_reporter.go ./vendor/github.com/mwitkow/go-conntrack/listener_reporter.go ./vendor/github.com/hashicorp/serf/coordinate/phantom.go ./vendor/github.com/hashicorp/serf/coordinate/coordinate.go ./vendor/github.com/hashicorp/serf/coordinate/config.go ./vendor/github.com/hashicorp/serf/coordinate/client.go ./vendor/github.com/hashicorp/golang-lru/simplelru/lru.go ./vendor/github.com/hashicorp/golang-lru/simplelru/lru_interface.go ./vendor/github.com/hashicorp/go-cleanhttp/doc.go ./vendor/github.com/hashicorp/go-cleanhttp/cleanhttp.go ./vendor/github.com/hashicorp/go-cleanhttp/handlers.go ./vendor/github.com/hashicorp/go-rootcerts/doc.go ./vendor/github.com/hashicorp/go-rootcerts/rootcerts.go ./vendor/github.com/hashicorp/go-rootcerts/rootcerts_darwin.go ./vendor/github.com/hashicorp/go-rootcerts/rootcerts_base.go ./vendor/github.com/hashicorp/go-immutable-radix/edges.go ./vendor/github.com/hashicorp/go-immutable-radix/iradix.go ./vendor/github.com/hashicorp/go-immutable-radix/node.go ./vendor/github.com/hashicorp/go-immutable-radix/raw_iter.go ./vendor/github.com/hashicorp/go-immutable-radix/iter.go ./vendor/github.com/hashicorp/consul/api/discovery_chain.go ./vendor/github.com/hashicorp/consul/api/status.go ./vendor/github.com/hashicorp/consul/api/operator_keyring.go ./vendor/github.com/hashicorp/consul/api/health.go ./vendor/github.com/hashicorp/consul/api/config_entry_intentions.go ./vendor/github.com/hashicorp/consul/api/operator_license.go ./vendor/github.com/hashicorp/consul/api/operator.go ./vendor/github.com/hashicorp/consul/api/operator_raft.go ./vendor/github.com/hashicorp/consul/api/semaphore.go ./vendor/github.com/hashicorp/consul/api/connect_ca.go ./vendor/github.com/hashicorp/consul/api/config_entry_cluster.go ./vendor/github.com/hashicorp/consul/api/config_entry.go ./vendor/github.com/hashicorp/consul/api/operator_area.go ./vendor/github.com/hashicorp/consul/api/api.go ./vendor/github.com/hashicorp/consul/api/raw.go ./vendor/github.com/hashicorp/consul/api/session.go ./vendor/github.com/hashicorp/consul/api/namespace.go ./vendor/github.com/hashicorp/consul/api/snapshot.go ./vendor/github.com/hashicorp/consul/api/coordinate.go ./vendor/github.com/hashicorp/consul/api/acl.go ./vendor/github.com/hashicorp/consul/api/kv.go ./vendor/github.com/hashicorp/consul/api/lock.go ./vendor/github.com/hashicorp/consul/api/operator_segment.go ./vendor/github.com/hashicorp/consul/api/event.go ./vendor/github.com/hashicorp/consul/api/connect.go ./vendor/github.com/hashicorp/consul/api/prepared_query.go ./vendor/github.com/hashicorp/consul/api/debug.go ./vendor/github.com/hashicorp/consul/api/catalog.go ./vendor/github.com/hashicorp/consul/api/config_entry_discoverychain.go ./vendor/github.com/hashicorp/consul/api/connect_intention.go ./vendor/github.com/hashicorp/consul/api/txn.go ./vendor/github.com/hashicorp/consul/api/operator_autopilot.go ./vendor/github.com/hashicorp/consul/api/agent.go ./vendor/github.com/hashicorp/consul/api/config_entry_gateways.go ./vendor/github.com/hashicorp/go-hclog/writer.go ./vendor/github.com/hashicorp/go-hclog/stdlog.go ./vendor/github.com/hashicorp/go-hclog/global.go ./vendor/github.com/hashicorp/go-hclog/logger.go ./vendor/github.com/hashicorp/go-hclog/stacktrace.go ./vendor/github.com/hashicorp/go-hclog/intlogger.go ./vendor/github.com/hashicorp/go-hclog/context.go ./vendor/github.com/hashicorp/go-hclog/colorize_unix.go ./vendor/github.com/hashicorp/go-hclog/nulllogger.go ./vendor/github.com/hashicorp/go-hclog/interceptlogger.go ./vendor/github.com/hashicorp/go-hclog/colorize_windows.go ./vendor/github.com/cespare/xxhash/v2/xxhash_safe.go ./vendor/github.com/cespare/xxhash/v2/xxhash_other.go ./vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go ./vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go ./vendor/github.com/cespare/xxhash/v2/xxhash.go ./vendor/github.com/dennwc/varint/proto.go ./vendor/github.com/dennwc/varint/varint.go ./vendor/github.com/go-resty/resty/v2/response.go ./vendor/github.com/go-resty/resty/v2/request.go ./vendor/github.com/go-resty/resty/v2/retry.go ./vendor/github.com/go-resty/resty/v2/redirect.go ./vendor/github.com/go-resty/resty/v2/client.go ./vendor/github.com/go-resty/resty/v2/middleware.go ./vendor/github.com/go-resty/resty/v2/resty.go ./vendor/github.com/go-resty/resty/v2/trace.go ./vendor/github.com/go-resty/resty/v2/util.go ./vendor/github.com/sirupsen/logrus/alt_exit.go ./vendor/github.com/sirupsen/logrus/hooks.go ./vendor/github.com/sirupsen/logrus/formatter.go ./vendor/github.com/sirupsen/logrus/buffer_pool.go ./vendor/github.com/sirupsen/logrus/writer.go ./vendor/github.com/sirupsen/logrus/terminal_check_notappengine.go ./vendor/github.com/sirupsen/logrus/doc.go ./vendor/github.com/sirupsen/logrus/terminal_check_unix.go ./vendor/github.com/sirupsen/logrus/terminal_check_windows.go ./vendor/github.com/sirupsen/logrus/logger.go ./vendor/github.com/sirupsen/logrus/terminal_check_js.go ./vendor/github.com/sirupsen/logrus/json_formatter.go ./vendor/github.com/sirupsen/logrus/terminal_check_appengine.go ./vendor/github.com/sirupsen/logrus/entry.go ./vendor/github.com/sirupsen/logrus/text_formatter.go ./vendor/github.com/sirupsen/logrus/exported.go ./vendor/github.com/sirupsen/logrus/logrus.go ./vendor/github.com/sirupsen/logrus/terminal_check_solaris.go ./vendor/github.com/sirupsen/logrus/terminal_check_bsd.go ./vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go ./vendor/google.golang.org/genproto/googleapis/rpc/status/status.pb.go ./vendor/google.golang.org/genproto/googleapis/rpc/errdetails/error_details.pb.go ./vendor/google.golang.org/genproto/googleapis/rpc/code/code.pb.go ./vendor/google.golang.org/genproto/googleapis/api/annotations/routing.pb.go ./vendor/google.golang.org/genproto/googleapis/api/annotations/http.pb.go ./vendor/google.golang.org/genproto/googleapis/api/annotations/resource.pb.go ./vendor/google.golang.org/genproto/googleapis/api/annotations/annotations.pb.go ./vendor/google.golang.org/genproto/googleapis/api/annotations/client.pb.go ./vendor/google.golang.org/genproto/googleapis/api/annotations/field_behavior.pb.go ./vendor/google.golang.org/grpc/dialoptions.go ./vendor/google.golang.org/grpc/balancer/grpclb/state/state.go ./vendor/google.golang.org/grpc/balancer/base/base.go ./vendor/google.golang.org/grpc/balancer/base/balancer.go ./vendor/google.golang.org/grpc/balancer/balancer.go ./vendor/google.golang.org/grpc/balancer/roundrobin/roundrobin.go ./vendor/google.golang.org/grpc/backoff/backoff.go ./vendor/google.golang.org/grpc/doc.go ./vendor/google.golang.org/grpc/interceptor.go ./vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1/binarylog.pb.go ./vendor/google.golang.org/grpc/stats/handlers.go ./vendor/google.golang.org/grpc/stats/stats.go ./vendor/google.golang.org/grpc/attributes/attributes.go ./vendor/google.golang.org/grpc/codec.go ./vendor/google.golang.org/grpc/service_config.go ./vendor/google.golang.org/grpc/pickfirst.go ./vendor/google.golang.org/grpc/grpclog/loggerv2.go ./vendor/google.golang.org/grpc/grpclog/logger.go ./vendor/google.golang.org/grpc/grpclog/component.go ./vendor/google.golang.org/grpc/grpclog/grpclog.go ./vendor/google.golang.org/grpc/encoding/proto/proto.go ./vendor/google.golang.org/grpc/encoding/encoding.go ./vendor/google.golang.org/grpc/clientconn.go ./vendor/google.golang.org/grpc/balancer_conn_wrappers.go ./vendor/google.golang.org/grpc/status/status.go ./vendor/google.golang.org/grpc/preloader.go ./vendor/google.golang.org/grpc/peer/peer.go ./vendor/google.golang.org/grpc/trace.go ./vendor/google.golang.org/grpc/rpc_util.go ./vendor/google.golang.org/grpc/resolver/resolver.go ./vendor/google.golang.org/grpc/call.go ./vendor/google.golang.org/grpc/resolver_conn_wrapper.go ./vendor/google.golang.org/grpc/metadata/metadata.go ./vendor/google.golang.org/grpc/connectivity/connectivity.go ./vendor/google.golang.org/grpc/codes/code_string.go ./vendor/google.golang.org/grpc/codes/codes.go ./vendor/google.golang.org/grpc/backoff.go ./vendor/google.golang.org/grpc/stream.go ./vendor/google.golang.org/grpc/serviceconfig/serviceconfig.go ./vendor/google.golang.org/grpc/version.go ./vendor/google.golang.org/grpc/tap/tap.go ./vendor/google.golang.org/grpc/server.go ./vendor/google.golang.org/grpc/keepalive/keepalive.go ./vendor/google.golang.org/grpc/credentials/credentials.go ./vendor/google.golang.org/grpc/credentials/go12.go ./vendor/google.golang.org/grpc/credentials/tls.go ./vendor/google.golang.org/grpc/internal/backoff/backoff.go ./vendor/google.golang.org/grpc/internal/grpcutil/target.go ./vendor/google.golang.org/grpc/internal/grpcutil/method.go ./vendor/google.golang.org/grpc/internal/grpcutil/metadata.go ./vendor/google.golang.org/grpc/internal/grpcutil/encode_duration.go ./vendor/google.golang.org/grpc/internal/binarylog/binarylog.go ./vendor/google.golang.org/grpc/internal/binarylog/binarylog_testutil.go ./vendor/google.golang.org/grpc/internal/binarylog/env_config.go ./vendor/google.golang.org/grpc/internal/binarylog/method_logger.go ./vendor/google.golang.org/grpc/internal/binarylog/sink.go ./vendor/google.golang.org/grpc/internal/xds_handshake_cluster.go ./vendor/google.golang.org/grpc/internal/syscall/syscall_linux.go ./vendor/google.golang.org/grpc/internal/syscall/syscall_nonlinux.go ./vendor/google.golang.org/grpc/internal/envconfig/envconfig.go ./vendor/google.golang.org/grpc/internal/transport/http2_client.go ./vendor/google.golang.org/grpc/internal/transport/bdp_estimator.go ./vendor/google.golang.org/grpc/internal/transport/flowcontrol.go ./vendor/google.golang.org/grpc/internal/transport/proxy.go ./vendor/google.golang.org/grpc/internal/transport/defaults.go ./vendor/google.golang.org/grpc/internal/transport/handler_server.go ./vendor/google.golang.org/grpc/internal/transport/http2_server.go ./vendor/google.golang.org/grpc/internal/transport/http_util.go ./vendor/google.golang.org/grpc/internal/transport/controlbuf.go ./vendor/google.golang.org/grpc/internal/transport/transport.go ./vendor/google.golang.org/grpc/internal/transport/networktype/networktype.go ./vendor/google.golang.org/grpc/internal/grpclog/grpclog.go ./vendor/google.golang.org/grpc/internal/grpclog/prefixLogger.go ./vendor/google.golang.org/grpc/internal/status/status.go ./vendor/google.golang.org/grpc/internal/grpcsync/event.go ./vendor/google.golang.org/grpc/internal/channelz/funcs.go ./vendor/google.golang.org/grpc/internal/channelz/types_linux.go ./vendor/google.golang.org/grpc/internal/channelz/types_nonlinux.go ./vendor/google.golang.org/grpc/internal/channelz/util_linux.go ./vendor/google.golang.org/grpc/internal/channelz/logging.go ./vendor/google.golang.org/grpc/internal/channelz/util_nonlinux.go ./vendor/google.golang.org/grpc/internal/channelz/types.go ./vendor/google.golang.org/grpc/internal/resolver/unix/unix.go ./vendor/google.golang.org/grpc/internal/resolver/dns/dns_resolver.go ./vendor/google.golang.org/grpc/internal/resolver/dns/go113.go ./vendor/google.golang.org/grpc/internal/resolver/passthrough/passthrough.go ./vendor/google.golang.org/grpc/internal/resolver/config_selector.go ./vendor/google.golang.org/grpc/internal/buffer/unbounded.go ./vendor/google.golang.org/grpc/internal/metadata/metadata.go ./vendor/google.golang.org/grpc/internal/serviceconfig/serviceconfig.go ./vendor/google.golang.org/grpc/internal/grpcrand/grpcrand.go ./vendor/google.golang.org/grpc/internal/credentials/spiffe.go ./vendor/google.golang.org/grpc/internal/credentials/syscallconn_appengine.go ./vendor/google.golang.org/grpc/internal/credentials/credentials.go ./vendor/google.golang.org/grpc/internal/credentials/spiffe_appengine.go ./vendor/google.golang.org/grpc/internal/credentials/util.go ./vendor/google.golang.org/grpc/internal/credentials/syscallconn.go ./vendor/google.golang.org/grpc/internal/internal.go ./vendor/google.golang.org/grpc/internal/balancerload/load.go ./vendor/google.golang.org/grpc/picker_wrapper.go ./vendor/google.golang.org/api/transport/cert/default_cert.go ./vendor/google.golang.org/api/transport/http/default_transport_go113.go ./vendor/google.golang.org/api/transport/http/configure_http2_not_go116.go ./vendor/google.golang.org/api/transport/http/dial.go ./vendor/google.golang.org/api/transport/http/configure_http2_go116.go ./vendor/google.golang.org/api/transport/http/dial_appengine.go ./vendor/google.golang.org/api/transport/http/default_transport_not_go113.go ./vendor/google.golang.org/api/transport/http/internal/propagation/http.go ./vendor/google.golang.org/api/transport/internal/dca/dca.go ./vendor/google.golang.org/api/compute/v1/compute-gen.go ./vendor/google.golang.org/api/option/internaloption/internaloption.go ./vendor/google.golang.org/api/option/option.go ./vendor/google.golang.org/api/option/credentials_go19.go ./vendor/google.golang.org/api/option/credentials_notgo19.go ./vendor/google.golang.org/api/googleapi/transport/apikey.go ./vendor/google.golang.org/api/googleapi/googleapi.go ./vendor/google.golang.org/api/googleapi/types.go ./vendor/google.golang.org/api/internal/creds.go ./vendor/google.golang.org/api/internal/conn_pool.go ./vendor/google.golang.org/api/internal/third_party/uritemplates/utils.go ./vendor/google.golang.org/api/internal/third_party/uritemplates/uritemplates.go ./vendor/google.golang.org/api/internal/gensupport/send.go ./vendor/google.golang.org/api/internal/gensupport/doc.go ./vendor/google.golang.org/api/internal/gensupport/jsonfloat.go ./vendor/google.golang.org/api/internal/gensupport/json.go ./vendor/google.golang.org/api/internal/gensupport/media.go ./vendor/google.golang.org/api/internal/gensupport/buffer.go ./vendor/google.golang.org/api/internal/gensupport/version.go ./vendor/google.golang.org/api/internal/gensupport/resumable.go ./vendor/google.golang.org/api/internal/gensupport/retryable_linux.go ./vendor/google.golang.org/api/internal/gensupport/params.go ./vendor/google.golang.org/api/internal/settings.go ./vendor/google.golang.org/api/internal/impersonate/impersonate.go ./vendor/google.golang.org/appengine/identity.go ./vendor/google.golang.org/appengine/timeout.go ./vendor/google.golang.org/appengine/namespace.go ./vendor/google.golang.org/appengine/appengine_vm.go ./vendor/google.golang.org/appengine/appengine.go ./vendor/google.golang.org/appengine/urlfetch/urlfetch.go ./vendor/google.golang.org/appengine/errors.go ./vendor/google.golang.org/appengine/internal/datastore/datastore_v3.pb.go ./vendor/google.golang.org/appengine/internal/identity.go ./vendor/google.golang.org/appengine/internal/transaction.go ./vendor/google.golang.org/appengine/internal/app_id.go ./vendor/google.golang.org/appengine/internal/net.go ./vendor/google.golang.org/appengine/internal/main.go ./vendor/google.golang.org/appengine/internal/metadata.go ./vendor/google.golang.org/appengine/internal/identity_vm.go ./vendor/google.golang.org/appengine/internal/api.go ./vendor/google.golang.org/appengine/internal/api_common.go ./vendor/google.golang.org/appengine/internal/api_classic.go ./vendor/google.golang.org/appengine/internal/modules/modules_service.pb.go ./vendor/google.golang.org/appengine/internal/identity_flex.go ./vendor/google.golang.org/appengine/internal/base/api_base.pb.go ./vendor/google.golang.org/appengine/internal/main_common.go ./vendor/google.golang.org/appengine/internal/main_vm.go ./vendor/google.golang.org/appengine/internal/log/log_service.pb.go ./vendor/google.golang.org/appengine/internal/identity_classic.go ./vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.pb.go ./vendor/google.golang.org/appengine/internal/remote_api/remote_api.pb.go ./vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.pb.go ./vendor/google.golang.org/appengine/internal/internal.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/source.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/proto.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/source_gen.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/value_union.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/type.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/value_pure.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/methods.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/value.go ./vendor/google.golang.org/protobuf/reflect/protodesc/proto.go ./vendor/google.golang.org/protobuf/reflect/protodesc/desc_resolve.go ./vendor/google.golang.org/protobuf/reflect/protodesc/desc_init.go ./vendor/google.golang.org/protobuf/reflect/protodesc/desc.go ./vendor/google.golang.org/protobuf/reflect/protodesc/desc_validate.go ./vendor/google.golang.org/protobuf/reflect/protoregistry/registry.go ./vendor/google.golang.org/protobuf/proto/proto.go ./vendor/google.golang.org/protobuf/proto/encode.go ./vendor/google.golang.org/protobuf/proto/proto_methods.go ./vendor/google.golang.org/protobuf/proto/doc.go ./vendor/google.golang.org/protobuf/proto/messageset.go ./vendor/google.golang.org/protobuf/proto/reset.go ./vendor/google.golang.org/protobuf/proto/decode.go ./vendor/google.golang.org/protobuf/proto/size_gen.go ./vendor/google.golang.org/protobuf/proto/extension.go ./vendor/google.golang.org/protobuf/proto/decode_gen.go ./vendor/google.golang.org/protobuf/proto/checkinit.go ./vendor/google.golang.org/protobuf/proto/proto_reflect.go ./vendor/google.golang.org/protobuf/proto/encode_gen.go ./vendor/google.golang.org/protobuf/proto/size.go ./vendor/google.golang.org/protobuf/proto/merge.go ./vendor/google.golang.org/protobuf/proto/equal.go ./vendor/google.golang.org/protobuf/proto/wrappers.go ./vendor/google.golang.org/protobuf/types/pluginpb/plugin.pb.go ./vendor/google.golang.org/protobuf/types/descriptorpb/descriptor.pb.go ./vendor/google.golang.org/protobuf/types/known/structpb/struct.pb.go ./vendor/google.golang.org/protobuf/types/known/anypb/any.pb.go ./vendor/google.golang.org/protobuf/types/known/timestamppb/timestamp.pb.go ./vendor/google.golang.org/protobuf/types/known/wrapperspb/wrappers.pb.go ./vendor/google.golang.org/protobuf/types/known/emptypb/empty.pb.go ./vendor/google.golang.org/protobuf/types/known/durationpb/duration.pb.go ./vendor/google.golang.org/protobuf/encoding/prototext/encode.go ./vendor/google.golang.org/protobuf/encoding/prototext/doc.go ./vendor/google.golang.org/protobuf/encoding/prototext/decode.go ./vendor/google.golang.org/protobuf/encoding/protojson/encode.go ./vendor/google.golang.org/protobuf/encoding/protojson/doc.go ./vendor/google.golang.org/protobuf/encoding/protojson/decode.go ./vendor/google.golang.org/protobuf/encoding/protojson/well_known_types.go ./vendor/google.golang.org/protobuf/encoding/protowire/wire.go ./vendor/google.golang.org/protobuf/runtime/protoimpl/impl.go ./vendor/google.golang.org/protobuf/runtime/protoimpl/version.go ./vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go ./vendor/google.golang.org/protobuf/runtime/protoiface/methods.go ./vendor/google.golang.org/protobuf/internal/descopts/options.go ./vendor/google.golang.org/protobuf/internal/detrand/rand.go ./vendor/google.golang.org/protobuf/internal/order/order.go ./vendor/google.golang.org/protobuf/internal/order/range.go ./vendor/google.golang.org/protobuf/internal/set/ints.go ./vendor/google.golang.org/protobuf/internal/filetype/build.go ./vendor/google.golang.org/protobuf/internal/errors/is_go113.go ./vendor/google.golang.org/protobuf/internal/errors/is_go112.go ./vendor/google.golang.org/protobuf/internal/errors/errors.go ./vendor/google.golang.org/protobuf/internal/descfmt/stringer.go ./vendor/google.golang.org/protobuf/internal/impl/codec_map_go112.go ./vendor/google.golang.org/protobuf/internal/impl/message_reflect.go ./vendor/google.golang.org/protobuf/internal/impl/encode.go ./vendor/google.golang.org/protobuf/internal/impl/enum.go ./vendor/google.golang.org/protobuf/internal/impl/pointer_reflect.go ./vendor/google.golang.org/protobuf/internal/impl/merge_gen.go ./vendor/google.golang.org/protobuf/internal/impl/decode.go ./vendor/google.golang.org/protobuf/internal/impl/message_reflect_field.go ./vendor/google.golang.org/protobuf/internal/impl/codec_message.go ./vendor/google.golang.org/protobuf/internal/impl/codec_map_go111.go ./vendor/google.golang.org/protobuf/internal/impl/extension.go ./vendor/google.golang.org/protobuf/internal/impl/codec_field.go ./vendor/google.golang.org/protobuf/internal/impl/legacy_export.go ./vendor/google.golang.org/protobuf/internal/impl/weak.go ./vendor/google.golang.org/protobuf/internal/impl/codec_messageset.go ./vendor/google.golang.org/protobuf/internal/impl/convert_map.go ./vendor/google.golang.org/protobuf/internal/impl/codec_gen.go ./vendor/google.golang.org/protobuf/internal/impl/checkinit.go ./vendor/google.golang.org/protobuf/internal/impl/codec_tables.go ./vendor/google.golang.org/protobuf/internal/impl/message.go ./vendor/google.golang.org/protobuf/internal/impl/convert.go ./vendor/google.golang.org/protobuf/internal/impl/legacy_file.go ./vendor/google.golang.org/protobuf/internal/impl/codec_extension.go ./vendor/google.golang.org/protobuf/internal/impl/message_reflect_gen.go ./vendor/google.golang.org/protobuf/internal/impl/codec_reflect.go ./vendor/google.golang.org/protobuf/internal/impl/merge.go ./vendor/google.golang.org/protobuf/internal/impl/convert_list.go ./vendor/google.golang.org/protobuf/internal/impl/pointer_unsafe.go ./vendor/google.golang.org/protobuf/internal/impl/legacy_enum.go ./vendor/google.golang.org/protobuf/internal/impl/codec_map.go ./vendor/google.golang.org/protobuf/internal/impl/legacy_message.go ./vendor/google.golang.org/protobuf/internal/impl/validate.go ./vendor/google.golang.org/protobuf/internal/impl/codec_unsafe.go ./vendor/google.golang.org/protobuf/internal/impl/legacy_extension.go ./vendor/google.golang.org/protobuf/internal/impl/api_export.go ./vendor/google.golang.org/protobuf/internal/flags/proto_legacy_enable.go ./vendor/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go ./vendor/google.golang.org/protobuf/internal/flags/flags.go ./vendor/google.golang.org/protobuf/internal/encoding/defval/default.go ./vendor/google.golang.org/protobuf/internal/encoding/text/encode.go ./vendor/google.golang.org/protobuf/internal/encoding/text/doc.go ./vendor/google.golang.org/protobuf/internal/encoding/text/decode.go ./vendor/google.golang.org/protobuf/internal/encoding/text/decode_number.go ./vendor/google.golang.org/protobuf/internal/encoding/text/decode_string.go ./vendor/google.golang.org/protobuf/internal/encoding/text/decode_token.go ./vendor/google.golang.org/protobuf/internal/encoding/messageset/messageset.go ./vendor/google.golang.org/protobuf/internal/encoding/json/encode.go ./vendor/google.golang.org/protobuf/internal/encoding/json/decode.go ./vendor/google.golang.org/protobuf/internal/encoding/json/decode_number.go ./vendor/google.golang.org/protobuf/internal/encoding/json/decode_string.go ./vendor/google.golang.org/protobuf/internal/encoding/json/decode_token.go ./vendor/google.golang.org/protobuf/internal/encoding/tag/tag.go ./vendor/google.golang.org/protobuf/internal/pragma/pragma.go ./vendor/google.golang.org/protobuf/internal/filedesc/desc_lazy.go ./vendor/google.golang.org/protobuf/internal/filedesc/desc_init.go ./vendor/google.golang.org/protobuf/internal/filedesc/desc.go ./vendor/google.golang.org/protobuf/internal/filedesc/placeholder.go ./vendor/google.golang.org/protobuf/internal/filedesc/desc_list.go ./vendor/google.golang.org/protobuf/internal/filedesc/build.go ./vendor/google.golang.org/protobuf/internal/filedesc/desc_list_gen.go ./vendor/google.golang.org/protobuf/internal/version/version.go ./vendor/google.golang.org/protobuf/internal/genid/descriptor_gen.go ./vendor/google.golang.org/protobuf/internal/genid/goname.go ./vendor/google.golang.org/protobuf/internal/genid/map_entry.go ./vendor/google.golang.org/protobuf/internal/genid/timestamp_gen.go ./vendor/google.golang.org/protobuf/internal/genid/doc.go ./vendor/google.golang.org/protobuf/internal/genid/any_gen.go ./vendor/google.golang.org/protobuf/internal/genid/api_gen.go ./vendor/google.golang.org/protobuf/internal/genid/wrappers_gen.go ./vendor/google.golang.org/protobuf/internal/genid/source_context_gen.go ./vendor/google.golang.org/protobuf/internal/genid/field_mask_gen.go ./vendor/google.golang.org/protobuf/internal/genid/type_gen.go ./vendor/google.golang.org/protobuf/internal/genid/struct_gen.go ./vendor/google.golang.org/protobuf/internal/genid/duration_gen.go ./vendor/google.golang.org/protobuf/internal/genid/wrappers.go ./vendor/google.golang.org/protobuf/internal/genid/empty_gen.go ./vendor/google.golang.org/protobuf/internal/strs/strings.go ./vendor/google.golang.org/protobuf/internal/strs/strings_unsafe.go ./vendor/google.golang.org/protobuf/internal/strs/strings_pure.go ./vendor/k8s.io/kube-openapi/pkg/util/proto/openapi.go ./vendor/k8s.io/kube-openapi/pkg/util/proto/doc.go ./vendor/k8s.io/kube-openapi/pkg/util/proto/document.go ./vendor/k8s.io/klog/v2/klog.go ./vendor/k8s.io/klog/klog.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/namespacespec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/secret.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/projectedvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/taint.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/sessionaffinityconfig.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimcondition.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcequotastatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/sysctl.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/typedlocalobjectreference.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/service.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/eventseries.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/limitrange.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nfsvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podsecuritycontext.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/serviceaccounttokenprojection.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstaterunning.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/volumeprojection.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/hostpathvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodecondition.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/cinderpersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumespec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/glusterfspersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontrollerstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/secretenvsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/poddnsconfigoption.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/secretprojection.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/fcvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/scaleiopersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodespec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/localvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/keytopath.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/serviceport.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstateterminated.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/volumedevice.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/lifecycle.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podantiaffinity.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/preferredschedulingterm.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/execaction.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/pod.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontrollerspec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/envfromsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podtemplate.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcequota.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/securitycontext.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerport.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/envvarsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/downwardapivolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/cephfsvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/namespacestatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podaffinity.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodestatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/selinuxoptions.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/servicestatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/endpointport.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/poddnsconfig.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/volumemount.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/configmap.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/flexpersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/topologyspreadconstraint.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/awselasticblockstorevolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/secretvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podip.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/servicespec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/ephemeralvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontroller.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolume.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeselectorterm.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapnodeconfigsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcequotaspec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/rbdpersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/iscsivolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/daemonendpoint.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimtemplate.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/clientipconfig.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/scaleiovolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/rbdvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/capabilities.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/cindervolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/namespace.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/localobjectreference.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/probe.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodesysteminfo.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/volumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/ephemeralcontainercommon.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/httpgetaction.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapkeyselector.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/csipersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/azurediskvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/endpointsubset.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/envvar.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/storageosvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerimage.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/secretreference.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeconfigstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/csivolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/loadbalancerstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/cephfspersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/topologyselectorterm.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podspec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/event.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/loadbalanceringress.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/vspherevirtualdiskvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstate.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/storageospersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/endpointaddress.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapenvsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaim.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/windowssecuritycontextoptions.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/endpoints.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podaffinityterm.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/componentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/limitrangeitem.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/azurefilevolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/scopeselector.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podreadinessgate.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeaffinity.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/volume.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeselector.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/affinity.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/portworxvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimspec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/gcepersistentdiskvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcerequirements.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/seccompprofile.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeselectorrequirement.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/flockervolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/glusterfsvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/azurefilepersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/gitrepovolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/namespacecondition.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/downwardapivolumefile.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/componentcondition.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeaddress.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontrollercondition.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/objectreference.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/node.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/tcpsocketaction.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podtemplatespec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/handler.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/iscsipersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstatewaiting.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeconfigsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/portstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/photonpersistentdiskvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/emptydirvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/weightedpodaffinityterm.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/topologyselectorlabelrequirement.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumestatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/quobytevolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/ephemeralcontainer.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/serviceaccount.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/flexvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/volumenodeaffinity.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/toleration.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/objectfieldselector.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/httpheader.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/hostalias.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcefieldselector.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/scopedresourceselectorrequirement.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/container.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/eventsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/attachedvolume.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/secretkeyselector.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodedaemonendpoints.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/limitrangespec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/downwardapiprojection.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapprojection.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podcondition.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobtemplatespec.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/cronjobspec.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/uncountedterminatedpods.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobstatus.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/cronjobstatus.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/cronjob.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobcondition.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobspec.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/job.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/jobtemplatespec.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/cronjobspec.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/cronjobstatus.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/cronjob.go ./vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/serverstorageversion.go ./vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversionstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversioncondition.go ./vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversion.go ./vendor/k8s.io/client-go/applyconfigurations/coordination/v1/lease.go ./vendor/k8s.io/client-go/applyconfigurations/coordination/v1/leasespec.go ./vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1/lease.go ./vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1/leasespec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicasetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/deployment.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/rollingupdatedaemonset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/rollingupdatestatefulsetstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicasetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/rollingupdatedeployment.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicasetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/controllerrevision.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicaset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetupdatestrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetupdatestrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deployment.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/rollbackconfig.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/rollingupdatestatefulsetstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/rollingupdatedeployment.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/controllerrevision.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetupdatestrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicasetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/scale.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deployment.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/rollingupdatedaemonset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/rollingupdatestatefulsetstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicasetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/rollingupdatedeployment.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicasetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/controllerrevision.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicaset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetupdatestrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetupdatestrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/allowedcsidriver.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/runasuserstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/podsecuritypolicyspec.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressspec.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/podsecuritypolicy.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyspec.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicasetspec.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ipblock.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/allowedflexvolume.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetspec.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonset.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentspec.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingresstls.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/supplementalgroupsstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/scale.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deployment.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressbackend.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/hostportrange.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressrulevalue.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/runtimeclassstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/rollingupdatedaemonset.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/rollbackconfig.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicypeer.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressstatus.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingress.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/idrange.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/runasgroupstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicasetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/rollingupdatedeployment.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/httpingresspath.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentcondition.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/httpingressrulevalue.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/selinuxstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/fsgroupstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicy.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/allowedhostpath.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicasetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyegressrule.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicaset.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressrule.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetupdatestrategy.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyport.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyingressrule.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1/scheduling.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1/overhead.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1/runtimeclass.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1beta1/scheduling.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1beta1/overhead.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1beta1/runtimeclass.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/scheduling.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/overhead.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/runtimeclass.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/runtimeclassspec.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/objectmeta.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/labelselectorrequirement.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/deleteoptions.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/condition.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/typemeta.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/ownerreference.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/preconditions.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/labelselector.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/managedfieldsentry.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/resourcemetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/objectmetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/hpascalingrules.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/crossversionobjectreference.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/containerresourcemetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscaler.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerbehavior.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/resourcemetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/objectmetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/externalmetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricidentifier.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerspec.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/podsmetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metrictarget.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricvaluestatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/hpascalingpolicy.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricspec.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/containerresourcemetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalercondition.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/externalmetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/podsmetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/scalespec.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/crossversionobjectreference.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/horizontalpodautoscaler.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/horizontalpodautoscalerstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/scale.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/scalestatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/horizontalpodautoscalerspec.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/resourcemetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/objectmetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/crossversionobjectreference.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/containerresourcemetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscaler.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalerstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/resourcemetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/objectmetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/externalmetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalerspec.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/podsmetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/metricspec.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/containerresourcemetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalercondition.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/externalmetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/podsmetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/metricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressspec.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyspec.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ipblock.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingresstls.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/servicebackendport.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressbackend.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressrulevalue.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressservicebackend.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicypeer.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressstatus.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingress.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressclassspec.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressclass.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressclassparametersreference.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/httpingresspath.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/httpingressrulevalue.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicy.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyegressrule.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressrule.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyport.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyingressrule.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressspec.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingresstls.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressbackend.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressrulevalue.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressstatus.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingress.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressclassspec.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressclass.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressclassparametersreference.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/httpingresspath.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/httpingressrulevalue.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressrule.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequestcondition.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequeststatus.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequest.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequestspec.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequestcondition.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequeststatus.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequest.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequestspec.go ./vendor/k8s.io/client-go/applyconfigurations/events/v1/eventseries.go ./vendor/k8s.io/client-go/applyconfigurations/events/v1/event.go ./vendor/k8s.io/client-go/applyconfigurations/events/v1beta1/eventseries.go ./vendor/k8s.io/client-go/applyconfigurations/events/v1beta1/event.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/validatingwebhookconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/validatingwebhook.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/rulewithoperations.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/mutatingwebhookconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/rule.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/webhookclientconfig.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/mutatingwebhook.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/servicereference.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/validatingwebhookconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/validatingwebhook.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/rulewithoperations.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/mutatingwebhookconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/rule.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/webhookclientconfig.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/mutatingwebhook.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/servicereference.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1/poddisruptionbudget.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1/poddisruptionbudgetspec.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1/poddisruptionbudgetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1/eviction.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/allowedcsidriver.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/runasuserstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/podsecuritypolicyspec.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/podsecuritypolicy.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/allowedflexvolume.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/poddisruptionbudget.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/supplementalgroupsstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/hostportrange.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/poddisruptionbudgetspec.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/runtimeclassstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/idrange.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/runasgroupstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/selinuxstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/fsgroupstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/allowedhostpath.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/poddisruptionbudgetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/eviction.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointslice.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointport.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointconditions.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpoint.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1/forzone.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointhints.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointslice.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointport.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointconditions.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpoint.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/forzone.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointhints.go ./vendor/k8s.io/client-go/applyconfigurations/scheduling/v1/priorityclass.go ./vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1/priorityclass.go ./vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1/priorityclass.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/rolebinding.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/subject.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/clusterrole.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/policyrule.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/role.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/aggregationrule.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/clusterrolebinding.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/roleref.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/rolebinding.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/subject.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/clusterrole.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/policyrule.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/role.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/aggregationrule.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/clusterrolebinding.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/roleref.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/rolebinding.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/subject.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/clusterrole.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/policyrule.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/role.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/aggregationrule.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/clusterrolebinding.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/roleref.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachmentsource.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachment.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachmentspec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachmentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/csinodedriver.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumenoderesources.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/tokenrequest.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/csidriverspec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeerror.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/csinode.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/csinodespec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/storageclass.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/csidriver.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachmentsource.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachment.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachmentspec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachmentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csinodedriver.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumenoderesources.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/tokenrequest.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csidriverspec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeerror.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csinode.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csinodespec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csistoragecapacity.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/storageclass.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csidriver.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachmentsource.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachment.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachmentspec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachmentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeerror.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/csistoragecapacity.go ./vendor/k8s.io/client-go/applyconfigurations/internal/internal.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowdistinguishermethod.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/subject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschema.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/nonresourcepolicyrule.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/limitresponse.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationreference.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/groupsubject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationcondition.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationstatus.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/usersubject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschemacondition.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschemastatus.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/limitedprioritylevelconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/resourcepolicyrule.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/serviceaccountsubject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/policyruleswithsubjects.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationspec.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/queuingconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschemaspec.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowdistinguishermethod.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/subject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschema.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/nonresourcepolicyrule.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/limitresponse.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationreference.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/groupsubject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationcondition.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationstatus.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/usersubject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschemacondition.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschemastatus.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/limitedprioritylevelconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/resourcepolicyrule.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/serviceaccountsubject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/policyruleswithsubjects.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationspec.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/queuingconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschemaspec.go ./vendor/k8s.io/client-go/tools/cache/expiration_cache_fakes.go ./vendor/k8s.io/client-go/tools/cache/heap.go ./vendor/k8s.io/client-go/tools/cache/shared_informer.go ./vendor/k8s.io/client-go/tools/cache/doc.go ./vendor/k8s.io/client-go/tools/cache/delta_fifo.go ./vendor/k8s.io/client-go/tools/cache/listwatch.go ./vendor/k8s.io/client-go/tools/cache/fake_custom_store.go ./vendor/k8s.io/client-go/tools/cache/store.go ./vendor/k8s.io/client-go/tools/cache/fifo.go ./vendor/k8s.io/client-go/tools/cache/undelta_store.go ./vendor/k8s.io/client-go/tools/cache/listers.go ./vendor/k8s.io/client-go/tools/cache/mutation_detector.go ./vendor/k8s.io/client-go/tools/cache/controller.go ./vendor/k8s.io/client-go/tools/cache/thread_safe_store.go ./vendor/k8s.io/client-go/tools/cache/mutation_cache.go ./vendor/k8s.io/client-go/tools/cache/expiration_cache.go ./vendor/k8s.io/client-go/tools/cache/reflector_metrics.go ./vendor/k8s.io/client-go/tools/cache/reflector.go ./vendor/k8s.io/client-go/tools/cache/index.go ./vendor/k8s.io/client-go/tools/reference/ref.go ./vendor/k8s.io/client-go/tools/auth/clientauth.go ./vendor/k8s.io/client-go/tools/clientcmd/validation.go ./vendor/k8s.io/client-go/tools/clientcmd/helpers.go ./vendor/k8s.io/client-go/tools/clientcmd/doc.go ./vendor/k8s.io/client-go/tools/clientcmd/loader.go ./vendor/k8s.io/client-go/tools/clientcmd/auth_loaders.go ./vendor/k8s.io/client-go/tools/clientcmd/overrides.go ./vendor/k8s.io/client-go/tools/clientcmd/client_config.go ./vendor/k8s.io/client-go/tools/clientcmd/config.go ./vendor/k8s.io/client-go/tools/clientcmd/flag.go ./vendor/k8s.io/client-go/tools/clientcmd/merged_client_builder.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.defaults.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/doc.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/conversion.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/defaults.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/register.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/types.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.conversion.go ./vendor/k8s.io/client-go/tools/clientcmd/api/helpers.go ./vendor/k8s.io/client-go/tools/clientcmd/api/doc.go ./vendor/k8s.io/client-go/tools/clientcmd/api/register.go ./vendor/k8s.io/client-go/tools/clientcmd/api/latest/latest.go ./vendor/k8s.io/client-go/tools/clientcmd/api/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/tools/clientcmd/api/types.go ./vendor/k8s.io/client-go/tools/pager/pager.go ./vendor/k8s.io/client-go/tools/metrics/metrics.go ./vendor/k8s.io/client-go/rest/warnings.go ./vendor/k8s.io/client-go/rest/with_retry.go ./vendor/k8s.io/client-go/rest/url_utils.go ./vendor/k8s.io/client-go/rest/watch/decoder.go ./vendor/k8s.io/client-go/rest/watch/encoder.go ./vendor/k8s.io/client-go/rest/urlbackoff.go ./vendor/k8s.io/client-go/rest/request.go ./vendor/k8s.io/client-go/rest/exec.go ./vendor/k8s.io/client-go/rest/fake/fake.go ./vendor/k8s.io/client-go/rest/plugin.go ./vendor/k8s.io/client-go/rest/config.go ./vendor/k8s.io/client-go/rest/client.go ./vendor/k8s.io/client-go/rest/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/rest/transport.go ./vendor/k8s.io/client-go/testing/actions.go ./vendor/k8s.io/client-go/testing/interface.go ./vendor/k8s.io/client-go/testing/fixture.go ./vendor/k8s.io/client-go/testing/fake.go ./vendor/k8s.io/client-go/kubernetes/scheme/doc.go ./vendor/k8s.io/client-go/kubernetes/scheme/register.go ./vendor/k8s.io/client-go/kubernetes/clientset.go ./vendor/k8s.io/client-go/kubernetes/doc.go ./vendor/k8s.io/client-go/kubernetes/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/fake/register.go ./vendor/k8s.io/client-go/kubernetes/fake/clientset_generated.go ./vendor/k8s.io/client-go/kubernetes/import.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/secret.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/service.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/limitrange.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/pod_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/namespace_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/event_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/pod.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/podtemplate.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/resourcequota.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/configmap.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/replicationcontroller.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/persistentvolume.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/namespace.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/service_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_node.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_replicationcontroller.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_componentstatus.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_secret.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_event.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_namespace_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_pod_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_limitrange.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_serviceaccount.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_resourcequota.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_persistentvolumeclaim.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_event_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_node_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_persistentvolume.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_endpoints.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_namespace.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_service_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_service.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_configmap.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_pod.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_core_client.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_podtemplate.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/core_client.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/event.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/persistentvolumeclaim.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/endpoints.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/componentstatus.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/node.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/serviceaccount.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/node_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/fake/fake_batch_client.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/fake/fake_job.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/fake/fake_cronjob.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/cronjob.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/batch_client.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/job.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/fake/fake_batch_client.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/fake/fake_cronjob.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/cronjob.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/batch_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/fake/fake_storageversion.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/fake/fake_apiserverinternal_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/storageversion.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/apiserverinternal_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/selfsubjectrulesreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/authorization_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/localsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/fake/fake_authorization_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/fake/fake_localsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/fake/fake_selfsubjectrulesreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/fake/fake_selfsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/fake/fake_subjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/subjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/selfsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/selfsubjectrulesreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/authorization_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/localsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake/fake_authorization_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake/fake_localsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake/fake_selfsubjectrulesreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake/fake_selfsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake/fake_subjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/subjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/selfsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/coordination_client.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/lease.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/fake/fake_lease.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/fake/fake_coordination_client.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/coordination_client.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/lease.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/fake/fake_lease.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/fake/fake_coordination_client.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/apps_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/daemonset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/fake_statefulset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/fake_deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/fake_replicaset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/fake_daemonset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/fake_apps_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/fake_controllerrevision.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/controllerrevision.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/replicaset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/statefulset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/apps_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake/fake_statefulset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake/fake_deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake/fake_apps_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake/fake_controllerrevision.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/controllerrevision.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/statefulset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/apps_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/daemonset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/fake_statefulset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/fake_deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/fake_replicaset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/fake_daemonset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/fake_apps_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/fake_controllerrevision.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/controllerrevision.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/replicaset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/statefulset.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/podsecuritypolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/daemonset.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/deployment_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_replicaset.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_daemonset.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_networkpolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_ingress.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_extensions_client.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_podsecuritypolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_deployment_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/ingress.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/networkpolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/replicaset.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/extensions_client.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/fake/fake_node_client.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/fake/fake_runtimeclass.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/runtimeclass.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/node_client.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/fake/fake_node_client.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/fake/fake_runtimeclass.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/runtimeclass.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/node_client.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/fake/fake_node_client.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/fake/fake_runtimeclass.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/runtimeclass.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/node_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/autoscaling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/horizontalpodautoscaler.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/fake/fake_autoscaling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/fake/fake_horizontalpodautoscaler.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/autoscaling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/horizontalpodautoscaler.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/fake/fake_autoscaling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/fake/fake_horizontalpodautoscaler.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/autoscaling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/horizontalpodautoscaler.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/fake/fake_autoscaling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/fake/fake_horizontalpodautoscaler.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/fake/fake_ingressclass.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/fake/fake_networkpolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/fake/fake_ingress.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/fake/fake_networking_client.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/ingress.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/ingressclass.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/networking_client.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/networkpolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/fake/fake_ingressclass.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/fake/fake_ingress.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/fake/fake_networking_client.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/ingress.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/ingressclass.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/networking_client.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/certificates_client.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/fake/fake_certificatesigningrequest.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/fake/fake_certificates_client.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/certificatesigningrequest.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/certificates_client.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/fake/fake_certificatesigningrequest.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/fake/fake_certificatesigningrequest_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/fake/fake_certificates_client.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/certificatesigningrequest_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/certificatesigningrequest.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/events_client.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/fake/fake_event.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/fake/fake_events_client.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/event.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/events_client.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/event_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/fake/fake_event.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/fake/fake_event_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/fake/fake_events_client.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/event.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/fake/fake_mutatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/fake/fake_validatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/fake/fake_admissionregistration_client.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/validatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/admissionregistration_client.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/mutatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/fake/fake_mutatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/fake/fake_validatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/fake/fake_admissionregistration_client.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/validatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/admissionregistration_client.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/mutatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/policy_client.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/poddisruptionbudget.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/eviction_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/fake/fake_eviction.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/fake/fake_policy_client.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/fake/fake_poddisruptionbudget.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/fake/fake_eviction_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/eviction.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/podsecuritypolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/policy_client.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/poddisruptionbudget.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/eviction_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake/fake_eviction.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake/fake_policy_client.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake/fake_poddisruptionbudget.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake/fake_eviction_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake/fake_podsecuritypolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/eviction.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/endpointslice.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/fake/fake_endpointslice.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/fake/fake_discovery_client.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/discovery_client.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/endpointslice.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/fake/fake_endpointslice.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/fake/fake_discovery_client.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/discovery_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/fake/fake_scheduling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/fake/fake_priorityclass.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/scheduling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/priorityclass.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/fake/fake_scheduling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/fake/fake_priorityclass.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/scheduling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/priorityclass.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/fake/fake_scheduling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/fake/fake_priorityclass.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/scheduling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/priorityclass.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/authentication_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/tokenreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/fake/fake_tokenreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/fake/fake_authentication_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/authentication_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/tokenreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/fake/fake_tokenreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/fake/fake_authentication_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/rolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/clusterrole.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/rbac_client.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/fake/fake_role.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/fake/fake_clusterrole.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/fake/fake_rolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/fake/fake_rbac_client.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/fake/fake_clusterrolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/role.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/clusterrolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/rolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/clusterrole.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/rbac_client.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake/fake_role.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake/fake_clusterrole.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake/fake_rolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake/fake_rbac_client.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake/fake_clusterrolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/role.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/clusterrolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/rolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/clusterrole.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/rbac_client.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake/fake_role.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake/fake_clusterrole.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake/fake_rolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake/fake_rbac_client.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake/fake_clusterrolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/role.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/clusterrolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/storage_client.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/volumeattachment.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/fake/fake_storage_client.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/fake/fake_storageclass.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/fake/fake_volumeattachment.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/fake/fake_csinode.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/fake/fake_csidriver.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/csinode.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/storageclass.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/csidriver.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/storage_client.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/volumeattachment.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/fake_storage_client.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/fake_storageclass.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/fake_volumeattachment.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/fake_csistoragecapacity.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/fake_csinode.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/fake_csidriver.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/csinode.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/csistoragecapacity.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/storageclass.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/csidriver.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/storage_client.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/volumeattachment.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake/fake_storage_client.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake/fake_volumeattachment.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake/fake_csistoragecapacity.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/csistoragecapacity.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/flowschema.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/flowcontrol_client.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/fake/fake_prioritylevelconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/fake/fake_flowschema.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/fake/fake_flowcontrol_client.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/prioritylevelconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/flowschema.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/flowcontrol_client.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/fake/fake_prioritylevelconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/fake/fake_flowschema.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/fake/fake_flowcontrol_client.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/prioritylevelconfiguration.go ./vendor/k8s.io/client-go/transport/token_source.go ./vendor/k8s.io/client-go/transport/round_trippers.go ./vendor/k8s.io/client-go/transport/config.go ./vendor/k8s.io/client-go/transport/cert_rotation.go ./vendor/k8s.io/client-go/transport/cache.go ./vendor/k8s.io/client-go/transport/transport.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.defaults.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/doc.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/conversion.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/register.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/types.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.conversion.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/doc.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.defaults.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/doc.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/conversion.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/register.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/types.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.conversion.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/register.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/install/install.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/zz_generated.defaults.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/doc.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/conversion.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/register.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/types.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/zz_generated.conversion.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/types.go ./vendor/k8s.io/client-go/pkg/version/doc.go ./vendor/k8s.io/client-go/pkg/version/base.go ./vendor/k8s.io/client-go/pkg/version/version.go ./vendor/k8s.io/client-go/discovery/doc.go ./vendor/k8s.io/client-go/discovery/helper.go ./vendor/k8s.io/client-go/discovery/fake/discovery.go ./vendor/k8s.io/client-go/discovery/discovery_client.go ./vendor/k8s.io/client-go/util/cert/io.go ./vendor/k8s.io/client-go/util/cert/cert.go ./vendor/k8s.io/client-go/util/cert/server_inspection.go ./vendor/k8s.io/client-go/util/cert/csr.go ./vendor/k8s.io/client-go/util/cert/pem.go ./vendor/k8s.io/client-go/util/workqueue/doc.go ./vendor/k8s.io/client-go/util/workqueue/default_rate_limiters.go ./vendor/k8s.io/client-go/util/workqueue/metrics.go ./vendor/k8s.io/client-go/util/workqueue/queue.go ./vendor/k8s.io/client-go/util/workqueue/rate_limiting_queue.go ./vendor/k8s.io/client-go/util/workqueue/parallelizer.go ./vendor/k8s.io/client-go/util/workqueue/delaying_queue.go ./vendor/k8s.io/client-go/util/connrotation/connrotation.go ./vendor/k8s.io/client-go/util/keyutil/key.go ./vendor/k8s.io/client-go/util/homedir/homedir.go ./vendor/k8s.io/client-go/util/flowcontrol/throttle.go ./vendor/k8s.io/client-go/util/flowcontrol/backoff.go ./vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/metrics.go ./vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/exec.go ./vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go ./vendor/k8s.io/apimachinery/third_party/forked/golang/json/fields.go ./vendor/k8s.io/apimachinery/pkg/selection/operator.go ./vendor/k8s.io/apimachinery/pkg/watch/doc.go ./vendor/k8s.io/apimachinery/pkg/watch/mux.go ./vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go ./vendor/k8s.io/apimachinery/pkg/watch/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/watch/watch.go ./vendor/k8s.io/apimachinery/pkg/watch/filter.go ./vendor/k8s.io/apimachinery/pkg/conversion/doc.go ./vendor/k8s.io/apimachinery/pkg/conversion/helper.go ./vendor/k8s.io/apimachinery/pkg/conversion/converter.go ./vendor/k8s.io/apimachinery/pkg/conversion/queryparams/doc.go ./vendor/k8s.io/apimachinery/pkg/conversion/queryparams/convert.go ./vendor/k8s.io/apimachinery/pkg/conversion/deep_equal.go ./vendor/k8s.io/apimachinery/pkg/types/namespacedname.go ./vendor/k8s.io/apimachinery/pkg/types/doc.go ./vendor/k8s.io/apimachinery/pkg/types/uid.go ./vendor/k8s.io/apimachinery/pkg/types/patch.go ./vendor/k8s.io/apimachinery/pkg/types/nodename.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.defaults.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/labels.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/time_proto.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/helpers.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/doc.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/conversion.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/group_version.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/register.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/deepcopy.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/meta.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/time.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/watch.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/time_fuzz.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time_fuzz.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time_proto.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.conversion.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/helpers.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured_list.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/controller_ref.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/duration.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/zz_generated.defaults.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/doc.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/conversion.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/register.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/deepcopy.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.pb.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/types.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/doc.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/register.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/types.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/zz_generated.conversion.go ./vendor/k8s.io/apimachinery/pkg/api/errors/doc.go ./vendor/k8s.io/apimachinery/pkg/api/errors/errors.go ./vendor/k8s.io/apimachinery/pkg/api/meta/multirestmapper.go ./vendor/k8s.io/apimachinery/pkg/api/meta/doc.go ./vendor/k8s.io/apimachinery/pkg/api/meta/priority.go ./vendor/k8s.io/apimachinery/pkg/api/meta/conditions.go ./vendor/k8s.io/apimachinery/pkg/api/meta/interfaces.go ./vendor/k8s.io/apimachinery/pkg/api/meta/firsthit_restmapper.go ./vendor/k8s.io/apimachinery/pkg/api/meta/lazy.go ./vendor/k8s.io/apimachinery/pkg/api/meta/meta.go ./vendor/k8s.io/apimachinery/pkg/api/meta/restmapper.go ./vendor/k8s.io/apimachinery/pkg/api/meta/errors.go ./vendor/k8s.io/apimachinery/pkg/api/meta/help.go ./vendor/k8s.io/apimachinery/pkg/api/resource/math.go ./vendor/k8s.io/apimachinery/pkg/api/resource/suffix.go ./vendor/k8s.io/apimachinery/pkg/api/resource/generated.pb.go ./vendor/k8s.io/apimachinery/pkg/api/resource/scale_int.go ./vendor/k8s.io/apimachinery/pkg/api/resource/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/api/resource/quantity_proto.go ./vendor/k8s.io/apimachinery/pkg/api/resource/amount.go ./vendor/k8s.io/apimachinery/pkg/api/resource/quantity.go ./vendor/k8s.io/apimachinery/pkg/fields/doc.go ./vendor/k8s.io/apimachinery/pkg/fields/selector.go ./vendor/k8s.io/apimachinery/pkg/fields/fields.go ./vendor/k8s.io/apimachinery/pkg/fields/requirements.go ./vendor/k8s.io/apimachinery/pkg/labels/labels.go ./vendor/k8s.io/apimachinery/pkg/labels/doc.go ./vendor/k8s.io/apimachinery/pkg/labels/selector.go ./vendor/k8s.io/apimachinery/pkg/labels/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/runtime/embedded.go ./vendor/k8s.io/apimachinery/pkg/runtime/doc.go ./vendor/k8s.io/apimachinery/pkg/runtime/conversion.go ./vendor/k8s.io/apimachinery/pkg/runtime/negotiate.go ./vendor/k8s.io/apimachinery/pkg/runtime/helper.go ./vendor/k8s.io/apimachinery/pkg/runtime/codec.go ./vendor/k8s.io/apimachinery/pkg/runtime/mapper.go ./vendor/k8s.io/apimachinery/pkg/runtime/register.go ./vendor/k8s.io/apimachinery/pkg/runtime/extension.go ./vendor/k8s.io/apimachinery/pkg/runtime/error.go ./vendor/k8s.io/apimachinery/pkg/runtime/interfaces.go ./vendor/k8s.io/apimachinery/pkg/runtime/generated.pb.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning/versioning.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/codec_factory.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming/streaming.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/json/json.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/json/meta.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/negotiated_codec.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer/recognizer.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf/protobuf.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf/doc.go ./vendor/k8s.io/apimachinery/pkg/runtime/codec_check.go ./vendor/k8s.io/apimachinery/pkg/runtime/converter.go ./vendor/k8s.io/apimachinery/pkg/runtime/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/runtime/scheme_builder.go ./vendor/k8s.io/apimachinery/pkg/runtime/scheme.go ./vendor/k8s.io/apimachinery/pkg/runtime/schema/group_version.go ./vendor/k8s.io/apimachinery/pkg/runtime/schema/interfaces.go ./vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.pb.go ./vendor/k8s.io/apimachinery/pkg/runtime/types.go ./vendor/k8s.io/apimachinery/pkg/runtime/swagger_doc_generator.go ./vendor/k8s.io/apimachinery/pkg/runtime/types_proto.go ./vendor/k8s.io/apimachinery/pkg/version/helpers.go ./vendor/k8s.io/apimachinery/pkg/version/doc.go ./vendor/k8s.io/apimachinery/pkg/version/types.go ./vendor/k8s.io/apimachinery/pkg/util/naming/from_stack.go ./vendor/k8s.io/apimachinery/pkg/util/validation/validation.go ./vendor/k8s.io/apimachinery/pkg/util/validation/field/path.go ./vendor/k8s.io/apimachinery/pkg/util/validation/field/errors.go ./vendor/k8s.io/apimachinery/pkg/util/clock/clock.go ./vendor/k8s.io/apimachinery/pkg/util/errors/doc.go ./vendor/k8s.io/apimachinery/pkg/util/errors/errors.go ./vendor/k8s.io/apimachinery/pkg/util/net/http.go ./vendor/k8s.io/apimachinery/pkg/util/net/port_range.go ./vendor/k8s.io/apimachinery/pkg/util/net/interface.go ./vendor/k8s.io/apimachinery/pkg/util/net/util.go ./vendor/k8s.io/apimachinery/pkg/util/net/port_split.go ./vendor/k8s.io/apimachinery/pkg/util/yaml/decoder.go ./vendor/k8s.io/apimachinery/pkg/util/cache/lruexpirecache.go ./vendor/k8s.io/apimachinery/pkg/util/cache/expiring.go ./vendor/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go ./vendor/k8s.io/apimachinery/pkg/util/strategicpatch/meta.go ./vendor/k8s.io/apimachinery/pkg/util/strategicpatch/types.go ./vendor/k8s.io/apimachinery/pkg/util/strategicpatch/errors.go ./vendor/k8s.io/apimachinery/pkg/util/mergepatch/util.go ./vendor/k8s.io/apimachinery/pkg/util/mergepatch/errors.go ./vendor/k8s.io/apimachinery/pkg/util/diff/diff.go ./vendor/k8s.io/apimachinery/pkg/util/framer/framer.go ./vendor/k8s.io/apimachinery/pkg/util/sets/empty.go ./vendor/k8s.io/apimachinery/pkg/util/sets/doc.go ./vendor/k8s.io/apimachinery/pkg/util/sets/int64.go ./vendor/k8s.io/apimachinery/pkg/util/sets/int32.go ./vendor/k8s.io/apimachinery/pkg/util/sets/byte.go ./vendor/k8s.io/apimachinery/pkg/util/sets/string.go ./vendor/k8s.io/apimachinery/pkg/util/sets/int.go ./vendor/k8s.io/apimachinery/pkg/util/intstr/instr_fuzz.go ./vendor/k8s.io/apimachinery/pkg/util/intstr/generated.pb.go ./vendor/k8s.io/apimachinery/pkg/util/intstr/intstr.go ./vendor/k8s.io/apimachinery/pkg/util/wait/doc.go ./vendor/k8s.io/apimachinery/pkg/util/wait/wait.go ./vendor/k8s.io/apimachinery/pkg/util/json/json.go ./vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go ./vendor/k8s.io/apimachinery/pkg/util/version/doc.go ./vendor/k8s.io/apimachinery/pkg/util/version/version.go ./vendor/k8s.io/apimachinery/pkg/util/managedfields/extract.go ./vendor/k8s.io/api/core/v1/taint.go ./vendor/k8s.io/api/core/v1/well_known_labels.go ./vendor/k8s.io/api/core/v1/annotation_key_constants.go ./vendor/k8s.io/api/core/v1/lifecycle.go ./vendor/k8s.io/api/core/v1/doc.go ./vendor/k8s.io/api/core/v1/register.go ./vendor/k8s.io/api/core/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/core/v1/generated.pb.go ./vendor/k8s.io/api/core/v1/resource.go ./vendor/k8s.io/api/core/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/core/v1/objectreference.go ./vendor/k8s.io/api/core/v1/well_known_taints.go ./vendor/k8s.io/api/core/v1/types.go ./vendor/k8s.io/api/core/v1/toleration.go ./vendor/k8s.io/api/batch/v1/doc.go ./vendor/k8s.io/api/batch/v1/register.go ./vendor/k8s.io/api/batch/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/batch/v1/generated.pb.go ./vendor/k8s.io/api/batch/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/batch/v1/types.go ./vendor/k8s.io/api/batch/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/batch/v1beta1/doc.go ./vendor/k8s.io/api/batch/v1beta1/register.go ./vendor/k8s.io/api/batch/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/batch/v1beta1/generated.pb.go ./vendor/k8s.io/api/batch/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/batch/v1beta1/types.go ./vendor/k8s.io/api/apiserverinternal/v1alpha1/doc.go ./vendor/k8s.io/api/apiserverinternal/v1alpha1/register.go ./vendor/k8s.io/api/apiserverinternal/v1alpha1/types_swagger_doc_generated.go ./vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.pb.go ./vendor/k8s.io/api/apiserverinternal/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/api/apiserverinternal/v1alpha1/types.go ./vendor/k8s.io/api/authorization/v1/doc.go ./vendor/k8s.io/api/authorization/v1/register.go ./vendor/k8s.io/api/authorization/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/authorization/v1/generated.pb.go ./vendor/k8s.io/api/authorization/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/authorization/v1/types.go ./vendor/k8s.io/api/authorization/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/authorization/v1beta1/doc.go ./vendor/k8s.io/api/authorization/v1beta1/register.go ./vendor/k8s.io/api/authorization/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/authorization/v1beta1/generated.pb.go ./vendor/k8s.io/api/authorization/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/authorization/v1beta1/types.go ./vendor/k8s.io/api/coordination/v1/doc.go ./vendor/k8s.io/api/coordination/v1/register.go ./vendor/k8s.io/api/coordination/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/coordination/v1/generated.pb.go ./vendor/k8s.io/api/coordination/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/coordination/v1/types.go ./vendor/k8s.io/api/coordination/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/coordination/v1beta1/doc.go ./vendor/k8s.io/api/coordination/v1beta1/register.go ./vendor/k8s.io/api/coordination/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/coordination/v1beta1/generated.pb.go ./vendor/k8s.io/api/coordination/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/coordination/v1beta1/types.go ./vendor/k8s.io/api/apps/v1/doc.go ./vendor/k8s.io/api/apps/v1/register.go ./vendor/k8s.io/api/apps/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/apps/v1/generated.pb.go ./vendor/k8s.io/api/apps/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/apps/v1/types.go ./vendor/k8s.io/api/apps/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/apps/v1beta1/doc.go ./vendor/k8s.io/api/apps/v1beta1/register.go ./vendor/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/apps/v1beta1/generated.pb.go ./vendor/k8s.io/api/apps/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/apps/v1beta1/types.go ./vendor/k8s.io/api/apps/v1beta2/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/apps/v1beta2/doc.go ./vendor/k8s.io/api/apps/v1beta2/register.go ./vendor/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go ./vendor/k8s.io/api/apps/v1beta2/generated.pb.go ./vendor/k8s.io/api/apps/v1beta2/zz_generated.deepcopy.go ./vendor/k8s.io/api/apps/v1beta2/types.go ./vendor/k8s.io/api/extensions/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/extensions/v1beta1/doc.go ./vendor/k8s.io/api/extensions/v1beta1/register.go ./vendor/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/extensions/v1beta1/generated.pb.go ./vendor/k8s.io/api/extensions/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/extensions/v1beta1/types.go ./vendor/k8s.io/api/node/v1/doc.go ./vendor/k8s.io/api/node/v1/register.go ./vendor/k8s.io/api/node/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/node/v1/generated.pb.go ./vendor/k8s.io/api/node/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/node/v1/types.go ./vendor/k8s.io/api/node/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/node/v1beta1/doc.go ./vendor/k8s.io/api/node/v1beta1/register.go ./vendor/k8s.io/api/node/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/node/v1beta1/generated.pb.go ./vendor/k8s.io/api/node/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/node/v1beta1/types.go ./vendor/k8s.io/api/node/v1alpha1/doc.go ./vendor/k8s.io/api/node/v1alpha1/register.go ./vendor/k8s.io/api/node/v1alpha1/types_swagger_doc_generated.go ./vendor/k8s.io/api/node/v1alpha1/generated.pb.go ./vendor/k8s.io/api/node/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/api/node/v1alpha1/types.go ./vendor/k8s.io/api/autoscaling/v2beta2/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/autoscaling/v2beta2/doc.go ./vendor/k8s.io/api/autoscaling/v2beta2/register.go ./vendor/k8s.io/api/autoscaling/v2beta2/types_swagger_doc_generated.go ./vendor/k8s.io/api/autoscaling/v2beta2/generated.pb.go ./vendor/k8s.io/api/autoscaling/v2beta2/zz_generated.deepcopy.go ./vendor/k8s.io/api/autoscaling/v2beta2/types.go ./vendor/k8s.io/api/autoscaling/v1/doc.go ./vendor/k8s.io/api/autoscaling/v1/register.go ./vendor/k8s.io/api/autoscaling/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/autoscaling/v1/generated.pb.go ./vendor/k8s.io/api/autoscaling/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/autoscaling/v1/types.go ./vendor/k8s.io/api/autoscaling/v2beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/autoscaling/v2beta1/doc.go ./vendor/k8s.io/api/autoscaling/v2beta1/register.go ./vendor/k8s.io/api/autoscaling/v2beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/autoscaling/v2beta1/generated.pb.go ./vendor/k8s.io/api/autoscaling/v2beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/autoscaling/v2beta1/types.go ./vendor/k8s.io/api/networking/v1/doc.go ./vendor/k8s.io/api/networking/v1/register.go ./vendor/k8s.io/api/networking/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/networking/v1/well_known_annotations.go ./vendor/k8s.io/api/networking/v1/generated.pb.go ./vendor/k8s.io/api/networking/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/networking/v1/types.go ./vendor/k8s.io/api/networking/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/networking/v1beta1/doc.go ./vendor/k8s.io/api/networking/v1beta1/register.go ./vendor/k8s.io/api/networking/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/networking/v1beta1/well_known_annotations.go ./vendor/k8s.io/api/networking/v1beta1/generated.pb.go ./vendor/k8s.io/api/networking/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/networking/v1beta1/types.go ./vendor/k8s.io/api/certificates/v1/doc.go ./vendor/k8s.io/api/certificates/v1/register.go ./vendor/k8s.io/api/certificates/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/certificates/v1/generated.pb.go ./vendor/k8s.io/api/certificates/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/certificates/v1/types.go ./vendor/k8s.io/api/certificates/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/certificates/v1beta1/doc.go ./vendor/k8s.io/api/certificates/v1beta1/register.go ./vendor/k8s.io/api/certificates/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/certificates/v1beta1/generated.pb.go ./vendor/k8s.io/api/certificates/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/certificates/v1beta1/types.go ./vendor/k8s.io/api/events/v1/doc.go ./vendor/k8s.io/api/events/v1/register.go ./vendor/k8s.io/api/events/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/events/v1/generated.pb.go ./vendor/k8s.io/api/events/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/events/v1/types.go ./vendor/k8s.io/api/events/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/events/v1beta1/doc.go ./vendor/k8s.io/api/events/v1beta1/register.go ./vendor/k8s.io/api/events/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/events/v1beta1/generated.pb.go ./vendor/k8s.io/api/events/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/events/v1beta1/types.go ./vendor/k8s.io/api/admissionregistration/v1/doc.go ./vendor/k8s.io/api/admissionregistration/v1/register.go ./vendor/k8s.io/api/admissionregistration/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/admissionregistration/v1/generated.pb.go ./vendor/k8s.io/api/admissionregistration/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/admissionregistration/v1/types.go ./vendor/k8s.io/api/admissionregistration/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/admissionregistration/v1beta1/doc.go ./vendor/k8s.io/api/admissionregistration/v1beta1/register.go ./vendor/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/admissionregistration/v1beta1/generated.pb.go ./vendor/k8s.io/api/admissionregistration/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/admissionregistration/v1beta1/types.go ./vendor/k8s.io/api/policy/v1/doc.go ./vendor/k8s.io/api/policy/v1/register.go ./vendor/k8s.io/api/policy/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/policy/v1/generated.pb.go ./vendor/k8s.io/api/policy/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/policy/v1/types.go ./vendor/k8s.io/api/policy/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/policy/v1beta1/doc.go ./vendor/k8s.io/api/policy/v1beta1/register.go ./vendor/k8s.io/api/policy/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/policy/v1beta1/generated.pb.go ./vendor/k8s.io/api/policy/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/policy/v1beta1/types.go ./vendor/k8s.io/api/discovery/v1/well_known_labels.go ./vendor/k8s.io/api/discovery/v1/doc.go ./vendor/k8s.io/api/discovery/v1/register.go ./vendor/k8s.io/api/discovery/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/discovery/v1/generated.pb.go ./vendor/k8s.io/api/discovery/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/discovery/v1/types.go ./vendor/k8s.io/api/discovery/v1beta1/well_known_labels.go ./vendor/k8s.io/api/discovery/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/discovery/v1beta1/doc.go ./vendor/k8s.io/api/discovery/v1beta1/register.go ./vendor/k8s.io/api/discovery/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/discovery/v1beta1/generated.pb.go ./vendor/k8s.io/api/discovery/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/discovery/v1beta1/types.go ./vendor/k8s.io/api/scheduling/v1/doc.go ./vendor/k8s.io/api/scheduling/v1/register.go ./vendor/k8s.io/api/scheduling/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/scheduling/v1/generated.pb.go ./vendor/k8s.io/api/scheduling/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/scheduling/v1/types.go ./vendor/k8s.io/api/scheduling/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/scheduling/v1beta1/doc.go ./vendor/k8s.io/api/scheduling/v1beta1/register.go ./vendor/k8s.io/api/scheduling/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/scheduling/v1beta1/generated.pb.go ./vendor/k8s.io/api/scheduling/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/scheduling/v1beta1/types.go ./vendor/k8s.io/api/scheduling/v1alpha1/doc.go ./vendor/k8s.io/api/scheduling/v1alpha1/register.go ./vendor/k8s.io/api/scheduling/v1alpha1/types_swagger_doc_generated.go ./vendor/k8s.io/api/scheduling/v1alpha1/generated.pb.go ./vendor/k8s.io/api/scheduling/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/api/scheduling/v1alpha1/types.go ./vendor/k8s.io/api/authentication/v1/doc.go ./vendor/k8s.io/api/authentication/v1/register.go ./vendor/k8s.io/api/authentication/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/authentication/v1/generated.pb.go ./vendor/k8s.io/api/authentication/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/authentication/v1/types.go ./vendor/k8s.io/api/authentication/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/authentication/v1beta1/doc.go ./vendor/k8s.io/api/authentication/v1beta1/register.go ./vendor/k8s.io/api/authentication/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/authentication/v1beta1/generated.pb.go ./vendor/k8s.io/api/authentication/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/authentication/v1beta1/types.go ./vendor/k8s.io/api/rbac/v1/doc.go ./vendor/k8s.io/api/rbac/v1/register.go ./vendor/k8s.io/api/rbac/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/rbac/v1/generated.pb.go ./vendor/k8s.io/api/rbac/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/rbac/v1/types.go ./vendor/k8s.io/api/rbac/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/rbac/v1beta1/doc.go ./vendor/k8s.io/api/rbac/v1beta1/register.go ./vendor/k8s.io/api/rbac/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/rbac/v1beta1/generated.pb.go ./vendor/k8s.io/api/rbac/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/rbac/v1beta1/types.go ./vendor/k8s.io/api/rbac/v1alpha1/doc.go ./vendor/k8s.io/api/rbac/v1alpha1/register.go ./vendor/k8s.io/api/rbac/v1alpha1/types_swagger_doc_generated.go ./vendor/k8s.io/api/rbac/v1alpha1/generated.pb.go ./vendor/k8s.io/api/rbac/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/api/rbac/v1alpha1/types.go ./vendor/k8s.io/api/storage/v1/doc.go ./vendor/k8s.io/api/storage/v1/register.go ./vendor/k8s.io/api/storage/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/storage/v1/generated.pb.go ./vendor/k8s.io/api/storage/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/storage/v1/types.go ./vendor/k8s.io/api/storage/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/storage/v1beta1/doc.go ./vendor/k8s.io/api/storage/v1beta1/register.go ./vendor/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/storage/v1beta1/generated.pb.go ./vendor/k8s.io/api/storage/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/storage/v1beta1/types.go ./vendor/k8s.io/api/storage/v1alpha1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/storage/v1alpha1/doc.go ./vendor/k8s.io/api/storage/v1alpha1/register.go ./vendor/k8s.io/api/storage/v1alpha1/types_swagger_doc_generated.go ./vendor/k8s.io/api/storage/v1alpha1/generated.pb.go ./vendor/k8s.io/api/storage/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/api/storage/v1alpha1/types.go ./vendor/k8s.io/api/flowcontrol/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/flowcontrol/v1beta1/doc.go ./vendor/k8s.io/api/flowcontrol/v1beta1/register.go ./vendor/k8s.io/api/flowcontrol/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/flowcontrol/v1beta1/generated.pb.go ./vendor/k8s.io/api/flowcontrol/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/flowcontrol/v1beta1/types.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/doc.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/register.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/types_swagger_doc_generated.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/generated.pb.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/types.go ./vendor/k8s.io/utils/integer/integer.go ./vendor/k8s.io/utils/trace/trace.go ./vendor/k8s.io/utils/buffer/ring_growing.go ./vendor/cloud.google.com/go/compute/metadata/metadata.go ./vendor/cloud.google.com/go/compute/metadata/retry.go ./vendor/cloud.google.com/go/compute/metadata/retry_linux.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/default_value_decoders.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/default_value_encoders.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/proxy.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/map_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/time_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/doc.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/pointer_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/string_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/struct_tag_parser.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/mode.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/array_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/slice_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/cond_addr_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/registry.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/byte_slice_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/struct_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/types.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/uint_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/empty_interface_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/bsoncodec.go ./vendor/go.mongodb.org/mongo-driver/bson/decoder.go ./vendor/go.mongodb.org/mongo-driver/bson/marshal.go ./vendor/go.mongodb.org/mongo-driver/bson/primitive/primitive.go ./vendor/go.mongodb.org/mongo-driver/bson/primitive/decimal.go ./vendor/go.mongodb.org/mongo-driver/bson/primitive/objectid.go ./vendor/go.mongodb.org/mongo-driver/bson/doc.go ./vendor/go.mongodb.org/mongo-driver/bson/bson_1_8.go ./vendor/go.mongodb.org/mongo-driver/bson/bson.go ./vendor/go.mongodb.org/mongo-driver/bson/raw.go ./vendor/go.mongodb.org/mongo-driver/bson/primitive_codecs.go ./vendor/go.mongodb.org/mongo-driver/bson/bsontype/bsontype.go ./vendor/go.mongodb.org/mongo-driver/bson/registry.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/uint_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/slice_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/byte_slice_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/map_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/string_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/time_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/struct_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/empty_interface_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/raw_value.go ./vendor/go.mongodb.org/mongo-driver/bson/raw_element.go ./vendor/go.mongodb.org/mongo-driver/bson/encoder.go ./vendor/go.mongodb.org/mongo-driver/bson/unmarshal.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/json_scanner.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/writer.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_reader.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/doc.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_wrappers.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_reader.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/mode.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_parser.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/reader.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_tables.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_writer.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/copier.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_writer.go ./vendor/go.mongodb.org/mongo-driver/bson/types.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bsoncore.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/document_sequence.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/element.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/document.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/array.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bson_documentbuilder.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bson_arraybuilder.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/tables.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/value.go ./vendor/gopkg.in/yaml.v3/readerc.go ./vendor/gopkg.in/yaml.v3/encode.go ./vendor/gopkg.in/yaml.v3/yaml.go ./vendor/gopkg.in/yaml.v3/apic.go ./vendor/gopkg.in/yaml.v3/yamlprivateh.go ./vendor/gopkg.in/yaml.v3/decode.go ./vendor/gopkg.in/yaml.v3/sorter.go ./vendor/gopkg.in/yaml.v3/scannerc.go ./vendor/gopkg.in/yaml.v3/resolve.go ./vendor/gopkg.in/yaml.v3/writerc.go ./vendor/gopkg.in/yaml.v3/emitterc.go ./vendor/gopkg.in/yaml.v3/yamlh.go ./vendor/gopkg.in/yaml.v3/parserc.go ./vendor/gopkg.in/alecthomas/kingpin.v2/values_generated.go ./vendor/gopkg.in/alecthomas/kingpin.v2/guesswidth.go ./vendor/gopkg.in/alecthomas/kingpin.v2/doc.go ./vendor/gopkg.in/alecthomas/kingpin.v2/global.go ./vendor/gopkg.in/alecthomas/kingpin.v2/flags.go ./vendor/gopkg.in/alecthomas/kingpin.v2/actions.go ./vendor/gopkg.in/alecthomas/kingpin.v2/completions.go ./vendor/gopkg.in/alecthomas/kingpin.v2/templates.go ./vendor/gopkg.in/alecthomas/kingpin.v2/model.go ./vendor/gopkg.in/alecthomas/kingpin.v2/parser.go ./vendor/gopkg.in/alecthomas/kingpin.v2/usage.go ./vendor/gopkg.in/alecthomas/kingpin.v2/values.go ./vendor/gopkg.in/alecthomas/kingpin.v2/guesswidth_unix.go ./vendor/gopkg.in/alecthomas/kingpin.v2/app.go ./vendor/gopkg.in/alecthomas/kingpin.v2/envar.go ./vendor/gopkg.in/alecthomas/kingpin.v2/parsers.go ./vendor/gopkg.in/alecthomas/kingpin.v2/cmd.go ./vendor/gopkg.in/alecthomas/kingpin.v2/args.go ./vendor/gopkg.in/yaml.v2/readerc.go ./vendor/gopkg.in/yaml.v2/encode.go ./vendor/gopkg.in/yaml.v2/yaml.go ./vendor/gopkg.in/yaml.v2/apic.go ./vendor/gopkg.in/yaml.v2/yamlprivateh.go ./vendor/gopkg.in/yaml.v2/decode.go ./vendor/gopkg.in/yaml.v2/sorter.go ./vendor/gopkg.in/yaml.v2/scannerc.go ./vendor/gopkg.in/yaml.v2/resolve.go ./vendor/gopkg.in/yaml.v2/writerc.go ./vendor/gopkg.in/yaml.v2/emitterc.go ./vendor/gopkg.in/yaml.v2/yamlh.go ./vendor/gopkg.in/yaml.v2/parserc.go ./vendor/gopkg.in/inf.v0/rounder.go ./vendor/gopkg.in/inf.v0/dec.go ./vendor/golang.org/x/tools/go/ast/astutil/imports.go ./vendor/golang.org/x/tools/go/ast/astutil/rewrite.go ./vendor/golang.org/x/tools/go/ast/astutil/util.go ./vendor/golang.org/x/tools/go/ast/astutil/enclosing.go ./vendor/golang.org/x/tools/cmd/goimports/doc.go ./vendor/golang.org/x/tools/cmd/goimports/goimports.go ./vendor/golang.org/x/tools/cmd/goimports/goimports_not_gc.go ./vendor/golang.org/x/tools/cmd/goimports/goimports_gc.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk_dirent_fileno.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk_portable.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk_dirent_ino.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk_dirent_namlen_bsd.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk_dirent_namlen_linux.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk_unix.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk.go ./vendor/golang.org/x/tools/internal/typeparams/enabled_go118.go ./vendor/golang.org/x/tools/internal/typeparams/typeparams_go118.go ./vendor/golang.org/x/tools/internal/typeparams/common.go ./vendor/golang.org/x/tools/internal/typeparams/enabled_go117.go ./vendor/golang.org/x/tools/internal/typeparams/typeparams_go117.go ./vendor/golang.org/x/tools/internal/imports/mod.go ./vendor/golang.org/x/tools/internal/imports/zstdlib.go ./vendor/golang.org/x/tools/internal/imports/imports.go ./vendor/golang.org/x/tools/internal/imports/fix.go ./vendor/golang.org/x/tools/internal/imports/mod_cache.go ./vendor/golang.org/x/tools/internal/imports/sortimports.go ./vendor/golang.org/x/tools/internal/gocommand/invoke.go ./vendor/golang.org/x/tools/internal/gocommand/vendor.go ./vendor/golang.org/x/tools/internal/gocommand/version.go ./vendor/golang.org/x/tools/internal/gopathwalk/walk.go ./vendor/golang.org/x/tools/internal/event/core/export.go ./vendor/golang.org/x/tools/internal/event/core/event.go ./vendor/golang.org/x/tools/internal/event/core/fast.go ./vendor/golang.org/x/tools/internal/event/keys/keys.go ./vendor/golang.org/x/tools/internal/event/keys/standard.go ./vendor/golang.org/x/tools/internal/event/doc.go ./vendor/golang.org/x/tools/internal/event/event.go ./vendor/golang.org/x/tools/internal/event/label/label.go ./vendor/golang.org/x/xerrors/adaptor.go ./vendor/golang.org/x/xerrors/format.go ./vendor/golang.org/x/xerrors/doc.go ./vendor/golang.org/x/xerrors/fmt.go ./vendor/golang.org/x/xerrors/wrap.go ./vendor/golang.org/x/xerrors/frame.go ./vendor/golang.org/x/xerrors/errors.go ./vendor/golang.org/x/xerrors/internal/internal.go ./vendor/golang.org/x/net/proxy/proxy.go ./vendor/golang.org/x/net/proxy/direct.go ./vendor/golang.org/x/net/proxy/dial.go ./vendor/golang.org/x/net/proxy/per_host.go ./vendor/golang.org/x/net/proxy/socks5.go ./vendor/golang.org/x/net/ipv6/zsys_linux_ppc64le.go ./vendor/golang.org/x/net/ipv6/control.go ./vendor/golang.org/x/net/ipv6/zsys_freebsd_amd64.go ./vendor/golang.org/x/net/ipv6/control_rfc2292_unix.go ./vendor/golang.org/x/net/ipv6/dgramopt.go ./vendor/golang.org/x/net/ipv6/payload_nocmsg.go ./vendor/golang.org/x/net/ipv6/doc.go ./vendor/golang.org/x/net/ipv6/sockopt.go ./vendor/golang.org/x/net/ipv6/icmp_bsd.go ./vendor/golang.org/x/net/ipv6/zsys_linux_386.go ./vendor/golang.org/x/net/ipv6/helper.go ./vendor/golang.org/x/net/ipv6/zsys_dragonfly.go ./vendor/golang.org/x/net/ipv6/zsys_linux_s390x.go ./vendor/golang.org/x/net/ipv6/zsys_linux_mips64.go ./vendor/golang.org/x/net/ipv6/zsys_zos_s390x.go ./vendor/golang.org/x/net/ipv6/sys_windows.go ./vendor/golang.org/x/net/ipv6/endpoint.go ./vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go ./vendor/golang.org/x/net/ipv6/batch.go ./vendor/golang.org/x/net/ipv6/zsys_aix_ppc64.go ./vendor/golang.org/x/net/ipv6/iana.go ./vendor/golang.org/x/net/ipv6/icmp_windows.go ./vendor/golang.org/x/net/ipv6/zsys_linux_mipsle.go ./vendor/golang.org/x/net/ipv6/sys_solaris.go ./vendor/golang.org/x/net/ipv6/icmp_zos.go ./vendor/golang.org/x/net/ipv6/zsys_darwin.go ./vendor/golang.org/x/net/ipv6/icmp.go ./vendor/golang.org/x/net/ipv6/icmp_solaris.go ./vendor/golang.org/x/net/ipv6/header.go ./vendor/golang.org/x/net/ipv6/control_unix.go ./vendor/golang.org/x/net/ipv6/sys_ssmreq_stub.go ./vendor/golang.org/x/net/ipv6/zsys_linux_mips.go ./vendor/golang.org/x/net/ipv6/zsys_linux_arm64.go ./vendor/golang.org/x/net/ipv6/zsys_freebsd_arm.go ./vendor/golang.org/x/net/ipv6/sys_darwin.go ./vendor/golang.org/x/net/ipv6/icmp_linux.go ./vendor/golang.org/x/net/ipv6/sys_aix.go ./vendor/golang.org/x/net/ipv6/zsys_openbsd.go ./vendor/golang.org/x/net/ipv6/sys_bsd.go ./vendor/golang.org/x/net/ipv6/sys_freebsd.go ./vendor/golang.org/x/net/ipv6/payload_cmsg.go ./vendor/golang.org/x/net/ipv6/sys_stub.go ./vendor/golang.org/x/net/ipv6/control_windows.go ./vendor/golang.org/x/net/ipv6/sys_bpf_stub.go ./vendor/golang.org/x/net/ipv6/zsys_solaris.go ./vendor/golang.org/x/net/ipv6/control_stub.go ./vendor/golang.org/x/net/ipv6/sys_bpf.go ./vendor/golang.org/x/net/ipv6/zsys_linux_riscv64.go ./vendor/golang.org/x/net/ipv6/sys_linux.go ./vendor/golang.org/x/net/ipv6/control_rfc3542_unix.go ./vendor/golang.org/x/net/ipv6/sys_asmreq_stub.go ./vendor/golang.org/x/net/ipv6/zsys_linux_arm.go ./vendor/golang.org/x/net/ipv6/genericopt.go ./vendor/golang.org/x/net/ipv6/zsys_linux_mips64le.go ./vendor/golang.org/x/net/ipv6/sockopt_posix.go ./vendor/golang.org/x/net/ipv6/zsys_netbsd.go ./vendor/golang.org/x/net/ipv6/zsys_linux_ppc64.go ./vendor/golang.org/x/net/ipv6/sys_zos.go ./vendor/golang.org/x/net/ipv6/icmp_stub.go ./vendor/golang.org/x/net/ipv6/sys_asmreq.go ./vendor/golang.org/x/net/ipv6/sys_ssmreq.go ./vendor/golang.org/x/net/ipv6/zsys_linux_ppc.go ./vendor/golang.org/x/net/ipv6/zsys_linux_amd64.go ./vendor/golang.org/x/net/ipv6/zsys_freebsd_386.go ./vendor/golang.org/x/net/ipv6/payload.go ./vendor/golang.org/x/net/ipv6/sockopt_stub.go ./vendor/golang.org/x/net/netutil/listen.go ./vendor/golang.org/x/net/publicsuffix/list.go ./vendor/golang.org/x/net/publicsuffix/table.go ./vendor/golang.org/x/net/http2/client_conn_pool.go ./vendor/golang.org/x/net/http2/write.go ./vendor/golang.org/x/net/http2/go115.go ./vendor/golang.org/x/net/http2/writesched_random.go ./vendor/golang.org/x/net/http2/not_go115.go ./vendor/golang.org/x/net/http2/go111.go ./vendor/golang.org/x/net/http2/writesched_priority.go ./vendor/golang.org/x/net/http2/flow.go ./vendor/golang.org/x/net/http2/hpack/encode.go ./vendor/golang.org/x/net/http2/hpack/hpack.go ./vendor/golang.org/x/net/http2/hpack/tables.go ./vendor/golang.org/x/net/http2/hpack/huffman.go ./vendor/golang.org/x/net/http2/not_go111.go ./vendor/golang.org/x/net/http2/writesched.go ./vendor/golang.org/x/net/http2/pipe.go ./vendor/golang.org/x/net/http2/gotrack.go ./vendor/golang.org/x/net/http2/frame.go ./vendor/golang.org/x/net/http2/headermap.go ./vendor/golang.org/x/net/http2/ascii.go ./vendor/golang.org/x/net/http2/transport.go ./vendor/golang.org/x/net/http2/server.go ./vendor/golang.org/x/net/http2/errors.go ./vendor/golang.org/x/net/http2/http2.go ./vendor/golang.org/x/net/http2/databuffer.go ./vendor/golang.org/x/net/http2/ciphers.go ./vendor/golang.org/x/net/http/httpguts/httplex.go ./vendor/golang.org/x/net/http/httpguts/guts.go ./vendor/golang.org/x/net/trace/events.go ./vendor/golang.org/x/net/trace/histogram.go ./vendor/golang.org/x/net/trace/trace.go ./vendor/golang.org/x/net/context/pre_go19.go ./vendor/golang.org/x/net/context/go19.go ./vendor/golang.org/x/net/context/context.go ./vendor/golang.org/x/net/context/pre_go17.go ./vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go ./vendor/golang.org/x/net/context/go17.go ./vendor/golang.org/x/net/bpf/doc.go ./vendor/golang.org/x/net/bpf/instructions.go ./vendor/golang.org/x/net/bpf/constants.go ./vendor/golang.org/x/net/bpf/setter.go ./vendor/golang.org/x/net/bpf/vm_instructions.go ./vendor/golang.org/x/net/bpf/asm.go ./vendor/golang.org/x/net/bpf/vm.go ./vendor/golang.org/x/net/idna/tables11.0.0.go ./vendor/golang.org/x/net/idna/tables13.0.0.go ./vendor/golang.org/x/net/idna/go118.go ./vendor/golang.org/x/net/idna/tables12.0.0.go ./vendor/golang.org/x/net/idna/tables10.0.0.go ./vendor/golang.org/x/net/idna/idna9.0.0.go ./vendor/golang.org/x/net/idna/tables9.0.0.go ./vendor/golang.org/x/net/idna/idna10.0.0.go ./vendor/golang.org/x/net/idna/trieval.go ./vendor/golang.org/x/net/idna/trie.go ./vendor/golang.org/x/net/idna/punycode.go ./vendor/golang.org/x/net/idna/pre_go118.go ./vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64le.go ./vendor/golang.org/x/net/internal/socket/msghdr_stub.go ./vendor/golang.org/x/net/internal/socket/zsys_freebsd_amd64.go ./vendor/golang.org/x/net/internal/socket/sys_linux_riscv64.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_zos_s390x.go ./vendor/golang.org/x/net/internal/socket/zsys_netbsd_amd64.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_unix.go ./vendor/golang.org/x/net/internal/socket/zsys_darwin_386.go ./vendor/golang.org/x/net/internal/socket/sys_linux_mips64le.go ./vendor/golang.org/x/net/internal/socket/rawconn_mmsg.go ./vendor/golang.org/x/net/internal/socket/error_unix.go ./vendor/golang.org/x/net/internal/socket/rawconn_msg.go ./vendor/golang.org/x/net/internal/socket/zsys_darwin_arm.go ./vendor/golang.org/x/net/internal/socket/zsys_dragonfly_amd64.go ./vendor/golang.org/x/net/internal/socket/sys_zos_s390x.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_386.go ./vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_s390x.go ./vendor/golang.org/x/net/internal/socket/sys_posix.go ./vendor/golang.org/x/net/internal/socket/sys_linux_ppc64.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_mips64.go ./vendor/golang.org/x/net/internal/socket/zsys_zos_s390x.go ./vendor/golang.org/x/net/internal/socket/sys_windows.go ./vendor/golang.org/x/net/internal/socket/complete_dontwait.go ./vendor/golang.org/x/net/internal/socket/race.go ./vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm64.go ./vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm64.go ./vendor/golang.org/x/net/internal/socket/msghdr_linux_32bit.go ./vendor/golang.org/x/net/internal/socket/zsys_aix_ppc64.go ./vendor/golang.org/x/net/internal/socket/sys_linux_amd64.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_mipsle.go ./vendor/golang.org/x/net/internal/socket/sys_linux_ppc.go ./vendor/golang.org/x/net/internal/socket/zsys_openbsd_mips64.go ./vendor/golang.org/x/net/internal/socket/zsys_darwin_amd64.go ./vendor/golang.org/x/net/internal/socket/msghdr_linux.go ./vendor/golang.org/x/net/internal/socket/rawconn_nommsg.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_stub.go ./vendor/golang.org/x/net/internal/socket/sys_linux_arm.go ./vendor/golang.org/x/net/internal/socket/zsys_darwin_arm64.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_mips.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_arm64.go ./vendor/golang.org/x/net/internal/socket/norace.go ./vendor/golang.org/x/net/internal/socket/sys_unix.go ./vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm.go ./vendor/golang.org/x/net/internal/socket/sys_linux_ppc64le.go ./vendor/golang.org/x/net/internal/socket/sys_bsd.go ./vendor/golang.org/x/net/internal/socket/rawconn_nomsg.go ./vendor/golang.org/x/net/internal/socket/sys_stub.go ./vendor/golang.org/x/net/internal/socket/sys_linux_mips.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_solaris_64bit.go ./vendor/golang.org/x/net/internal/socket/cmsghdr.go ./vendor/golang.org/x/net/internal/socket/sys_linux_386.go ./vendor/golang.org/x/net/internal/socket/msghdr_bsdvar.go ./vendor/golang.org/x/net/internal/socket/iovec_solaris_64bit.go ./vendor/golang.org/x/net/internal/socket/zsys_solaris_amd64.go ./vendor/golang.org/x/net/internal/socket/iovec_64bit.go ./vendor/golang.org/x/net/internal/socket/sys_linux_mipsle.go ./vendor/golang.org/x/net/internal/socket/mmsghdr_unix.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_riscv64.go ./vendor/golang.org/x/net/internal/socket/sys_linux.go ./vendor/golang.org/x/net/internal/socket/sys_const_unix.go ./vendor/golang.org/x/net/internal/socket/msghdr_bsd.go ./vendor/golang.org/x/net/internal/socket/sys.go ./vendor/golang.org/x/net/internal/socket/sys_netbsd.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_arm.go ./vendor/golang.org/x/net/internal/socket/zsys_openbsd_386.go ./vendor/golang.org/x/net/internal/socket/zsys_netbsd_386.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_mips64le.go ./vendor/golang.org/x/net/internal/socket/msghdr_linux_64bit.go ./vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm64.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64.go ./vendor/golang.org/x/net/internal/socket/rawconn.go ./vendor/golang.org/x/net/internal/socket/complete_nodontwait.go ./vendor/golang.org/x/net/internal/socket/sys_linux_mips64.go ./vendor/golang.org/x/net/internal/socket/msghdr_openbsd.go ./vendor/golang.org/x/net/internal/socket/socket.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_ppc.go ./vendor/golang.org/x/net/internal/socket/msghdr_solaris_64bit.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_linux_32bit.go ./vendor/golang.org/x/net/internal/socket/sys_linux_arm64.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_amd64.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_bsd.go ./vendor/golang.org/x/net/internal/socket/zsys_openbsd_amd64.go ./vendor/golang.org/x/net/internal/socket/error_windows.go ./vendor/golang.org/x/net/internal/socket/zsys_freebsd_386.go ./vendor/golang.org/x/net/internal/socket/iovec_stub.go ./vendor/golang.org/x/net/internal/socket/msghdr_zos_s390x.go ./vendor/golang.org/x/net/internal/socket/sys_linux_s390x.go ./vendor/golang.org/x/net/internal/socket/iovec_32bit.go ./vendor/golang.org/x/net/internal/socket/mmsghdr_stub.go ./vendor/golang.org/x/net/internal/socks/client.go ./vendor/golang.org/x/net/internal/socks/socks.go ./vendor/golang.org/x/net/internal/iana/const.go ./vendor/golang.org/x/net/internal/timeseries/timeseries.go ./vendor/golang.org/x/net/ipv4/zsys_linux_ppc64le.go ./vendor/golang.org/x/net/ipv4/control.go ./vendor/golang.org/x/net/ipv4/zsys_freebsd_amd64.go ./vendor/golang.org/x/net/ipv4/sys_asmreqn.go ./vendor/golang.org/x/net/ipv4/dgramopt.go ./vendor/golang.org/x/net/ipv4/payload_nocmsg.go ./vendor/golang.org/x/net/ipv4/doc.go ./vendor/golang.org/x/net/ipv4/sockopt.go ./vendor/golang.org/x/net/ipv4/control_zos.go ./vendor/golang.org/x/net/ipv4/zsys_linux_386.go ./vendor/golang.org/x/net/ipv4/helper.go ./vendor/golang.org/x/net/ipv4/zsys_dragonfly.go ./vendor/golang.org/x/net/ipv4/zsys_linux_s390x.go ./vendor/golang.org/x/net/ipv4/zsys_linux_mips64.go ./vendor/golang.org/x/net/ipv4/zsys_zos_s390x.go ./vendor/golang.org/x/net/ipv4/sys_windows.go ./vendor/golang.org/x/net/ipv4/endpoint.go ./vendor/golang.org/x/net/ipv4/control_pktinfo.go ./vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go ./vendor/golang.org/x/net/ipv4/batch.go ./vendor/golang.org/x/net/ipv4/zsys_aix_ppc64.go ./vendor/golang.org/x/net/ipv4/iana.go ./vendor/golang.org/x/net/ipv4/zsys_linux_mipsle.go ./vendor/golang.org/x/net/ipv4/control_bsd.go ./vendor/golang.org/x/net/ipv4/sys_solaris.go ./vendor/golang.org/x/net/ipv4/zsys_darwin.go ./vendor/golang.org/x/net/ipv4/icmp.go ./vendor/golang.org/x/net/ipv4/header.go ./vendor/golang.org/x/net/ipv4/control_unix.go ./vendor/golang.org/x/net/ipv4/sys_ssmreq_stub.go ./vendor/golang.org/x/net/ipv4/zsys_linux_mips.go ./vendor/golang.org/x/net/ipv4/zsys_linux_arm64.go ./vendor/golang.org/x/net/ipv4/zsys_freebsd_arm.go ./vendor/golang.org/x/net/ipv4/sys_darwin.go ./vendor/golang.org/x/net/ipv4/icmp_linux.go ./vendor/golang.org/x/net/ipv4/sys_aix.go ./vendor/golang.org/x/net/ipv4/zsys_openbsd.go ./vendor/golang.org/x/net/ipv4/sys_bsd.go ./vendor/golang.org/x/net/ipv4/sys_freebsd.go ./vendor/golang.org/x/net/ipv4/payload_cmsg.go ./vendor/golang.org/x/net/ipv4/sys_stub.go ./vendor/golang.org/x/net/ipv4/control_windows.go ./vendor/golang.org/x/net/ipv4/sys_bpf_stub.go ./vendor/golang.org/x/net/ipv4/zsys_solaris.go ./vendor/golang.org/x/net/ipv4/control_stub.go ./vendor/golang.org/x/net/ipv4/sys_bpf.go ./vendor/golang.org/x/net/ipv4/packet.go ./vendor/golang.org/x/net/ipv4/zsys_linux_riscv64.go ./vendor/golang.org/x/net/ipv4/sys_linux.go ./vendor/golang.org/x/net/ipv4/sys_asmreq_stub.go ./vendor/golang.org/x/net/ipv4/zsys_linux_arm.go ./vendor/golang.org/x/net/ipv4/genericopt.go ./vendor/golang.org/x/net/ipv4/zsys_linux_mips64le.go ./vendor/golang.org/x/net/ipv4/sockopt_posix.go ./vendor/golang.org/x/net/ipv4/zsys_netbsd.go ./vendor/golang.org/x/net/ipv4/zsys_linux_ppc64.go ./vendor/golang.org/x/net/ipv4/sys_zos.go ./vendor/golang.org/x/net/ipv4/icmp_stub.go ./vendor/golang.org/x/net/ipv4/sys_asmreq.go ./vendor/golang.org/x/net/ipv4/sys_ssmreq.go ./vendor/golang.org/x/net/ipv4/sys_asmreqn_stub.go ./vendor/golang.org/x/net/ipv4/zsys_linux_ppc.go ./vendor/golang.org/x/net/ipv4/sys_dragonfly.go ./vendor/golang.org/x/net/ipv4/zsys_linux_amd64.go ./vendor/golang.org/x/net/ipv4/zsys_freebsd_386.go ./vendor/golang.org/x/net/ipv4/payload.go ./vendor/golang.org/x/net/ipv4/sockopt_stub.go ./vendor/golang.org/x/sync/errgroup/errgroup.go ./vendor/golang.org/x/text/unicode/norm/tables11.0.0.go ./vendor/golang.org/x/text/unicode/norm/tables13.0.0.go ./vendor/golang.org/x/text/unicode/norm/tables12.0.0.go ./vendor/golang.org/x/text/unicode/norm/tables10.0.0.go ./vendor/golang.org/x/text/unicode/norm/transform.go ./vendor/golang.org/x/text/unicode/norm/composition.go ./vendor/golang.org/x/text/unicode/norm/normalize.go ./vendor/golang.org/x/text/unicode/norm/tables9.0.0.go ./vendor/golang.org/x/text/unicode/norm/readwriter.go ./vendor/golang.org/x/text/unicode/norm/forminfo.go ./vendor/golang.org/x/text/unicode/norm/trie.go ./vendor/golang.org/x/text/unicode/norm/iter.go ./vendor/golang.org/x/text/unicode/norm/input.go ./vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go ./vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go ./vendor/golang.org/x/text/unicode/bidi/bidi.go ./vendor/golang.org/x/text/unicode/bidi/tables12.0.0.go ./vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go ./vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go ./vendor/golang.org/x/text/unicode/bidi/core.go ./vendor/golang.org/x/text/unicode/bidi/bracket.go ./vendor/golang.org/x/text/unicode/bidi/trieval.go ./vendor/golang.org/x/text/unicode/bidi/prop.go ./vendor/golang.org/x/text/width/tables11.0.0.go ./vendor/golang.org/x/text/width/tables13.0.0.go ./vendor/golang.org/x/text/width/width.go ./vendor/golang.org/x/text/width/tables12.0.0.go ./vendor/golang.org/x/text/width/tables10.0.0.go ./vendor/golang.org/x/text/width/transform.go ./vendor/golang.org/x/text/width/tables9.0.0.go ./vendor/golang.org/x/text/width/kind_string.go ./vendor/golang.org/x/text/width/trieval.go ./vendor/golang.org/x/text/transform/transform.go ./vendor/golang.org/x/text/secure/bidirule/bidirule.go ./vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go ./vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go ./vendor/golang.org/x/crypto/bcrypt/bcrypt.go ./vendor/golang.org/x/crypto/bcrypt/base64.go ./vendor/golang.org/x/crypto/pkcs12/pbkdf.go ./vendor/golang.org/x/crypto/pkcs12/crypto.go ./vendor/golang.org/x/crypto/pkcs12/bmp-string.go ./vendor/golang.org/x/crypto/pkcs12/pkcs12.go ./vendor/golang.org/x/crypto/pkcs12/mac.go ./vendor/golang.org/x/crypto/pkcs12/errors.go ./vendor/golang.org/x/crypto/pkcs12/safebags.go ./vendor/golang.org/x/crypto/pkcs12/internal/rc2/rc2.go ./vendor/golang.org/x/crypto/blowfish/const.go ./vendor/golang.org/x/crypto/blowfish/cipher.go ./vendor/golang.org/x/crypto/blowfish/block.go ./vendor/golang.org/x/term/term_unix.go ./vendor/golang.org/x/term/term_unix_linux.go ./vendor/golang.org/x/term/term_unsupported.go ./vendor/golang.org/x/term/terminal.go ./vendor/golang.org/x/term/term_unix_zos.go ./vendor/golang.org/x/term/term_unix_bsd.go ./vendor/golang.org/x/term/term.go ./vendor/golang.org/x/term/term_windows.go ./vendor/golang.org/x/term/term_solaris.go ./vendor/golang.org/x/term/term_plan9.go ./vendor/golang.org/x/term/term_unix_aix.go ./vendor/golang.org/x/sys/windows/service.go ./vendor/golang.org/x/sys/windows/eventlog.go ./vendor/golang.org/x/sys/windows/env_windows.go ./vendor/golang.org/x/sys/windows/exec_windows.go ./vendor/golang.org/x/sys/windows/race.go ./vendor/golang.org/x/sys/windows/zsyscall_windows.go ./vendor/golang.org/x/sys/windows/security_windows.go ./vendor/golang.org/x/sys/windows/str.go ./vendor/golang.org/x/sys/windows/zknownfolderids_windows.go ./vendor/golang.org/x/sys/windows/types_windows_arm64.go ./vendor/golang.org/x/sys/windows/dll_windows.go ./vendor/golang.org/x/sys/windows/setupapi_windows.go ./vendor/golang.org/x/sys/windows/syscall_windows.go ./vendor/golang.org/x/sys/windows/zerrors_windows.go ./vendor/golang.org/x/sys/windows/types_windows_386.go ./vendor/golang.org/x/sys/windows/types_windows_amd64.go ./vendor/golang.org/x/sys/windows/syscall.go ./vendor/golang.org/x/sys/windows/types_windows.go ./vendor/golang.org/x/sys/windows/memory_windows.go ./vendor/golang.org/x/sys/windows/types_windows_arm.go ./vendor/golang.org/x/sys/windows/mksyscall.go ./vendor/golang.org/x/sys/windows/race0.go ./vendor/golang.org/x/sys/windows/aliases.go ./vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go ./vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go ./vendor/golang.org/x/sys/unix/syscall_unix.go ./vendor/golang.org/x/sys/unix/pledge_openbsd.go ./vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go ./vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go ./vendor/golang.org/x/sys/unix/syscall_freebsd_386.go ./vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go ./vendor/golang.org/x/sys/unix/endian_big.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go ./vendor/golang.org/x/sys/unix/dev_openbsd.go ./vendor/golang.org/x/sys/unix/syscall_linux.go ./vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go ./vendor/golang.org/x/sys/unix/errors_freebsd_arm64.go ./vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go ./vendor/golang.org/x/sys/unix/syscall_aix_ppc.go ./vendor/golang.org/x/sys/unix/ptrace_darwin.go ./vendor/golang.org/x/sys/unix/syscall_unix_gc.go ./vendor/golang.org/x/sys/unix/ptrace_ios.go ./vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go ./vendor/golang.org/x/sys/unix/env_unix.go ./vendor/golang.org/x/sys/unix/dev_netbsd.go ./vendor/golang.org/x/sys/unix/dirent.go ./vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go ./vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go ./vendor/golang.org/x/sys/unix/ztypes_linux_386.go ./vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go ./vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go ./vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go ./vendor/golang.org/x/sys/unix/dev_linux.go ./vendor/golang.org/x/sys/unix/syscall_linux_arm.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go ./vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go ./vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go ./vendor/golang.org/x/sys/unix/unveil_openbsd.go ./vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go ./vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go ./vendor/golang.org/x/sys/unix/syscall_darwin.go ./vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go ./vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go ./vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go ./vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go ./vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go ./vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go ./vendor/golang.org/x/sys/unix/dev_aix_ppc.go ./vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go ./vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go ./vendor/golang.org/x/sys/unix/zerrors_linux.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_386.go ./vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_linux_arm.go ./vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go ./vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go ./vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go ./vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go ./vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go ./vendor/golang.org/x/sys/unix/syscall_linux_amd64.go ./vendor/golang.org/x/sys/unix/race.go ./vendor/golang.org/x/sys/unix/ifreq_linux.go ./vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go ./vendor/golang.org/x/sys/unix/readdirent_getdents.go ./vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go ./vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go ./vendor/golang.org/x/sys/unix/pagesize_unix.go ./vendor/golang.org/x/sys/unix/ioctl_zos.go ./vendor/golang.org/x/sys/unix/cap_freebsd.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go ./vendor/golang.org/x/sys/unix/fstatfs_zos.go ./vendor/golang.org/x/sys/unix/errors_freebsd_arm.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go ./vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go ./vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go ./vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go ./vendor/golang.org/x/sys/unix/zsyscall_linux.go ./vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go ./vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go ./vendor/golang.org/x/sys/unix/str.go ./vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go ./vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go ./vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go ./vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go ./vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_linux_mips.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go ./vendor/golang.org/x/sys/unix/xattr_bsd.go ./vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go ./vendor/golang.org/x/sys/unix/constants.go ./vendor/golang.org/x/sys/unix/syscall_openbsd_386.go ./vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go ./vendor/golang.org/x/sys/unix/sockcmsg_linux.go ./vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go ./vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go ./vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go ./vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go ./vendor/golang.org/x/sys/unix/syscall_netbsd.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go ./vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go ./vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go ./vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go ./vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go ./vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go ./vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go ./vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go ./vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go ./vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go ./vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go ./vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go ./vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go ./vendor/golang.org/x/sys/unix/epoll_zos.go ./vendor/golang.org/x/sys/unix/dev_aix_ppc64.go ./vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go ./vendor/golang.org/x/sys/unix/syscall_aix.go ./vendor/golang.org/x/sys/unix/fcntl_darwin.go ./vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go ./vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go ./vendor/golang.org/x/sys/unix/syscall_freebsd.go ./vendor/golang.org/x/sys/unix/timestruct.go ./vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.go ./vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go ./vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go ./vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go ./vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go ./vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go ./vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go ./vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go ./vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go ./vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go ./vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go ./vendor/golang.org/x/sys/unix/syscall_netbsd_386.go ./vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go ./vendor/golang.org/x/sys/unix/syscall_solaris.go ./vendor/golang.org/x/sys/unix/sysvshm_unix_other.go ./vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go ./vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go ./vendor/golang.org/x/sys/unix/zerrors_linux_arm.go ./vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go ./vendor/golang.org/x/sys/unix/errors_freebsd_386.go ./vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go ./vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go ./vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go ./vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go ./vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go ./vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go ./vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go ./vendor/golang.org/x/sys/unix/zptrace_x86_linux.go ./vendor/golang.org/x/sys/unix/dev_dragonfly.go ./vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go ./vendor/golang.org/x/sys/unix/syscall_illumos.go ./vendor/golang.org/x/sys/unix/affinity_linux.go ./vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_386.go ./vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go ./vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go ./vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go ./vendor/golang.org/x/sys/unix/dev_zos.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go ./vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go ./vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go ./vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go ./vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go ./vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go ./vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go ./vendor/golang.org/x/sys/unix/ztypes_illumos_amd64.go ./vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go ./vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go ./vendor/golang.org/x/sys/unix/gccgo.go ./vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go ./vendor/golang.org/x/sys/unix/ioctl_linux.go ./vendor/golang.org/x/sys/unix/sysvshm_unix.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go ./vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go ./vendor/golang.org/x/sys/unix/syscall_bsd.go ./vendor/golang.org/x/sys/unix/fcntl.go ./vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go ./vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go ./vendor/golang.org/x/sys/unix/endian_little.go ./vendor/golang.org/x/sys/unix/sockcmsg_unix.go ./vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go ./vendor/golang.org/x/sys/unix/zerrors_linux_386.go ./vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go ./vendor/golang.org/x/sys/unix/syscall_linux_386.go ./vendor/golang.org/x/sys/unix/ztypes_linux.go ./vendor/golang.org/x/sys/unix/syscall_linux_arm64.go ./vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go ./vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go ./vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go ./vendor/golang.org/x/sys/unix/dev_freebsd.go ./vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go ./vendor/golang.org/x/sys/unix/syscall.go ./vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go ./vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go ./vendor/golang.org/x/sys/unix/readdirent_getdirentries.go ./vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go ./vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go ./vendor/golang.org/x/sys/unix/zerrors_linux_mips.go ./vendor/golang.org/x/sys/unix/syscall_dragonfly.go ./vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go ./vendor/golang.org/x/sys/unix/syscall_darwin.1_12.go ./vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go ./vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go ./vendor/golang.org/x/sys/unix/sysvshm_linux.go ./vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go ./vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go ./vendor/golang.org/x/sys/unix/syscall_linux_gc.go ./vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go ./vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go ./vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go ./vendor/golang.org/x/sys/unix/bluetooth_linux.go ./vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go ./vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go ./vendor/golang.org/x/sys/unix/race0.go ./vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go ./vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go ./vendor/golang.org/x/sys/unix/syscall_openbsd.go ./vendor/golang.org/x/sys/unix/syscall_linux_ppc.go ./vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go ./vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go ./vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go ./vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go ./vendor/golang.org/x/sys/unix/dev_darwin.go ./vendor/golang.org/x/sys/unix/fdset.go ./vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go ./vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go ./vendor/golang.org/x/sys/unix/ioctl.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go ./vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go ./vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go ./vendor/golang.org/x/sys/unix/aliases.go ./vendor/golang.org/x/sys/unix/syscall_zos_s390x.go ./vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go ./vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go ./vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go ./vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go ./vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go ./vendor/golang.org/x/sys/unix/syscall_linux_s390x.go ./vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go ./vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go ./vendor/golang.org/x/sys/plan9/syscall_plan9.go ./vendor/golang.org/x/sys/plan9/zsyscall_plan9_386.go ./vendor/golang.org/x/sys/plan9/race.go ./vendor/golang.org/x/sys/plan9/errors_plan9.go ./vendor/golang.org/x/sys/plan9/zsysnum_plan9.go ./vendor/golang.org/x/sys/plan9/str.go ./vendor/golang.org/x/sys/plan9/zsyscall_plan9_arm.go ./vendor/golang.org/x/sys/plan9/zsyscall_plan9_amd64.go ./vendor/golang.org/x/sys/plan9/pwd_plan9.go ./vendor/golang.org/x/sys/plan9/env_plan9.go ./vendor/golang.org/x/sys/plan9/const_plan9.go ./vendor/golang.org/x/sys/plan9/pwd_go15_plan9.go ./vendor/golang.org/x/sys/plan9/syscall.go ./vendor/golang.org/x/sys/plan9/dir_plan9.go ./vendor/golang.org/x/sys/plan9/race0.go ./vendor/golang.org/x/sys/internal/unsafeheader/unsafeheader.go ./vendor/golang.org/x/sys/execabs/execabs.go ./vendor/golang.org/x/mod/semver/semver.go ./vendor/golang.org/x/mod/internal/lazyregexp/lazyre.go ./vendor/golang.org/x/mod/module/module.go ./vendor/golang.org/x/mod/module/pseudo.go ./vendor/golang.org/x/time/rate/rate.go ./vendor/golang.org/x/oauth2/jws/jws.go ./vendor/golang.org/x/oauth2/oauth2.go ./vendor/golang.org/x/oauth2/jwt/jwt.go ./vendor/golang.org/x/oauth2/authhandler/authhandler.go ./vendor/golang.org/x/oauth2/clientcredentials/clientcredentials.go ./vendor/golang.org/x/oauth2/transport.go ./vendor/golang.org/x/oauth2/google/doc.go ./vendor/golang.org/x/oauth2/google/google.go ./vendor/golang.org/x/oauth2/google/appengine.go ./vendor/golang.org/x/oauth2/google/appengine_gen1.go ./vendor/golang.org/x/oauth2/google/sdk.go ./vendor/golang.org/x/oauth2/google/default.go ./vendor/golang.org/x/oauth2/google/jwt.go ./vendor/golang.org/x/oauth2/google/appengine_gen2_flex.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/clientauth.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/urlcredsource.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/sts_exchange.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/aws.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/impersonate.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/basecredentials.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/err.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/filecredsource.go ./vendor/golang.org/x/oauth2/internal/doc.go ./vendor/golang.org/x/oauth2/internal/client_appengine.go ./vendor/golang.org/x/oauth2/internal/oauth2.go ./vendor/golang.org/x/oauth2/internal/transport.go ./vendor/golang.org/x/oauth2/internal/token.go ./vendor/golang.org/x/oauth2/token.go ./vendor/go.uber.org/atomic/time_ext.go ./vendor/go.uber.org/atomic/doc.go ./vendor/go.uber.org/atomic/uint32.go ./vendor/go.uber.org/atomic/error.go ./vendor/go.uber.org/atomic/bool_ext.go ./vendor/go.uber.org/atomic/int64.go ./vendor/go.uber.org/atomic/error_ext.go ./vendor/go.uber.org/atomic/uintptr.go ./vendor/go.uber.org/atomic/uint64.go ./vendor/go.uber.org/atomic/time.go ./vendor/go.uber.org/atomic/float64.go ./vendor/go.uber.org/atomic/int32.go ./vendor/go.uber.org/atomic/unsafe_pointer.go ./vendor/go.uber.org/atomic/float64_ext.go ./vendor/go.uber.org/atomic/string.go ./vendor/go.uber.org/atomic/string_ext.go ./vendor/go.uber.org/atomic/nocmp.go ./vendor/go.uber.org/atomic/duration.go ./vendor/go.uber.org/atomic/gen.go ./vendor/go.uber.org/atomic/bool.go ./vendor/go.uber.org/atomic/duration_ext.go ./vendor/go.uber.org/atomic/value.go ./vendor/go.uber.org/goleak/doc.go ./vendor/go.uber.org/goleak/tracestack_new.go ./vendor/go.uber.org/goleak/leaks.go ./vendor/go.uber.org/goleak/testmain.go ./vendor/go.uber.org/goleak/options.go ./vendor/go.uber.org/goleak/tracestack_old.go ./vendor/go.uber.org/goleak/internal/stack/stacks.go ./vendor/sigs.k8s.io/yaml/yaml.go ./vendor/sigs.k8s.io/yaml/fields.go ./vendor/sigs.k8s.io/yaml/yaml_go110.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/list.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/listreflect.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/map.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/valuereflect.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/doc.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/listunstructured.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/fields.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/valueunstructured.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/structreflect.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/reflectcache.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/scalar.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/allocator.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/mapunstructured.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/mapreflect.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/jsontagutil.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/value.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/helpers.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/doc.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/reconcile_schema.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/union.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/parser.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/merge.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/remove.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/typed.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/validate.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/tofieldset.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/serialize-pe.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/fromvalue.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/doc.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/set.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/element.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/serialize.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/managers.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/path.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/pathelementmap.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/schema/doc.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/schema/equals.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/schema/schemaschema.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/schema/elements.go ./web/web_test.go ./web/ui/assets_generate.go ./web/ui/doc.go ./web/ui/assets_vfsdata.go ./web/ui/ui.go ./web/web.go ./web/api/v1/api.go ./web/api/v1/api_test.go ./web/federate_test.go ./web/federate.go ./template/template_test.go ./template/template.go ./rules/alerting_test.go ./rules/manager.go ./rules/recording.go ./rules/manager_test.go ./rules/recording_test.go ./rules/alerting.go ./config/config_default_test.go ./config/config.go ./config/config_windows_test.go ./config/config_test.go ./tsdb/querier_bench_test.go ./tsdb/head_wal.go ./tsdb/chunks/chunks_test.go ./tsdb/chunks/head_chunks_other.go ./tsdb/chunks/head_chunks_test.go ./tsdb/chunks/head_chunks_windows.go ./tsdb/chunks/head_chunks.go ./tsdb/chunks/chunks.go ./tsdb/querier.go ./tsdb/isolation_test.go ./tsdb/errors/errors.go ./tsdb/block_test.go ./tsdb/db_test.go ./tsdb/blockwriter_test.go ./tsdb/exemplar.go ./tsdb/querier_test.go ./tsdb/agent/db_test.go ./tsdb/agent/series.go ./tsdb/agent/db.go ./tsdb/test/hash_test.go ./tsdb/test/conv_test.go ./tsdb/test/labels_test.go ./tsdb/wal.go ./tsdb/mocks_test.go ./tsdb/tombstones/tombstones_test.go ./tsdb/tombstones/tombstones.go ./tsdb/head_read.go ./tsdb/compact.go ./tsdb/encoding/encoding.go ./tsdb/index/postingsstats_test.go ./tsdb/index/postingsstats.go ./tsdb/index/index_test.go ./tsdb/index/postings.go ./tsdb/index/index.go ./tsdb/index/postings_test.go ./tsdb/head_append.go ./tsdb/head_test.go ./tsdb/blockwriter.go ./tsdb/head.go ./tsdb/chunkenc/chunk_test.go ./tsdb/chunkenc/bstream_test.go ./tsdb/chunkenc/bstream.go ./tsdb/chunkenc/xor.go ./tsdb/chunkenc/chunk.go ./tsdb/db.go ./tsdb/tsdbutil/buffer_test.go ./tsdb/tsdbutil/dir_locker.go ./tsdb/tsdbutil/dir_locker_test.go ./tsdb/tsdbutil/dir_locker_testutil.go ./tsdb/tsdbutil/buffer.go ./tsdb/tsdbutil/chunks.go ./tsdb/goversion/goversion.go ./tsdb/goversion/init.go ./tsdb/goversion/goversion_test.go ./tsdb/repair.go ./tsdb/repair_test.go ./tsdb/example_test.go ./tsdb/fileutil/dir.go ./tsdb/fileutil/sync_darwin.go ./tsdb/fileutil/preallocate_linux.go ./tsdb/fileutil/mmap.go ./tsdb/fileutil/preallocate_other.go ./tsdb/fileutil/mmap_unix.go ./tsdb/fileutil/dir_unix.go ./tsdb/fileutil/flock_unix.go ./tsdb/fileutil/sync_linux.go ./tsdb/fileutil/flock_test.go ./tsdb/fileutil/preallocate_darwin.go ./tsdb/fileutil/flock.go ./tsdb/fileutil/mmap_386.go ./tsdb/fileutil/preallocate.go ./tsdb/fileutil/flock_solaris.go ./tsdb/fileutil/flock_windows.go ./tsdb/fileutil/mmap_windows.go ./tsdb/fileutil/sync.go ./tsdb/fileutil/fileutil.go ./tsdb/fileutil/mmap_amd64.go ./tsdb/fileutil/flock_plan9.go ./tsdb/fileutil/mmap_arm64.go ./tsdb/fileutil/dir_windows.go ./tsdb/isolation.go ./tsdb/compact_test.go ./tsdb/block.go ./tsdb/tsdbblockutil.go ./tsdb/record/record.go ./tsdb/record/record_test.go ./tsdb/head_bench_test.go ./tsdb/exemplar_test.go ./tsdb/wal/wal.go ./tsdb/wal/reader.go ./tsdb/wal/watcher.go ./tsdb/wal/checkpoint.go ./tsdb/wal/checkpoint_test.go ./tsdb/wal/reader_test.go ./tsdb/wal/live_reader.go ./tsdb/wal/watcher_test.go ./tsdb/wal/wal_test.go ./tsdb/wal_test.go ./discovery/gce/gce.go ./discovery/zookeeper/zookeeper.go ./discovery/zookeeper/zookeeper_test.go ./discovery/scaleway/instance.go ./discovery/scaleway/instance_test.go ./discovery/scaleway/baremetal.go ./discovery/scaleway/scaleway.go ./discovery/openstack/mock_test.go ./discovery/openstack/instance.go ./discovery/openstack/instance_test.go ./discovery/openstack/hypervisor.go ./discovery/openstack/openstack.go ./discovery/openstack/hypervisor_test.go ./discovery/uyuni/uyuni_test.go ./discovery/uyuni/uyuni.go ./discovery/legacymanager/manager.go ./discovery/legacymanager/registry.go ./discovery/legacymanager/manager_test.go ./discovery/kubernetes/kubernetes_test.go ./discovery/kubernetes/service.go ./discovery/kubernetes/endpointslice.go ./discovery/kubernetes/node_test.go ./discovery/kubernetes/pod_test.go ./discovery/kubernetes/pod.go ./discovery/kubernetes/kubernetes.go ./discovery/kubernetes/ingress.go ./discovery/kubernetes/client_metrics.go ./discovery/kubernetes/ingress_adaptor.go ./discovery/kubernetes/service_test.go ./discovery/kubernetes/ingress_test.go ./discovery/kubernetes/endpoints_test.go ./discovery/kubernetes/endpoints.go ./discovery/kubernetes/node.go ./discovery/kubernetes/endpointslice_test.go ./discovery/digitalocean/mock_test.go ./discovery/digitalocean/digitalocean.go ./discovery/digitalocean/digitalocean_test.go ./discovery/install/install.go ./discovery/aws/ec2.go ./discovery/aws/lightsail.go ./discovery/hetzner/hcloud_test.go ./discovery/hetzner/mock_test.go ./discovery/hetzner/hcloud.go ./discovery/hetzner/hetzner.go ./discovery/hetzner/robot_test.go ./discovery/hetzner/robot.go ./discovery/eureka/eureka_test.go ./discovery/eureka/eureka.go ./discovery/eureka/client_test.go ./discovery/eureka/client.go ./discovery/manager.go ./discovery/refresh/refresh_test.go ./discovery/refresh/refresh.go ./discovery/dns/dns.go ./discovery/dns/dns_test.go ./discovery/xds/xds.go ./discovery/xds/kuma_mads.pb.go ./discovery/xds/kuma.go ./discovery/xds/kuma_test.go ./discovery/xds/client_test.go ./discovery/xds/client.go ./discovery/xds/xds_test.go ./discovery/registry.go ./discovery/http/http.go ./discovery/http/http_test.go ./discovery/manager_test.go ./discovery/targetgroup/targetgroup_test.go ./discovery/targetgroup/targetgroup.go ./discovery/puppetdb/puppetdb_test.go ./discovery/puppetdb/puppetdb.go ./discovery/puppetdb/resources.go ./discovery/marathon/marathon_test.go ./discovery/marathon/marathon.go ./discovery/consul/consul_test.go ./discovery/consul/consul.go ./discovery/file/file.go ./discovery/file/file_test.go ./discovery/triton/triton.go ./discovery/triton/triton_test.go ./discovery/azure/azure_test.go ./discovery/azure/azure.go ./discovery/linode/mock_test.go ./discovery/linode/linode_test.go ./discovery/linode/linode.go ./discovery/discovery.go ./discovery/moby/mock_test.go ./discovery/moby/docker_test.go ./discovery/moby/tasks_test.go ./discovery/moby/services.go ./discovery/moby/services_test.go ./discovery/moby/docker.go ./discovery/moby/network.go ./discovery/moby/dockerswarm.go ./discovery/moby/tasks.go ./discovery/moby/nodes_test.go ./discovery/moby/nodes.go ./documentation/examples/remote_storage/example_write_adapter/server.go ./documentation/examples/remote_storage/remote_storage_adapter/graphite/escape.go ./documentation/examples/remote_storage/remote_storage_adapter/graphite/client_test.go ./documentation/examples/remote_storage/remote_storage_adapter/graphite/client.go ./documentation/examples/remote_storage/remote_storage_adapter/main.go ./documentation/examples/remote_storage/remote_storage_adapter/opentsdb/tagvalue.go ./documentation/examples/remote_storage/remote_storage_adapter/opentsdb/client_test.go ./documentation/examples/remote_storage/remote_storage_adapter/opentsdb/client.go ./documentation/examples/remote_storage/remote_storage_adapter/opentsdb/tagvalue_test.go ./documentation/examples/remote_storage/remote_storage_adapter/influxdb/client_test.go ./documentation/examples/remote_storage/remote_storage_adapter/influxdb/client.go ./documentation/examples/custom-sd/adapter/adapter.go ./documentation/examples/custom-sd/adapter/adapter_test.go ./documentation/examples/custom-sd/adapter-usage/main.go ./cmd/prometheus/main.go ./cmd/prometheus/main_unix_test.go ./cmd/prometheus/query_log_test.go ./cmd/prometheus/main_test.go ./cmd/promtool/sd_test.go ./cmd/promtool/archive.go ./cmd/promtool/rules.go ./cmd/promtool/backfill.go ./cmd/promtool/main.go ./cmd/promtool/backfill_test.go ./cmd/promtool/rules_test.go ./cmd/promtool/debug.go ./cmd/promtool/tsdb.go ./cmd/promtool/unittest.go ./cmd/promtool/unittest_test.go ./cmd/promtool/main_test.go ./cmd/promtool/sd.go ./storage/noop.go ./storage/memoized_iterator_test.go ./storage/merge_test.go ./storage/memoized_iterator.go ./storage/remote/write.go ./storage/remote/write_handler.go ./storage/remote/read_handler.go ./storage/remote/codec.go ./storage/remote/chunked.go ./storage/remote/codec_test.go ./storage/remote/write_test.go ./storage/remote/queue_manager_test.go ./storage/remote/write_handler_test.go ./storage/remote/metadata_watcher_test.go ./storage/remote/ewma.go ./storage/remote/client_test.go ./storage/remote/client.go ./storage/remote/read_test.go ./storage/remote/metadata_watcher.go ./storage/remote/chunked_test.go ./storage/remote/storage.go ./storage/remote/max_timestamp.go ./storage/remote/queue_manager.go ./storage/remote/read.go ./storage/remote/read_handler_test.go ./storage/remote/intern.go ./storage/remote/intern_test.go ./storage/remote/storage_test.go ./storage/buffer_test.go ./storage/secondary.go ./storage/series.go ./storage/lazy.go ./storage/series_test.go ./storage/interface.go ./storage/merge.go ./storage/generic.go ./storage/buffer.go ./storage/fanout.go ./storage/fanout_test.go ./notifier/notifier_test.go ./notifier/notifier.go ./model/timestamp/timestamp.go ./model/value/value.go ./model/rulefmt/rulefmt.go ./model/rulefmt/rulefmt_test.go ./model/exemplar/exemplar.go ./model/textparse/promparse_test.go ./model/textparse/interface.go ./model/textparse/promlex.l.go ./model/textparse/openmetricslex.l.go ./model/textparse/promparse.go ./model/textparse/openmetricsparse_test.go ./model/textparse/openmetricsparse.go ./model/relabel/relabel_test.go ./model/relabel/relabel.go ./model/labels/labels.go ./model/labels/regexp_test.go ./model/labels/test_utils.go ./model/labels/matcher_test.go ./model/labels/regexp.go ./model/labels/labels_test.go ./model/labels/matcher.go ./util/httputil/cors.go ./util/httputil/compression.go ./util/httputil/context.go ./util/httputil/compression_test.go ./util/httputil/cors_test.go ./util/gate/gate.go ./util/stats/stats_test.go ./util/stats/query_stats.go ./util/stats/timer.go ./util/pool/pool.go ./util/pool/pool_test.go ./util/treecache/treecache.go ./util/teststorage/storage.go ./util/osutil/hostname.go ./util/modtimevfs/modtimevfs.go ./util/testutil/port.go ./util/testutil/roundtrip.go ./util/testutil/logging.go ./util/testutil/testing.go ./util/testutil/directory.go ./util/testutil/context.go ./util/strutil/quote.go ./util/strutil/strconv_test.go ./util/strutil/quote_test.go ./util/strutil/strconv.go ./util/logging/file.go ./util/logging/dedupe_test.go ./util/logging/ratelimit.go ./util/logging/dedupe.go ./util/logging/file_test.go ./util/runtime/statfs_uint32.go ./util/runtime/limits_windows.go ./util/runtime/limits_default.go ./util/runtime/statfs_linux_386.go ./util/runtime/statfs.go ./util/runtime/vmlimits_default.go ./util/runtime/vmlimits_openbsd.go ./util/runtime/statfs_default.go ./util/runtime/uname_linux.go ./util/runtime/uname_default.go ++ find . -iname '*.go' -type f + sed -i 's|klogv2 "k8s.io/klog/v2"|klogv2 "github.com/simonpasquier/klog-gokit/v3"|' ./promql/bench_test.go ./promql/functions_test.go ./promql/engine_test.go ./promql/engine.go ./promql/test_test.go ./promql/query_logger.go ./promql/parser/ast.go ./promql/parser/generated_parser.y.go ./promql/parser/functions.go ./promql/parser/parse_test.go ./promql/parser/printer_test.go ./promql/parser/lex.go ./promql/parser/parse.go ./promql/parser/lex_test.go ./promql/parser/printer.go ./promql/parser/value.go ./promql/functions.go ./promql/fuzz.go ./promql/quantile.go ./promql/query_logger_test.go ./promql/promql_test.go ./promql/test.go ./promql/value.go ./scripts/tools.go ./scrape/target.go ./scrape/helpers_test.go ./scrape/manager.go ./scrape/manager_test.go ./scrape/scrape.go ./scrape/target_test.go ./scrape/scrape_test.go ./prompb/types.pb.go ./prompb/custom.go ./prompb/remote.pb.go ./vendor/go.opencensus.io/metric/metricproducer/manager.go ./vendor/go.opencensus.io/metric/metricproducer/producer.go ./vendor/go.opencensus.io/metric/metricdata/point.go ./vendor/go.opencensus.io/metric/metricdata/unit.go ./vendor/go.opencensus.io/metric/metricdata/doc.go ./vendor/go.opencensus.io/metric/metricdata/exemplar.go ./vendor/go.opencensus.io/metric/metricdata/metric.go ./vendor/go.opencensus.io/metric/metricdata/type_string.go ./vendor/go.opencensus.io/metric/metricdata/label.go ./vendor/go.opencensus.io/stats/doc.go ./vendor/go.opencensus.io/stats/measure_int64.go ./vendor/go.opencensus.io/stats/measure.go ./vendor/go.opencensus.io/stats/record.go ./vendor/go.opencensus.io/stats/measure_float64.go ./vendor/go.opencensus.io/stats/units.go ./vendor/go.opencensus.io/stats/internal/record.go ./vendor/go.opencensus.io/stats/view/aggregation.go ./vendor/go.opencensus.io/stats/view/view_to_metric.go ./vendor/go.opencensus.io/stats/view/doc.go ./vendor/go.opencensus.io/stats/view/export.go ./vendor/go.opencensus.io/stats/view/view.go ./vendor/go.opencensus.io/stats/view/aggregation_data.go ./vendor/go.opencensus.io/stats/view/collector.go ./vendor/go.opencensus.io/stats/view/worker_commands.go ./vendor/go.opencensus.io/stats/view/worker.go ./vendor/go.opencensus.io/trace/trace_api.go ./vendor/go.opencensus.io/trace/tracestate/tracestate.go ./vendor/go.opencensus.io/trace/doc.go ./vendor/go.opencensus.io/trace/export.go ./vendor/go.opencensus.io/trace/lrumap.go ./vendor/go.opencensus.io/trace/spanbucket.go ./vendor/go.opencensus.io/trace/trace_go11.go ./vendor/go.opencensus.io/trace/basetypes.go ./vendor/go.opencensus.io/trace/trace_nongo11.go ./vendor/go.opencensus.io/trace/config.go ./vendor/go.opencensus.io/trace/trace.go ./vendor/go.opencensus.io/trace/evictedqueue.go ./vendor/go.opencensus.io/trace/propagation/propagation.go ./vendor/go.opencensus.io/trace/spanstore.go ./vendor/go.opencensus.io/trace/internal/internal.go ./vendor/go.opencensus.io/trace/status_codes.go ./vendor/go.opencensus.io/trace/sampling.go ./vendor/go.opencensus.io/resource/resource.go ./vendor/go.opencensus.io/opencensus.go ./vendor/go.opencensus.io/internal/sanitize.go ./vendor/go.opencensus.io/internal/tagencoding/tagencoding.go ./vendor/go.opencensus.io/internal/traceinternals.go ./vendor/go.opencensus.io/internal/internal.go ./vendor/go.opencensus.io/tag/map.go ./vendor/go.opencensus.io/tag/map_codec.go ./vendor/go.opencensus.io/tag/doc.go ./vendor/go.opencensus.io/tag/metadata.go ./vendor/go.opencensus.io/tag/key.go ./vendor/go.opencensus.io/tag/profile_19.go ./vendor/go.opencensus.io/tag/profile_not19.go ./vendor/go.opencensus.io/tag/context.go ./vendor/go.opencensus.io/tag/validate.go ./vendor/go.opencensus.io/plugin/ochttp/wrapped_body.go ./vendor/go.opencensus.io/plugin/ochttp/doc.go ./vendor/go.opencensus.io/plugin/ochttp/stats.go ./vendor/go.opencensus.io/plugin/ochttp/client.go ./vendor/go.opencensus.io/plugin/ochttp/span_annotating_client_trace.go ./vendor/go.opencensus.io/plugin/ochttp/trace.go ./vendor/go.opencensus.io/plugin/ochttp/server.go ./vendor/go.opencensus.io/plugin/ochttp/propagation/b3/b3.go ./vendor/go.opencensus.io/plugin/ochttp/client_stats.go ./vendor/go.opencensus.io/plugin/ochttp/route.go ./vendor/github.com/davecgh/go-spew/spew/bypass.go ./vendor/github.com/davecgh/go-spew/spew/format.go ./vendor/github.com/davecgh/go-spew/spew/doc.go ./vendor/github.com/davecgh/go-spew/spew/common.go ./vendor/github.com/davecgh/go-spew/spew/dump.go ./vendor/github.com/davecgh/go-spew/spew/bypasssafe.go ./vendor/github.com/davecgh/go-spew/spew/spew.go ./vendor/github.com/davecgh/go-spew/spew/config.go ./vendor/github.com/modern-go/reflect2/unsafe_slice.go ./vendor/github.com/modern-go/reflect2/go_above_118.go ./vendor/github.com/modern-go/reflect2/reflect2.go ./vendor/github.com/modern-go/reflect2/unsafe_array.go ./vendor/github.com/modern-go/reflect2/type_map.go ./vendor/github.com/modern-go/reflect2/unsafe_type.go ./vendor/github.com/modern-go/reflect2/unsafe_struct.go ./vendor/github.com/modern-go/reflect2/go_below_118.go ./vendor/github.com/modern-go/reflect2/unsafe_iface.go ./vendor/github.com/modern-go/reflect2/unsafe_link.go ./vendor/github.com/modern-go/reflect2/unsafe_ptr.go ./vendor/github.com/modern-go/reflect2/unsafe_eface.go ./vendor/github.com/modern-go/reflect2/reflect2_kind.go ./vendor/github.com/modern-go/reflect2/go_above_19.go ./vendor/github.com/modern-go/reflect2/unsafe_map.go ./vendor/github.com/modern-go/reflect2/unsafe_field.go ./vendor/github.com/modern-go/reflect2/safe_type.go ./vendor/github.com/modern-go/reflect2/safe_slice.go ./vendor/github.com/modern-go/reflect2/safe_map.go ./vendor/github.com/modern-go/reflect2/safe_field.go ./vendor/github.com/modern-go/reflect2/safe_struct.go ./vendor/github.com/modern-go/concurrent/go_below_19.go ./vendor/github.com/modern-go/concurrent/log.go ./vendor/github.com/modern-go/concurrent/unbounded_executor.go ./vendor/github.com/modern-go/concurrent/go_above_19.go ./vendor/github.com/modern-go/concurrent/executor.go ./vendor/github.com/Microsoft/go-winio/file.go ./vendor/github.com/Microsoft/go-winio/fileinfo.go ./vendor/github.com/Microsoft/go-winio/hvsock.go ./vendor/github.com/Microsoft/go-winio/zsyscall_windows.go ./vendor/github.com/Microsoft/go-winio/privilege.go ./vendor/github.com/Microsoft/go-winio/pkg/guid/guid.go ./vendor/github.com/Microsoft/go-winio/backup.go ./vendor/github.com/Microsoft/go-winio/pipe.go ./vendor/github.com/Microsoft/go-winio/ea.go ./vendor/github.com/Microsoft/go-winio/syscall.go ./vendor/github.com/Microsoft/go-winio/sd.go ./vendor/github.com/Microsoft/go-winio/reparse.go ./vendor/github.com/spf13/pflag/uint.go ./vendor/github.com/spf13/pflag/ip.go ./vendor/github.com/spf13/pflag/bytes.go ./vendor/github.com/spf13/pflag/bool_slice.go ./vendor/github.com/spf13/pflag/uint32.go ./vendor/github.com/spf13/pflag/string_to_string.go ./vendor/github.com/spf13/pflag/uint8.go ./vendor/github.com/spf13/pflag/string_to_int64.go ./vendor/github.com/spf13/pflag/float32.go ./vendor/github.com/spf13/pflag/string_to_int.go ./vendor/github.com/spf13/pflag/float32_slice.go ./vendor/github.com/spf13/pflag/int32_slice.go ./vendor/github.com/spf13/pflag/uint16.go ./vendor/github.com/spf13/pflag/string_array.go ./vendor/github.com/spf13/pflag/int64.go ./vendor/github.com/spf13/pflag/count.go ./vendor/github.com/spf13/pflag/flag.go ./vendor/github.com/spf13/pflag/int_slice.go ./vendor/github.com/spf13/pflag/uint64.go ./vendor/github.com/spf13/pflag/string_slice.go ./vendor/github.com/spf13/pflag/int64_slice.go ./vendor/github.com/spf13/pflag/int16.go ./vendor/github.com/spf13/pflag/ipmask.go ./vendor/github.com/spf13/pflag/float64.go ./vendor/github.com/spf13/pflag/int32.go ./vendor/github.com/spf13/pflag/float64_slice.go ./vendor/github.com/spf13/pflag/ip_slice.go ./vendor/github.com/spf13/pflag/string.go ./vendor/github.com/spf13/pflag/ipnet.go ./vendor/github.com/spf13/pflag/duration.go ./vendor/github.com/spf13/pflag/int.go ./vendor/github.com/spf13/pflag/duration_slice.go ./vendor/github.com/spf13/pflag/bool.go ./vendor/github.com/spf13/pflag/golangflag.go ./vendor/github.com/spf13/pflag/int8.go ./vendor/github.com/spf13/pflag/uint_slice.go ./vendor/github.com/prometheus/common/route/route.go ./vendor/github.com/prometheus/common/expfmt/encode.go ./vendor/github.com/prometheus/common/expfmt/openmetrics_create.go ./vendor/github.com/prometheus/common/expfmt/decode.go ./vendor/github.com/prometheus/common/expfmt/text_create.go ./vendor/github.com/prometheus/common/expfmt/text_parse.go ./vendor/github.com/prometheus/common/expfmt/fuzz.go ./vendor/github.com/prometheus/common/expfmt/expfmt.go ./vendor/github.com/prometheus/common/server/static_file_server.go ./vendor/github.com/prometheus/common/promlog/log.go ./vendor/github.com/prometheus/common/promlog/flag/flag.go ./vendor/github.com/prometheus/common/config/http_config.go ./vendor/github.com/prometheus/common/config/config.go ./vendor/github.com/prometheus/common/model/labels.go ./vendor/github.com/prometheus/common/model/labelset.go ./vendor/github.com/prometheus/common/model/metric.go ./vendor/github.com/prometheus/common/model/model.go ./vendor/github.com/prometheus/common/model/fnv.go ./vendor/github.com/prometheus/common/model/silence.go ./vendor/github.com/prometheus/common/model/time.go ./vendor/github.com/prometheus/common/model/alert.go ./vendor/github.com/prometheus/common/model/fingerprinting.go ./vendor/github.com/prometheus/common/model/signature.go ./vendor/github.com/prometheus/common/model/value.go ./vendor/github.com/prometheus/common/version/info.go ./vendor/github.com/prometheus/common/sigv4/sigv4.go ./vendor/github.com/prometheus/common/sigv4/sigv4_config.go ./vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/autoneg.go ./vendor/github.com/prometheus/client_model/go/metrics.pb.go ./vendor/github.com/prometheus/exporter-toolkit/web/tls_config.go ./vendor/github.com/prometheus/exporter-toolkit/web/kingpinflag/flag.go ./vendor/github.com/prometheus/exporter-toolkit/web/cache.go ./vendor/github.com/prometheus/exporter-toolkit/web/handler.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/postable_silence.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/label_set.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_alert.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_silences.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/matchers.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_silence.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/alert_groups.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/postable_alerts.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/silence_status.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/silence.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/postable_alert.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/receiver.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/alertmanager_config.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/alert_status.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/alert.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/alert_group.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_alerts.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/cluster_status.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/peer_status.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/version_info.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/matcher.go ./vendor/github.com/prometheus/alertmanager/api/v2/models/alertmanager_status.go ./vendor/github.com/prometheus/client_golang/prometheus/expvar_collector.go ./vendor/github.com/prometheus/client_golang/prometheus/untyped.go ./vendor/github.com/prometheus/client_golang/prometheus/labels.go ./vendor/github.com/prometheus/client_golang/prometheus/doc.go ./vendor/github.com/prometheus/client_golang/prometheus/vec.go ./vendor/github.com/prometheus/client_golang/prometheus/promhttp/http.go ./vendor/github.com/prometheus/client_golang/prometheus/promhttp/delegator.go ./vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client.go ./vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.go ./vendor/github.com/prometheus/client_golang/prometheus/promauto/auto.go ./vendor/github.com/prometheus/client_golang/prometheus/gauge.go ./vendor/github.com/prometheus/client_golang/prometheus/summary.go ./vendor/github.com/prometheus/client_golang/prometheus/metric.go ./vendor/github.com/prometheus/client_golang/prometheus/desc.go ./vendor/github.com/prometheus/client_golang/prometheus/collector.go ./vendor/github.com/prometheus/client_golang/prometheus/fnv.go ./vendor/github.com/prometheus/client_golang/prometheus/counter.go ./vendor/github.com/prometheus/client_golang/prometheus/testutil/testutil.go ./vendor/github.com/prometheus/client_golang/prometheus/testutil/lint.go ./vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint/promlint.go ./vendor/github.com/prometheus/client_golang/prometheus/histogram.go ./vendor/github.com/prometheus/client_golang/prometheus/wrap.go ./vendor/github.com/prometheus/client_golang/prometheus/registry.go ./vendor/github.com/prometheus/client_golang/prometheus/process_collector_other.go ./vendor/github.com/prometheus/client_golang/prometheus/process_collector.go ./vendor/github.com/prometheus/client_golang/prometheus/observer.go ./vendor/github.com/prometheus/client_golang/prometheus/process_collector_windows.go ./vendor/github.com/prometheus/client_golang/prometheus/go_collector.go ./vendor/github.com/prometheus/client_golang/prometheus/internal/metric.go ./vendor/github.com/prometheus/client_golang/prometheus/timer.go ./vendor/github.com/prometheus/client_golang/prometheus/value.go ./vendor/github.com/prometheus/client_golang/api/prometheus/v1/api.go ./vendor/github.com/prometheus/client_golang/api/client.go ./vendor/github.com/prometheus/procfs/proc_fdinfo.go ./vendor/github.com/prometheus/procfs/proc_smaps.go ./vendor/github.com/prometheus/procfs/meminfo.go ./vendor/github.com/prometheus/procfs/proc_maps.go ./vendor/github.com/prometheus/procfs/kernel_random.go ./vendor/github.com/prometheus/procfs/doc.go ./vendor/github.com/prometheus/procfs/net_softnet.go ./vendor/github.com/prometheus/procfs/cpuinfo_ppcx.go ./vendor/github.com/prometheus/procfs/cpuinfo_others.go ./vendor/github.com/prometheus/procfs/crypto.go ./vendor/github.com/prometheus/procfs/proc_cgroup.go ./vendor/github.com/prometheus/procfs/fs.go ./vendor/github.com/prometheus/procfs/proc_status.go ./vendor/github.com/prometheus/procfs/schedstat.go ./vendor/github.com/prometheus/procfs/net_ip_socket.go ./vendor/github.com/prometheus/procfs/cpuinfo_s390x.go ./vendor/github.com/prometheus/procfs/arp.go ./vendor/github.com/prometheus/procfs/swaps.go ./vendor/github.com/prometheus/procfs/net_sockstat.go ./vendor/github.com/prometheus/procfs/proc_limits.go ./vendor/github.com/prometheus/procfs/buddyinfo.go ./vendor/github.com/prometheus/procfs/proc.go ./vendor/github.com/prometheus/procfs/net_udp.go ./vendor/github.com/prometheus/procfs/cpuinfo.go ./vendor/github.com/prometheus/procfs/cpuinfo_x86.go ./vendor/github.com/prometheus/procfs/ipvs.go ./vendor/github.com/prometheus/procfs/proc_stat.go ./vendor/github.com/prometheus/procfs/net_protocols.go ./vendor/github.com/prometheus/procfs/loadavg.go ./vendor/github.com/prometheus/procfs/net_dev.go ./vendor/github.com/prometheus/procfs/net_unix.go ./vendor/github.com/prometheus/procfs/mountstats.go ./vendor/github.com/prometheus/procfs/mdstat.go ./vendor/github.com/prometheus/procfs/net_tcp.go ./vendor/github.com/prometheus/procfs/xfrm.go ./vendor/github.com/prometheus/procfs/mountinfo.go ./vendor/github.com/prometheus/procfs/slab.go ./vendor/github.com/prometheus/procfs/cpuinfo_riscvx.go ./vendor/github.com/prometheus/procfs/proc_environ.go ./vendor/github.com/prometheus/procfs/proc_ns.go ./vendor/github.com/prometheus/procfs/proc_io.go ./vendor/github.com/prometheus/procfs/net_conntrackstat.go ./vendor/github.com/prometheus/procfs/fscache.go ./vendor/github.com/prometheus/procfs/cpuinfo_armx.go ./vendor/github.com/prometheus/procfs/zoneinfo.go ./vendor/github.com/prometheus/procfs/internal/fs/fs.go ./vendor/github.com/prometheus/procfs/internal/util/sysreadfile.go ./vendor/github.com/prometheus/procfs/internal/util/sysreadfile_compat.go ./vendor/github.com/prometheus/procfs/internal/util/parse.go ./vendor/github.com/prometheus/procfs/internal/util/readfile.go ./vendor/github.com/prometheus/procfs/internal/util/valueparser.go ./vendor/github.com/prometheus/procfs/vm.go ./vendor/github.com/prometheus/procfs/cpuinfo_mipsx.go ./vendor/github.com/prometheus/procfs/stat.go ./vendor/github.com/prometheus/procfs/proc_psi.go ./vendor/github.com/scaleway/scaleway-sdk-go/logger/logger.go ./vendor/github.com/scaleway/scaleway-sdk-go/logger/default_logger.go ./vendor/github.com/scaleway/scaleway-sdk-go/validation/is.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/custom_types.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/client_option.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/request.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/path.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/config.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/client.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/convert.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/request_option.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/locality.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/version.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/config_legacy.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/errors.go ./vendor/github.com/scaleway/scaleway-sdk-go/scw/env.go ./vendor/github.com/scaleway/scaleway-sdk-go/namegenerator/name_generator.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1/marketplace_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1/marketplace_sdk.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/security_group_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/snapshot_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/instance_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/instance_sdk.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/instance_metadata_sdk.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/image_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/volume_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/server_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1/baremetal_sdk.go ./vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1/server_utils.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/errors/error.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler/duration.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter/query.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/auth/auth.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/auth/token.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/auth/no_auth.go ./vendor/github.com/scaleway/scaleway-sdk-go/internal/async/wait.go ./vendor/github.com/josharian/intern/intern.go ./vendor/github.com/kolo/xmlrpc/decoder.go ./vendor/github.com/kolo/xmlrpc/response.go ./vendor/github.com/kolo/xmlrpc/request.go ./vendor/github.com/kolo/xmlrpc/is_zero.go ./vendor/github.com/kolo/xmlrpc/client.go ./vendor/github.com/kolo/xmlrpc/encoder.go ./vendor/github.com/cncf/xds/go/xds/core/v3/collection_entry.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/authority.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/core/v3/extension.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/resource.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/authority.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/collection_entry.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/core/v3/resource_name.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/context_params.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/extension.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/core/v3/resource_locator.pb.go ./vendor/github.com/cncf/xds/go/xds/core/v3/resource_locator.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/core/v3/context_params.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/core/v3/resource_name.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/core/v3/resource.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/annotations/v3/status.pb.validate.go ./vendor/github.com/cncf/xds/go/xds/annotations/v3/status.pb.go ./vendor/github.com/cncf/xds/go/udpa/annotations/migrate.pb.validate.go ./vendor/github.com/cncf/xds/go/udpa/annotations/security.pb.go ./vendor/github.com/cncf/xds/go/udpa/annotations/status.pb.validate.go ./vendor/github.com/cncf/xds/go/udpa/annotations/versioning.pb.validate.go ./vendor/github.com/cncf/xds/go/udpa/annotations/migrate.pb.go ./vendor/github.com/cncf/xds/go/udpa/annotations/status.pb.go ./vendor/github.com/cncf/xds/go/udpa/annotations/sensitive.pb.go ./vendor/github.com/cncf/xds/go/udpa/annotations/security.pb.validate.go ./vendor/github.com/cncf/xds/go/udpa/annotations/versioning.pb.go ./vendor/github.com/cncf/xds/go/udpa/annotations/sensitive.pb.validate.go ./vendor/github.com/containerd/containerd/platforms/defaults_unix.go ./vendor/github.com/containerd/containerd/platforms/defaults.go ./vendor/github.com/containerd/containerd/platforms/database.go ./vendor/github.com/containerd/containerd/platforms/compare.go ./vendor/github.com/containerd/containerd/platforms/cpuinfo.go ./vendor/github.com/containerd/containerd/platforms/platforms.go ./vendor/github.com/containerd/containerd/platforms/defaults_windows.go ./vendor/github.com/containerd/containerd/errdefs/grpc.go ./vendor/github.com/containerd/containerd/errdefs/errors.go ./vendor/github.com/containerd/containerd/log/context.go ./vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go ./vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go ./vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go ./vendor/github.com/ghodss/yaml/yaml.go ./vendor/github.com/ghodss/yaml/fields.go ./vendor/github.com/stretchr/testify/require/require.go ./vendor/github.com/stretchr/testify/require/doc.go ./vendor/github.com/stretchr/testify/require/require_forward.go ./vendor/github.com/stretchr/testify/require/forward_requirements.go ./vendor/github.com/stretchr/testify/require/requirements.go ./vendor/github.com/stretchr/testify/assert/assertion_forward.go ./vendor/github.com/stretchr/testify/assert/http_assertions.go ./vendor/github.com/stretchr/testify/assert/doc.go ./vendor/github.com/stretchr/testify/assert/assertions.go ./vendor/github.com/stretchr/testify/assert/assertion_compare.go ./vendor/github.com/stretchr/testify/assert/assertion_order.go ./vendor/github.com/stretchr/testify/assert/assertion_format.go ./vendor/github.com/stretchr/testify/assert/forward_assertions.go ./vendor/github.com/stretchr/testify/assert/errors.go ./vendor/github.com/shurcooL/httpfs/filter/filters.go ./vendor/github.com/shurcooL/httpfs/filter/filter.go ./vendor/github.com/shurcooL/httpfs/vfsutil/file.go ./vendor/github.com/shurcooL/httpfs/vfsutil/vfsutil.go ./vendor/github.com/shurcooL/httpfs/vfsutil/walk.go ./vendor/github.com/shurcooL/httpfs/union/union.go ./vendor/github.com/shurcooL/vfsgen/doc.go ./vendor/github.com/shurcooL/vfsgen/generator.go ./vendor/github.com/shurcooL/vfsgen/options.go ./vendor/github.com/shurcooL/vfsgen/stringwriter.go ./vendor/github.com/shurcooL/vfsgen/commentwriter.go ./vendor/github.com/go-zookeeper/zk/flw.go ./vendor/github.com/go-zookeeper/zk/conn.go ./vendor/github.com/go-zookeeper/zk/constants.go ./vendor/github.com/go-zookeeper/zk/lock.go ./vendor/github.com/go-zookeeper/zk/dnshostprovider.go ./vendor/github.com/go-zookeeper/zk/util.go ./vendor/github.com/go-zookeeper/zk/structs.go ./vendor/github.com/go-stack/stack/stack.go ./vendor/github.com/digitalocean/godo/regions.go ./vendor/github.com/digitalocean/godo/certificates.go ./vendor/github.com/digitalocean/godo/account.go ./vendor/github.com/digitalocean/godo/doc.go ./vendor/github.com/digitalocean/godo/links.go ./vendor/github.com/digitalocean/godo/monitoring.go ./vendor/github.com/digitalocean/godo/kubernetes.go ./vendor/github.com/digitalocean/godo/floating_ips_actions.go ./vendor/github.com/digitalocean/godo/invoices.go ./vendor/github.com/digitalocean/godo/floating_ips.go ./vendor/github.com/digitalocean/godo/cdn.go ./vendor/github.com/digitalocean/godo/vpcs.go ./vendor/github.com/digitalocean/godo/snapshots.go ./vendor/github.com/digitalocean/godo/balance.go ./vendor/github.com/digitalocean/godo/timestamp.go ./vendor/github.com/digitalocean/godo/storage_actions.go ./vendor/github.com/digitalocean/godo/strings.go ./vendor/github.com/digitalocean/godo/load_balancers.go ./vendor/github.com/digitalocean/godo/registry.go ./vendor/github.com/digitalocean/godo/projects.go ./vendor/github.com/digitalocean/godo/meta.go ./vendor/github.com/digitalocean/godo/droplet_actions.go ./vendor/github.com/digitalocean/godo/storage.go ./vendor/github.com/digitalocean/godo/1-click.go ./vendor/github.com/digitalocean/godo/firewalls.go ./vendor/github.com/digitalocean/godo/droplets.go ./vendor/github.com/digitalocean/godo/images.go ./vendor/github.com/digitalocean/godo/apps.gen.go ./vendor/github.com/digitalocean/godo/godo.go ./vendor/github.com/digitalocean/godo/billing_history.go ./vendor/github.com/digitalocean/godo/keys.go ./vendor/github.com/digitalocean/godo/apps.go ./vendor/github.com/digitalocean/godo/errors.go ./vendor/github.com/digitalocean/godo/image_actions.go ./vendor/github.com/digitalocean/godo/domains.go ./vendor/github.com/digitalocean/godo/tags.go ./vendor/github.com/digitalocean/godo/sizes.go ./vendor/github.com/digitalocean/godo/metrics/metrics.go ./vendor/github.com/digitalocean/godo/metrics/values.go ./vendor/github.com/digitalocean/godo/metrics/time.go ./vendor/github.com/digitalocean/godo/action.go ./vendor/github.com/digitalocean/godo/databases.go ./vendor/github.com/jmespath/go-jmespath/interpreter.go ./vendor/github.com/jmespath/go-jmespath/api.go ./vendor/github.com/jmespath/go-jmespath/functions.go ./vendor/github.com/jmespath/go-jmespath/parser.go ./vendor/github.com/jmespath/go-jmespath/util.go ./vendor/github.com/jmespath/go-jmespath/astnodetype_string.go ./vendor/github.com/jmespath/go-jmespath/lexer.go ./vendor/github.com/jmespath/go-jmespath/toktype_string.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/firewall.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/rdns.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/iso.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/helper.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/server_type.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/hcloud.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/pricing.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/error.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/certificate.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/floating_ip.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/resource.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/testing.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/client.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/volume.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/datacenter.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/network.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/placement_group.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/load_balancer_type.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/load_balancer.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/firewall.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/iso.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/server_type.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/pricing.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/error.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/certificate.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/floating_ip.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/meta.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/volume.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/datacenter.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/network.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/placement_group.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/load_balancer_type.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/load_balancer.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/server.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/image.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/action.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/ssh_key.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/location.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/server.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/image.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation/metrics.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/action.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/ssh_key.go ./vendor/github.com/hetznercloud/hcloud-go/hcloud/location.go ./vendor/github.com/mailru/easyjson/jlexer/error.go ./vendor/github.com/mailru/easyjson/jlexer/bytestostr.go ./vendor/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go ./vendor/github.com/mailru/easyjson/jlexer/lexer.go ./vendor/github.com/mailru/easyjson/buffer/pool.go ./vendor/github.com/mailru/easyjson/jwriter/writer.go ./vendor/github.com/googleapis/gax-go/v2/invoke.go ./vendor/github.com/googleapis/gax-go/v2/header.go ./vendor/github.com/googleapis/gax-go/v2/gax.go ./vendor/github.com/googleapis/gax-go/v2/apierror/apierror.go ./vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/error.pb.go ./vendor/github.com/googleapis/gax-go/v2/call_option.go ./vendor/github.com/googleapis/gnostic/extensions/extension.pb.go ./vendor/github.com/googleapis/gnostic/extensions/extensions.go ./vendor/github.com/googleapis/gnostic/compiler/helpers.go ./vendor/github.com/googleapis/gnostic/compiler/main.go ./vendor/github.com/googleapis/gnostic/compiler/error.go ./vendor/github.com/googleapis/gnostic/compiler/extensions.go ./vendor/github.com/googleapis/gnostic/compiler/reader.go ./vendor/github.com/googleapis/gnostic/compiler/context.go ./vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.go ./vendor/github.com/googleapis/gnostic/openapiv2/document.go ./vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.pb.go ./vendor/github.com/googleapis/gnostic/jsonschema/display.go ./vendor/github.com/googleapis/gnostic/jsonschema/writer.go ./vendor/github.com/googleapis/gnostic/jsonschema/operations.go ./vendor/github.com/googleapis/gnostic/jsonschema/models.go ./vendor/github.com/googleapis/gnostic/jsonschema/reader.go ./vendor/github.com/googleapis/gnostic/jsonschema/base.go ./vendor/github.com/uber/jaeger-lib/metrics/prometheus/factory.go ./vendor/github.com/uber/jaeger-lib/metrics/prometheus/cache.go ./vendor/github.com/uber/jaeger-lib/metrics/metrics.go ./vendor/github.com/uber/jaeger-lib/metrics/stopwatch.go ./vendor/github.com/uber/jaeger-lib/metrics/gauge.go ./vendor/github.com/uber/jaeger-lib/metrics/counter.go ./vendor/github.com/uber/jaeger-lib/metrics/factory.go ./vendor/github.com/uber/jaeger-lib/metrics/histogram.go ./vendor/github.com/uber/jaeger-lib/metrics/keys.go ./vendor/github.com/uber/jaeger-lib/metrics/timer.go ./vendor/github.com/uber/jaeger-client-go/contrib_observer.go ./vendor/github.com/uber/jaeger-client-go/tracer.go ./vendor/github.com/uber/jaeger-client-go/sampler_remote_options.go ./vendor/github.com/uber/jaeger-client-go/thrift/application_exception.go ./vendor/github.com/uber/jaeger-client-go/thrift/messagetype.go ./vendor/github.com/uber/jaeger-client-go/thrift/processor_factory.go ./vendor/github.com/uber/jaeger-client-go/thrift/configuration.go ./vendor/github.com/uber/jaeger-client-go/thrift/serializer.go ./vendor/github.com/uber/jaeger-client-go/thrift/header_transport.go ./vendor/github.com/uber/jaeger-client-go/thrift/numeric.go ./vendor/github.com/uber/jaeger-client-go/thrift/logger.go ./vendor/github.com/uber/jaeger-client-go/thrift/rich_transport.go ./vendor/github.com/uber/jaeger-client-go/thrift/simple_server.go ./vendor/github.com/uber/jaeger-client-go/thrift/header_context.go ./vendor/github.com/uber/jaeger-client-go/thrift/protocol_exception.go ./vendor/github.com/uber/jaeger-client-go/thrift/transport_exception.go ./vendor/github.com/uber/jaeger-client-go/thrift/server_transport.go ./vendor/github.com/uber/jaeger-client-go/thrift/protocol_factory.go ./vendor/github.com/uber/jaeger-client-go/thrift/exception.go ./vendor/github.com/uber/jaeger-client-go/thrift/client.go ./vendor/github.com/uber/jaeger-client-go/thrift/header_protocol.go ./vendor/github.com/uber/jaeger-client-go/thrift/compact_protocol.go ./vendor/github.com/uber/jaeger-client-go/thrift/binary_protocol.go ./vendor/github.com/uber/jaeger-client-go/thrift/type.go ./vendor/github.com/uber/jaeger-client-go/thrift/context.go ./vendor/github.com/uber/jaeger-client-go/thrift/simple_json_protocol.go ./vendor/github.com/uber/jaeger-client-go/thrift/transport.go ./vendor/github.com/uber/jaeger-client-go/thrift/transport_factory.go ./vendor/github.com/uber/jaeger-client-go/thrift/response_helper.go ./vendor/github.com/uber/jaeger-client-go/thrift/memory_buffer.go ./vendor/github.com/uber/jaeger-client-go/thrift/protocol.go ./vendor/github.com/uber/jaeger-client-go/doc.go ./vendor/github.com/uber/jaeger-client-go/metrics.go ./vendor/github.com/uber/jaeger-client-go/interop.go ./vendor/github.com/uber/jaeger-client-go/sampler.go ./vendor/github.com/uber/jaeger-client-go/logger.go ./vendor/github.com/uber/jaeger-client-go/reference.go ./vendor/github.com/uber/jaeger-client-go/transport/doc.go ./vendor/github.com/uber/jaeger-client-go/transport/http.go ./vendor/github.com/uber/jaeger-client-go/constants.go ./vendor/github.com/uber/jaeger-client-go/span.go ./vendor/github.com/uber/jaeger-client-go/zipkin_thrift_span.go ./vendor/github.com/uber/jaeger-client-go/propagation.go ./vendor/github.com/uber/jaeger-client-go/header.go ./vendor/github.com/uber/jaeger-client-go/baggage_setter.go ./vendor/github.com/uber/jaeger-client-go/transport_udp.go ./vendor/github.com/uber/jaeger-client-go/jaeger_tag.go ./vendor/github.com/uber/jaeger-client-go/sampler_v2.go ./vendor/github.com/uber/jaeger-client-go/config/config.go ./vendor/github.com/uber/jaeger-client-go/config/config_env.go ./vendor/github.com/uber/jaeger-client-go/config/options.go ./vendor/github.com/uber/jaeger-client-go/reporter.go ./vendor/github.com/uber/jaeger-client-go/log/logger.go ./vendor/github.com/uber/jaeger-client-go/span_allocator.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/GoUnusedProtection__.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/baggage-consts.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/baggage.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/sampling-consts.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/GoUnusedProtection__.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/sampling.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/GoUnusedProtection__.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/agent-consts.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/agent.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/GoUnusedProtection__.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincore-consts.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincore.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/GoUnusedProtection__.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/jaeger.go ./vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/jaeger-consts.go ./vendor/github.com/uber/jaeger-client-go/transport.go ./vendor/github.com/uber/jaeger-client-go/rpcmetrics/doc.go ./vendor/github.com/uber/jaeger-client-go/rpcmetrics/metrics.go ./vendor/github.com/uber/jaeger-client-go/rpcmetrics/normalizer.go ./vendor/github.com/uber/jaeger-client-go/rpcmetrics/endpoints.go ./vendor/github.com/uber/jaeger-client-go/rpcmetrics/observer.go ./vendor/github.com/uber/jaeger-client-go/tracer_options.go ./vendor/github.com/uber/jaeger-client-go/process.go ./vendor/github.com/uber/jaeger-client-go/reporter_options.go ./vendor/github.com/uber/jaeger-client-go/observer.go ./vendor/github.com/uber/jaeger-client-go/utils/http_json.go ./vendor/github.com/uber/jaeger-client-go/utils/localip.go ./vendor/github.com/uber/jaeger-client-go/utils/reconnecting_udp_conn.go ./vendor/github.com/uber/jaeger-client-go/utils/rate_limiter.go ./vendor/github.com/uber/jaeger-client-go/utils/utils.go ./vendor/github.com/uber/jaeger-client-go/utils/udp_client.go ./vendor/github.com/uber/jaeger-client-go/utils/rand.go ./vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/restriction_manager.go ./vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/options.go ./vendor/github.com/uber/jaeger-client-go/internal/baggage/restriction_manager.go ./vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/options.go ./vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/throttler.go ./vendor/github.com/uber/jaeger-client-go/internal/throttler/throttler.go ./vendor/github.com/uber/jaeger-client-go/internal/spanlog/json.go ./vendor/github.com/uber/jaeger-client-go/internal/reporterstats/stats.go ./vendor/github.com/uber/jaeger-client-go/zipkin.go ./vendor/github.com/uber/jaeger-client-go/span_context.go ./vendor/github.com/uber/jaeger-client-go/jaeger_thrift_span.go ./vendor/github.com/uber/jaeger-client-go/sampler_remote.go ./vendor/github.com/fatih/color/doc.go ./vendor/github.com/fatih/color/color.go ./vendor/github.com/opentracing/opentracing-go/noop.go ./vendor/github.com/opentracing/opentracing-go/tracer.go ./vendor/github.com/opentracing/opentracing-go/globaltracer.go ./vendor/github.com/opentracing/opentracing-go/span.go ./vendor/github.com/opentracing/opentracing-go/ext/field.go ./vendor/github.com/opentracing/opentracing-go/ext/tags.go ./vendor/github.com/opentracing/opentracing-go/propagation.go ./vendor/github.com/opentracing/opentracing-go/gocontext.go ./vendor/github.com/opentracing/opentracing-go/log/util.go ./vendor/github.com/opentracing/opentracing-go/log/field.go ./vendor/github.com/opentracing/opentracing-go/ext.go ./vendor/github.com/envoyproxy/protoc-gen-validate/validate/validate.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/percent.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/semantic_version.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/ratelimit_unit.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http_status.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/range.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/percent.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/hash_policy.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/range.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/hash_policy.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/token_bucket.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/token_bucket.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/semantic_version.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/ratelimit_unit.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http_status.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/node.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/number.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/value.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/metadata.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/string.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/struct.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/regex.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/number.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/struct.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/value.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/metadata.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/http_inputs.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/string.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/node.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/path.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/path.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/regex.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/http_inputs.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/ads.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/discovery.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/discovery.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/ads.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/deprecation.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/deprecation.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/resource.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/resource.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_service.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/http_uri.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_method_list.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/socket_option.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/base.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/extension.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/event_service_config.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/address.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/socket_option.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/backoff.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/backoff.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/config_source.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/protocol.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/resolver.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/substitution_format_string.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/substitution_format_string.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/udp_socket_config.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/extension.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_service.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/proxy_protocol.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/protocol.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/udp_socket_config.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/base.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/resolver.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/proxy_protocol.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/address.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/event_service_config.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/http_uri.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_method_list.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/health_check.pb.validate.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/health_check.pb.go ./vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/config_source.pb.go ./vendor/github.com/aws/aws-sdk-go/service/lightsail/service.go ./vendor/github.com/aws/aws-sdk-go/service/lightsail/doc.go ./vendor/github.com/aws/aws-sdk-go/service/lightsail/api.go ./vendor/github.com/aws/aws-sdk-go/service/lightsail/errors.go ./vendor/github.com/aws/aws-sdk-go/service/ec2/service.go ./vendor/github.com/aws/aws-sdk-go/service/ec2/customizations.go ./vendor/github.com/aws/aws-sdk-go/service/ec2/doc.go ./vendor/github.com/aws/aws-sdk-go/service/ec2/api.go ./vendor/github.com/aws/aws-sdk-go/service/ec2/errors.go ./vendor/github.com/aws/aws-sdk-go/service/ec2/waiters.go ./vendor/github.com/aws/aws-sdk-go/service/sso/service.go ./vendor/github.com/aws/aws-sdk-go/service/sso/doc.go ./vendor/github.com/aws/aws-sdk-go/service/sso/api.go ./vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface/interface.go ./vendor/github.com/aws/aws-sdk-go/service/sso/errors.go ./vendor/github.com/aws/aws-sdk-go/service/sts/service.go ./vendor/github.com/aws/aws-sdk-go/service/sts/customizations.go ./vendor/github.com/aws/aws-sdk-go/service/sts/stsiface/interface.go ./vendor/github.com/aws/aws-sdk-go/service/sts/doc.go ./vendor/github.com/aws/aws-sdk-go/service/sts/api.go ./vendor/github.com/aws/aws-sdk-go/service/sts/errors.go ./vendor/github.com/aws/aws-sdk-go/aws/context_background_1_5.go ./vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go ./vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go ./vendor/github.com/aws/aws-sdk-go/aws/csm/metric_chan.go ./vendor/github.com/aws/aws-sdk-go/aws/csm/enable.go ./vendor/github.com/aws/aws-sdk-go/aws/csm/doc.go ./vendor/github.com/aws/aws-sdk-go/aws/csm/metric.go ./vendor/github.com/aws/aws-sdk-go/aws/csm/reporter.go ./vendor/github.com/aws/aws-sdk-go/aws/csm/metric_exception.go ./vendor/github.com/aws/aws-sdk-go/aws/url.go ./vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer.go ./vendor/github.com/aws/aws-sdk-go/aws/request/validation.go ./vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination.go ./vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error.go ./vendor/github.com/aws/aws-sdk-go/aws/request/waiter.go ./vendor/github.com/aws/aws-sdk-go/aws/request/handlers.go ./vendor/github.com/aws/aws-sdk-go/aws/request/request.go ./vendor/github.com/aws/aws-sdk-go/aws/request/offset_reader.go ./vendor/github.com/aws/aws-sdk-go/aws/request/request_context_1_6.go ./vendor/github.com/aws/aws-sdk-go/aws/request/request_1_7.go ./vendor/github.com/aws/aws-sdk-go/aws/request/http_request.go ./vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8.go ./vendor/github.com/aws/aws-sdk-go/aws/request/retryer.go ./vendor/github.com/aws/aws-sdk-go/aws/request/request_context.go ./vendor/github.com/aws/aws-sdk-go/aws/doc.go ./vendor/github.com/aws/aws-sdk-go/aws/logger.go ./vendor/github.com/aws/aws-sdk-go/aws/convert_types.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/uri_path.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/request_context_go1.7.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/options.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/stream.go ./vendor/github.com/aws/aws-sdk-go/aws/signer/v4/request_context_go1.5.go ./vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer.go ./vendor/github.com/aws/aws-sdk-go/aws/client/logger.go ./vendor/github.com/aws/aws-sdk-go/aws/client/client.go ./vendor/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go ./vendor/github.com/aws/aws-sdk-go/aws/client/no_op_retryer.go ./vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go ./vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go ./vendor/github.com/aws/aws-sdk-go/aws/corehandlers/user_agent.go ./vendor/github.com/aws/aws-sdk-go/aws/url_1_7.go ./vendor/github.com/aws/aws-sdk-go/aws/context_1_5.go ./vendor/github.com/aws/aws-sdk-go/aws/jsonvalue.go ./vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go ./vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go ./vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go ./vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go ./vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go ./vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults.go ./vendor/github.com/aws/aws-sdk-go/aws/defaults/shared_config.go ./vendor/github.com/aws/aws-sdk-go/aws/context_background_1_7.go ./vendor/github.com/aws/aws-sdk-go/aws/config.go ./vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go ./vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go ./vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/token_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/legacy_regions.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/doc.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/dep_service_ids.go ./vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model_codegen.go ./vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport_go1.12.go ./vendor/github.com/aws/aws-sdk-go/aws/session/doc.go ./vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport_go1.5.go ./vendor/github.com/aws/aws-sdk-go/aws/session/credentials.go ./vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport_go1.6.go ./vendor/github.com/aws/aws-sdk-go/aws/session/session.go ./vendor/github.com/aws/aws-sdk-go/aws/session/shared_config.go ./vendor/github.com/aws/aws-sdk-go/aws/session/env_config.go ./vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport.go ./vendor/github.com/aws/aws-sdk-go/aws/context_sleep.go ./vendor/github.com/aws/aws-sdk-go/aws/context_1_9.go ./vendor/github.com/aws/aws-sdk-go/aws/version.go ./vendor/github.com/aws/aws-sdk-go/aws/types.go ./vendor/github.com/aws/aws-sdk-go/aws/errors.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/context_background_go1.5.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/context_go1.9.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/doc.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/os.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/os_windows.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/context_background_go1.7.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/context_go1.5.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/web_identity_provider.go ./vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds/provider.go ./vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/ecs_container.go ./vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkmath/floor.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkmath/floor_go1.9.go ./vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight/singleflight.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/sep_tokens.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/statement.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/visitor.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/comment_token.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/ast.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/op_tokens.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/walker.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/doc.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/value_util.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/ini_lexer.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/comma_token.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/skipper.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/parse_error.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/newline_token.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/ws_token.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/expression.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/number_helper.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/ini.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/ini_parser.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/parse_stack.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/fuzz.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/empty_token.go ./vendor/github.com/aws/aws-sdk-go/internal/ini/literal_tokens.go ./vendor/github.com/aws/aws-sdk-go/internal/context/background_go1.5.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkio/io_go1.6.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkio/io_go1.7.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkio/byte.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkuri/path.go ./vendor/github.com/aws/aws-sdk-go/internal/strings/strings.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkrand/read_1_5.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkrand/locked_source.go ./vendor/github.com/aws/aws-sdk-go/internal/sdkrand/read.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/host_prefix.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/host.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/idempotency.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/timestamp.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/unmarshal_error.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/query/build.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/jsonvalue.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/sort.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal_error.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/unmarshal_error.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/restjson.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/payload.go ./vendor/github.com/aws/aws-sdk-go/private/protocol/protocol.go ./vendor/github.com/evanphx/json-patch/patch.go ./vendor/github.com/evanphx/json-patch/merge.go ./vendor/github.com/evanphx/json-patch/errors.go ./vendor/github.com/go-kit/log/log.go ./vendor/github.com/go-kit/log/logfmt_logger.go ./vendor/github.com/go-kit/log/json_logger.go ./vendor/github.com/go-kit/log/doc.go ./vendor/github.com/go-kit/log/level/level.go ./vendor/github.com/go-kit/log/level/doc.go ./vendor/github.com/go-kit/log/nop_logger.go ./vendor/github.com/go-kit/log/stdlib.go ./vendor/github.com/go-kit/log/sync.go ./vendor/github.com/go-kit/log/value.go ./vendor/github.com/go-kit/kit/log/log.go ./vendor/github.com/go-kit/kit/log/logfmt_logger.go ./vendor/github.com/go-kit/kit/log/json_logger.go ./vendor/github.com/go-kit/kit/log/doc.go ./vendor/github.com/go-kit/kit/log/level/level.go ./vendor/github.com/go-kit/kit/log/level/doc.go ./vendor/github.com/go-kit/kit/log/nop_logger.go ./vendor/github.com/go-kit/kit/log/stdlib.go ./vendor/github.com/go-kit/kit/log/sync.go ./vendor/github.com/go-kit/kit/log/value.go ./vendor/github.com/imdario/mergo/mergo.go ./vendor/github.com/imdario/mergo/map.go ./vendor/github.com/imdario/mergo/doc.go ./vendor/github.com/imdario/mergo/merge.go ./vendor/github.com/pkg/errors/go113.go ./vendor/github.com/pkg/errors/errors.go ./vendor/github.com/pkg/errors/stack.go ./vendor/github.com/alecthomas/template/funcs.go ./vendor/github.com/alecthomas/template/doc.go ./vendor/github.com/alecthomas/template/helper.go ./vendor/github.com/alecthomas/template/exec.go ./vendor/github.com/alecthomas/template/template.go ./vendor/github.com/alecthomas/template/parse/lex.go ./vendor/github.com/alecthomas/template/parse/parse.go ./vendor/github.com/alecthomas/template/parse/node.go ./vendor/github.com/alecthomas/units/si.go ./vendor/github.com/alecthomas/units/bytes.go ./vendor/github.com/alecthomas/units/doc.go ./vendor/github.com/alecthomas/units/util.go ./vendor/github.com/docker/go-units/ulimit.go ./vendor/github.com/docker/go-units/size.go ./vendor/github.com/docker/go-units/duration.go ./vendor/github.com/docker/go-connections/tlsconfig/certpool_other.go ./vendor/github.com/docker/go-connections/tlsconfig/certpool_go17.go ./vendor/github.com/docker/go-connections/tlsconfig/config_legacy_client_ciphers.go ./vendor/github.com/docker/go-connections/tlsconfig/config.go ./vendor/github.com/docker/go-connections/tlsconfig/config_client_ciphers.go ./vendor/github.com/docker/go-connections/nat/nat.go ./vendor/github.com/docker/go-connections/nat/sort.go ./vendor/github.com/docker/go-connections/nat/parse.go ./vendor/github.com/docker/go-connections/sockets/proxy.go ./vendor/github.com/docker/go-connections/sockets/sockets.go ./vendor/github.com/docker/go-connections/sockets/inmem_socket.go ./vendor/github.com/docker/go-connections/sockets/sockets_unix.go ./vendor/github.com/docker/go-connections/sockets/unix_socket.go ./vendor/github.com/docker/go-connections/sockets/sockets_windows.go ./vendor/github.com/docker/go-connections/sockets/tcp_socket.go ./vendor/github.com/docker/docker/errdefs/helpers.go ./vendor/github.com/docker/docker/errdefs/doc.go ./vendor/github.com/docker/docker/errdefs/defs.go ./vendor/github.com/docker/docker/errdefs/http_helpers.go ./vendor/github.com/docker/docker/errdefs/is.go ./vendor/github.com/docker/docker/client/secret_inspect.go ./vendor/github.com/docker/docker/client/client_windows.go ./vendor/github.com/docker/docker/client/client_deprecated.go ./vendor/github.com/docker/docker/client/image_search.go ./vendor/github.com/docker/docker/client/network_create.go ./vendor/github.com/docker/docker/client/secret_list.go ./vendor/github.com/docker/docker/client/plugin_upgrade.go ./vendor/github.com/docker/docker/client/plugin_create.go ./vendor/github.com/docker/docker/client/volume_prune.go ./vendor/github.com/docker/docker/client/build_cancel.go ./vendor/github.com/docker/docker/client/container_update.go ./vendor/github.com/docker/docker/client/login.go ./vendor/github.com/docker/docker/client/secret_update.go ./vendor/github.com/docker/docker/client/volume_remove.go ./vendor/github.com/docker/docker/client/plugin_push.go ./vendor/github.com/docker/docker/client/network_connect.go ./vendor/github.com/docker/docker/client/container_copy.go ./vendor/github.com/docker/docker/client/plugin_set.go ./vendor/github.com/docker/docker/client/network_list.go ./vendor/github.com/docker/docker/client/image_create.go ./vendor/github.com/docker/docker/client/events.go ./vendor/github.com/docker/docker/client/container_remove.go ./vendor/github.com/docker/docker/client/secret_remove.go ./vendor/github.com/docker/docker/client/config_remove.go ./vendor/github.com/docker/docker/client/build_prune.go ./vendor/github.com/docker/docker/client/container_list.go ./vendor/github.com/docker/docker/client/request.go ./vendor/github.com/docker/docker/client/container_stop.go ./vendor/github.com/docker/docker/client/plugin_disable.go ./vendor/github.com/docker/docker/client/swarm_inspect.go ./vendor/github.com/docker/docker/client/container_exec.go ./vendor/github.com/docker/docker/client/container_pause.go ./vendor/github.com/docker/docker/client/service_list.go ./vendor/github.com/docker/docker/client/plugin_install.go ./vendor/github.com/docker/docker/client/node_remove.go ./vendor/github.com/docker/docker/client/checkpoint_delete.go ./vendor/github.com/docker/docker/client/task_logs.go ./vendor/github.com/docker/docker/client/image_load.go ./vendor/github.com/docker/docker/client/swarm_leave.go ./vendor/github.com/docker/docker/client/container_unpause.go ./vendor/github.com/docker/docker/client/volume_list.go ./vendor/github.com/docker/docker/client/plugin_enable.go ./vendor/github.com/docker/docker/client/hijack.go ./vendor/github.com/docker/docker/client/utils.go ./vendor/github.com/docker/docker/client/info.go ./vendor/github.com/docker/docker/client/swarm_join.go ./vendor/github.com/docker/docker/client/image_list.go ./vendor/github.com/docker/docker/client/image_import.go ./vendor/github.com/docker/docker/client/container_wait.go ./vendor/github.com/docker/docker/client/image_inspect.go ./vendor/github.com/docker/docker/client/disk_usage.go ./vendor/github.com/docker/docker/client/checkpoint_list.go ./vendor/github.com/docker/docker/client/plugin_inspect.go ./vendor/github.com/docker/docker/client/interface_stable.go ./vendor/github.com/docker/docker/client/container_create.go ./vendor/github.com/docker/docker/client/swarm_update.go ./vendor/github.com/docker/docker/client/config_inspect.go ./vendor/github.com/docker/docker/client/plugin_remove.go ./vendor/github.com/docker/docker/client/network_prune.go ./vendor/github.com/docker/docker/client/container_inspect.go ./vendor/github.com/docker/docker/client/network_remove.go ./vendor/github.com/docker/docker/client/service_update.go ./vendor/github.com/docker/docker/client/config_list.go ./vendor/github.com/docker/docker/client/container_start.go ./vendor/github.com/docker/docker/client/container_logs.go ./vendor/github.com/docker/docker/client/client.go ./vendor/github.com/docker/docker/client/client_unix.go ./vendor/github.com/docker/docker/client/network_disconnect.go ./vendor/github.com/docker/docker/client/swarm_get_unlock_key.go ./vendor/github.com/docker/docker/client/service_logs.go ./vendor/github.com/docker/docker/client/node_update.go ./vendor/github.com/docker/docker/client/interface.go ./vendor/github.com/docker/docker/client/image_save.go ./vendor/github.com/docker/docker/client/interface_experimental.go ./vendor/github.com/docker/docker/client/task_list.go ./vendor/github.com/docker/docker/client/service_inspect.go ./vendor/github.com/docker/docker/client/container_stats.go ./vendor/github.com/docker/docker/client/container_top.go ./vendor/github.com/docker/docker/client/secret_create.go ./vendor/github.com/docker/docker/client/image_tag.go ./vendor/github.com/docker/docker/client/network_inspect.go ./vendor/github.com/docker/docker/client/image_build.go ./vendor/github.com/docker/docker/client/swarm_unlock.go ./vendor/github.com/docker/docker/client/container_diff.go ./vendor/github.com/docker/docker/client/config_create.go ./vendor/github.com/docker/docker/client/task_inspect.go ./vendor/github.com/docker/docker/client/options.go ./vendor/github.com/docker/docker/client/image_prune.go ./vendor/github.com/docker/docker/client/volume_create.go ./vendor/github.com/docker/docker/client/container_rename.go ./vendor/github.com/docker/docker/client/container_resize.go ./vendor/github.com/docker/docker/client/node_list.go ./vendor/github.com/docker/docker/client/container_kill.go ./vendor/github.com/docker/docker/client/transport.go ./vendor/github.com/docker/docker/client/version.go ./vendor/github.com/docker/docker/client/service_remove.go ./vendor/github.com/docker/docker/client/distribution_inspect.go ./vendor/github.com/docker/docker/client/swarm_init.go ./vendor/github.com/docker/docker/client/container_export.go ./vendor/github.com/docker/docker/client/image_remove.go ./vendor/github.com/docker/docker/client/container_attach.go ./vendor/github.com/docker/docker/client/errors.go ./vendor/github.com/docker/docker/client/container_commit.go ./vendor/github.com/docker/docker/client/container_prune.go ./vendor/github.com/docker/docker/client/service_create.go ./vendor/github.com/docker/docker/client/image_push.go ./vendor/github.com/docker/docker/client/plugin_list.go ./vendor/github.com/docker/docker/client/image_pull.go ./vendor/github.com/docker/docker/client/container_restart.go ./vendor/github.com/docker/docker/client/config_update.go ./vendor/github.com/docker/docker/client/ping.go ./vendor/github.com/docker/docker/client/checkpoint_create.go ./vendor/github.com/docker/docker/client/volume_inspect.go ./vendor/github.com/docker/docker/client/image_history.go ./vendor/github.com/docker/docker/client/node_inspect.go ./vendor/github.com/docker/docker/api/common_unix.go ./vendor/github.com/docker/docker/api/common.go ./vendor/github.com/docker/docker/api/types/plugin_device.go ./vendor/github.com/docker/docker/api/types/image_delete_response_item.go ./vendor/github.com/docker/docker/api/types/plugin_mount.go ./vendor/github.com/docker/docker/api/types/graph_driver_data.go ./vendor/github.com/docker/docker/api/types/filters/parse.go ./vendor/github.com/docker/docker/api/types/versions/compare.go ./vendor/github.com/docker/docker/api/types/id_response.go ./vendor/github.com/docker/docker/api/types/port.go ./vendor/github.com/docker/docker/api/types/auth.go ./vendor/github.com/docker/docker/api/types/plugin_responses.go ./vendor/github.com/docker/docker/api/types/network/network.go ./vendor/github.com/docker/docker/api/types/plugin_env.go ./vendor/github.com/docker/docker/api/types/stats.go ./vendor/github.com/docker/docker/api/types/blkiodev/blkio.go ./vendor/github.com/docker/docker/api/types/mount/mount.go ./vendor/github.com/docker/docker/api/types/plugin.go ./vendor/github.com/docker/docker/api/types/volume/volume_list.go ./vendor/github.com/docker/docker/api/types/volume/volume_create.go ./vendor/github.com/docker/docker/api/types/events/events.go ./vendor/github.com/docker/docker/api/types/client.go ./vendor/github.com/docker/docker/api/types/volume.go ./vendor/github.com/docker/docker/api/types/container/container_update.go ./vendor/github.com/docker/docker/api/types/container/container_changes.go ./vendor/github.com/docker/docker/api/types/container/hostconfig_windows.go ./vendor/github.com/docker/docker/api/types/container/container_wait.go ./vendor/github.com/docker/docker/api/types/container/container_create.go ./vendor/github.com/docker/docker/api/types/container/config.go ./vendor/github.com/docker/docker/api/types/container/host_config.go ./vendor/github.com/docker/docker/api/types/container/container_top.go ./vendor/github.com/docker/docker/api/types/container/hostconfig_unix.go ./vendor/github.com/docker/docker/api/types/container/waitcondition.go ./vendor/github.com/docker/docker/api/types/registry/authenticate.go ./vendor/github.com/docker/docker/api/types/registry/registry.go ./vendor/github.com/docker/docker/api/types/swarm/secret.go ./vendor/github.com/docker/docker/api/types/swarm/service.go ./vendor/github.com/docker/docker/api/types/swarm/swarm.go ./vendor/github.com/docker/docker/api/types/swarm/common.go ./vendor/github.com/docker/docker/api/types/swarm/config.go ./vendor/github.com/docker/docker/api/types/swarm/network.go ./vendor/github.com/docker/docker/api/types/swarm/runtime.go ./vendor/github.com/docker/docker/api/types/swarm/node.go ./vendor/github.com/docker/docker/api/types/swarm/runtime/plugin.pb.go ./vendor/github.com/docker/docker/api/types/swarm/runtime/gen.go ./vendor/github.com/docker/docker/api/types/swarm/task.go ./vendor/github.com/docker/docker/api/types/swarm/container.go ./vendor/github.com/docker/docker/api/types/image_summary.go ./vendor/github.com/docker/docker/api/types/image/image_history.go ./vendor/github.com/docker/docker/api/types/service_update_response.go ./vendor/github.com/docker/docker/api/types/error_response_ext.go ./vendor/github.com/docker/docker/api/types/plugin_interface_type.go ./vendor/github.com/docker/docker/api/types/types.go ./vendor/github.com/docker/docker/api/types/error_response.go ./vendor/github.com/docker/docker/api/types/time/duration_convert.go ./vendor/github.com/docker/docker/api/types/time/timestamp.go ./vendor/github.com/docker/docker/api/types/strslice/strslice.go ./vendor/github.com/docker/docker/api/types/configs.go ./vendor/github.com/docker/docker/api/common_windows.go ./vendor/github.com/docker/distribution/reference/helpers.go ./vendor/github.com/docker/distribution/reference/normalize.go ./vendor/github.com/docker/distribution/reference/reference.go ./vendor/github.com/docker/distribution/reference/regexp.go ./vendor/github.com/docker/distribution/digestset/set.go ./vendor/github.com/docker/distribution/registry/api/errcode/register.go ./vendor/github.com/docker/distribution/registry/api/errcode/handler.go ./vendor/github.com/docker/distribution/registry/api/errcode/errors.go ./vendor/github.com/armon/go-metrics/inmem.go ./vendor/github.com/armon/go-metrics/const_unix.go ./vendor/github.com/armon/go-metrics/const_windows.go ./vendor/github.com/armon/go-metrics/metrics.go ./vendor/github.com/armon/go-metrics/start.go ./vendor/github.com/armon/go-metrics/inmem_signal.go ./vendor/github.com/armon/go-metrics/inmem_endpoint.go ./vendor/github.com/armon/go-metrics/statsite.go ./vendor/github.com/armon/go-metrics/sink.go ./vendor/github.com/armon/go-metrics/statsd.go ./vendor/github.com/influxdata/influxdb/models/inline_fnv.go ./vendor/github.com/influxdata/influxdb/models/statistic.go ./vendor/github.com/influxdata/influxdb/models/rows.go ./vendor/github.com/influxdata/influxdb/models/inline_strconv_parse.go ./vendor/github.com/influxdata/influxdb/models/tagkeysset.go ./vendor/github.com/influxdata/influxdb/models/points.go ./vendor/github.com/influxdata/influxdb/models/fieldtype_string.go ./vendor/github.com/influxdata/influxdb/models/time.go ./vendor/github.com/influxdata/influxdb/models/uint_support.go ./vendor/github.com/influxdata/influxdb/models/gen.go ./vendor/github.com/influxdata/influxdb/models/consistency.go ./vendor/github.com/influxdata/influxdb/client/v2/udp.go ./vendor/github.com/influxdata/influxdb/client/v2/client.go ./vendor/github.com/influxdata/influxdb/client/v2/params.go ./vendor/github.com/influxdata/influxdb/pkg/escape/bytes.go ./vendor/github.com/influxdata/influxdb/pkg/escape/strings.go ./vendor/github.com/miekg/dns/labels.go ./vendor/github.com/miekg/dns/serve_mux.go ./vendor/github.com/miekg/dns/dnssec.go ./vendor/github.com/miekg/dns/format.go ./vendor/github.com/miekg/dns/acceptfunc.go ./vendor/github.com/miekg/dns/sanitize.go ./vendor/github.com/miekg/dns/doc.go ./vendor/github.com/miekg/dns/msg_helpers.go ./vendor/github.com/miekg/dns/smimea.go ./vendor/github.com/miekg/dns/generate.go ./vendor/github.com/miekg/dns/singleinflight.go ./vendor/github.com/miekg/dns/listen_no_reuseport.go ./vendor/github.com/miekg/dns/tsig.go ./vendor/github.com/miekg/dns/defaults.go ./vendor/github.com/miekg/dns/reverse.go ./vendor/github.com/miekg/dns/listen_reuseport.go ./vendor/github.com/miekg/dns/privaterr.go ./vendor/github.com/miekg/dns/xfr.go ./vendor/github.com/miekg/dns/scan_rr.go ./vendor/github.com/miekg/dns/clientconfig.go ./vendor/github.com/miekg/dns/sig0.go ./vendor/github.com/miekg/dns/dns.go ./vendor/github.com/miekg/dns/duplicate.go ./vendor/github.com/miekg/dns/udp.go ./vendor/github.com/miekg/dns/dane.go ./vendor/github.com/miekg/dns/dnssec_privkey.go ./vendor/github.com/miekg/dns/zduplicate.go ./vendor/github.com/miekg/dns/tlsa.go ./vendor/github.com/miekg/dns/udp_windows.go ./vendor/github.com/miekg/dns/client.go ./vendor/github.com/miekg/dns/dnssec_keygen.go ./vendor/github.com/miekg/dns/svcb.go ./vendor/github.com/miekg/dns/msg.go ./vendor/github.com/miekg/dns/msg_truncate.go ./vendor/github.com/miekg/dns/fuzz.go ./vendor/github.com/miekg/dns/nsecx.go ./vendor/github.com/miekg/dns/update.go ./vendor/github.com/miekg/dns/version.go ./vendor/github.com/miekg/dns/scan.go ./vendor/github.com/miekg/dns/edns.go ./vendor/github.com/miekg/dns/types.go ./vendor/github.com/miekg/dns/server.go ./vendor/github.com/miekg/dns/zmsg.go ./vendor/github.com/miekg/dns/ztypes.go ./vendor/github.com/miekg/dns/dnssec_keyscan.go ./vendor/github.com/julienschmidt/httprouter/router.go ./vendor/github.com/julienschmidt/httprouter/path.go ./vendor/github.com/julienschmidt/httprouter/tree.go ./vendor/github.com/fsnotify/fsnotify/kqueue.go ./vendor/github.com/fsnotify/fsnotify/open_mode_bsd.go ./vendor/github.com/fsnotify/fsnotify/fsnotify.go ./vendor/github.com/fsnotify/fsnotify/inotify.go ./vendor/github.com/fsnotify/fsnotify/inotify_poller.go ./vendor/github.com/fsnotify/fsnotify/open_mode_darwin.go ./vendor/github.com/fsnotify/fsnotify/windows.go ./vendor/github.com/fsnotify/fsnotify/fen.go ./vendor/github.com/golang-jwt/jwt/v4/ed25519_utils.go ./vendor/github.com/golang-jwt/jwt/v4/claims.go ./vendor/github.com/golang-jwt/jwt/v4/doc.go ./vendor/github.com/golang-jwt/jwt/v4/none.go ./vendor/github.com/golang-jwt/jwt/v4/rsa.go ./vendor/github.com/golang-jwt/jwt/v4/ecdsa.go ./vendor/github.com/golang-jwt/jwt/v4/ed25519.go ./vendor/github.com/golang-jwt/jwt/v4/rsa_pss.go ./vendor/github.com/golang-jwt/jwt/v4/map_claims.go ./vendor/github.com/golang-jwt/jwt/v4/parser.go ./vendor/github.com/golang-jwt/jwt/v4/hmac.go ./vendor/github.com/golang-jwt/jwt/v4/rsa_utils.go ./vendor/github.com/golang-jwt/jwt/v4/ecdsa_utils.go ./vendor/github.com/golang-jwt/jwt/v4/signing_method.go ./vendor/github.com/golang-jwt/jwt/v4/errors.go ./vendor/github.com/golang-jwt/jwt/v4/token.go ./vendor/github.com/simonpasquier/klog-gokit/klog.go ./vendor/github.com/simonpasquier/klog-gokit/v3/klog.go ./vendor/github.com/golang/glog/glog.go ./vendor/github.com/golang/glog/glog_file.go ./vendor/github.com/golang/groupcache/lru/lru.go ./vendor/github.com/golang/snappy/encode.go ./vendor/github.com/golang/snappy/decode.go ./vendor/github.com/golang/snappy/decode_other.go ./vendor/github.com/golang/snappy/decode_asm.go ./vendor/github.com/golang/snappy/encode_asm.go ./vendor/github.com/golang/snappy/encode_other.go ./vendor/github.com/golang/snappy/snappy.go ./vendor/github.com/golang/protobuf/descriptor/descriptor.go ./vendor/github.com/golang/protobuf/proto/proto.go ./vendor/github.com/golang/protobuf/proto/defaults.go ./vendor/github.com/golang/protobuf/proto/properties.go ./vendor/github.com/golang/protobuf/proto/discard.go ./vendor/github.com/golang/protobuf/proto/extensions.go ./vendor/github.com/golang/protobuf/proto/registry.go ./vendor/github.com/golang/protobuf/proto/text_decode.go ./vendor/github.com/golang/protobuf/proto/text_encode.go ./vendor/github.com/golang/protobuf/proto/deprecated.go ./vendor/github.com/golang/protobuf/proto/buffer.go ./vendor/github.com/golang/protobuf/proto/wrappers.go ./vendor/github.com/golang/protobuf/proto/wire.go ./vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go ./vendor/github.com/golang/protobuf/ptypes/doc.go ./vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go ./vendor/github.com/golang/protobuf/ptypes/struct/struct.pb.go ./vendor/github.com/golang/protobuf/ptypes/timestamp.go ./vendor/github.com/golang/protobuf/ptypes/any/any.pb.go ./vendor/github.com/golang/protobuf/ptypes/any.go ./vendor/github.com/golang/protobuf/ptypes/duration.go ./vendor/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go ./vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.pb.go ./vendor/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.go ./vendor/github.com/golang/protobuf/jsonpb/encode.go ./vendor/github.com/golang/protobuf/jsonpb/decode.go ./vendor/github.com/golang/protobuf/jsonpb/json.go ./vendor/github.com/PuerkitoBio/urlesc/urlesc.go ./vendor/github.com/PuerkitoBio/purell/purell.go ./vendor/github.com/opencontainers/go-digest/verifiers.go ./vendor/github.com/opencontainers/go-digest/algorithm.go ./vendor/github.com/opencontainers/go-digest/doc.go ./vendor/github.com/opencontainers/go-digest/digester.go ./vendor/github.com/opencontainers/go-digest/digest.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/layout.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/config.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/annotations.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/mediatype.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/descriptor.go ./vendor/github.com/opencontainers/image-spec/specs-go/v1/index.go ./vendor/github.com/opencontainers/image-spec/specs-go/versioned.go ./vendor/github.com/opencontainers/image-spec/specs-go/version.go ./vendor/github.com/gophercloud/gophercloud/auth_options.go ./vendor/github.com/gophercloud/gophercloud/provider_client.go ./vendor/github.com/gophercloud/gophercloud/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/auth_env.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/util.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/errors.go ./vendor/github.com/gophercloud/gophercloud/openstack/endpoint_location.go ./vendor/github.com/gophercloud/gophercloud/openstack/client.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/results.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/doc.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/requests.go ./vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/urls.go ./vendor/github.com/gophercloud/gophercloud/openstack/errors.go ./vendor/github.com/gophercloud/gophercloud/openstack/utils/choose_version.go ./vendor/github.com/gophercloud/gophercloud/openstack/utils/base_endpoint.go ./vendor/github.com/gophercloud/gophercloud/doc.go ./vendor/github.com/gophercloud/gophercloud/service_client.go ./vendor/github.com/gophercloud/gophercloud/auth_result.go ./vendor/github.com/gophercloud/gophercloud/pagination/marker.go ./vendor/github.com/gophercloud/gophercloud/pagination/pkg.go ./vendor/github.com/gophercloud/gophercloud/pagination/pager.go ./vendor/github.com/gophercloud/gophercloud/pagination/http.go ./vendor/github.com/gophercloud/gophercloud/pagination/linked.go ./vendor/github.com/gophercloud/gophercloud/pagination/single.go ./vendor/github.com/gophercloud/gophercloud/endpoint_search.go ./vendor/github.com/gophercloud/gophercloud/util.go ./vendor/github.com/gophercloud/gophercloud/errors.go ./vendor/github.com/gophercloud/gophercloud/params.go ./vendor/github.com/opentracing-contrib/go-stdlib/nethttp/doc.go ./vendor/github.com/opentracing-contrib/go-stdlib/nethttp/status-code-tracker.go ./vendor/github.com/opentracing-contrib/go-stdlib/nethttp/client.go ./vendor/github.com/opentracing-contrib/go-stdlib/nethttp/server.go ./vendor/github.com/Azure/go-autorest/logger/logger.go ./vendor/github.com/Azure/go-autorest/logger/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/tracing/tracing.go ./vendor/github.com/Azure/go-autorest/tracing/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/doc.go ./vendor/github.com/Azure/go-autorest/autorest/validation/validation.go ./vendor/github.com/Azure/go-autorest/autorest/validation/error.go ./vendor/github.com/Azure/go-autorest/autorest/validation/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/autorest/authorization_sas.go ./vendor/github.com/Azure/go-autorest/autorest/adal/devicetoken.go ./vendor/github.com/Azure/go-autorest/autorest/adal/token_1.13.go ./vendor/github.com/Azure/go-autorest/autorest/adal/sender.go ./vendor/github.com/Azure/go-autorest/autorest/adal/token_legacy.go ./vendor/github.com/Azure/go-autorest/autorest/adal/persist.go ./vendor/github.com/Azure/go-autorest/autorest/adal/config.go ./vendor/github.com/Azure/go-autorest/autorest/adal/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/autorest/adal/version.go ./vendor/github.com/Azure/go-autorest/autorest/adal/token.go ./vendor/github.com/Azure/go-autorest/autorest/authorization_storage.go ./vendor/github.com/Azure/go-autorest/autorest/sender.go ./vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.7.go ./vendor/github.com/Azure/go-autorest/autorest/authorization.go ./vendor/github.com/Azure/go-autorest/autorest/preparer.go ./vendor/github.com/Azure/go-autorest/autorest/date/utility.go ./vendor/github.com/Azure/go-autorest/autorest/date/timerfc1123.go ./vendor/github.com/Azure/go-autorest/autorest/date/time.go ./vendor/github.com/Azure/go-autorest/autorest/date/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/autorest/date/unixtime.go ./vendor/github.com/Azure/go-autorest/autorest/date/date.go ./vendor/github.com/Azure/go-autorest/autorest/utility_legacy.go ./vendor/github.com/Azure/go-autorest/autorest/utility_1.13.go ./vendor/github.com/Azure/go-autorest/autorest/error.go ./vendor/github.com/Azure/go-autorest/autorest/utility.go ./vendor/github.com/Azure/go-autorest/autorest/client.go ./vendor/github.com/Azure/go-autorest/autorest/responder.go ./vendor/github.com/Azure/go-autorest/autorest/autorest.go ./vendor/github.com/Azure/go-autorest/autorest/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/autorest/to/convert.go ./vendor/github.com/Azure/go-autorest/autorest/to/go_mod_tidy_hack.go ./vendor/github.com/Azure/go-autorest/autorest/version.go ./vendor/github.com/Azure/go-autorest/autorest/retriablerequest.go ./vendor/github.com/Azure/go-autorest/autorest/azure/azure.go ./vendor/github.com/Azure/go-autorest/autorest/azure/rp.go ./vendor/github.com/Azure/go-autorest/autorest/azure/metadata_environment.go ./vendor/github.com/Azure/go-autorest/autorest/azure/environments.go ./vendor/github.com/Azure/go-autorest/autorest/azure/async.go ./vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.8.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerprobes.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfaceipconfigurations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuitauthorizations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpngateways.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/subnets.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/watchers.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routefilters.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpnconnections.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routefilterrules.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/profiles.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteconnections.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/operations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/azurefirewalls.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/usages.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/inboundnatrules.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfacesgroup.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/models.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualhubs.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpnsites.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteports.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/packetcaptures.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/availableresourcegroupdelegations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/p2svpnserverconfigurations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/applicationgateways.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteserviceproviders.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/serviceendpointpolicydefinitions.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/publicipprefixes.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworkgatewayconnections.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerloadbalancingrules.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/serviceendpointpolicies.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancers.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerbackendaddresspools.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/defaultsecurityrules.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/p2svpngateways.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancernetworkinterfaces.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuitconnections.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/enums.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecrossconnectionpeerings.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworkpeerings.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpnsitesconfiguration.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/hubvirtualnetworkconnections.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/ddosprotectionplans.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/availableendpointservices.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutelinks.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/client.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerfrontendipconfigurations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/publicipaddresses.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routes.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfaceloadbalancers.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/azurefirewallfqdntags.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuits.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/availabledelegations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfaceendpoints.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/localnetworkgateways.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworks.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routetables.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuitpeerings.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualwans.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/version.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworktaps.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfacetapconfigurations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutegateways.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/applicationsecuritygroups.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworkgateways.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/securitygroups.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/securityrules.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalanceroutboundrules.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/bgpservicecommunities.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteportslocations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecrossconnections.go ./vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/connectionmonitors.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/proximityplacementgroups.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/disks.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/galleryimages.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesetextensions.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/loganalytics.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/availabilitysets.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinesizes.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/galleryimageversions.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/operations.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/models.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineimages.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/snapshots.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/enums.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/galleries.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineruncommands.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesetrollingupgrades.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesets.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineextensionimages.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/client.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/usage.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/images.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/resourceskus.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachines.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesetvms.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/version.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/containerservices.go ./vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineextensions.go ./vendor/github.com/Azure/azure-sdk-for-go/version/version.go ./vendor/github.com/beorn7/perks/quantile/stream.go ./vendor/github.com/jpillora/backoff/backoff.go ./vendor/github.com/pmezard/go-difflib/difflib/difflib.go ./vendor/github.com/edsrzf/mmap-go/mmap.go ./vendor/github.com/edsrzf/mmap-go/mmap_unix.go ./vendor/github.com/edsrzf/mmap-go/mmap_windows.go ./vendor/github.com/go-openapi/validate/helpers.go ./vendor/github.com/go-openapi/validate/doc.go ./vendor/github.com/go-openapi/validate/object_validator.go ./vendor/github.com/go-openapi/validate/formats.go ./vendor/github.com/go-openapi/validate/example_validator.go ./vendor/github.com/go-openapi/validate/schema_option.go ./vendor/github.com/go-openapi/validate/debug.go ./vendor/github.com/go-openapi/validate/values.go ./vendor/github.com/go-openapi/validate/result.go ./vendor/github.com/go-openapi/validate/schema.go ./vendor/github.com/go-openapi/validate/type.go ./vendor/github.com/go-openapi/validate/schema_messages.go ./vendor/github.com/go-openapi/validate/context.go ./vendor/github.com/go-openapi/validate/spec_messages.go ./vendor/github.com/go-openapi/validate/options.go ./vendor/github.com/go-openapi/validate/default_validator.go ./vendor/github.com/go-openapi/validate/validator.go ./vendor/github.com/go-openapi/validate/schema_props.go ./vendor/github.com/go-openapi/validate/slice_validator.go ./vendor/github.com/go-openapi/validate/rexp.go ./vendor/github.com/go-openapi/validate/spec.go ./vendor/github.com/go-openapi/errors/doc.go ./vendor/github.com/go-openapi/errors/auth.go ./vendor/github.com/go-openapi/errors/api.go ./vendor/github.com/go-openapi/errors/parsing.go ./vendor/github.com/go-openapi/errors/middleware.go ./vendor/github.com/go-openapi/errors/schema.go ./vendor/github.com/go-openapi/errors/headers.go ./vendor/github.com/go-openapi/swag/name_lexem.go ./vendor/github.com/go-openapi/swag/pre_go19.go ./vendor/github.com/go-openapi/swag/post_go18.go ./vendor/github.com/go-openapi/swag/doc.go ./vendor/github.com/go-openapi/swag/net.go ./vendor/github.com/go-openapi/swag/yaml.go ./vendor/github.com/go-openapi/swag/convert_types.go ./vendor/github.com/go-openapi/swag/path.go ./vendor/github.com/go-openapi/swag/post_go19.go ./vendor/github.com/go-openapi/swag/pre_go18.go ./vendor/github.com/go-openapi/swag/json.go ./vendor/github.com/go-openapi/swag/convert.go ./vendor/github.com/go-openapi/swag/util.go ./vendor/github.com/go-openapi/swag/split.go ./vendor/github.com/go-openapi/swag/loading.go ./vendor/github.com/go-openapi/loads/doc.go ./vendor/github.com/go-openapi/loads/options.go ./vendor/github.com/go-openapi/loads/loaders.go ./vendor/github.com/go-openapi/loads/spec.go ./vendor/github.com/go-openapi/spec/normalizer_nonwindows.go ./vendor/github.com/go-openapi/spec/security_scheme.go ./vendor/github.com/go-openapi/spec/response.go ./vendor/github.com/go-openapi/spec/contact_info.go ./vendor/github.com/go-openapi/spec/normalizer_windows.go ./vendor/github.com/go-openapi/spec/license.go ./vendor/github.com/go-openapi/spec/properties.go ./vendor/github.com/go-openapi/spec/schema_loader.go ./vendor/github.com/go-openapi/spec/items.go ./vendor/github.com/go-openapi/spec/operation.go ./vendor/github.com/go-openapi/spec/swagger.go ./vendor/github.com/go-openapi/spec/info.go ./vendor/github.com/go-openapi/spec/normalizer.go ./vendor/github.com/go-openapi/spec/header.go ./vendor/github.com/go-openapi/spec/responses.go ./vendor/github.com/go-openapi/spec/debug.go ./vendor/github.com/go-openapi/spec/xml_object.go ./vendor/github.com/go-openapi/spec/schema.go ./vendor/github.com/go-openapi/spec/path_item.go ./vendor/github.com/go-openapi/spec/tag.go ./vendor/github.com/go-openapi/spec/expander.go ./vendor/github.com/go-openapi/spec/paths.go ./vendor/github.com/go-openapi/spec/ref.go ./vendor/github.com/go-openapi/spec/resolver.go ./vendor/github.com/go-openapi/spec/cache.go ./vendor/github.com/go-openapi/spec/bindata.go ./vendor/github.com/go-openapi/spec/validations.go ./vendor/github.com/go-openapi/spec/parameter.go ./vendor/github.com/go-openapi/spec/errors.go ./vendor/github.com/go-openapi/spec/external_docs.go ./vendor/github.com/go-openapi/spec/spec.go ./vendor/github.com/go-openapi/jsonreference/reference.go ./vendor/github.com/go-openapi/strfmt/format.go ./vendor/github.com/go-openapi/strfmt/doc.go ./vendor/github.com/go-openapi/strfmt/bson.go ./vendor/github.com/go-openapi/strfmt/ulid.go ./vendor/github.com/go-openapi/strfmt/time.go ./vendor/github.com/go-openapi/strfmt/default.go ./vendor/github.com/go-openapi/strfmt/duration.go ./vendor/github.com/go-openapi/strfmt/date.go ./vendor/github.com/go-openapi/runtime/file.go ./vendor/github.com/go-openapi/runtime/statuses.go ./vendor/github.com/go-openapi/runtime/client_request.go ./vendor/github.com/go-openapi/runtime/request.go ./vendor/github.com/go-openapi/runtime/client_response.go ./vendor/github.com/go-openapi/runtime/discard.go ./vendor/github.com/go-openapi/runtime/interfaces.go ./vendor/github.com/go-openapi/runtime/constants.go ./vendor/github.com/go-openapi/runtime/text.go ./vendor/github.com/go-openapi/runtime/bytestream.go ./vendor/github.com/go-openapi/runtime/json.go ./vendor/github.com/go-openapi/runtime/xml.go ./vendor/github.com/go-openapi/runtime/values.go ./vendor/github.com/go-openapi/runtime/csv.go ./vendor/github.com/go-openapi/runtime/client_operation.go ./vendor/github.com/go-openapi/runtime/client_auth_info.go ./vendor/github.com/go-openapi/runtime/headers.go ./vendor/github.com/go-openapi/analysis/doc.go ./vendor/github.com/go-openapi/analysis/analyzer.go ./vendor/github.com/go-openapi/analysis/flatten.go ./vendor/github.com/go-openapi/analysis/debug.go ./vendor/github.com/go-openapi/analysis/schema.go ./vendor/github.com/go-openapi/analysis/internal/post_go18.go ./vendor/github.com/go-openapi/analysis/internal/pre_go18.go ./vendor/github.com/go-openapi/analysis/mixin.go ./vendor/github.com/go-openapi/analysis/fixer.go ./vendor/github.com/go-openapi/jsonpointer/pointer.go ./vendor/github.com/go-logfmt/logfmt/encode.go ./vendor/github.com/go-logfmt/logfmt/doc.go ./vendor/github.com/go-logfmt/logfmt/decode.go ./vendor/github.com/go-logfmt/logfmt/jsonstring.go ./vendor/github.com/asaskevich/govalidator/doc.go ./vendor/github.com/asaskevich/govalidator/error.go ./vendor/github.com/asaskevich/govalidator/arrays.go ./vendor/github.com/asaskevich/govalidator/utils.go ./vendor/github.com/asaskevich/govalidator/patterns.go ./vendor/github.com/asaskevich/govalidator/converter.go ./vendor/github.com/asaskevich/govalidator/types.go ./vendor/github.com/asaskevich/govalidator/validator.go ./vendor/github.com/asaskevich/govalidator/numerics.go ./vendor/github.com/google/gofuzz/doc.go ./vendor/github.com/google/gofuzz/fuzz.go ./vendor/github.com/google/pprof/profile/proto.go ./vendor/github.com/google/pprof/profile/encode.go ./vendor/github.com/google/pprof/profile/prune.go ./vendor/github.com/google/pprof/profile/legacy_profile.go ./vendor/github.com/google/pprof/profile/profile.go ./vendor/github.com/google/pprof/profile/legacy_java_profile.go ./vendor/github.com/google/pprof/profile/merge.go ./vendor/github.com/google/pprof/profile/filter.go ./vendor/github.com/google/pprof/profile/index.go ./vendor/github.com/google/go-cmp/cmp/export_panic.go ./vendor/github.com/google/go-cmp/cmp/export_unsafe.go ./vendor/github.com/google/go-cmp/cmp/report_text.go ./vendor/github.com/google/go-cmp/cmp/path.go ./vendor/github.com/google/go-cmp/cmp/report_references.go ./vendor/github.com/google/go-cmp/cmp/report_compare.go ./vendor/github.com/google/go-cmp/cmp/compare.go ./vendor/github.com/google/go-cmp/cmp/report_reflect.go ./vendor/github.com/google/go-cmp/cmp/report_value.go ./vendor/github.com/google/go-cmp/cmp/report_slices.go ./vendor/github.com/google/go-cmp/cmp/options.go ./vendor/github.com/google/go-cmp/cmp/report.go ./vendor/github.com/google/go-cmp/cmp/internal/function/func.go ./vendor/github.com/google/go-cmp/cmp/internal/flags/flags.go ./vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_recent.go ./vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_legacy.go ./vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go ./vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go ./vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go ./vendor/github.com/google/go-cmp/cmp/internal/value/sort.go ./vendor/github.com/google/go-cmp/cmp/internal/value/zero.go ./vendor/github.com/google/go-cmp/cmp/internal/value/pointer_purego.go ./vendor/github.com/google/go-cmp/cmp/internal/value/name.go ./vendor/github.com/google/go-cmp/cmp/internal/value/pointer_unsafe.go ./vendor/github.com/google/go-querystring/query/encode.go ./vendor/github.com/mattn/go-isatty/doc.go ./vendor/github.com/mattn/go-isatty/isatty_bsd.go ./vendor/github.com/mattn/go-isatty/isatty_windows.go ./vendor/github.com/mattn/go-isatty/isatty_tcgets.go ./vendor/github.com/mattn/go-isatty/isatty_plan9.go ./vendor/github.com/mattn/go-isatty/isatty_solaris.go ./vendor/github.com/mattn/go-isatty/isatty_others.go ./vendor/github.com/mattn/go-colorable/colorable_others.go ./vendor/github.com/mattn/go-colorable/noncolorable.go ./vendor/github.com/mattn/go-colorable/colorable_appengine.go ./vendor/github.com/mattn/go-colorable/colorable_windows.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogofast/main.go ./vendor/github.com/gogo/protobuf/proto/lib.go ./vendor/github.com/gogo/protobuf/proto/table_marshal.go ./vendor/github.com/gogo/protobuf/proto/encode.go ./vendor/github.com/gogo/protobuf/proto/text_gogo.go ./vendor/github.com/gogo/protobuf/proto/lib_gogo.go ./vendor/github.com/gogo/protobuf/proto/skip_gogo.go ./vendor/github.com/gogo/protobuf/proto/pointer_reflect.go ./vendor/github.com/gogo/protobuf/proto/encode_gogo.go ./vendor/github.com/gogo/protobuf/proto/decode.go ./vendor/github.com/gogo/protobuf/proto/properties.go ./vendor/github.com/gogo/protobuf/proto/table_unmarshal.go ./vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go ./vendor/github.com/gogo/protobuf/proto/discard.go ./vendor/github.com/gogo/protobuf/proto/clone.go ./vendor/github.com/gogo/protobuf/proto/duration_gogo.go ./vendor/github.com/gogo/protobuf/proto/extensions.go ./vendor/github.com/gogo/protobuf/proto/timestamp.go ./vendor/github.com/gogo/protobuf/proto/text.go ./vendor/github.com/gogo/protobuf/proto/pointer_reflect_gogo.go ./vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go ./vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go ./vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go ./vendor/github.com/gogo/protobuf/proto/table_merge.go ./vendor/github.com/gogo/protobuf/proto/message_set.go ./vendor/github.com/gogo/protobuf/proto/equal.go ./vendor/github.com/gogo/protobuf/proto/deprecated.go ./vendor/github.com/gogo/protobuf/proto/wrappers.go ./vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go ./vendor/github.com/gogo/protobuf/proto/text_parser.go ./vendor/github.com/gogo/protobuf/proto/properties_gogo.go ./vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go ./vendor/github.com/gogo/protobuf/proto/duration.go ./vendor/github.com/gogo/protobuf/proto/custom_gogo.go ./vendor/github.com/gogo/protobuf/proto/extensions_gogo.go ./vendor/github.com/gogo/protobuf/gogoproto/doc.go ./vendor/github.com/gogo/protobuf/gogoproto/helper.go ./vendor/github.com/gogo/protobuf/gogoproto/gogo.pb.go ./vendor/github.com/gogo/protobuf/vanity/file.go ./vendor/github.com/gogo/protobuf/vanity/enum.go ./vendor/github.com/gogo/protobuf/vanity/command/command.go ./vendor/github.com/gogo/protobuf/vanity/msg.go ./vendor/github.com/gogo/protobuf/vanity/field.go ./vendor/github.com/gogo/protobuf/vanity/foreach.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor_gostring.gen.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/grpc/grpc.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator/generator.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator/helper.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap/remap.go ./vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin/plugin.pb.go ./vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go ./vendor/github.com/gogo/protobuf/plugin/unmarshal/unmarshal.go ./vendor/github.com/gogo/protobuf/plugin/enumstringer/enumstringer.go ./vendor/github.com/gogo/protobuf/plugin/compare/comparetest.go ./vendor/github.com/gogo/protobuf/plugin/compare/compare.go ./vendor/github.com/gogo/protobuf/plugin/face/facetest.go ./vendor/github.com/gogo/protobuf/plugin/face/face.go ./vendor/github.com/gogo/protobuf/plugin/equal/equaltest.go ./vendor/github.com/gogo/protobuf/plugin/equal/equal.go ./vendor/github.com/gogo/protobuf/plugin/marshalto/marshalto.go ./vendor/github.com/gogo/protobuf/plugin/oneofcheck/oneofcheck.go ./vendor/github.com/gogo/protobuf/plugin/size/sizetest.go ./vendor/github.com/gogo/protobuf/plugin/size/size.go ./vendor/github.com/gogo/protobuf/plugin/union/uniontest.go ./vendor/github.com/gogo/protobuf/plugin/union/union.go ./vendor/github.com/gogo/protobuf/plugin/defaultcheck/defaultcheck.go ./vendor/github.com/gogo/protobuf/plugin/embedcheck/embedcheck.go ./vendor/github.com/gogo/protobuf/plugin/description/description.go ./vendor/github.com/gogo/protobuf/plugin/description/descriptiontest.go ./vendor/github.com/gogo/protobuf/plugin/stringer/stringer.go ./vendor/github.com/gogo/protobuf/plugin/stringer/stringertest.go ./vendor/github.com/gogo/protobuf/plugin/gostring/gostring.go ./vendor/github.com/gogo/protobuf/plugin/gostring/gostringtest.go ./vendor/github.com/gogo/protobuf/plugin/testgen/testgen.go ./vendor/github.com/gogo/protobuf/plugin/populate/populate.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/utilities/doc.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/utilities/pattern.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/utilities/readerfactory.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/utilities/trie.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/grpc_api_service.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/grpc_api_configuration.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/registry.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/services.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor/types.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/parse.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/compile.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/fuzz.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule/types.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/main.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/generator/generator.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/internal/gengateway/doc.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/internal/gengateway/generator.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/internal/gengateway/template.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/codegenerator/doc.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/codegenerator/parse_req.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/main.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/genswagger/helpers.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/genswagger/doc.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/genswagger/generator.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/genswagger/helpers_go111_old.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/genswagger/template.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/genswagger/types.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options/annotations.pb.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options/openapiv2.pb.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/internal/casing/camel.go ./vendor/github.com/grpc-ecosystem/grpc-gateway/internal/errors.pb.go ./vendor/github.com/dgryski/go-sip13/sip13.go ./vendor/github.com/dgryski/go-sip13/sip13_stub.go ./vendor/github.com/oklog/run/group.go ./vendor/github.com/oklog/run/actors.go ./vendor/github.com/oklog/ulid/ulid.go ./vendor/github.com/linode/linodego/regions.go ./vendor/github.com/linode/linodego/account_user_grants.go ./vendor/github.com/linode/linodego/stackscripts.go ./vendor/github.com/linode/linodego/firewall_rules.go ./vendor/github.com/linode/linodego/account_payments.go ./vendor/github.com/linode/linodego/waitfor.go ./vendor/github.com/linode/linodego/lke_clusters.go ./vendor/github.com/linode/linodego/account_users.go ./vendor/github.com/linode/linodego/account.go ./vendor/github.com/linode/linodego/comparison.go ./vendor/github.com/linode/linodego/pagination.go ./vendor/github.com/linode/linodego/account_settings.go ./vendor/github.com/linode/linodego/nodebalancer_config_nodes.go ./vendor/github.com/linode/linodego/object_storage_bucket_certs.go ./vendor/github.com/linode/linodego/kernels.go ./vendor/github.com/linode/linodego/account_invoices.go ./vendor/github.com/linode/linodego/instance_ips.go ./vendor/github.com/linode/linodego/instance_volumes.go ./vendor/github.com/linode/linodego/firewall_devices.go ./vendor/github.com/linode/linodego/network_ranges.go ./vendor/github.com/linode/linodego/object_storage_object.go ./vendor/github.com/linode/linodego/instance_snapshots.go ./vendor/github.com/linode/linodego/support.go ./vendor/github.com/linode/linodego/profile_tokens.go ./vendor/github.com/linode/linodego/instance_disks.go ./vendor/github.com/linode/linodego/instance_configs.go ./vendor/github.com/linode/linodego/retries.go ./vendor/github.com/linode/linodego/profile.go ./vendor/github.com/linode/linodego/client.go ./vendor/github.com/linode/linodego/object_storage_clusters.go ./vendor/github.com/linode/linodego/nodebalancer_configs.go ./vendor/github.com/linode/linodego/domain_records.go ./vendor/github.com/linode/linodego/managed.go ./vendor/github.com/linode/linodego/instance_stats.go ./vendor/github.com/linode/linodego/lke_cluster_pools.go ./vendor/github.com/linode/linodego/object_storage_buckets.go ./vendor/github.com/linode/linodego/object_storage_keys.go ./vendor/github.com/linode/linodego/resources.go ./vendor/github.com/linode/linodego/firewalls.go ./vendor/github.com/linode/linodego/network_ips.go ./vendor/github.com/linode/linodego/profile_sshkeys.go ./vendor/github.com/linode/linodego/images.go ./vendor/github.com/linode/linodego/version.go ./vendor/github.com/linode/linodego/account_events.go ./vendor/github.com/linode/linodego/network_pools.go ./vendor/github.com/linode/linodego/account_oauth_client.go ./vendor/github.com/linode/linodego/nodebalancer.go ./vendor/github.com/linode/linodego/vlans.go ./vendor/github.com/linode/linodego/types.go ./vendor/github.com/linode/linodego/errors.go ./vendor/github.com/linode/linodego/longview_subscriptions.go ./vendor/github.com/linode/linodego/nodebalancer_stats.go ./vendor/github.com/linode/linodego/instances.go ./vendor/github.com/linode/linodego/domains.go ./vendor/github.com/linode/linodego/tags.go ./vendor/github.com/linode/linodego/account_notifications.go ./vendor/github.com/linode/linodego/internal/duration/duration.go ./vendor/github.com/linode/linodego/internal/parseabletime/parseable_time.go ./vendor/github.com/linode/linodego/longview.go ./vendor/github.com/linode/linodego/volumes.go ./vendor/github.com/json-iterator/go/adapter.go ./vendor/github.com/json-iterator/go/any_object.go ./vendor/github.com/json-iterator/go/stream_str.go ./vendor/github.com/json-iterator/go/any_array.go ./vendor/github.com/json-iterator/go/stream_int.go ./vendor/github.com/json-iterator/go/pool.go ./vendor/github.com/json-iterator/go/reflect_dynamic.go ./vendor/github.com/json-iterator/go/reflect_struct_encoder.go ./vendor/github.com/json-iterator/go/any_invalid.go ./vendor/github.com/json-iterator/go/any_float.go ./vendor/github.com/json-iterator/go/iter_int.go ./vendor/github.com/json-iterator/go/reflect_array.go ./vendor/github.com/json-iterator/go/stream_float.go ./vendor/github.com/json-iterator/go/reflect_extension.go ./vendor/github.com/json-iterator/go/jsoniter.go ./vendor/github.com/json-iterator/go/iter_array.go ./vendor/github.com/json-iterator/go/iter_object.go ./vendor/github.com/json-iterator/go/reflect_json_number.go ./vendor/github.com/json-iterator/go/reflect_struct_decoder.go ./vendor/github.com/json-iterator/go/any_nil.go ./vendor/github.com/json-iterator/go/any_int32.go ./vendor/github.com/json-iterator/go/any_bool.go ./vendor/github.com/json-iterator/go/iter_skip_sloppy.go ./vendor/github.com/json-iterator/go/any_uint32.go ./vendor/github.com/json-iterator/go/config.go ./vendor/github.com/json-iterator/go/reflect_optional.go ./vendor/github.com/json-iterator/go/reflect_map.go ./vendor/github.com/json-iterator/go/reflect_json_raw_message.go ./vendor/github.com/json-iterator/go/any_uint64.go ./vendor/github.com/json-iterator/go/any.go ./vendor/github.com/json-iterator/go/iter_skip.go ./vendor/github.com/json-iterator/go/any_number.go ./vendor/github.com/json-iterator/go/reflect_native.go ./vendor/github.com/json-iterator/go/reflect_slice.go ./vendor/github.com/json-iterator/go/iter_str.go ./vendor/github.com/json-iterator/go/stream.go ./vendor/github.com/json-iterator/go/iter_skip_strict.go ./vendor/github.com/json-iterator/go/any_int64.go ./vendor/github.com/json-iterator/go/iter_float.go ./vendor/github.com/json-iterator/go/any_str.go ./vendor/github.com/json-iterator/go/reflect_marshaler.go ./vendor/github.com/json-iterator/go/iter.go ./vendor/github.com/json-iterator/go/reflect.go ./vendor/github.com/mitchellh/go-homedir/homedir.go ./vendor/github.com/mitchellh/mapstructure/error.go ./vendor/github.com/mitchellh/mapstructure/decode_hooks.go ./vendor/github.com/mitchellh/mapstructure/mapstructure.go ./vendor/github.com/mwitkow/go-conntrack/dialer_wrapper.go ./vendor/github.com/mwitkow/go-conntrack/listener_wrapper.go ./vendor/github.com/mwitkow/go-conntrack/dialer_reporter.go ./vendor/github.com/mwitkow/go-conntrack/listener_reporter.go ./vendor/github.com/hashicorp/serf/coordinate/phantom.go ./vendor/github.com/hashicorp/serf/coordinate/coordinate.go ./vendor/github.com/hashicorp/serf/coordinate/config.go ./vendor/github.com/hashicorp/serf/coordinate/client.go ./vendor/github.com/hashicorp/golang-lru/simplelru/lru.go ./vendor/github.com/hashicorp/golang-lru/simplelru/lru_interface.go ./vendor/github.com/hashicorp/go-cleanhttp/doc.go ./vendor/github.com/hashicorp/go-cleanhttp/cleanhttp.go ./vendor/github.com/hashicorp/go-cleanhttp/handlers.go ./vendor/github.com/hashicorp/go-rootcerts/doc.go ./vendor/github.com/hashicorp/go-rootcerts/rootcerts.go ./vendor/github.com/hashicorp/go-rootcerts/rootcerts_darwin.go ./vendor/github.com/hashicorp/go-rootcerts/rootcerts_base.go ./vendor/github.com/hashicorp/go-immutable-radix/edges.go ./vendor/github.com/hashicorp/go-immutable-radix/iradix.go ./vendor/github.com/hashicorp/go-immutable-radix/node.go ./vendor/github.com/hashicorp/go-immutable-radix/raw_iter.go ./vendor/github.com/hashicorp/go-immutable-radix/iter.go ./vendor/github.com/hashicorp/consul/api/discovery_chain.go ./vendor/github.com/hashicorp/consul/api/status.go ./vendor/github.com/hashicorp/consul/api/operator_keyring.go ./vendor/github.com/hashicorp/consul/api/health.go ./vendor/github.com/hashicorp/consul/api/config_entry_intentions.go ./vendor/github.com/hashicorp/consul/api/operator_license.go ./vendor/github.com/hashicorp/consul/api/operator.go ./vendor/github.com/hashicorp/consul/api/operator_raft.go ./vendor/github.com/hashicorp/consul/api/semaphore.go ./vendor/github.com/hashicorp/consul/api/connect_ca.go ./vendor/github.com/hashicorp/consul/api/config_entry_cluster.go ./vendor/github.com/hashicorp/consul/api/config_entry.go ./vendor/github.com/hashicorp/consul/api/operator_area.go ./vendor/github.com/hashicorp/consul/api/api.go ./vendor/github.com/hashicorp/consul/api/raw.go ./vendor/github.com/hashicorp/consul/api/session.go ./vendor/github.com/hashicorp/consul/api/namespace.go ./vendor/github.com/hashicorp/consul/api/snapshot.go ./vendor/github.com/hashicorp/consul/api/coordinate.go ./vendor/github.com/hashicorp/consul/api/acl.go ./vendor/github.com/hashicorp/consul/api/kv.go ./vendor/github.com/hashicorp/consul/api/lock.go ./vendor/github.com/hashicorp/consul/api/operator_segment.go ./vendor/github.com/hashicorp/consul/api/event.go ./vendor/github.com/hashicorp/consul/api/connect.go ./vendor/github.com/hashicorp/consul/api/prepared_query.go ./vendor/github.com/hashicorp/consul/api/debug.go ./vendor/github.com/hashicorp/consul/api/catalog.go ./vendor/github.com/hashicorp/consul/api/config_entry_discoverychain.go ./vendor/github.com/hashicorp/consul/api/connect_intention.go ./vendor/github.com/hashicorp/consul/api/txn.go ./vendor/github.com/hashicorp/consul/api/operator_autopilot.go ./vendor/github.com/hashicorp/consul/api/agent.go ./vendor/github.com/hashicorp/consul/api/config_entry_gateways.go ./vendor/github.com/hashicorp/go-hclog/writer.go ./vendor/github.com/hashicorp/go-hclog/stdlog.go ./vendor/github.com/hashicorp/go-hclog/global.go ./vendor/github.com/hashicorp/go-hclog/logger.go ./vendor/github.com/hashicorp/go-hclog/stacktrace.go ./vendor/github.com/hashicorp/go-hclog/intlogger.go ./vendor/github.com/hashicorp/go-hclog/context.go ./vendor/github.com/hashicorp/go-hclog/colorize_unix.go ./vendor/github.com/hashicorp/go-hclog/nulllogger.go ./vendor/github.com/hashicorp/go-hclog/interceptlogger.go ./vendor/github.com/hashicorp/go-hclog/colorize_windows.go ./vendor/github.com/cespare/xxhash/v2/xxhash_safe.go ./vendor/github.com/cespare/xxhash/v2/xxhash_other.go ./vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go ./vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go ./vendor/github.com/cespare/xxhash/v2/xxhash.go ./vendor/github.com/dennwc/varint/proto.go ./vendor/github.com/dennwc/varint/varint.go ./vendor/github.com/go-resty/resty/v2/response.go ./vendor/github.com/go-resty/resty/v2/request.go ./vendor/github.com/go-resty/resty/v2/retry.go ./vendor/github.com/go-resty/resty/v2/redirect.go ./vendor/github.com/go-resty/resty/v2/client.go ./vendor/github.com/go-resty/resty/v2/middleware.go ./vendor/github.com/go-resty/resty/v2/resty.go ./vendor/github.com/go-resty/resty/v2/trace.go ./vendor/github.com/go-resty/resty/v2/util.go ./vendor/github.com/sirupsen/logrus/alt_exit.go ./vendor/github.com/sirupsen/logrus/hooks.go ./vendor/github.com/sirupsen/logrus/formatter.go ./vendor/github.com/sirupsen/logrus/buffer_pool.go ./vendor/github.com/sirupsen/logrus/writer.go ./vendor/github.com/sirupsen/logrus/terminal_check_notappengine.go ./vendor/github.com/sirupsen/logrus/doc.go ./vendor/github.com/sirupsen/logrus/terminal_check_unix.go ./vendor/github.com/sirupsen/logrus/terminal_check_windows.go ./vendor/github.com/sirupsen/logrus/logger.go ./vendor/github.com/sirupsen/logrus/terminal_check_js.go ./vendor/github.com/sirupsen/logrus/json_formatter.go ./vendor/github.com/sirupsen/logrus/terminal_check_appengine.go ./vendor/github.com/sirupsen/logrus/entry.go ./vendor/github.com/sirupsen/logrus/text_formatter.go ./vendor/github.com/sirupsen/logrus/exported.go ./vendor/github.com/sirupsen/logrus/logrus.go ./vendor/github.com/sirupsen/logrus/terminal_check_solaris.go ./vendor/github.com/sirupsen/logrus/terminal_check_bsd.go ./vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go ./vendor/google.golang.org/genproto/googleapis/rpc/status/status.pb.go ./vendor/google.golang.org/genproto/googleapis/rpc/errdetails/error_details.pb.go ./vendor/google.golang.org/genproto/googleapis/rpc/code/code.pb.go ./vendor/google.golang.org/genproto/googleapis/api/annotations/routing.pb.go ./vendor/google.golang.org/genproto/googleapis/api/annotations/http.pb.go ./vendor/google.golang.org/genproto/googleapis/api/annotations/resource.pb.go ./vendor/google.golang.org/genproto/googleapis/api/annotations/annotations.pb.go ./vendor/google.golang.org/genproto/googleapis/api/annotations/client.pb.go ./vendor/google.golang.org/genproto/googleapis/api/annotations/field_behavior.pb.go ./vendor/google.golang.org/grpc/dialoptions.go ./vendor/google.golang.org/grpc/balancer/grpclb/state/state.go ./vendor/google.golang.org/grpc/balancer/base/base.go ./vendor/google.golang.org/grpc/balancer/base/balancer.go ./vendor/google.golang.org/grpc/balancer/balancer.go ./vendor/google.golang.org/grpc/balancer/roundrobin/roundrobin.go ./vendor/google.golang.org/grpc/backoff/backoff.go ./vendor/google.golang.org/grpc/doc.go ./vendor/google.golang.org/grpc/interceptor.go ./vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1/binarylog.pb.go ./vendor/google.golang.org/grpc/stats/handlers.go ./vendor/google.golang.org/grpc/stats/stats.go ./vendor/google.golang.org/grpc/attributes/attributes.go ./vendor/google.golang.org/grpc/codec.go ./vendor/google.golang.org/grpc/service_config.go ./vendor/google.golang.org/grpc/pickfirst.go ./vendor/google.golang.org/grpc/grpclog/loggerv2.go ./vendor/google.golang.org/grpc/grpclog/logger.go ./vendor/google.golang.org/grpc/grpclog/component.go ./vendor/google.golang.org/grpc/grpclog/grpclog.go ./vendor/google.golang.org/grpc/encoding/proto/proto.go ./vendor/google.golang.org/grpc/encoding/encoding.go ./vendor/google.golang.org/grpc/clientconn.go ./vendor/google.golang.org/grpc/balancer_conn_wrappers.go ./vendor/google.golang.org/grpc/status/status.go ./vendor/google.golang.org/grpc/preloader.go ./vendor/google.golang.org/grpc/peer/peer.go ./vendor/google.golang.org/grpc/trace.go ./vendor/google.golang.org/grpc/rpc_util.go ./vendor/google.golang.org/grpc/resolver/resolver.go ./vendor/google.golang.org/grpc/call.go ./vendor/google.golang.org/grpc/resolver_conn_wrapper.go ./vendor/google.golang.org/grpc/metadata/metadata.go ./vendor/google.golang.org/grpc/connectivity/connectivity.go ./vendor/google.golang.org/grpc/codes/code_string.go ./vendor/google.golang.org/grpc/codes/codes.go ./vendor/google.golang.org/grpc/backoff.go ./vendor/google.golang.org/grpc/stream.go ./vendor/google.golang.org/grpc/serviceconfig/serviceconfig.go ./vendor/google.golang.org/grpc/version.go ./vendor/google.golang.org/grpc/tap/tap.go ./vendor/google.golang.org/grpc/server.go ./vendor/google.golang.org/grpc/keepalive/keepalive.go ./vendor/google.golang.org/grpc/credentials/credentials.go ./vendor/google.golang.org/grpc/credentials/go12.go ./vendor/google.golang.org/grpc/credentials/tls.go ./vendor/google.golang.org/grpc/internal/backoff/backoff.go ./vendor/google.golang.org/grpc/internal/grpcutil/target.go ./vendor/google.golang.org/grpc/internal/grpcutil/method.go ./vendor/google.golang.org/grpc/internal/grpcutil/metadata.go ./vendor/google.golang.org/grpc/internal/grpcutil/encode_duration.go ./vendor/google.golang.org/grpc/internal/binarylog/binarylog.go ./vendor/google.golang.org/grpc/internal/binarylog/binarylog_testutil.go ./vendor/google.golang.org/grpc/internal/binarylog/env_config.go ./vendor/google.golang.org/grpc/internal/binarylog/method_logger.go ./vendor/google.golang.org/grpc/internal/binarylog/sink.go ./vendor/google.golang.org/grpc/internal/xds_handshake_cluster.go ./vendor/google.golang.org/grpc/internal/syscall/syscall_linux.go ./vendor/google.golang.org/grpc/internal/syscall/syscall_nonlinux.go ./vendor/google.golang.org/grpc/internal/envconfig/envconfig.go ./vendor/google.golang.org/grpc/internal/transport/http2_client.go ./vendor/google.golang.org/grpc/internal/transport/bdp_estimator.go ./vendor/google.golang.org/grpc/internal/transport/flowcontrol.go ./vendor/google.golang.org/grpc/internal/transport/proxy.go ./vendor/google.golang.org/grpc/internal/transport/defaults.go ./vendor/google.golang.org/grpc/internal/transport/handler_server.go ./vendor/google.golang.org/grpc/internal/transport/http2_server.go ./vendor/google.golang.org/grpc/internal/transport/http_util.go ./vendor/google.golang.org/grpc/internal/transport/controlbuf.go ./vendor/google.golang.org/grpc/internal/transport/transport.go ./vendor/google.golang.org/grpc/internal/transport/networktype/networktype.go ./vendor/google.golang.org/grpc/internal/grpclog/grpclog.go ./vendor/google.golang.org/grpc/internal/grpclog/prefixLogger.go ./vendor/google.golang.org/grpc/internal/status/status.go ./vendor/google.golang.org/grpc/internal/grpcsync/event.go ./vendor/google.golang.org/grpc/internal/channelz/funcs.go ./vendor/google.golang.org/grpc/internal/channelz/types_linux.go ./vendor/google.golang.org/grpc/internal/channelz/types_nonlinux.go ./vendor/google.golang.org/grpc/internal/channelz/util_linux.go ./vendor/google.golang.org/grpc/internal/channelz/logging.go ./vendor/google.golang.org/grpc/internal/channelz/util_nonlinux.go ./vendor/google.golang.org/grpc/internal/channelz/types.go ./vendor/google.golang.org/grpc/internal/resolver/unix/unix.go ./vendor/google.golang.org/grpc/internal/resolver/dns/dns_resolver.go ./vendor/google.golang.org/grpc/internal/resolver/dns/go113.go ./vendor/google.golang.org/grpc/internal/resolver/passthrough/passthrough.go ./vendor/google.golang.org/grpc/internal/resolver/config_selector.go ./vendor/google.golang.org/grpc/internal/buffer/unbounded.go ./vendor/google.golang.org/grpc/internal/metadata/metadata.go ./vendor/google.golang.org/grpc/internal/serviceconfig/serviceconfig.go ./vendor/google.golang.org/grpc/internal/grpcrand/grpcrand.go ./vendor/google.golang.org/grpc/internal/credentials/spiffe.go ./vendor/google.golang.org/grpc/internal/credentials/syscallconn_appengine.go ./vendor/google.golang.org/grpc/internal/credentials/credentials.go ./vendor/google.golang.org/grpc/internal/credentials/spiffe_appengine.go ./vendor/google.golang.org/grpc/internal/credentials/util.go ./vendor/google.golang.org/grpc/internal/credentials/syscallconn.go ./vendor/google.golang.org/grpc/internal/internal.go ./vendor/google.golang.org/grpc/internal/balancerload/load.go ./vendor/google.golang.org/grpc/picker_wrapper.go ./vendor/google.golang.org/api/transport/cert/default_cert.go ./vendor/google.golang.org/api/transport/http/default_transport_go113.go ./vendor/google.golang.org/api/transport/http/configure_http2_not_go116.go ./vendor/google.golang.org/api/transport/http/dial.go ./vendor/google.golang.org/api/transport/http/configure_http2_go116.go ./vendor/google.golang.org/api/transport/http/dial_appengine.go ./vendor/google.golang.org/api/transport/http/default_transport_not_go113.go ./vendor/google.golang.org/api/transport/http/internal/propagation/http.go ./vendor/google.golang.org/api/transport/internal/dca/dca.go ./vendor/google.golang.org/api/compute/v1/compute-gen.go ./vendor/google.golang.org/api/option/internaloption/internaloption.go ./vendor/google.golang.org/api/option/option.go ./vendor/google.golang.org/api/option/credentials_go19.go ./vendor/google.golang.org/api/option/credentials_notgo19.go ./vendor/google.golang.org/api/googleapi/transport/apikey.go ./vendor/google.golang.org/api/googleapi/googleapi.go ./vendor/google.golang.org/api/googleapi/types.go ./vendor/google.golang.org/api/internal/creds.go ./vendor/google.golang.org/api/internal/conn_pool.go ./vendor/google.golang.org/api/internal/third_party/uritemplates/utils.go ./vendor/google.golang.org/api/internal/third_party/uritemplates/uritemplates.go ./vendor/google.golang.org/api/internal/gensupport/send.go ./vendor/google.golang.org/api/internal/gensupport/doc.go ./vendor/google.golang.org/api/internal/gensupport/jsonfloat.go ./vendor/google.golang.org/api/internal/gensupport/json.go ./vendor/google.golang.org/api/internal/gensupport/media.go ./vendor/google.golang.org/api/internal/gensupport/buffer.go ./vendor/google.golang.org/api/internal/gensupport/version.go ./vendor/google.golang.org/api/internal/gensupport/resumable.go ./vendor/google.golang.org/api/internal/gensupport/retryable_linux.go ./vendor/google.golang.org/api/internal/gensupport/params.go ./vendor/google.golang.org/api/internal/settings.go ./vendor/google.golang.org/api/internal/impersonate/impersonate.go ./vendor/google.golang.org/appengine/identity.go ./vendor/google.golang.org/appengine/timeout.go ./vendor/google.golang.org/appengine/namespace.go ./vendor/google.golang.org/appengine/appengine_vm.go ./vendor/google.golang.org/appengine/appengine.go ./vendor/google.golang.org/appengine/urlfetch/urlfetch.go ./vendor/google.golang.org/appengine/errors.go ./vendor/google.golang.org/appengine/internal/datastore/datastore_v3.pb.go ./vendor/google.golang.org/appengine/internal/identity.go ./vendor/google.golang.org/appengine/internal/transaction.go ./vendor/google.golang.org/appengine/internal/app_id.go ./vendor/google.golang.org/appengine/internal/net.go ./vendor/google.golang.org/appengine/internal/main.go ./vendor/google.golang.org/appengine/internal/metadata.go ./vendor/google.golang.org/appengine/internal/identity_vm.go ./vendor/google.golang.org/appengine/internal/api.go ./vendor/google.golang.org/appengine/internal/api_common.go ./vendor/google.golang.org/appengine/internal/api_classic.go ./vendor/google.golang.org/appengine/internal/modules/modules_service.pb.go ./vendor/google.golang.org/appengine/internal/identity_flex.go ./vendor/google.golang.org/appengine/internal/base/api_base.pb.go ./vendor/google.golang.org/appengine/internal/main_common.go ./vendor/google.golang.org/appengine/internal/main_vm.go ./vendor/google.golang.org/appengine/internal/log/log_service.pb.go ./vendor/google.golang.org/appengine/internal/identity_classic.go ./vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.pb.go ./vendor/google.golang.org/appengine/internal/remote_api/remote_api.pb.go ./vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.pb.go ./vendor/google.golang.org/appengine/internal/internal.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/source.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/proto.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/source_gen.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/value_union.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/type.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/value_pure.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/methods.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe.go ./vendor/google.golang.org/protobuf/reflect/protoreflect/value.go ./vendor/google.golang.org/protobuf/reflect/protodesc/proto.go ./vendor/google.golang.org/protobuf/reflect/protodesc/desc_resolve.go ./vendor/google.golang.org/protobuf/reflect/protodesc/desc_init.go ./vendor/google.golang.org/protobuf/reflect/protodesc/desc.go ./vendor/google.golang.org/protobuf/reflect/protodesc/desc_validate.go ./vendor/google.golang.org/protobuf/reflect/protoregistry/registry.go ./vendor/google.golang.org/protobuf/proto/proto.go ./vendor/google.golang.org/protobuf/proto/encode.go ./vendor/google.golang.org/protobuf/proto/proto_methods.go ./vendor/google.golang.org/protobuf/proto/doc.go ./vendor/google.golang.org/protobuf/proto/messageset.go ./vendor/google.golang.org/protobuf/proto/reset.go ./vendor/google.golang.org/protobuf/proto/decode.go ./vendor/google.golang.org/protobuf/proto/size_gen.go ./vendor/google.golang.org/protobuf/proto/extension.go ./vendor/google.golang.org/protobuf/proto/decode_gen.go ./vendor/google.golang.org/protobuf/proto/checkinit.go ./vendor/google.golang.org/protobuf/proto/proto_reflect.go ./vendor/google.golang.org/protobuf/proto/encode_gen.go ./vendor/google.golang.org/protobuf/proto/size.go ./vendor/google.golang.org/protobuf/proto/merge.go ./vendor/google.golang.org/protobuf/proto/equal.go ./vendor/google.golang.org/protobuf/proto/wrappers.go ./vendor/google.golang.org/protobuf/types/pluginpb/plugin.pb.go ./vendor/google.golang.org/protobuf/types/descriptorpb/descriptor.pb.go ./vendor/google.golang.org/protobuf/types/known/structpb/struct.pb.go ./vendor/google.golang.org/protobuf/types/known/anypb/any.pb.go ./vendor/google.golang.org/protobuf/types/known/timestamppb/timestamp.pb.go ./vendor/google.golang.org/protobuf/types/known/wrapperspb/wrappers.pb.go ./vendor/google.golang.org/protobuf/types/known/emptypb/empty.pb.go ./vendor/google.golang.org/protobuf/types/known/durationpb/duration.pb.go ./vendor/google.golang.org/protobuf/encoding/prototext/encode.go ./vendor/google.golang.org/protobuf/encoding/prototext/doc.go ./vendor/google.golang.org/protobuf/encoding/prototext/decode.go ./vendor/google.golang.org/protobuf/encoding/protojson/encode.go ./vendor/google.golang.org/protobuf/encoding/protojson/doc.go ./vendor/google.golang.org/protobuf/encoding/protojson/decode.go ./vendor/google.golang.org/protobuf/encoding/protojson/well_known_types.go ./vendor/google.golang.org/protobuf/encoding/protowire/wire.go ./vendor/google.golang.org/protobuf/runtime/protoimpl/impl.go ./vendor/google.golang.org/protobuf/runtime/protoimpl/version.go ./vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go ./vendor/google.golang.org/protobuf/runtime/protoiface/methods.go ./vendor/google.golang.org/protobuf/internal/descopts/options.go ./vendor/google.golang.org/protobuf/internal/detrand/rand.go ./vendor/google.golang.org/protobuf/internal/order/order.go ./vendor/google.golang.org/protobuf/internal/order/range.go ./vendor/google.golang.org/protobuf/internal/set/ints.go ./vendor/google.golang.org/protobuf/internal/filetype/build.go ./vendor/google.golang.org/protobuf/internal/errors/is_go113.go ./vendor/google.golang.org/protobuf/internal/errors/is_go112.go ./vendor/google.golang.org/protobuf/internal/errors/errors.go ./vendor/google.golang.org/protobuf/internal/descfmt/stringer.go ./vendor/google.golang.org/protobuf/internal/impl/codec_map_go112.go ./vendor/google.golang.org/protobuf/internal/impl/message_reflect.go ./vendor/google.golang.org/protobuf/internal/impl/encode.go ./vendor/google.golang.org/protobuf/internal/impl/enum.go ./vendor/google.golang.org/protobuf/internal/impl/pointer_reflect.go ./vendor/google.golang.org/protobuf/internal/impl/merge_gen.go ./vendor/google.golang.org/protobuf/internal/impl/decode.go ./vendor/google.golang.org/protobuf/internal/impl/message_reflect_field.go ./vendor/google.golang.org/protobuf/internal/impl/codec_message.go ./vendor/google.golang.org/protobuf/internal/impl/codec_map_go111.go ./vendor/google.golang.org/protobuf/internal/impl/extension.go ./vendor/google.golang.org/protobuf/internal/impl/codec_field.go ./vendor/google.golang.org/protobuf/internal/impl/legacy_export.go ./vendor/google.golang.org/protobuf/internal/impl/weak.go ./vendor/google.golang.org/protobuf/internal/impl/codec_messageset.go ./vendor/google.golang.org/protobuf/internal/impl/convert_map.go ./vendor/google.golang.org/protobuf/internal/impl/codec_gen.go ./vendor/google.golang.org/protobuf/internal/impl/checkinit.go ./vendor/google.golang.org/protobuf/internal/impl/codec_tables.go ./vendor/google.golang.org/protobuf/internal/impl/message.go ./vendor/google.golang.org/protobuf/internal/impl/convert.go ./vendor/google.golang.org/protobuf/internal/impl/legacy_file.go ./vendor/google.golang.org/protobuf/internal/impl/codec_extension.go ./vendor/google.golang.org/protobuf/internal/impl/message_reflect_gen.go ./vendor/google.golang.org/protobuf/internal/impl/codec_reflect.go ./vendor/google.golang.org/protobuf/internal/impl/merge.go ./vendor/google.golang.org/protobuf/internal/impl/convert_list.go ./vendor/google.golang.org/protobuf/internal/impl/pointer_unsafe.go ./vendor/google.golang.org/protobuf/internal/impl/legacy_enum.go ./vendor/google.golang.org/protobuf/internal/impl/codec_map.go ./vendor/google.golang.org/protobuf/internal/impl/legacy_message.go ./vendor/google.golang.org/protobuf/internal/impl/validate.go ./vendor/google.golang.org/protobuf/internal/impl/codec_unsafe.go ./vendor/google.golang.org/protobuf/internal/impl/legacy_extension.go ./vendor/google.golang.org/protobuf/internal/impl/api_export.go ./vendor/google.golang.org/protobuf/internal/flags/proto_legacy_enable.go ./vendor/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go ./vendor/google.golang.org/protobuf/internal/flags/flags.go ./vendor/google.golang.org/protobuf/internal/encoding/defval/default.go ./vendor/google.golang.org/protobuf/internal/encoding/text/encode.go ./vendor/google.golang.org/protobuf/internal/encoding/text/doc.go ./vendor/google.golang.org/protobuf/internal/encoding/text/decode.go ./vendor/google.golang.org/protobuf/internal/encoding/text/decode_number.go ./vendor/google.golang.org/protobuf/internal/encoding/text/decode_string.go ./vendor/google.golang.org/protobuf/internal/encoding/text/decode_token.go ./vendor/google.golang.org/protobuf/internal/encoding/messageset/messageset.go ./vendor/google.golang.org/protobuf/internal/encoding/json/encode.go ./vendor/google.golang.org/protobuf/internal/encoding/json/decode.go ./vendor/google.golang.org/protobuf/internal/encoding/json/decode_number.go ./vendor/google.golang.org/protobuf/internal/encoding/json/decode_string.go ./vendor/google.golang.org/protobuf/internal/encoding/json/decode_token.go ./vendor/google.golang.org/protobuf/internal/encoding/tag/tag.go ./vendor/google.golang.org/protobuf/internal/pragma/pragma.go ./vendor/google.golang.org/protobuf/internal/filedesc/desc_lazy.go ./vendor/google.golang.org/protobuf/internal/filedesc/desc_init.go ./vendor/google.golang.org/protobuf/internal/filedesc/desc.go ./vendor/google.golang.org/protobuf/internal/filedesc/placeholder.go ./vendor/google.golang.org/protobuf/internal/filedesc/desc_list.go ./vendor/google.golang.org/protobuf/internal/filedesc/build.go ./vendor/google.golang.org/protobuf/internal/filedesc/desc_list_gen.go ./vendor/google.golang.org/protobuf/internal/version/version.go ./vendor/google.golang.org/protobuf/internal/genid/descriptor_gen.go ./vendor/google.golang.org/protobuf/internal/genid/goname.go ./vendor/google.golang.org/protobuf/internal/genid/map_entry.go ./vendor/google.golang.org/protobuf/internal/genid/timestamp_gen.go ./vendor/google.golang.org/protobuf/internal/genid/doc.go ./vendor/google.golang.org/protobuf/internal/genid/any_gen.go ./vendor/google.golang.org/protobuf/internal/genid/api_gen.go ./vendor/google.golang.org/protobuf/internal/genid/wrappers_gen.go ./vendor/google.golang.org/protobuf/internal/genid/source_context_gen.go ./vendor/google.golang.org/protobuf/internal/genid/field_mask_gen.go ./vendor/google.golang.org/protobuf/internal/genid/type_gen.go ./vendor/google.golang.org/protobuf/internal/genid/struct_gen.go ./vendor/google.golang.org/protobuf/internal/genid/duration_gen.go ./vendor/google.golang.org/protobuf/internal/genid/wrappers.go ./vendor/google.golang.org/protobuf/internal/genid/empty_gen.go ./vendor/google.golang.org/protobuf/internal/strs/strings.go ./vendor/google.golang.org/protobuf/internal/strs/strings_unsafe.go ./vendor/google.golang.org/protobuf/internal/strs/strings_pure.go ./vendor/k8s.io/kube-openapi/pkg/util/proto/openapi.go ./vendor/k8s.io/kube-openapi/pkg/util/proto/doc.go ./vendor/k8s.io/kube-openapi/pkg/util/proto/document.go ./vendor/k8s.io/klog/v2/klog.go ./vendor/k8s.io/klog/klog.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/namespacespec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/secret.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/projectedvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/taint.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/sessionaffinityconfig.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimcondition.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcequotastatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/sysctl.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/typedlocalobjectreference.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/service.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/eventseries.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/limitrange.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nfsvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podsecuritycontext.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/serviceaccounttokenprojection.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstaterunning.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/volumeprojection.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/hostpathvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodecondition.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/cinderpersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumespec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/glusterfspersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontrollerstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/secretenvsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/poddnsconfigoption.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/secretprojection.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/fcvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/scaleiopersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodespec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/localvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/keytopath.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/serviceport.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstateterminated.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/volumedevice.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/lifecycle.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podantiaffinity.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/preferredschedulingterm.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/execaction.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/pod.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontrollerspec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/envfromsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podtemplate.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcequota.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/securitycontext.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerport.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/envvarsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/downwardapivolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/cephfsvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/namespacestatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podaffinity.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodestatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/selinuxoptions.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/servicestatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/endpointport.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/poddnsconfig.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/volumemount.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/configmap.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/flexpersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/topologyspreadconstraint.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/awselasticblockstorevolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/secretvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podip.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/servicespec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/ephemeralvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontroller.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolume.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeselectorterm.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapnodeconfigsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcequotaspec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/rbdpersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/iscsivolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/daemonendpoint.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimtemplate.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/clientipconfig.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/scaleiovolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/rbdvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/capabilities.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/cindervolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/namespace.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/localobjectreference.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/probe.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodesysteminfo.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/volumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/ephemeralcontainercommon.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/httpgetaction.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapkeyselector.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/csipersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/azurediskvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/endpointsubset.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/envvar.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/storageosvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerimage.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/secretreference.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeconfigstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/csivolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/loadbalancerstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/cephfspersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/topologyselectorterm.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podspec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/event.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/loadbalanceringress.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/vspherevirtualdiskvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstate.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/storageospersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/endpointaddress.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapenvsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaim.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/windowssecuritycontextoptions.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/endpoints.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podaffinityterm.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/componentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/limitrangeitem.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/azurefilevolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/scopeselector.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podreadinessgate.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeaffinity.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/volume.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeselector.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/affinity.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/portworxvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimspec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/gcepersistentdiskvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcerequirements.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/seccompprofile.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeselectorrequirement.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/flockervolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/glusterfsvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/azurefilepersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/gitrepovolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/namespacecondition.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/downwardapivolumefile.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/componentcondition.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeaddress.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontrollercondition.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/objectreference.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/node.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/tcpsocketaction.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podtemplatespec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/handler.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/iscsipersistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstatewaiting.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeconfigsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/portstatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/photonpersistentdiskvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/emptydirvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/weightedpodaffinityterm.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/topologyselectorlabelrequirement.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumestatus.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/quobytevolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/ephemeralcontainer.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/serviceaccount.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/flexvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/volumenodeaffinity.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/toleration.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/objectfieldselector.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/httpheader.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/hostalias.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcefieldselector.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/scopedresourceselectorrequirement.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/container.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/eventsource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/attachedvolume.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/secretkeyselector.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/nodedaemonendpoints.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/limitrangespec.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumesource.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/downwardapiprojection.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapprojection.go ./vendor/k8s.io/client-go/applyconfigurations/core/v1/podcondition.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobtemplatespec.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/cronjobspec.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/uncountedterminatedpods.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobstatus.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/cronjobstatus.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/cronjob.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobcondition.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobspec.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1/job.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/jobtemplatespec.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/cronjobspec.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/cronjobstatus.go ./vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/cronjob.go ./vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/serverstorageversion.go ./vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversionstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversioncondition.go ./vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversion.go ./vendor/k8s.io/client-go/applyconfigurations/coordination/v1/lease.go ./vendor/k8s.io/client-go/applyconfigurations/coordination/v1/leasespec.go ./vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1/lease.go ./vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1/leasespec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicasetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/deployment.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/rollingupdatedaemonset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/rollingupdatestatefulsetstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicasetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/rollingupdatedeployment.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicasetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/controllerrevision.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicaset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetupdatestrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetupdatestrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deployment.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/rollbackconfig.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/rollingupdatestatefulsetstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/rollingupdatedeployment.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/controllerrevision.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetupdatestrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicasetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/scale.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deployment.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/rollingupdatedaemonset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/rollingupdatestatefulsetstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicasetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/rollingupdatedeployment.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentcondition.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetspec.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicasetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/controllerrevision.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicaset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulset.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetupdatestrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetupdatestrategy.go ./vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/allowedcsidriver.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/runasuserstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/podsecuritypolicyspec.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressspec.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/podsecuritypolicy.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyspec.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicasetspec.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ipblock.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/allowedflexvolume.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetspec.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonset.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentspec.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingresstls.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/supplementalgroupsstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/scale.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deployment.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressbackend.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/hostportrange.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressrulevalue.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/runtimeclassstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/rollingupdatedaemonset.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/rollbackconfig.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicypeer.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressstatus.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingress.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/idrange.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/runasgroupstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicasetcondition.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/rollingupdatedeployment.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/httpingresspath.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentcondition.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/httpingressrulevalue.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/selinuxstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/fsgroupstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicy.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/allowedhostpath.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicasetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyegressrule.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicaset.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressrule.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetupdatestrategy.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyport.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyingressrule.go ./vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentstrategy.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1/scheduling.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1/overhead.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1/runtimeclass.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1beta1/scheduling.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1beta1/overhead.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1beta1/runtimeclass.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/scheduling.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/overhead.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/runtimeclass.go ./vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/runtimeclassspec.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/objectmeta.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/labelselectorrequirement.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/deleteoptions.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/condition.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/typemeta.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/ownerreference.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/preconditions.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/labelselector.go ./vendor/k8s.io/client-go/applyconfigurations/meta/v1/managedfieldsentry.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/resourcemetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/objectmetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/hpascalingrules.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/crossversionobjectreference.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/containerresourcemetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscaler.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerbehavior.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/resourcemetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/objectmetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/externalmetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricidentifier.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerspec.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/podsmetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metrictarget.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricvaluestatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/hpascalingpolicy.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricspec.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/containerresourcemetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalercondition.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/externalmetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/podsmetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/scalespec.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/crossversionobjectreference.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/horizontalpodautoscaler.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/horizontalpodautoscalerstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/scale.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/scalestatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/horizontalpodautoscalerspec.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/resourcemetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/objectmetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/crossversionobjectreference.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/containerresourcemetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscaler.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalerstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/resourcemetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/objectmetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/externalmetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalerspec.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/podsmetricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/metricspec.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/containerresourcemetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalercondition.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/externalmetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/podsmetricsource.go ./vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/metricstatus.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressspec.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyspec.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ipblock.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingresstls.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/servicebackendport.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressbackend.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressrulevalue.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressservicebackend.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicypeer.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressstatus.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingress.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressclassspec.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressclass.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressclassparametersreference.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/httpingresspath.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/httpingressrulevalue.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicy.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyegressrule.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressrule.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyport.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyingressrule.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressspec.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingresstls.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressbackend.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressrulevalue.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressstatus.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingress.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressclassspec.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressclass.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressclassparametersreference.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/httpingresspath.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/httpingressrulevalue.go ./vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressrule.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequestcondition.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequeststatus.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequest.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequestspec.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequestcondition.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequeststatus.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequest.go ./vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequestspec.go ./vendor/k8s.io/client-go/applyconfigurations/events/v1/eventseries.go ./vendor/k8s.io/client-go/applyconfigurations/events/v1/event.go ./vendor/k8s.io/client-go/applyconfigurations/events/v1beta1/eventseries.go ./vendor/k8s.io/client-go/applyconfigurations/events/v1beta1/event.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/validatingwebhookconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/validatingwebhook.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/rulewithoperations.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/mutatingwebhookconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/rule.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/webhookclientconfig.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/mutatingwebhook.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/servicereference.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/validatingwebhookconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/validatingwebhook.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/rulewithoperations.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/mutatingwebhookconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/rule.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/webhookclientconfig.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/mutatingwebhook.go ./vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/servicereference.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1/poddisruptionbudget.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1/poddisruptionbudgetspec.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1/poddisruptionbudgetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1/eviction.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/allowedcsidriver.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/runasuserstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/podsecuritypolicyspec.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/podsecuritypolicy.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/allowedflexvolume.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/poddisruptionbudget.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/supplementalgroupsstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/hostportrange.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/poddisruptionbudgetspec.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/runtimeclassstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/idrange.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/runasgroupstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/selinuxstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/fsgroupstrategyoptions.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/allowedhostpath.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/poddisruptionbudgetstatus.go ./vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/eviction.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointslice.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointport.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointconditions.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpoint.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1/forzone.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointhints.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointslice.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointport.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointconditions.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpoint.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/forzone.go ./vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointhints.go ./vendor/k8s.io/client-go/applyconfigurations/scheduling/v1/priorityclass.go ./vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1/priorityclass.go ./vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1/priorityclass.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/rolebinding.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/subject.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/clusterrole.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/policyrule.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/role.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/aggregationrule.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/clusterrolebinding.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1/roleref.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/rolebinding.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/subject.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/clusterrole.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/policyrule.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/role.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/aggregationrule.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/clusterrolebinding.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/roleref.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/rolebinding.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/subject.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/clusterrole.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/policyrule.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/role.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/aggregationrule.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/clusterrolebinding.go ./vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/roleref.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachmentsource.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachment.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachmentspec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachmentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/csinodedriver.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumenoderesources.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/tokenrequest.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/csidriverspec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeerror.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/csinode.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/csinodespec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/storageclass.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1/csidriver.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachmentsource.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachment.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachmentspec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachmentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csinodedriver.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumenoderesources.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/tokenrequest.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csidriverspec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeerror.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csinode.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csinodespec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csistoragecapacity.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/storageclass.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csidriver.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachmentsource.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachment.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachmentspec.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachmentstatus.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeerror.go ./vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/csistoragecapacity.go ./vendor/k8s.io/client-go/applyconfigurations/internal/internal.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowdistinguishermethod.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/subject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschema.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/nonresourcepolicyrule.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/limitresponse.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationreference.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/groupsubject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationcondition.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationstatus.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/usersubject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschemacondition.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschemastatus.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/limitedprioritylevelconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/resourcepolicyrule.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/serviceaccountsubject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/policyruleswithsubjects.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationspec.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/queuingconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschemaspec.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowdistinguishermethod.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/subject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschema.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/nonresourcepolicyrule.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/limitresponse.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationreference.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/groupsubject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationcondition.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationstatus.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/usersubject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschemacondition.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschemastatus.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/limitedprioritylevelconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/resourcepolicyrule.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/serviceaccountsubject.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/policyruleswithsubjects.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationspec.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/queuingconfiguration.go ./vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschemaspec.go ./vendor/k8s.io/client-go/tools/cache/expiration_cache_fakes.go ./vendor/k8s.io/client-go/tools/cache/heap.go ./vendor/k8s.io/client-go/tools/cache/shared_informer.go ./vendor/k8s.io/client-go/tools/cache/doc.go ./vendor/k8s.io/client-go/tools/cache/delta_fifo.go ./vendor/k8s.io/client-go/tools/cache/listwatch.go ./vendor/k8s.io/client-go/tools/cache/fake_custom_store.go ./vendor/k8s.io/client-go/tools/cache/store.go ./vendor/k8s.io/client-go/tools/cache/fifo.go ./vendor/k8s.io/client-go/tools/cache/undelta_store.go ./vendor/k8s.io/client-go/tools/cache/listers.go ./vendor/k8s.io/client-go/tools/cache/mutation_detector.go ./vendor/k8s.io/client-go/tools/cache/controller.go ./vendor/k8s.io/client-go/tools/cache/thread_safe_store.go ./vendor/k8s.io/client-go/tools/cache/mutation_cache.go ./vendor/k8s.io/client-go/tools/cache/expiration_cache.go ./vendor/k8s.io/client-go/tools/cache/reflector_metrics.go ./vendor/k8s.io/client-go/tools/cache/reflector.go ./vendor/k8s.io/client-go/tools/cache/index.go ./vendor/k8s.io/client-go/tools/reference/ref.go ./vendor/k8s.io/client-go/tools/auth/clientauth.go ./vendor/k8s.io/client-go/tools/clientcmd/validation.go ./vendor/k8s.io/client-go/tools/clientcmd/helpers.go ./vendor/k8s.io/client-go/tools/clientcmd/doc.go ./vendor/k8s.io/client-go/tools/clientcmd/loader.go ./vendor/k8s.io/client-go/tools/clientcmd/auth_loaders.go ./vendor/k8s.io/client-go/tools/clientcmd/overrides.go ./vendor/k8s.io/client-go/tools/clientcmd/client_config.go ./vendor/k8s.io/client-go/tools/clientcmd/config.go ./vendor/k8s.io/client-go/tools/clientcmd/flag.go ./vendor/k8s.io/client-go/tools/clientcmd/merged_client_builder.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.defaults.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/doc.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/conversion.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/defaults.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/register.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/types.go ./vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.conversion.go ./vendor/k8s.io/client-go/tools/clientcmd/api/helpers.go ./vendor/k8s.io/client-go/tools/clientcmd/api/doc.go ./vendor/k8s.io/client-go/tools/clientcmd/api/register.go ./vendor/k8s.io/client-go/tools/clientcmd/api/latest/latest.go ./vendor/k8s.io/client-go/tools/clientcmd/api/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/tools/clientcmd/api/types.go ./vendor/k8s.io/client-go/tools/pager/pager.go ./vendor/k8s.io/client-go/tools/metrics/metrics.go ./vendor/k8s.io/client-go/rest/warnings.go ./vendor/k8s.io/client-go/rest/with_retry.go ./vendor/k8s.io/client-go/rest/url_utils.go ./vendor/k8s.io/client-go/rest/watch/decoder.go ./vendor/k8s.io/client-go/rest/watch/encoder.go ./vendor/k8s.io/client-go/rest/urlbackoff.go ./vendor/k8s.io/client-go/rest/request.go ./vendor/k8s.io/client-go/rest/exec.go ./vendor/k8s.io/client-go/rest/fake/fake.go ./vendor/k8s.io/client-go/rest/plugin.go ./vendor/k8s.io/client-go/rest/config.go ./vendor/k8s.io/client-go/rest/client.go ./vendor/k8s.io/client-go/rest/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/rest/transport.go ./vendor/k8s.io/client-go/testing/actions.go ./vendor/k8s.io/client-go/testing/interface.go ./vendor/k8s.io/client-go/testing/fixture.go ./vendor/k8s.io/client-go/testing/fake.go ./vendor/k8s.io/client-go/kubernetes/scheme/doc.go ./vendor/k8s.io/client-go/kubernetes/scheme/register.go ./vendor/k8s.io/client-go/kubernetes/clientset.go ./vendor/k8s.io/client-go/kubernetes/doc.go ./vendor/k8s.io/client-go/kubernetes/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/fake/register.go ./vendor/k8s.io/client-go/kubernetes/fake/clientset_generated.go ./vendor/k8s.io/client-go/kubernetes/import.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/secret.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/service.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/limitrange.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/pod_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/namespace_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/event_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/pod.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/podtemplate.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/resourcequota.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/configmap.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/replicationcontroller.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/persistentvolume.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/namespace.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/service_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_node.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_replicationcontroller.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_componentstatus.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_secret.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_event.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_namespace_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_pod_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_limitrange.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_serviceaccount.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_resourcequota.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_persistentvolumeclaim.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_event_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_node_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_persistentvolume.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_endpoints.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_namespace.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_service_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_service.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_configmap.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_pod.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_core_client.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_podtemplate.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/core_client.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/event.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/persistentvolumeclaim.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/endpoints.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/componentstatus.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/node.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/serviceaccount.go ./vendor/k8s.io/client-go/kubernetes/typed/core/v1/node_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/fake/fake_batch_client.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/fake/fake_job.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/fake/fake_cronjob.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/cronjob.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/batch_client.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1/job.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/fake/fake_batch_client.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/fake/fake_cronjob.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/cronjob.go ./vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/batch_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/fake/fake_storageversion.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/fake/fake_apiserverinternal_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/storageversion.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/apiserverinternal_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/selfsubjectrulesreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/authorization_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/localsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/fake/fake_authorization_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/fake/fake_localsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/fake/fake_selfsubjectrulesreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/fake/fake_selfsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/fake/fake_subjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/subjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/selfsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/selfsubjectrulesreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/authorization_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/localsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake/fake_authorization_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake/fake_localsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake/fake_selfsubjectrulesreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake/fake_selfsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake/fake_subjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/subjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/selfsubjectaccessreview.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/coordination_client.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/lease.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/fake/fake_lease.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/fake/fake_coordination_client.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/coordination_client.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/lease.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/fake/fake_lease.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/fake/fake_coordination_client.go ./vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/apps_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/daemonset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/fake_statefulset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/fake_deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/fake_replicaset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/fake_daemonset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/fake_apps_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/fake/fake_controllerrevision.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/controllerrevision.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/replicaset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1/statefulset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/apps_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake/fake_statefulset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake/fake_deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake/fake_apps_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake/fake_controllerrevision.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/controllerrevision.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/statefulset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/apps_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/daemonset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/fake_statefulset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/fake_deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/fake_replicaset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/fake_daemonset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/fake_apps_client.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake/fake_controllerrevision.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/controllerrevision.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/replicaset.go ./vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/statefulset.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/podsecuritypolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/daemonset.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/deployment_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_deployment.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_replicaset.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_daemonset.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_networkpolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_ingress.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_extensions_client.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_podsecuritypolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake/fake_deployment_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/ingress.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/networkpolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/replicaset.go ./vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/extensions_client.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/fake/fake_node_client.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/fake/fake_runtimeclass.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/runtimeclass.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1/node_client.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/fake/fake_node_client.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/fake/fake_runtimeclass.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/runtimeclass.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/node_client.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/fake/fake_node_client.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/fake/fake_runtimeclass.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/runtimeclass.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/node_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/autoscaling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/horizontalpodautoscaler.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/fake/fake_autoscaling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/fake/fake_horizontalpodautoscaler.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/autoscaling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/horizontalpodautoscaler.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/fake/fake_autoscaling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/fake/fake_horizontalpodautoscaler.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/autoscaling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/horizontalpodautoscaler.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/fake/fake_autoscaling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/fake/fake_horizontalpodautoscaler.go ./vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/fake/fake_ingressclass.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/fake/fake_networkpolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/fake/fake_ingress.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/fake/fake_networking_client.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/ingress.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/ingressclass.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/networking_client.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/networkpolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/fake/fake_ingressclass.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/fake/fake_ingress.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/fake/fake_networking_client.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/ingress.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/ingressclass.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/networking_client.go ./vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/certificates_client.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/fake/fake_certificatesigningrequest.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/fake/fake_certificates_client.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/certificatesigningrequest.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/certificates_client.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/fake/fake_certificatesigningrequest.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/fake/fake_certificatesigningrequest_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/fake/fake_certificates_client.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/certificatesigningrequest_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/certificatesigningrequest.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/events_client.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/fake/fake_event.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/fake/fake_events_client.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/event.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/events_client.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/event_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/fake/fake_event.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/fake/fake_event_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/fake/fake_events_client.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/event.go ./vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/fake/fake_mutatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/fake/fake_validatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/fake/fake_admissionregistration_client.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/validatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/admissionregistration_client.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/mutatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/fake/fake_mutatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/fake/fake_validatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/fake/fake_admissionregistration_client.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/validatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/admissionregistration_client.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/mutatingwebhookconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/policy_client.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/poddisruptionbudget.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/eviction_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/fake/fake_eviction.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/fake/fake_policy_client.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/fake/fake_poddisruptionbudget.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/fake/fake_eviction_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1/eviction.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/podsecuritypolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/policy_client.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/poddisruptionbudget.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/eviction_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake/fake_eviction.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake/fake_policy_client.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake/fake_poddisruptionbudget.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake/fake_eviction_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake/fake_podsecuritypolicy.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/eviction.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/endpointslice.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/fake/fake_endpointslice.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/fake/fake_discovery_client.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/discovery_client.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/endpointslice.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/fake/fake_endpointslice.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/fake/fake_discovery_client.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/discovery_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/fake/fake_scheduling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/fake/fake_priorityclass.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/scheduling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/priorityclass.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/fake/fake_scheduling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/fake/fake_priorityclass.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/scheduling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/priorityclass.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/fake/fake_scheduling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/fake/fake_priorityclass.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/scheduling_client.go ./vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/priorityclass.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/authentication_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/tokenreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/fake/fake_tokenreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/fake/fake_authentication_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/authentication_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/tokenreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/fake/fake_tokenreview.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/fake/fake_authentication_client.go ./vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/rolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/clusterrole.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/rbac_client.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/fake/fake_role.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/fake/fake_clusterrole.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/fake/fake_rolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/fake/fake_rbac_client.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/fake/fake_clusterrolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/role.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/clusterrolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/rolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/clusterrole.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/rbac_client.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake/fake_role.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake/fake_clusterrole.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake/fake_rolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake/fake_rbac_client.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake/fake_clusterrolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/role.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/clusterrolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/rolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/clusterrole.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/rbac_client.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake/fake_role.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake/fake_clusterrole.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake/fake_rolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake/fake_rbac_client.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake/fake_clusterrolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/role.go ./vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/clusterrolebinding.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/storage_client.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/volumeattachment.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/fake/fake_storage_client.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/fake/fake_storageclass.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/fake/fake_volumeattachment.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/fake/fake_csinode.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/fake/fake_csidriver.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/csinode.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/storageclass.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1/csidriver.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/storage_client.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/volumeattachment.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/fake_storage_client.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/fake_storageclass.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/fake_volumeattachment.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/fake_csistoragecapacity.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/fake_csinode.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake/fake_csidriver.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/csinode.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/csistoragecapacity.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/storageclass.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/csidriver.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/storage_client.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/volumeattachment.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake/fake_storage_client.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake/fake_volumeattachment.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake/fake_csistoragecapacity.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/csistoragecapacity.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/flowschema.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/flowcontrol_client.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/fake/fake_prioritylevelconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/fake/fake_flowschema.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/fake/fake_flowcontrol_client.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/prioritylevelconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/flowschema.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/flowcontrol_client.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/fake/doc.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/fake/fake_prioritylevelconfiguration.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/fake/fake_flowschema.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/fake/fake_flowcontrol_client.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/generated_expansion.go ./vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/prioritylevelconfiguration.go ./vendor/k8s.io/client-go/transport/token_source.go ./vendor/k8s.io/client-go/transport/round_trippers.go ./vendor/k8s.io/client-go/transport/config.go ./vendor/k8s.io/client-go/transport/cert_rotation.go ./vendor/k8s.io/client-go/transport/cache.go ./vendor/k8s.io/client-go/transport/transport.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.defaults.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/doc.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/conversion.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/register.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/types.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.conversion.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/doc.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.defaults.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/doc.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/conversion.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/register.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/types.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.conversion.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/register.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/install/install.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/zz_generated.defaults.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/doc.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/conversion.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/register.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/types.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/zz_generated.conversion.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/zz_generated.deepcopy.go ./vendor/k8s.io/client-go/pkg/apis/clientauthentication/types.go ./vendor/k8s.io/client-go/pkg/version/doc.go ./vendor/k8s.io/client-go/pkg/version/base.go ./vendor/k8s.io/client-go/pkg/version/version.go ./vendor/k8s.io/client-go/discovery/doc.go ./vendor/k8s.io/client-go/discovery/helper.go ./vendor/k8s.io/client-go/discovery/fake/discovery.go ./vendor/k8s.io/client-go/discovery/discovery_client.go ./vendor/k8s.io/client-go/util/cert/io.go ./vendor/k8s.io/client-go/util/cert/cert.go ./vendor/k8s.io/client-go/util/cert/server_inspection.go ./vendor/k8s.io/client-go/util/cert/csr.go ./vendor/k8s.io/client-go/util/cert/pem.go ./vendor/k8s.io/client-go/util/workqueue/doc.go ./vendor/k8s.io/client-go/util/workqueue/default_rate_limiters.go ./vendor/k8s.io/client-go/util/workqueue/metrics.go ./vendor/k8s.io/client-go/util/workqueue/queue.go ./vendor/k8s.io/client-go/util/workqueue/rate_limiting_queue.go ./vendor/k8s.io/client-go/util/workqueue/parallelizer.go ./vendor/k8s.io/client-go/util/workqueue/delaying_queue.go ./vendor/k8s.io/client-go/util/connrotation/connrotation.go ./vendor/k8s.io/client-go/util/keyutil/key.go ./vendor/k8s.io/client-go/util/homedir/homedir.go ./vendor/k8s.io/client-go/util/flowcontrol/throttle.go ./vendor/k8s.io/client-go/util/flowcontrol/backoff.go ./vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/metrics.go ./vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/exec.go ./vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go ./vendor/k8s.io/apimachinery/third_party/forked/golang/json/fields.go ./vendor/k8s.io/apimachinery/pkg/selection/operator.go ./vendor/k8s.io/apimachinery/pkg/watch/doc.go ./vendor/k8s.io/apimachinery/pkg/watch/mux.go ./vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go ./vendor/k8s.io/apimachinery/pkg/watch/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/watch/watch.go ./vendor/k8s.io/apimachinery/pkg/watch/filter.go ./vendor/k8s.io/apimachinery/pkg/conversion/doc.go ./vendor/k8s.io/apimachinery/pkg/conversion/helper.go ./vendor/k8s.io/apimachinery/pkg/conversion/converter.go ./vendor/k8s.io/apimachinery/pkg/conversion/queryparams/doc.go ./vendor/k8s.io/apimachinery/pkg/conversion/queryparams/convert.go ./vendor/k8s.io/apimachinery/pkg/conversion/deep_equal.go ./vendor/k8s.io/apimachinery/pkg/types/namespacedname.go ./vendor/k8s.io/apimachinery/pkg/types/doc.go ./vendor/k8s.io/apimachinery/pkg/types/uid.go ./vendor/k8s.io/apimachinery/pkg/types/patch.go ./vendor/k8s.io/apimachinery/pkg/types/nodename.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.defaults.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/labels.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/time_proto.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/helpers.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/doc.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/conversion.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/group_version.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/register.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/deepcopy.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/meta.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/time.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/watch.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/time_fuzz.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time_fuzz.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time_proto.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.conversion.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/helpers.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured_list.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/controller_ref.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1/duration.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/zz_generated.defaults.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/doc.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/conversion.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/register.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/deepcopy.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.pb.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/types.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/doc.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/register.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/types.go ./vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/zz_generated.conversion.go ./vendor/k8s.io/apimachinery/pkg/api/errors/doc.go ./vendor/k8s.io/apimachinery/pkg/api/errors/errors.go ./vendor/k8s.io/apimachinery/pkg/api/meta/multirestmapper.go ./vendor/k8s.io/apimachinery/pkg/api/meta/doc.go ./vendor/k8s.io/apimachinery/pkg/api/meta/priority.go ./vendor/k8s.io/apimachinery/pkg/api/meta/conditions.go ./vendor/k8s.io/apimachinery/pkg/api/meta/interfaces.go ./vendor/k8s.io/apimachinery/pkg/api/meta/firsthit_restmapper.go ./vendor/k8s.io/apimachinery/pkg/api/meta/lazy.go ./vendor/k8s.io/apimachinery/pkg/api/meta/meta.go ./vendor/k8s.io/apimachinery/pkg/api/meta/restmapper.go ./vendor/k8s.io/apimachinery/pkg/api/meta/errors.go ./vendor/k8s.io/apimachinery/pkg/api/meta/help.go ./vendor/k8s.io/apimachinery/pkg/api/resource/math.go ./vendor/k8s.io/apimachinery/pkg/api/resource/suffix.go ./vendor/k8s.io/apimachinery/pkg/api/resource/generated.pb.go ./vendor/k8s.io/apimachinery/pkg/api/resource/scale_int.go ./vendor/k8s.io/apimachinery/pkg/api/resource/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/api/resource/quantity_proto.go ./vendor/k8s.io/apimachinery/pkg/api/resource/amount.go ./vendor/k8s.io/apimachinery/pkg/api/resource/quantity.go ./vendor/k8s.io/apimachinery/pkg/fields/doc.go ./vendor/k8s.io/apimachinery/pkg/fields/selector.go ./vendor/k8s.io/apimachinery/pkg/fields/fields.go ./vendor/k8s.io/apimachinery/pkg/fields/requirements.go ./vendor/k8s.io/apimachinery/pkg/labels/labels.go ./vendor/k8s.io/apimachinery/pkg/labels/doc.go ./vendor/k8s.io/apimachinery/pkg/labels/selector.go ./vendor/k8s.io/apimachinery/pkg/labels/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/runtime/embedded.go ./vendor/k8s.io/apimachinery/pkg/runtime/doc.go ./vendor/k8s.io/apimachinery/pkg/runtime/conversion.go ./vendor/k8s.io/apimachinery/pkg/runtime/negotiate.go ./vendor/k8s.io/apimachinery/pkg/runtime/helper.go ./vendor/k8s.io/apimachinery/pkg/runtime/codec.go ./vendor/k8s.io/apimachinery/pkg/runtime/mapper.go ./vendor/k8s.io/apimachinery/pkg/runtime/register.go ./vendor/k8s.io/apimachinery/pkg/runtime/extension.go ./vendor/k8s.io/apimachinery/pkg/runtime/error.go ./vendor/k8s.io/apimachinery/pkg/runtime/interfaces.go ./vendor/k8s.io/apimachinery/pkg/runtime/generated.pb.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning/versioning.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/codec_factory.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming/streaming.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/json/json.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/json/meta.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/negotiated_codec.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer/recognizer.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf/protobuf.go ./vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf/doc.go ./vendor/k8s.io/apimachinery/pkg/runtime/codec_check.go ./vendor/k8s.io/apimachinery/pkg/runtime/converter.go ./vendor/k8s.io/apimachinery/pkg/runtime/zz_generated.deepcopy.go ./vendor/k8s.io/apimachinery/pkg/runtime/scheme_builder.go ./vendor/k8s.io/apimachinery/pkg/runtime/scheme.go ./vendor/k8s.io/apimachinery/pkg/runtime/schema/group_version.go ./vendor/k8s.io/apimachinery/pkg/runtime/schema/interfaces.go ./vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.pb.go ./vendor/k8s.io/apimachinery/pkg/runtime/types.go ./vendor/k8s.io/apimachinery/pkg/runtime/swagger_doc_generator.go ./vendor/k8s.io/apimachinery/pkg/runtime/types_proto.go ./vendor/k8s.io/apimachinery/pkg/version/helpers.go ./vendor/k8s.io/apimachinery/pkg/version/doc.go ./vendor/k8s.io/apimachinery/pkg/version/types.go ./vendor/k8s.io/apimachinery/pkg/util/naming/from_stack.go ./vendor/k8s.io/apimachinery/pkg/util/validation/validation.go ./vendor/k8s.io/apimachinery/pkg/util/validation/field/path.go ./vendor/k8s.io/apimachinery/pkg/util/validation/field/errors.go ./vendor/k8s.io/apimachinery/pkg/util/clock/clock.go ./vendor/k8s.io/apimachinery/pkg/util/errors/doc.go ./vendor/k8s.io/apimachinery/pkg/util/errors/errors.go ./vendor/k8s.io/apimachinery/pkg/util/net/http.go ./vendor/k8s.io/apimachinery/pkg/util/net/port_range.go ./vendor/k8s.io/apimachinery/pkg/util/net/interface.go ./vendor/k8s.io/apimachinery/pkg/util/net/util.go ./vendor/k8s.io/apimachinery/pkg/util/net/port_split.go ./vendor/k8s.io/apimachinery/pkg/util/yaml/decoder.go ./vendor/k8s.io/apimachinery/pkg/util/cache/lruexpirecache.go ./vendor/k8s.io/apimachinery/pkg/util/cache/expiring.go ./vendor/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go ./vendor/k8s.io/apimachinery/pkg/util/strategicpatch/meta.go ./vendor/k8s.io/apimachinery/pkg/util/strategicpatch/types.go ./vendor/k8s.io/apimachinery/pkg/util/strategicpatch/errors.go ./vendor/k8s.io/apimachinery/pkg/util/mergepatch/util.go ./vendor/k8s.io/apimachinery/pkg/util/mergepatch/errors.go ./vendor/k8s.io/apimachinery/pkg/util/diff/diff.go ./vendor/k8s.io/apimachinery/pkg/util/framer/framer.go ./vendor/k8s.io/apimachinery/pkg/util/sets/empty.go ./vendor/k8s.io/apimachinery/pkg/util/sets/doc.go ./vendor/k8s.io/apimachinery/pkg/util/sets/int64.go ./vendor/k8s.io/apimachinery/pkg/util/sets/int32.go ./vendor/k8s.io/apimachinery/pkg/util/sets/byte.go ./vendor/k8s.io/apimachinery/pkg/util/sets/string.go ./vendor/k8s.io/apimachinery/pkg/util/sets/int.go ./vendor/k8s.io/apimachinery/pkg/util/intstr/instr_fuzz.go ./vendor/k8s.io/apimachinery/pkg/util/intstr/generated.pb.go ./vendor/k8s.io/apimachinery/pkg/util/intstr/intstr.go ./vendor/k8s.io/apimachinery/pkg/util/wait/doc.go ./vendor/k8s.io/apimachinery/pkg/util/wait/wait.go ./vendor/k8s.io/apimachinery/pkg/util/json/json.go ./vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go ./vendor/k8s.io/apimachinery/pkg/util/version/doc.go ./vendor/k8s.io/apimachinery/pkg/util/version/version.go ./vendor/k8s.io/apimachinery/pkg/util/managedfields/extract.go ./vendor/k8s.io/api/core/v1/taint.go ./vendor/k8s.io/api/core/v1/well_known_labels.go ./vendor/k8s.io/api/core/v1/annotation_key_constants.go ./vendor/k8s.io/api/core/v1/lifecycle.go ./vendor/k8s.io/api/core/v1/doc.go ./vendor/k8s.io/api/core/v1/register.go ./vendor/k8s.io/api/core/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/core/v1/generated.pb.go ./vendor/k8s.io/api/core/v1/resource.go ./vendor/k8s.io/api/core/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/core/v1/objectreference.go ./vendor/k8s.io/api/core/v1/well_known_taints.go ./vendor/k8s.io/api/core/v1/types.go ./vendor/k8s.io/api/core/v1/toleration.go ./vendor/k8s.io/api/batch/v1/doc.go ./vendor/k8s.io/api/batch/v1/register.go ./vendor/k8s.io/api/batch/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/batch/v1/generated.pb.go ./vendor/k8s.io/api/batch/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/batch/v1/types.go ./vendor/k8s.io/api/batch/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/batch/v1beta1/doc.go ./vendor/k8s.io/api/batch/v1beta1/register.go ./vendor/k8s.io/api/batch/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/batch/v1beta1/generated.pb.go ./vendor/k8s.io/api/batch/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/batch/v1beta1/types.go ./vendor/k8s.io/api/apiserverinternal/v1alpha1/doc.go ./vendor/k8s.io/api/apiserverinternal/v1alpha1/register.go ./vendor/k8s.io/api/apiserverinternal/v1alpha1/types_swagger_doc_generated.go ./vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.pb.go ./vendor/k8s.io/api/apiserverinternal/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/api/apiserverinternal/v1alpha1/types.go ./vendor/k8s.io/api/authorization/v1/doc.go ./vendor/k8s.io/api/authorization/v1/register.go ./vendor/k8s.io/api/authorization/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/authorization/v1/generated.pb.go ./vendor/k8s.io/api/authorization/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/authorization/v1/types.go ./vendor/k8s.io/api/authorization/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/authorization/v1beta1/doc.go ./vendor/k8s.io/api/authorization/v1beta1/register.go ./vendor/k8s.io/api/authorization/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/authorization/v1beta1/generated.pb.go ./vendor/k8s.io/api/authorization/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/authorization/v1beta1/types.go ./vendor/k8s.io/api/coordination/v1/doc.go ./vendor/k8s.io/api/coordination/v1/register.go ./vendor/k8s.io/api/coordination/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/coordination/v1/generated.pb.go ./vendor/k8s.io/api/coordination/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/coordination/v1/types.go ./vendor/k8s.io/api/coordination/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/coordination/v1beta1/doc.go ./vendor/k8s.io/api/coordination/v1beta1/register.go ./vendor/k8s.io/api/coordination/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/coordination/v1beta1/generated.pb.go ./vendor/k8s.io/api/coordination/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/coordination/v1beta1/types.go ./vendor/k8s.io/api/apps/v1/doc.go ./vendor/k8s.io/api/apps/v1/register.go ./vendor/k8s.io/api/apps/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/apps/v1/generated.pb.go ./vendor/k8s.io/api/apps/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/apps/v1/types.go ./vendor/k8s.io/api/apps/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/apps/v1beta1/doc.go ./vendor/k8s.io/api/apps/v1beta1/register.go ./vendor/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/apps/v1beta1/generated.pb.go ./vendor/k8s.io/api/apps/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/apps/v1beta1/types.go ./vendor/k8s.io/api/apps/v1beta2/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/apps/v1beta2/doc.go ./vendor/k8s.io/api/apps/v1beta2/register.go ./vendor/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go ./vendor/k8s.io/api/apps/v1beta2/generated.pb.go ./vendor/k8s.io/api/apps/v1beta2/zz_generated.deepcopy.go ./vendor/k8s.io/api/apps/v1beta2/types.go ./vendor/k8s.io/api/extensions/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/extensions/v1beta1/doc.go ./vendor/k8s.io/api/extensions/v1beta1/register.go ./vendor/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/extensions/v1beta1/generated.pb.go ./vendor/k8s.io/api/extensions/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/extensions/v1beta1/types.go ./vendor/k8s.io/api/node/v1/doc.go ./vendor/k8s.io/api/node/v1/register.go ./vendor/k8s.io/api/node/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/node/v1/generated.pb.go ./vendor/k8s.io/api/node/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/node/v1/types.go ./vendor/k8s.io/api/node/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/node/v1beta1/doc.go ./vendor/k8s.io/api/node/v1beta1/register.go ./vendor/k8s.io/api/node/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/node/v1beta1/generated.pb.go ./vendor/k8s.io/api/node/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/node/v1beta1/types.go ./vendor/k8s.io/api/node/v1alpha1/doc.go ./vendor/k8s.io/api/node/v1alpha1/register.go ./vendor/k8s.io/api/node/v1alpha1/types_swagger_doc_generated.go ./vendor/k8s.io/api/node/v1alpha1/generated.pb.go ./vendor/k8s.io/api/node/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/api/node/v1alpha1/types.go ./vendor/k8s.io/api/autoscaling/v2beta2/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/autoscaling/v2beta2/doc.go ./vendor/k8s.io/api/autoscaling/v2beta2/register.go ./vendor/k8s.io/api/autoscaling/v2beta2/types_swagger_doc_generated.go ./vendor/k8s.io/api/autoscaling/v2beta2/generated.pb.go ./vendor/k8s.io/api/autoscaling/v2beta2/zz_generated.deepcopy.go ./vendor/k8s.io/api/autoscaling/v2beta2/types.go ./vendor/k8s.io/api/autoscaling/v1/doc.go ./vendor/k8s.io/api/autoscaling/v1/register.go ./vendor/k8s.io/api/autoscaling/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/autoscaling/v1/generated.pb.go ./vendor/k8s.io/api/autoscaling/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/autoscaling/v1/types.go ./vendor/k8s.io/api/autoscaling/v2beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/autoscaling/v2beta1/doc.go ./vendor/k8s.io/api/autoscaling/v2beta1/register.go ./vendor/k8s.io/api/autoscaling/v2beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/autoscaling/v2beta1/generated.pb.go ./vendor/k8s.io/api/autoscaling/v2beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/autoscaling/v2beta1/types.go ./vendor/k8s.io/api/networking/v1/doc.go ./vendor/k8s.io/api/networking/v1/register.go ./vendor/k8s.io/api/networking/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/networking/v1/well_known_annotations.go ./vendor/k8s.io/api/networking/v1/generated.pb.go ./vendor/k8s.io/api/networking/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/networking/v1/types.go ./vendor/k8s.io/api/networking/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/networking/v1beta1/doc.go ./vendor/k8s.io/api/networking/v1beta1/register.go ./vendor/k8s.io/api/networking/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/networking/v1beta1/well_known_annotations.go ./vendor/k8s.io/api/networking/v1beta1/generated.pb.go ./vendor/k8s.io/api/networking/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/networking/v1beta1/types.go ./vendor/k8s.io/api/certificates/v1/doc.go ./vendor/k8s.io/api/certificates/v1/register.go ./vendor/k8s.io/api/certificates/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/certificates/v1/generated.pb.go ./vendor/k8s.io/api/certificates/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/certificates/v1/types.go ./vendor/k8s.io/api/certificates/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/certificates/v1beta1/doc.go ./vendor/k8s.io/api/certificates/v1beta1/register.go ./vendor/k8s.io/api/certificates/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/certificates/v1beta1/generated.pb.go ./vendor/k8s.io/api/certificates/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/certificates/v1beta1/types.go ./vendor/k8s.io/api/events/v1/doc.go ./vendor/k8s.io/api/events/v1/register.go ./vendor/k8s.io/api/events/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/events/v1/generated.pb.go ./vendor/k8s.io/api/events/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/events/v1/types.go ./vendor/k8s.io/api/events/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/events/v1beta1/doc.go ./vendor/k8s.io/api/events/v1beta1/register.go ./vendor/k8s.io/api/events/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/events/v1beta1/generated.pb.go ./vendor/k8s.io/api/events/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/events/v1beta1/types.go ./vendor/k8s.io/api/admissionregistration/v1/doc.go ./vendor/k8s.io/api/admissionregistration/v1/register.go ./vendor/k8s.io/api/admissionregistration/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/admissionregistration/v1/generated.pb.go ./vendor/k8s.io/api/admissionregistration/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/admissionregistration/v1/types.go ./vendor/k8s.io/api/admissionregistration/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/admissionregistration/v1beta1/doc.go ./vendor/k8s.io/api/admissionregistration/v1beta1/register.go ./vendor/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/admissionregistration/v1beta1/generated.pb.go ./vendor/k8s.io/api/admissionregistration/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/admissionregistration/v1beta1/types.go ./vendor/k8s.io/api/policy/v1/doc.go ./vendor/k8s.io/api/policy/v1/register.go ./vendor/k8s.io/api/policy/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/policy/v1/generated.pb.go ./vendor/k8s.io/api/policy/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/policy/v1/types.go ./vendor/k8s.io/api/policy/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/policy/v1beta1/doc.go ./vendor/k8s.io/api/policy/v1beta1/register.go ./vendor/k8s.io/api/policy/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/policy/v1beta1/generated.pb.go ./vendor/k8s.io/api/policy/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/policy/v1beta1/types.go ./vendor/k8s.io/api/discovery/v1/well_known_labels.go ./vendor/k8s.io/api/discovery/v1/doc.go ./vendor/k8s.io/api/discovery/v1/register.go ./vendor/k8s.io/api/discovery/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/discovery/v1/generated.pb.go ./vendor/k8s.io/api/discovery/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/discovery/v1/types.go ./vendor/k8s.io/api/discovery/v1beta1/well_known_labels.go ./vendor/k8s.io/api/discovery/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/discovery/v1beta1/doc.go ./vendor/k8s.io/api/discovery/v1beta1/register.go ./vendor/k8s.io/api/discovery/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/discovery/v1beta1/generated.pb.go ./vendor/k8s.io/api/discovery/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/discovery/v1beta1/types.go ./vendor/k8s.io/api/scheduling/v1/doc.go ./vendor/k8s.io/api/scheduling/v1/register.go ./vendor/k8s.io/api/scheduling/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/scheduling/v1/generated.pb.go ./vendor/k8s.io/api/scheduling/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/scheduling/v1/types.go ./vendor/k8s.io/api/scheduling/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/scheduling/v1beta1/doc.go ./vendor/k8s.io/api/scheduling/v1beta1/register.go ./vendor/k8s.io/api/scheduling/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/scheduling/v1beta1/generated.pb.go ./vendor/k8s.io/api/scheduling/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/scheduling/v1beta1/types.go ./vendor/k8s.io/api/scheduling/v1alpha1/doc.go ./vendor/k8s.io/api/scheduling/v1alpha1/register.go ./vendor/k8s.io/api/scheduling/v1alpha1/types_swagger_doc_generated.go ./vendor/k8s.io/api/scheduling/v1alpha1/generated.pb.go ./vendor/k8s.io/api/scheduling/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/api/scheduling/v1alpha1/types.go ./vendor/k8s.io/api/authentication/v1/doc.go ./vendor/k8s.io/api/authentication/v1/register.go ./vendor/k8s.io/api/authentication/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/authentication/v1/generated.pb.go ./vendor/k8s.io/api/authentication/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/authentication/v1/types.go ./vendor/k8s.io/api/authentication/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/authentication/v1beta1/doc.go ./vendor/k8s.io/api/authentication/v1beta1/register.go ./vendor/k8s.io/api/authentication/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/authentication/v1beta1/generated.pb.go ./vendor/k8s.io/api/authentication/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/authentication/v1beta1/types.go ./vendor/k8s.io/api/rbac/v1/doc.go ./vendor/k8s.io/api/rbac/v1/register.go ./vendor/k8s.io/api/rbac/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/rbac/v1/generated.pb.go ./vendor/k8s.io/api/rbac/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/rbac/v1/types.go ./vendor/k8s.io/api/rbac/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/rbac/v1beta1/doc.go ./vendor/k8s.io/api/rbac/v1beta1/register.go ./vendor/k8s.io/api/rbac/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/rbac/v1beta1/generated.pb.go ./vendor/k8s.io/api/rbac/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/rbac/v1beta1/types.go ./vendor/k8s.io/api/rbac/v1alpha1/doc.go ./vendor/k8s.io/api/rbac/v1alpha1/register.go ./vendor/k8s.io/api/rbac/v1alpha1/types_swagger_doc_generated.go ./vendor/k8s.io/api/rbac/v1alpha1/generated.pb.go ./vendor/k8s.io/api/rbac/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/api/rbac/v1alpha1/types.go ./vendor/k8s.io/api/storage/v1/doc.go ./vendor/k8s.io/api/storage/v1/register.go ./vendor/k8s.io/api/storage/v1/types_swagger_doc_generated.go ./vendor/k8s.io/api/storage/v1/generated.pb.go ./vendor/k8s.io/api/storage/v1/zz_generated.deepcopy.go ./vendor/k8s.io/api/storage/v1/types.go ./vendor/k8s.io/api/storage/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/storage/v1beta1/doc.go ./vendor/k8s.io/api/storage/v1beta1/register.go ./vendor/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/storage/v1beta1/generated.pb.go ./vendor/k8s.io/api/storage/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/storage/v1beta1/types.go ./vendor/k8s.io/api/storage/v1alpha1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/storage/v1alpha1/doc.go ./vendor/k8s.io/api/storage/v1alpha1/register.go ./vendor/k8s.io/api/storage/v1alpha1/types_swagger_doc_generated.go ./vendor/k8s.io/api/storage/v1alpha1/generated.pb.go ./vendor/k8s.io/api/storage/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/api/storage/v1alpha1/types.go ./vendor/k8s.io/api/flowcontrol/v1beta1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/flowcontrol/v1beta1/doc.go ./vendor/k8s.io/api/flowcontrol/v1beta1/register.go ./vendor/k8s.io/api/flowcontrol/v1beta1/types_swagger_doc_generated.go ./vendor/k8s.io/api/flowcontrol/v1beta1/generated.pb.go ./vendor/k8s.io/api/flowcontrol/v1beta1/zz_generated.deepcopy.go ./vendor/k8s.io/api/flowcontrol/v1beta1/types.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/zz_generated.prerelease-lifecycle.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/doc.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/register.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/types_swagger_doc_generated.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/generated.pb.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/zz_generated.deepcopy.go ./vendor/k8s.io/api/flowcontrol/v1alpha1/types.go ./vendor/k8s.io/utils/integer/integer.go ./vendor/k8s.io/utils/trace/trace.go ./vendor/k8s.io/utils/buffer/ring_growing.go ./vendor/cloud.google.com/go/compute/metadata/metadata.go ./vendor/cloud.google.com/go/compute/metadata/retry.go ./vendor/cloud.google.com/go/compute/metadata/retry_linux.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/default_value_decoders.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/default_value_encoders.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/proxy.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/map_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/time_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/doc.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/pointer_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/string_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/struct_tag_parser.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/mode.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/array_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/slice_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/cond_addr_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/registry.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/byte_slice_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/struct_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/types.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/uint_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/empty_interface_codec.go ./vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/bsoncodec.go ./vendor/go.mongodb.org/mongo-driver/bson/decoder.go ./vendor/go.mongodb.org/mongo-driver/bson/marshal.go ./vendor/go.mongodb.org/mongo-driver/bson/primitive/primitive.go ./vendor/go.mongodb.org/mongo-driver/bson/primitive/decimal.go ./vendor/go.mongodb.org/mongo-driver/bson/primitive/objectid.go ./vendor/go.mongodb.org/mongo-driver/bson/doc.go ./vendor/go.mongodb.org/mongo-driver/bson/bson_1_8.go ./vendor/go.mongodb.org/mongo-driver/bson/bson.go ./vendor/go.mongodb.org/mongo-driver/bson/raw.go ./vendor/go.mongodb.org/mongo-driver/bson/primitive_codecs.go ./vendor/go.mongodb.org/mongo-driver/bson/bsontype/bsontype.go ./vendor/go.mongodb.org/mongo-driver/bson/registry.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/uint_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/slice_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/byte_slice_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/map_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/string_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/time_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/struct_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/empty_interface_codec_options.go ./vendor/go.mongodb.org/mongo-driver/bson/raw_value.go ./vendor/go.mongodb.org/mongo-driver/bson/raw_element.go ./vendor/go.mongodb.org/mongo-driver/bson/encoder.go ./vendor/go.mongodb.org/mongo-driver/bson/unmarshal.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/json_scanner.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/writer.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_reader.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/doc.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_wrappers.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_reader.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/mode.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_parser.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/reader.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_tables.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_writer.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/copier.go ./vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_writer.go ./vendor/go.mongodb.org/mongo-driver/bson/types.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bsoncore.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/document_sequence.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/element.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/document.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/array.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bson_documentbuilder.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bson_arraybuilder.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/tables.go ./vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/value.go ./vendor/gopkg.in/yaml.v3/readerc.go ./vendor/gopkg.in/yaml.v3/encode.go ./vendor/gopkg.in/yaml.v3/yaml.go ./vendor/gopkg.in/yaml.v3/apic.go ./vendor/gopkg.in/yaml.v3/yamlprivateh.go ./vendor/gopkg.in/yaml.v3/decode.go ./vendor/gopkg.in/yaml.v3/sorter.go ./vendor/gopkg.in/yaml.v3/scannerc.go ./vendor/gopkg.in/yaml.v3/resolve.go ./vendor/gopkg.in/yaml.v3/writerc.go ./vendor/gopkg.in/yaml.v3/emitterc.go ./vendor/gopkg.in/yaml.v3/yamlh.go ./vendor/gopkg.in/yaml.v3/parserc.go ./vendor/gopkg.in/alecthomas/kingpin.v2/values_generated.go ./vendor/gopkg.in/alecthomas/kingpin.v2/guesswidth.go ./vendor/gopkg.in/alecthomas/kingpin.v2/doc.go ./vendor/gopkg.in/alecthomas/kingpin.v2/global.go ./vendor/gopkg.in/alecthomas/kingpin.v2/flags.go ./vendor/gopkg.in/alecthomas/kingpin.v2/actions.go ./vendor/gopkg.in/alecthomas/kingpin.v2/completions.go ./vendor/gopkg.in/alecthomas/kingpin.v2/templates.go ./vendor/gopkg.in/alecthomas/kingpin.v2/model.go ./vendor/gopkg.in/alecthomas/kingpin.v2/parser.go ./vendor/gopkg.in/alecthomas/kingpin.v2/usage.go ./vendor/gopkg.in/alecthomas/kingpin.v2/values.go ./vendor/gopkg.in/alecthomas/kingpin.v2/guesswidth_unix.go ./vendor/gopkg.in/alecthomas/kingpin.v2/app.go ./vendor/gopkg.in/alecthomas/kingpin.v2/envar.go ./vendor/gopkg.in/alecthomas/kingpin.v2/parsers.go ./vendor/gopkg.in/alecthomas/kingpin.v2/cmd.go ./vendor/gopkg.in/alecthomas/kingpin.v2/args.go ./vendor/gopkg.in/yaml.v2/readerc.go ./vendor/gopkg.in/yaml.v2/encode.go ./vendor/gopkg.in/yaml.v2/yaml.go ./vendor/gopkg.in/yaml.v2/apic.go ./vendor/gopkg.in/yaml.v2/yamlprivateh.go ./vendor/gopkg.in/yaml.v2/decode.go ./vendor/gopkg.in/yaml.v2/sorter.go ./vendor/gopkg.in/yaml.v2/scannerc.go ./vendor/gopkg.in/yaml.v2/resolve.go ./vendor/gopkg.in/yaml.v2/writerc.go ./vendor/gopkg.in/yaml.v2/emitterc.go ./vendor/gopkg.in/yaml.v2/yamlh.go ./vendor/gopkg.in/yaml.v2/parserc.go ./vendor/gopkg.in/inf.v0/rounder.go ./vendor/gopkg.in/inf.v0/dec.go ./vendor/golang.org/x/tools/go/ast/astutil/imports.go ./vendor/golang.org/x/tools/go/ast/astutil/rewrite.go ./vendor/golang.org/x/tools/go/ast/astutil/util.go ./vendor/golang.org/x/tools/go/ast/astutil/enclosing.go ./vendor/golang.org/x/tools/cmd/goimports/doc.go ./vendor/golang.org/x/tools/cmd/goimports/goimports.go ./vendor/golang.org/x/tools/cmd/goimports/goimports_not_gc.go ./vendor/golang.org/x/tools/cmd/goimports/goimports_gc.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk_dirent_fileno.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk_portable.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk_dirent_ino.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk_dirent_namlen_bsd.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk_dirent_namlen_linux.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk_unix.go ./vendor/golang.org/x/tools/internal/fastwalk/fastwalk.go ./vendor/golang.org/x/tools/internal/typeparams/enabled_go118.go ./vendor/golang.org/x/tools/internal/typeparams/typeparams_go118.go ./vendor/golang.org/x/tools/internal/typeparams/common.go ./vendor/golang.org/x/tools/internal/typeparams/enabled_go117.go ./vendor/golang.org/x/tools/internal/typeparams/typeparams_go117.go ./vendor/golang.org/x/tools/internal/imports/mod.go ./vendor/golang.org/x/tools/internal/imports/zstdlib.go ./vendor/golang.org/x/tools/internal/imports/imports.go ./vendor/golang.org/x/tools/internal/imports/fix.go ./vendor/golang.org/x/tools/internal/imports/mod_cache.go ./vendor/golang.org/x/tools/internal/imports/sortimports.go ./vendor/golang.org/x/tools/internal/gocommand/invoke.go ./vendor/golang.org/x/tools/internal/gocommand/vendor.go ./vendor/golang.org/x/tools/internal/gocommand/version.go ./vendor/golang.org/x/tools/internal/gopathwalk/walk.go ./vendor/golang.org/x/tools/internal/event/core/export.go ./vendor/golang.org/x/tools/internal/event/core/event.go ./vendor/golang.org/x/tools/internal/event/core/fast.go ./vendor/golang.org/x/tools/internal/event/keys/keys.go ./vendor/golang.org/x/tools/internal/event/keys/standard.go ./vendor/golang.org/x/tools/internal/event/doc.go ./vendor/golang.org/x/tools/internal/event/event.go ./vendor/golang.org/x/tools/internal/event/label/label.go ./vendor/golang.org/x/xerrors/adaptor.go ./vendor/golang.org/x/xerrors/format.go ./vendor/golang.org/x/xerrors/doc.go ./vendor/golang.org/x/xerrors/fmt.go ./vendor/golang.org/x/xerrors/wrap.go ./vendor/golang.org/x/xerrors/frame.go ./vendor/golang.org/x/xerrors/errors.go ./vendor/golang.org/x/xerrors/internal/internal.go ./vendor/golang.org/x/net/proxy/proxy.go ./vendor/golang.org/x/net/proxy/direct.go ./vendor/golang.org/x/net/proxy/dial.go ./vendor/golang.org/x/net/proxy/per_host.go ./vendor/golang.org/x/net/proxy/socks5.go ./vendor/golang.org/x/net/ipv6/zsys_linux_ppc64le.go ./vendor/golang.org/x/net/ipv6/control.go ./vendor/golang.org/x/net/ipv6/zsys_freebsd_amd64.go ./vendor/golang.org/x/net/ipv6/control_rfc2292_unix.go ./vendor/golang.org/x/net/ipv6/dgramopt.go ./vendor/golang.org/x/net/ipv6/payload_nocmsg.go ./vendor/golang.org/x/net/ipv6/doc.go ./vendor/golang.org/x/net/ipv6/sockopt.go ./vendor/golang.org/x/net/ipv6/icmp_bsd.go ./vendor/golang.org/x/net/ipv6/zsys_linux_386.go ./vendor/golang.org/x/net/ipv6/helper.go ./vendor/golang.org/x/net/ipv6/zsys_dragonfly.go ./vendor/golang.org/x/net/ipv6/zsys_linux_s390x.go ./vendor/golang.org/x/net/ipv6/zsys_linux_mips64.go ./vendor/golang.org/x/net/ipv6/zsys_zos_s390x.go ./vendor/golang.org/x/net/ipv6/sys_windows.go ./vendor/golang.org/x/net/ipv6/endpoint.go ./vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go ./vendor/golang.org/x/net/ipv6/batch.go ./vendor/golang.org/x/net/ipv6/zsys_aix_ppc64.go ./vendor/golang.org/x/net/ipv6/iana.go ./vendor/golang.org/x/net/ipv6/icmp_windows.go ./vendor/golang.org/x/net/ipv6/zsys_linux_mipsle.go ./vendor/golang.org/x/net/ipv6/sys_solaris.go ./vendor/golang.org/x/net/ipv6/icmp_zos.go ./vendor/golang.org/x/net/ipv6/zsys_darwin.go ./vendor/golang.org/x/net/ipv6/icmp.go ./vendor/golang.org/x/net/ipv6/icmp_solaris.go ./vendor/golang.org/x/net/ipv6/header.go ./vendor/golang.org/x/net/ipv6/control_unix.go ./vendor/golang.org/x/net/ipv6/sys_ssmreq_stub.go ./vendor/golang.org/x/net/ipv6/zsys_linux_mips.go ./vendor/golang.org/x/net/ipv6/zsys_linux_arm64.go ./vendor/golang.org/x/net/ipv6/zsys_freebsd_arm.go ./vendor/golang.org/x/net/ipv6/sys_darwin.go ./vendor/golang.org/x/net/ipv6/icmp_linux.go ./vendor/golang.org/x/net/ipv6/sys_aix.go ./vendor/golang.org/x/net/ipv6/zsys_openbsd.go ./vendor/golang.org/x/net/ipv6/sys_bsd.go ./vendor/golang.org/x/net/ipv6/sys_freebsd.go ./vendor/golang.org/x/net/ipv6/payload_cmsg.go ./vendor/golang.org/x/net/ipv6/sys_stub.go ./vendor/golang.org/x/net/ipv6/control_windows.go ./vendor/golang.org/x/net/ipv6/sys_bpf_stub.go ./vendor/golang.org/x/net/ipv6/zsys_solaris.go ./vendor/golang.org/x/net/ipv6/control_stub.go ./vendor/golang.org/x/net/ipv6/sys_bpf.go ./vendor/golang.org/x/net/ipv6/zsys_linux_riscv64.go ./vendor/golang.org/x/net/ipv6/sys_linux.go ./vendor/golang.org/x/net/ipv6/control_rfc3542_unix.go ./vendor/golang.org/x/net/ipv6/sys_asmreq_stub.go ./vendor/golang.org/x/net/ipv6/zsys_linux_arm.go ./vendor/golang.org/x/net/ipv6/genericopt.go ./vendor/golang.org/x/net/ipv6/zsys_linux_mips64le.go ./vendor/golang.org/x/net/ipv6/sockopt_posix.go ./vendor/golang.org/x/net/ipv6/zsys_netbsd.go ./vendor/golang.org/x/net/ipv6/zsys_linux_ppc64.go ./vendor/golang.org/x/net/ipv6/sys_zos.go ./vendor/golang.org/x/net/ipv6/icmp_stub.go ./vendor/golang.org/x/net/ipv6/sys_asmreq.go ./vendor/golang.org/x/net/ipv6/sys_ssmreq.go ./vendor/golang.org/x/net/ipv6/zsys_linux_ppc.go ./vendor/golang.org/x/net/ipv6/zsys_linux_amd64.go ./vendor/golang.org/x/net/ipv6/zsys_freebsd_386.go ./vendor/golang.org/x/net/ipv6/payload.go ./vendor/golang.org/x/net/ipv6/sockopt_stub.go ./vendor/golang.org/x/net/netutil/listen.go ./vendor/golang.org/x/net/publicsuffix/list.go ./vendor/golang.org/x/net/publicsuffix/table.go ./vendor/golang.org/x/net/http2/client_conn_pool.go ./vendor/golang.org/x/net/http2/write.go ./vendor/golang.org/x/net/http2/go115.go ./vendor/golang.org/x/net/http2/writesched_random.go ./vendor/golang.org/x/net/http2/not_go115.go ./vendor/golang.org/x/net/http2/go111.go ./vendor/golang.org/x/net/http2/writesched_priority.go ./vendor/golang.org/x/net/http2/flow.go ./vendor/golang.org/x/net/http2/hpack/encode.go ./vendor/golang.org/x/net/http2/hpack/hpack.go ./vendor/golang.org/x/net/http2/hpack/tables.go ./vendor/golang.org/x/net/http2/hpack/huffman.go ./vendor/golang.org/x/net/http2/not_go111.go ./vendor/golang.org/x/net/http2/writesched.go ./vendor/golang.org/x/net/http2/pipe.go ./vendor/golang.org/x/net/http2/gotrack.go ./vendor/golang.org/x/net/http2/frame.go ./vendor/golang.org/x/net/http2/headermap.go ./vendor/golang.org/x/net/http2/ascii.go ./vendor/golang.org/x/net/http2/transport.go ./vendor/golang.org/x/net/http2/server.go ./vendor/golang.org/x/net/http2/errors.go ./vendor/golang.org/x/net/http2/http2.go ./vendor/golang.org/x/net/http2/databuffer.go ./vendor/golang.org/x/net/http2/ciphers.go ./vendor/golang.org/x/net/http/httpguts/httplex.go ./vendor/golang.org/x/net/http/httpguts/guts.go ./vendor/golang.org/x/net/trace/events.go ./vendor/golang.org/x/net/trace/histogram.go ./vendor/golang.org/x/net/trace/trace.go ./vendor/golang.org/x/net/context/pre_go19.go ./vendor/golang.org/x/net/context/go19.go ./vendor/golang.org/x/net/context/context.go ./vendor/golang.org/x/net/context/pre_go17.go ./vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go ./vendor/golang.org/x/net/context/go17.go ./vendor/golang.org/x/net/bpf/doc.go ./vendor/golang.org/x/net/bpf/instructions.go ./vendor/golang.org/x/net/bpf/constants.go ./vendor/golang.org/x/net/bpf/setter.go ./vendor/golang.org/x/net/bpf/vm_instructions.go ./vendor/golang.org/x/net/bpf/asm.go ./vendor/golang.org/x/net/bpf/vm.go ./vendor/golang.org/x/net/idna/tables11.0.0.go ./vendor/golang.org/x/net/idna/tables13.0.0.go ./vendor/golang.org/x/net/idna/go118.go ./vendor/golang.org/x/net/idna/tables12.0.0.go ./vendor/golang.org/x/net/idna/tables10.0.0.go ./vendor/golang.org/x/net/idna/idna9.0.0.go ./vendor/golang.org/x/net/idna/tables9.0.0.go ./vendor/golang.org/x/net/idna/idna10.0.0.go ./vendor/golang.org/x/net/idna/trieval.go ./vendor/golang.org/x/net/idna/trie.go ./vendor/golang.org/x/net/idna/punycode.go ./vendor/golang.org/x/net/idna/pre_go118.go ./vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64le.go ./vendor/golang.org/x/net/internal/socket/msghdr_stub.go ./vendor/golang.org/x/net/internal/socket/zsys_freebsd_amd64.go ./vendor/golang.org/x/net/internal/socket/sys_linux_riscv64.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_zos_s390x.go ./vendor/golang.org/x/net/internal/socket/zsys_netbsd_amd64.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_unix.go ./vendor/golang.org/x/net/internal/socket/zsys_darwin_386.go ./vendor/golang.org/x/net/internal/socket/sys_linux_mips64le.go ./vendor/golang.org/x/net/internal/socket/rawconn_mmsg.go ./vendor/golang.org/x/net/internal/socket/error_unix.go ./vendor/golang.org/x/net/internal/socket/rawconn_msg.go ./vendor/golang.org/x/net/internal/socket/zsys_darwin_arm.go ./vendor/golang.org/x/net/internal/socket/zsys_dragonfly_amd64.go ./vendor/golang.org/x/net/internal/socket/sys_zos_s390x.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_386.go ./vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_s390x.go ./vendor/golang.org/x/net/internal/socket/sys_posix.go ./vendor/golang.org/x/net/internal/socket/sys_linux_ppc64.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_mips64.go ./vendor/golang.org/x/net/internal/socket/zsys_zos_s390x.go ./vendor/golang.org/x/net/internal/socket/sys_windows.go ./vendor/golang.org/x/net/internal/socket/complete_dontwait.go ./vendor/golang.org/x/net/internal/socket/race.go ./vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm64.go ./vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm64.go ./vendor/golang.org/x/net/internal/socket/msghdr_linux_32bit.go ./vendor/golang.org/x/net/internal/socket/zsys_aix_ppc64.go ./vendor/golang.org/x/net/internal/socket/sys_linux_amd64.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_mipsle.go ./vendor/golang.org/x/net/internal/socket/sys_linux_ppc.go ./vendor/golang.org/x/net/internal/socket/zsys_openbsd_mips64.go ./vendor/golang.org/x/net/internal/socket/zsys_darwin_amd64.go ./vendor/golang.org/x/net/internal/socket/msghdr_linux.go ./vendor/golang.org/x/net/internal/socket/rawconn_nommsg.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_stub.go ./vendor/golang.org/x/net/internal/socket/sys_linux_arm.go ./vendor/golang.org/x/net/internal/socket/zsys_darwin_arm64.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_mips.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_arm64.go ./vendor/golang.org/x/net/internal/socket/norace.go ./vendor/golang.org/x/net/internal/socket/sys_unix.go ./vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm.go ./vendor/golang.org/x/net/internal/socket/sys_linux_ppc64le.go ./vendor/golang.org/x/net/internal/socket/sys_bsd.go ./vendor/golang.org/x/net/internal/socket/rawconn_nomsg.go ./vendor/golang.org/x/net/internal/socket/sys_stub.go ./vendor/golang.org/x/net/internal/socket/sys_linux_mips.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_solaris_64bit.go ./vendor/golang.org/x/net/internal/socket/cmsghdr.go ./vendor/golang.org/x/net/internal/socket/sys_linux_386.go ./vendor/golang.org/x/net/internal/socket/msghdr_bsdvar.go ./vendor/golang.org/x/net/internal/socket/iovec_solaris_64bit.go ./vendor/golang.org/x/net/internal/socket/zsys_solaris_amd64.go ./vendor/golang.org/x/net/internal/socket/iovec_64bit.go ./vendor/golang.org/x/net/internal/socket/sys_linux_mipsle.go ./vendor/golang.org/x/net/internal/socket/mmsghdr_unix.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_riscv64.go ./vendor/golang.org/x/net/internal/socket/sys_linux.go ./vendor/golang.org/x/net/internal/socket/sys_const_unix.go ./vendor/golang.org/x/net/internal/socket/msghdr_bsd.go ./vendor/golang.org/x/net/internal/socket/sys.go ./vendor/golang.org/x/net/internal/socket/sys_netbsd.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_arm.go ./vendor/golang.org/x/net/internal/socket/zsys_openbsd_386.go ./vendor/golang.org/x/net/internal/socket/zsys_netbsd_386.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_mips64le.go ./vendor/golang.org/x/net/internal/socket/msghdr_linux_64bit.go ./vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm64.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64.go ./vendor/golang.org/x/net/internal/socket/rawconn.go ./vendor/golang.org/x/net/internal/socket/complete_nodontwait.go ./vendor/golang.org/x/net/internal/socket/sys_linux_mips64.go ./vendor/golang.org/x/net/internal/socket/msghdr_openbsd.go ./vendor/golang.org/x/net/internal/socket/socket.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_ppc.go ./vendor/golang.org/x/net/internal/socket/msghdr_solaris_64bit.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_linux_32bit.go ./vendor/golang.org/x/net/internal/socket/sys_linux_arm64.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go ./vendor/golang.org/x/net/internal/socket/zsys_linux_amd64.go ./vendor/golang.org/x/net/internal/socket/cmsghdr_bsd.go ./vendor/golang.org/x/net/internal/socket/zsys_openbsd_amd64.go ./vendor/golang.org/x/net/internal/socket/error_windows.go ./vendor/golang.org/x/net/internal/socket/zsys_freebsd_386.go ./vendor/golang.org/x/net/internal/socket/iovec_stub.go ./vendor/golang.org/x/net/internal/socket/msghdr_zos_s390x.go ./vendor/golang.org/x/net/internal/socket/sys_linux_s390x.go ./vendor/golang.org/x/net/internal/socket/iovec_32bit.go ./vendor/golang.org/x/net/internal/socket/mmsghdr_stub.go ./vendor/golang.org/x/net/internal/socks/client.go ./vendor/golang.org/x/net/internal/socks/socks.go ./vendor/golang.org/x/net/internal/iana/const.go ./vendor/golang.org/x/net/internal/timeseries/timeseries.go ./vendor/golang.org/x/net/ipv4/zsys_linux_ppc64le.go ./vendor/golang.org/x/net/ipv4/control.go ./vendor/golang.org/x/net/ipv4/zsys_freebsd_amd64.go ./vendor/golang.org/x/net/ipv4/sys_asmreqn.go ./vendor/golang.org/x/net/ipv4/dgramopt.go ./vendor/golang.org/x/net/ipv4/payload_nocmsg.go ./vendor/golang.org/x/net/ipv4/doc.go ./vendor/golang.org/x/net/ipv4/sockopt.go ./vendor/golang.org/x/net/ipv4/control_zos.go ./vendor/golang.org/x/net/ipv4/zsys_linux_386.go ./vendor/golang.org/x/net/ipv4/helper.go ./vendor/golang.org/x/net/ipv4/zsys_dragonfly.go ./vendor/golang.org/x/net/ipv4/zsys_linux_s390x.go ./vendor/golang.org/x/net/ipv4/zsys_linux_mips64.go ./vendor/golang.org/x/net/ipv4/zsys_zos_s390x.go ./vendor/golang.org/x/net/ipv4/sys_windows.go ./vendor/golang.org/x/net/ipv4/endpoint.go ./vendor/golang.org/x/net/ipv4/control_pktinfo.go ./vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go ./vendor/golang.org/x/net/ipv4/batch.go ./vendor/golang.org/x/net/ipv4/zsys_aix_ppc64.go ./vendor/golang.org/x/net/ipv4/iana.go ./vendor/golang.org/x/net/ipv4/zsys_linux_mipsle.go ./vendor/golang.org/x/net/ipv4/control_bsd.go ./vendor/golang.org/x/net/ipv4/sys_solaris.go ./vendor/golang.org/x/net/ipv4/zsys_darwin.go ./vendor/golang.org/x/net/ipv4/icmp.go ./vendor/golang.org/x/net/ipv4/header.go ./vendor/golang.org/x/net/ipv4/control_unix.go ./vendor/golang.org/x/net/ipv4/sys_ssmreq_stub.go ./vendor/golang.org/x/net/ipv4/zsys_linux_mips.go ./vendor/golang.org/x/net/ipv4/zsys_linux_arm64.go ./vendor/golang.org/x/net/ipv4/zsys_freebsd_arm.go ./vendor/golang.org/x/net/ipv4/sys_darwin.go ./vendor/golang.org/x/net/ipv4/icmp_linux.go ./vendor/golang.org/x/net/ipv4/sys_aix.go ./vendor/golang.org/x/net/ipv4/zsys_openbsd.go ./vendor/golang.org/x/net/ipv4/sys_bsd.go ./vendor/golang.org/x/net/ipv4/sys_freebsd.go ./vendor/golang.org/x/net/ipv4/payload_cmsg.go ./vendor/golang.org/x/net/ipv4/sys_stub.go ./vendor/golang.org/x/net/ipv4/control_windows.go ./vendor/golang.org/x/net/ipv4/sys_bpf_stub.go ./vendor/golang.org/x/net/ipv4/zsys_solaris.go ./vendor/golang.org/x/net/ipv4/control_stub.go ./vendor/golang.org/x/net/ipv4/sys_bpf.go ./vendor/golang.org/x/net/ipv4/packet.go ./vendor/golang.org/x/net/ipv4/zsys_linux_riscv64.go ./vendor/golang.org/x/net/ipv4/sys_linux.go ./vendor/golang.org/x/net/ipv4/sys_asmreq_stub.go ./vendor/golang.org/x/net/ipv4/zsys_linux_arm.go ./vendor/golang.org/x/net/ipv4/genericopt.go ./vendor/golang.org/x/net/ipv4/zsys_linux_mips64le.go ./vendor/golang.org/x/net/ipv4/sockopt_posix.go ./vendor/golang.org/x/net/ipv4/zsys_netbsd.go ./vendor/golang.org/x/net/ipv4/zsys_linux_ppc64.go ./vendor/golang.org/x/net/ipv4/sys_zos.go ./vendor/golang.org/x/net/ipv4/icmp_stub.go ./vendor/golang.org/x/net/ipv4/sys_asmreq.go ./vendor/golang.org/x/net/ipv4/sys_ssmreq.go ./vendor/golang.org/x/net/ipv4/sys_asmreqn_stub.go ./vendor/golang.org/x/net/ipv4/zsys_linux_ppc.go ./vendor/golang.org/x/net/ipv4/sys_dragonfly.go ./vendor/golang.org/x/net/ipv4/zsys_linux_amd64.go ./vendor/golang.org/x/net/ipv4/zsys_freebsd_386.go ./vendor/golang.org/x/net/ipv4/payload.go ./vendor/golang.org/x/net/ipv4/sockopt_stub.go ./vendor/golang.org/x/sync/errgroup/errgroup.go ./vendor/golang.org/x/text/unicode/norm/tables11.0.0.go ./vendor/golang.org/x/text/unicode/norm/tables13.0.0.go ./vendor/golang.org/x/text/unicode/norm/tables12.0.0.go ./vendor/golang.org/x/text/unicode/norm/tables10.0.0.go ./vendor/golang.org/x/text/unicode/norm/transform.go ./vendor/golang.org/x/text/unicode/norm/composition.go ./vendor/golang.org/x/text/unicode/norm/normalize.go ./vendor/golang.org/x/text/unicode/norm/tables9.0.0.go ./vendor/golang.org/x/text/unicode/norm/readwriter.go ./vendor/golang.org/x/text/unicode/norm/forminfo.go ./vendor/golang.org/x/text/unicode/norm/trie.go ./vendor/golang.org/x/text/unicode/norm/iter.go ./vendor/golang.org/x/text/unicode/norm/input.go ./vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go ./vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go ./vendor/golang.org/x/text/unicode/bidi/bidi.go ./vendor/golang.org/x/text/unicode/bidi/tables12.0.0.go ./vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go ./vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go ./vendor/golang.org/x/text/unicode/bidi/core.go ./vendor/golang.org/x/text/unicode/bidi/bracket.go ./vendor/golang.org/x/text/unicode/bidi/trieval.go ./vendor/golang.org/x/text/unicode/bidi/prop.go ./vendor/golang.org/x/text/width/tables11.0.0.go ./vendor/golang.org/x/text/width/tables13.0.0.go ./vendor/golang.org/x/text/width/width.go ./vendor/golang.org/x/text/width/tables12.0.0.go ./vendor/golang.org/x/text/width/tables10.0.0.go ./vendor/golang.org/x/text/width/transform.go ./vendor/golang.org/x/text/width/tables9.0.0.go ./vendor/golang.org/x/text/width/kind_string.go ./vendor/golang.org/x/text/width/trieval.go ./vendor/golang.org/x/text/transform/transform.go ./vendor/golang.org/x/text/secure/bidirule/bidirule.go ./vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go ./vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go ./vendor/golang.org/x/crypto/bcrypt/bcrypt.go ./vendor/golang.org/x/crypto/bcrypt/base64.go ./vendor/golang.org/x/crypto/pkcs12/pbkdf.go ./vendor/golang.org/x/crypto/pkcs12/crypto.go ./vendor/golang.org/x/crypto/pkcs12/bmp-string.go ./vendor/golang.org/x/crypto/pkcs12/pkcs12.go ./vendor/golang.org/x/crypto/pkcs12/mac.go ./vendor/golang.org/x/crypto/pkcs12/errors.go ./vendor/golang.org/x/crypto/pkcs12/safebags.go ./vendor/golang.org/x/crypto/pkcs12/internal/rc2/rc2.go ./vendor/golang.org/x/crypto/blowfish/const.go ./vendor/golang.org/x/crypto/blowfish/cipher.go ./vendor/golang.org/x/crypto/blowfish/block.go ./vendor/golang.org/x/term/term_unix.go ./vendor/golang.org/x/term/term_unix_linux.go ./vendor/golang.org/x/term/term_unsupported.go ./vendor/golang.org/x/term/terminal.go ./vendor/golang.org/x/term/term_unix_zos.go ./vendor/golang.org/x/term/term_unix_bsd.go ./vendor/golang.org/x/term/term.go ./vendor/golang.org/x/term/term_windows.go ./vendor/golang.org/x/term/term_solaris.go ./vendor/golang.org/x/term/term_plan9.go ./vendor/golang.org/x/term/term_unix_aix.go ./vendor/golang.org/x/sys/windows/service.go ./vendor/golang.org/x/sys/windows/eventlog.go ./vendor/golang.org/x/sys/windows/env_windows.go ./vendor/golang.org/x/sys/windows/exec_windows.go ./vendor/golang.org/x/sys/windows/race.go ./vendor/golang.org/x/sys/windows/zsyscall_windows.go ./vendor/golang.org/x/sys/windows/security_windows.go ./vendor/golang.org/x/sys/windows/str.go ./vendor/golang.org/x/sys/windows/zknownfolderids_windows.go ./vendor/golang.org/x/sys/windows/types_windows_arm64.go ./vendor/golang.org/x/sys/windows/dll_windows.go ./vendor/golang.org/x/sys/windows/setupapi_windows.go ./vendor/golang.org/x/sys/windows/syscall_windows.go ./vendor/golang.org/x/sys/windows/zerrors_windows.go ./vendor/golang.org/x/sys/windows/types_windows_386.go ./vendor/golang.org/x/sys/windows/types_windows_amd64.go ./vendor/golang.org/x/sys/windows/syscall.go ./vendor/golang.org/x/sys/windows/types_windows.go ./vendor/golang.org/x/sys/windows/memory_windows.go ./vendor/golang.org/x/sys/windows/types_windows_arm.go ./vendor/golang.org/x/sys/windows/mksyscall.go ./vendor/golang.org/x/sys/windows/race0.go ./vendor/golang.org/x/sys/windows/aliases.go ./vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go ./vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go ./vendor/golang.org/x/sys/unix/syscall_unix.go ./vendor/golang.org/x/sys/unix/pledge_openbsd.go ./vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go ./vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go ./vendor/golang.org/x/sys/unix/syscall_freebsd_386.go ./vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go ./vendor/golang.org/x/sys/unix/endian_big.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go ./vendor/golang.org/x/sys/unix/dev_openbsd.go ./vendor/golang.org/x/sys/unix/syscall_linux.go ./vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go ./vendor/golang.org/x/sys/unix/errors_freebsd_arm64.go ./vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go ./vendor/golang.org/x/sys/unix/syscall_aix_ppc.go ./vendor/golang.org/x/sys/unix/ptrace_darwin.go ./vendor/golang.org/x/sys/unix/syscall_unix_gc.go ./vendor/golang.org/x/sys/unix/ptrace_ios.go ./vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go ./vendor/golang.org/x/sys/unix/env_unix.go ./vendor/golang.org/x/sys/unix/dev_netbsd.go ./vendor/golang.org/x/sys/unix/dirent.go ./vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go ./vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go ./vendor/golang.org/x/sys/unix/ztypes_linux_386.go ./vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go ./vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go ./vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go ./vendor/golang.org/x/sys/unix/dev_linux.go ./vendor/golang.org/x/sys/unix/syscall_linux_arm.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go ./vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go ./vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go ./vendor/golang.org/x/sys/unix/unveil_openbsd.go ./vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go ./vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go ./vendor/golang.org/x/sys/unix/syscall_darwin.go ./vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go ./vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go ./vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go ./vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go ./vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go ./vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go ./vendor/golang.org/x/sys/unix/dev_aix_ppc.go ./vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go ./vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go ./vendor/golang.org/x/sys/unix/zerrors_linux.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_386.go ./vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_linux_arm.go ./vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go ./vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go ./vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go ./vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go ./vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go ./vendor/golang.org/x/sys/unix/syscall_linux_amd64.go ./vendor/golang.org/x/sys/unix/race.go ./vendor/golang.org/x/sys/unix/ifreq_linux.go ./vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go ./vendor/golang.org/x/sys/unix/readdirent_getdents.go ./vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go ./vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go ./vendor/golang.org/x/sys/unix/pagesize_unix.go ./vendor/golang.org/x/sys/unix/ioctl_zos.go ./vendor/golang.org/x/sys/unix/cap_freebsd.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go ./vendor/golang.org/x/sys/unix/fstatfs_zos.go ./vendor/golang.org/x/sys/unix/errors_freebsd_arm.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go ./vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go ./vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go ./vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go ./vendor/golang.org/x/sys/unix/zsyscall_linux.go ./vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go ./vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go ./vendor/golang.org/x/sys/unix/str.go ./vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go ./vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go ./vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go ./vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go ./vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_linux_mips.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go ./vendor/golang.org/x/sys/unix/xattr_bsd.go ./vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go ./vendor/golang.org/x/sys/unix/constants.go ./vendor/golang.org/x/sys/unix/syscall_openbsd_386.go ./vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go ./vendor/golang.org/x/sys/unix/sockcmsg_linux.go ./vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go ./vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go ./vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go ./vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go ./vendor/golang.org/x/sys/unix/syscall_netbsd.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go ./vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go ./vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go ./vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go ./vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go ./vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go ./vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go ./vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go ./vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go ./vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go ./vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go ./vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go ./vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go ./vendor/golang.org/x/sys/unix/epoll_zos.go ./vendor/golang.org/x/sys/unix/dev_aix_ppc64.go ./vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go ./vendor/golang.org/x/sys/unix/syscall_aix.go ./vendor/golang.org/x/sys/unix/fcntl_darwin.go ./vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go ./vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go ./vendor/golang.org/x/sys/unix/syscall_freebsd.go ./vendor/golang.org/x/sys/unix/timestruct.go ./vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.go ./vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go ./vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go ./vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go ./vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go ./vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go ./vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go ./vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go ./vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go ./vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go ./vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go ./vendor/golang.org/x/sys/unix/syscall_netbsd_386.go ./vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go ./vendor/golang.org/x/sys/unix/syscall_solaris.go ./vendor/golang.org/x/sys/unix/sysvshm_unix_other.go ./vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go ./vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go ./vendor/golang.org/x/sys/unix/zerrors_linux_arm.go ./vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go ./vendor/golang.org/x/sys/unix/errors_freebsd_386.go ./vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go ./vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go ./vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go ./vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go ./vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go ./vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go ./vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go ./vendor/golang.org/x/sys/unix/zptrace_x86_linux.go ./vendor/golang.org/x/sys/unix/dev_dragonfly.go ./vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go ./vendor/golang.org/x/sys/unix/syscall_illumos.go ./vendor/golang.org/x/sys/unix/affinity_linux.go ./vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_386.go ./vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go ./vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go ./vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go ./vendor/golang.org/x/sys/unix/dev_zos.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go ./vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go ./vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go ./vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go ./vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go ./vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go ./vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go ./vendor/golang.org/x/sys/unix/ztypes_illumos_amd64.go ./vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go ./vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go ./vendor/golang.org/x/sys/unix/gccgo.go ./vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go ./vendor/golang.org/x/sys/unix/ioctl_linux.go ./vendor/golang.org/x/sys/unix/sysvshm_unix.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go ./vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go ./vendor/golang.org/x/sys/unix/syscall_bsd.go ./vendor/golang.org/x/sys/unix/fcntl.go ./vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go ./vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go ./vendor/golang.org/x/sys/unix/endian_little.go ./vendor/golang.org/x/sys/unix/sockcmsg_unix.go ./vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go ./vendor/golang.org/x/sys/unix/zerrors_linux_386.go ./vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go ./vendor/golang.org/x/sys/unix/syscall_linux_386.go ./vendor/golang.org/x/sys/unix/ztypes_linux.go ./vendor/golang.org/x/sys/unix/syscall_linux_arm64.go ./vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go ./vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go ./vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go ./vendor/golang.org/x/sys/unix/dev_freebsd.go ./vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go ./vendor/golang.org/x/sys/unix/syscall.go ./vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go ./vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go ./vendor/golang.org/x/sys/unix/readdirent_getdirentries.go ./vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go ./vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go ./vendor/golang.org/x/sys/unix/zerrors_linux_mips.go ./vendor/golang.org/x/sys/unix/syscall_dragonfly.go ./vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go ./vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go ./vendor/golang.org/x/sys/unix/syscall_darwin.1_12.go ./vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go ./vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go ./vendor/golang.org/x/sys/unix/sysvshm_linux.go ./vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go ./vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go ./vendor/golang.org/x/sys/unix/syscall_linux_gc.go ./vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go ./vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go ./vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go ./vendor/golang.org/x/sys/unix/bluetooth_linux.go ./vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go ./vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go ./vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go ./vendor/golang.org/x/sys/unix/race0.go ./vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go ./vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go ./vendor/golang.org/x/sys/unix/syscall_openbsd.go ./vendor/golang.org/x/sys/unix/syscall_linux_ppc.go ./vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go ./vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go ./vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go ./vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go ./vendor/golang.org/x/sys/unix/dev_darwin.go ./vendor/golang.org/x/sys/unix/fdset.go ./vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go ./vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go ./vendor/golang.org/x/sys/unix/ioctl.go ./vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go ./vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go ./vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go ./vendor/golang.org/x/sys/unix/aliases.go ./vendor/golang.org/x/sys/unix/syscall_zos_s390x.go ./vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go ./vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go ./vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go ./vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go ./vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go ./vendor/golang.org/x/sys/unix/syscall_linux_s390x.go ./vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go ./vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go ./vendor/golang.org/x/sys/plan9/syscall_plan9.go ./vendor/golang.org/x/sys/plan9/zsyscall_plan9_386.go ./vendor/golang.org/x/sys/plan9/race.go ./vendor/golang.org/x/sys/plan9/errors_plan9.go ./vendor/golang.org/x/sys/plan9/zsysnum_plan9.go ./vendor/golang.org/x/sys/plan9/str.go ./vendor/golang.org/x/sys/plan9/zsyscall_plan9_arm.go ./vendor/golang.org/x/sys/plan9/zsyscall_plan9_amd64.go ./vendor/golang.org/x/sys/plan9/pwd_plan9.go ./vendor/golang.org/x/sys/plan9/env_plan9.go ./vendor/golang.org/x/sys/plan9/const_plan9.go ./vendor/golang.org/x/sys/plan9/pwd_go15_plan9.go ./vendor/golang.org/x/sys/plan9/syscall.go ./vendor/golang.org/x/sys/plan9/dir_plan9.go ./vendor/golang.org/x/sys/plan9/race0.go ./vendor/golang.org/x/sys/internal/unsafeheader/unsafeheader.go ./vendor/golang.org/x/sys/execabs/execabs.go ./vendor/golang.org/x/mod/semver/semver.go ./vendor/golang.org/x/mod/internal/lazyregexp/lazyre.go ./vendor/golang.org/x/mod/module/module.go ./vendor/golang.org/x/mod/module/pseudo.go ./vendor/golang.org/x/time/rate/rate.go ./vendor/golang.org/x/oauth2/jws/jws.go ./vendor/golang.org/x/oauth2/oauth2.go ./vendor/golang.org/x/oauth2/jwt/jwt.go ./vendor/golang.org/x/oauth2/authhandler/authhandler.go ./vendor/golang.org/x/oauth2/clientcredentials/clientcredentials.go ./vendor/golang.org/x/oauth2/transport.go ./vendor/golang.org/x/oauth2/google/doc.go ./vendor/golang.org/x/oauth2/google/google.go ./vendor/golang.org/x/oauth2/google/appengine.go ./vendor/golang.org/x/oauth2/google/appengine_gen1.go ./vendor/golang.org/x/oauth2/google/sdk.go ./vendor/golang.org/x/oauth2/google/default.go ./vendor/golang.org/x/oauth2/google/jwt.go ./vendor/golang.org/x/oauth2/google/appengine_gen2_flex.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/clientauth.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/urlcredsource.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/sts_exchange.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/aws.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/impersonate.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/basecredentials.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/err.go ./vendor/golang.org/x/oauth2/google/internal/externalaccount/filecredsource.go ./vendor/golang.org/x/oauth2/internal/doc.go ./vendor/golang.org/x/oauth2/internal/client_appengine.go ./vendor/golang.org/x/oauth2/internal/oauth2.go ./vendor/golang.org/x/oauth2/internal/transport.go ./vendor/golang.org/x/oauth2/internal/token.go ./vendor/golang.org/x/oauth2/token.go ./vendor/go.uber.org/atomic/time_ext.go ./vendor/go.uber.org/atomic/doc.go ./vendor/go.uber.org/atomic/uint32.go ./vendor/go.uber.org/atomic/error.go ./vendor/go.uber.org/atomic/bool_ext.go ./vendor/go.uber.org/atomic/int64.go ./vendor/go.uber.org/atomic/error_ext.go ./vendor/go.uber.org/atomic/uintptr.go ./vendor/go.uber.org/atomic/uint64.go ./vendor/go.uber.org/atomic/time.go ./vendor/go.uber.org/atomic/float64.go ./vendor/go.uber.org/atomic/int32.go ./vendor/go.uber.org/atomic/unsafe_pointer.go ./vendor/go.uber.org/atomic/float64_ext.go ./vendor/go.uber.org/atomic/string.go ./vendor/go.uber.org/atomic/string_ext.go ./vendor/go.uber.org/atomic/nocmp.go ./vendor/go.uber.org/atomic/duration.go ./vendor/go.uber.org/atomic/gen.go ./vendor/go.uber.org/atomic/bool.go ./vendor/go.uber.org/atomic/duration_ext.go ./vendor/go.uber.org/atomic/value.go ./vendor/go.uber.org/goleak/doc.go ./vendor/go.uber.org/goleak/tracestack_new.go ./vendor/go.uber.org/goleak/leaks.go ./vendor/go.uber.org/goleak/testmain.go ./vendor/go.uber.org/goleak/options.go ./vendor/go.uber.org/goleak/tracestack_old.go ./vendor/go.uber.org/goleak/internal/stack/stacks.go ./vendor/sigs.k8s.io/yaml/yaml.go ./vendor/sigs.k8s.io/yaml/fields.go ./vendor/sigs.k8s.io/yaml/yaml_go110.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/list.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/listreflect.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/map.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/valuereflect.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/doc.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/listunstructured.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/fields.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/valueunstructured.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/structreflect.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/reflectcache.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/scalar.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/allocator.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/mapunstructured.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/mapreflect.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/jsontagutil.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/value/value.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/helpers.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/doc.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/reconcile_schema.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/union.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/parser.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/merge.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/remove.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/typed.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/validate.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/typed/tofieldset.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/serialize-pe.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/fromvalue.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/doc.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/set.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/element.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/serialize.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/managers.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/path.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/pathelementmap.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/schema/doc.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/schema/equals.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/schema/schemaschema.go ./vendor/sigs.k8s.io/structured-merge-diff/v4/schema/elements.go ./web/web_test.go ./web/ui/assets_generate.go ./web/ui/doc.go ./web/ui/assets_vfsdata.go ./web/ui/ui.go ./web/web.go ./web/api/v1/api.go ./web/api/v1/api_test.go ./web/federate_test.go ./web/federate.go ./template/template_test.go ./template/template.go ./rules/alerting_test.go ./rules/manager.go ./rules/recording.go ./rules/manager_test.go ./rules/recording_test.go ./rules/alerting.go ./config/config_default_test.go ./config/config.go ./config/config_windows_test.go ./config/config_test.go ./tsdb/querier_bench_test.go ./tsdb/head_wal.go ./tsdb/chunks/chunks_test.go ./tsdb/chunks/head_chunks_other.go ./tsdb/chunks/head_chunks_test.go ./tsdb/chunks/head_chunks_windows.go ./tsdb/chunks/head_chunks.go ./tsdb/chunks/chunks.go ./tsdb/querier.go ./tsdb/isolation_test.go ./tsdb/errors/errors.go ./tsdb/block_test.go ./tsdb/db_test.go ./tsdb/blockwriter_test.go ./tsdb/exemplar.go ./tsdb/querier_test.go ./tsdb/agent/db_test.go ./tsdb/agent/series.go ./tsdb/agent/db.go ./tsdb/test/hash_test.go ./tsdb/test/conv_test.go ./tsdb/test/labels_test.go ./tsdb/wal.go ./tsdb/mocks_test.go ./tsdb/tombstones/tombstones_test.go ./tsdb/tombstones/tombstones.go ./tsdb/head_read.go ./tsdb/compact.go ./tsdb/encoding/encoding.go ./tsdb/index/postingsstats_test.go ./tsdb/index/postingsstats.go ./tsdb/index/index_test.go ./tsdb/index/postings.go ./tsdb/index/index.go ./tsdb/index/postings_test.go ./tsdb/head_append.go ./tsdb/head_test.go ./tsdb/blockwriter.go ./tsdb/head.go ./tsdb/chunkenc/chunk_test.go ./tsdb/chunkenc/bstream_test.go ./tsdb/chunkenc/bstream.go ./tsdb/chunkenc/xor.go ./tsdb/chunkenc/chunk.go ./tsdb/db.go ./tsdb/tsdbutil/buffer_test.go ./tsdb/tsdbutil/dir_locker.go ./tsdb/tsdbutil/dir_locker_test.go ./tsdb/tsdbutil/dir_locker_testutil.go ./tsdb/tsdbutil/buffer.go ./tsdb/tsdbutil/chunks.go ./tsdb/goversion/goversion.go ./tsdb/goversion/init.go ./tsdb/goversion/goversion_test.go ./tsdb/repair.go ./tsdb/repair_test.go ./tsdb/example_test.go ./tsdb/fileutil/dir.go ./tsdb/fileutil/sync_darwin.go ./tsdb/fileutil/preallocate_linux.go ./tsdb/fileutil/mmap.go ./tsdb/fileutil/preallocate_other.go ./tsdb/fileutil/mmap_unix.go ./tsdb/fileutil/dir_unix.go ./tsdb/fileutil/flock_unix.go ./tsdb/fileutil/sync_linux.go ./tsdb/fileutil/flock_test.go ./tsdb/fileutil/preallocate_darwin.go ./tsdb/fileutil/flock.go ./tsdb/fileutil/mmap_386.go ./tsdb/fileutil/preallocate.go ./tsdb/fileutil/flock_solaris.go ./tsdb/fileutil/flock_windows.go ./tsdb/fileutil/mmap_windows.go ./tsdb/fileutil/sync.go ./tsdb/fileutil/fileutil.go ./tsdb/fileutil/mmap_amd64.go ./tsdb/fileutil/flock_plan9.go ./tsdb/fileutil/mmap_arm64.go ./tsdb/fileutil/dir_windows.go ./tsdb/isolation.go ./tsdb/compact_test.go ./tsdb/block.go ./tsdb/tsdbblockutil.go ./tsdb/record/record.go ./tsdb/record/record_test.go ./tsdb/head_bench_test.go ./tsdb/exemplar_test.go ./tsdb/wal/wal.go ./tsdb/wal/reader.go ./tsdb/wal/watcher.go ./tsdb/wal/checkpoint.go ./tsdb/wal/checkpoint_test.go ./tsdb/wal/reader_test.go ./tsdb/wal/live_reader.go ./tsdb/wal/watcher_test.go ./tsdb/wal/wal_test.go ./tsdb/wal_test.go ./discovery/gce/gce.go ./discovery/zookeeper/zookeeper.go ./discovery/zookeeper/zookeeper_test.go ./discovery/scaleway/instance.go ./discovery/scaleway/instance_test.go ./discovery/scaleway/baremetal.go ./discovery/scaleway/scaleway.go ./discovery/openstack/mock_test.go ./discovery/openstack/instance.go ./discovery/openstack/instance_test.go ./discovery/openstack/hypervisor.go ./discovery/openstack/openstack.go ./discovery/openstack/hypervisor_test.go ./discovery/uyuni/uyuni_test.go ./discovery/uyuni/uyuni.go ./discovery/legacymanager/manager.go ./discovery/legacymanager/registry.go ./discovery/legacymanager/manager_test.go ./discovery/kubernetes/kubernetes_test.go ./discovery/kubernetes/service.go ./discovery/kubernetes/endpointslice.go ./discovery/kubernetes/node_test.go ./discovery/kubernetes/pod_test.go ./discovery/kubernetes/pod.go ./discovery/kubernetes/kubernetes.go ./discovery/kubernetes/ingress.go ./discovery/kubernetes/client_metrics.go ./discovery/kubernetes/ingress_adaptor.go ./discovery/kubernetes/service_test.go ./discovery/kubernetes/ingress_test.go ./discovery/kubernetes/endpoints_test.go ./discovery/kubernetes/endpoints.go ./discovery/kubernetes/node.go ./discovery/kubernetes/endpointslice_test.go ./discovery/digitalocean/mock_test.go ./discovery/digitalocean/digitalocean.go ./discovery/digitalocean/digitalocean_test.go ./discovery/install/install.go ./discovery/aws/ec2.go ./discovery/aws/lightsail.go ./discovery/hetzner/hcloud_test.go ./discovery/hetzner/mock_test.go ./discovery/hetzner/hcloud.go ./discovery/hetzner/hetzner.go ./discovery/hetzner/robot_test.go ./discovery/hetzner/robot.go ./discovery/eureka/eureka_test.go ./discovery/eureka/eureka.go ./discovery/eureka/client_test.go ./discovery/eureka/client.go ./discovery/manager.go ./discovery/refresh/refresh_test.go ./discovery/refresh/refresh.go ./discovery/dns/dns.go ./discovery/dns/dns_test.go ./discovery/xds/xds.go ./discovery/xds/kuma_mads.pb.go ./discovery/xds/kuma.go ./discovery/xds/kuma_test.go ./discovery/xds/client_test.go ./discovery/xds/client.go ./discovery/xds/xds_test.go ./discovery/registry.go ./discovery/http/http.go ./discovery/http/http_test.go ./discovery/manager_test.go ./discovery/targetgroup/targetgroup_test.go ./discovery/targetgroup/targetgroup.go ./discovery/puppetdb/puppetdb_test.go ./discovery/puppetdb/puppetdb.go ./discovery/puppetdb/resources.go ./discovery/marathon/marathon_test.go ./discovery/marathon/marathon.go ./discovery/consul/consul_test.go ./discovery/consul/consul.go ./discovery/file/file.go ./discovery/file/file_test.go ./discovery/triton/triton.go ./discovery/triton/triton_test.go ./discovery/azure/azure_test.go ./discovery/azure/azure.go ./discovery/linode/mock_test.go ./discovery/linode/linode_test.go ./discovery/linode/linode.go ./discovery/discovery.go ./discovery/moby/mock_test.go ./discovery/moby/docker_test.go ./discovery/moby/tasks_test.go ./discovery/moby/services.go ./discovery/moby/services_test.go ./discovery/moby/docker.go ./discovery/moby/network.go ./discovery/moby/dockerswarm.go ./discovery/moby/tasks.go ./discovery/moby/nodes_test.go ./discovery/moby/nodes.go ./documentation/examples/remote_storage/example_write_adapter/server.go ./documentation/examples/remote_storage/remote_storage_adapter/graphite/escape.go ./documentation/examples/remote_storage/remote_storage_adapter/graphite/client_test.go ./documentation/examples/remote_storage/remote_storage_adapter/graphite/client.go ./documentation/examples/remote_storage/remote_storage_adapter/main.go ./documentation/examples/remote_storage/remote_storage_adapter/opentsdb/tagvalue.go ./documentation/examples/remote_storage/remote_storage_adapter/opentsdb/client_test.go ./documentation/examples/remote_storage/remote_storage_adapter/opentsdb/client.go ./documentation/examples/remote_storage/remote_storage_adapter/opentsdb/tagvalue_test.go ./documentation/examples/remote_storage/remote_storage_adapter/influxdb/client_test.go ./documentation/examples/remote_storage/remote_storage_adapter/influxdb/client.go ./documentation/examples/custom-sd/adapter/adapter.go ./documentation/examples/custom-sd/adapter/adapter_test.go ./documentation/examples/custom-sd/adapter-usage/main.go ./cmd/prometheus/main.go ./cmd/prometheus/main_unix_test.go ./cmd/prometheus/query_log_test.go ./cmd/prometheus/main_test.go ./cmd/promtool/sd_test.go ./cmd/promtool/archive.go ./cmd/promtool/rules.go ./cmd/promtool/backfill.go ./cmd/promtool/main.go ./cmd/promtool/backfill_test.go ./cmd/promtool/rules_test.go ./cmd/promtool/debug.go ./cmd/promtool/tsdb.go ./cmd/promtool/unittest.go ./cmd/promtool/unittest_test.go ./cmd/promtool/main_test.go ./cmd/promtool/sd.go ./storage/noop.go ./storage/memoized_iterator_test.go ./storage/merge_test.go ./storage/memoized_iterator.go ./storage/remote/write.go ./storage/remote/write_handler.go ./storage/remote/read_handler.go ./storage/remote/codec.go ./storage/remote/chunked.go ./storage/remote/codec_test.go ./storage/remote/write_test.go ./storage/remote/queue_manager_test.go ./storage/remote/write_handler_test.go ./storage/remote/metadata_watcher_test.go ./storage/remote/ewma.go ./storage/remote/client_test.go ./storage/remote/client.go ./storage/remote/read_test.go ./storage/remote/metadata_watcher.go ./storage/remote/chunked_test.go ./storage/remote/storage.go ./storage/remote/max_timestamp.go ./storage/remote/queue_manager.go ./storage/remote/read.go ./storage/remote/read_handler_test.go ./storage/remote/intern.go ./storage/remote/intern_test.go ./storage/remote/storage_test.go ./storage/buffer_test.go ./storage/secondary.go ./storage/series.go ./storage/lazy.go ./storage/series_test.go ./storage/interface.go ./storage/merge.go ./storage/generic.go ./storage/buffer.go ./storage/fanout.go ./storage/fanout_test.go ./notifier/notifier_test.go ./notifier/notifier.go ./model/timestamp/timestamp.go ./model/value/value.go ./model/rulefmt/rulefmt.go ./model/rulefmt/rulefmt_test.go ./model/exemplar/exemplar.go ./model/textparse/promparse_test.go ./model/textparse/interface.go ./model/textparse/promlex.l.go ./model/textparse/openmetricslex.l.go ./model/textparse/promparse.go ./model/textparse/openmetricsparse_test.go ./model/textparse/openmetricsparse.go ./model/relabel/relabel_test.go ./model/relabel/relabel.go ./model/labels/labels.go ./model/labels/regexp_test.go ./model/labels/test_utils.go ./model/labels/matcher_test.go ./model/labels/regexp.go ./model/labels/labels_test.go ./model/labels/matcher.go ./util/httputil/cors.go ./util/httputil/compression.go ./util/httputil/context.go ./util/httputil/compression_test.go ./util/httputil/cors_test.go ./util/gate/gate.go ./util/stats/stats_test.go ./util/stats/query_stats.go ./util/stats/timer.go ./util/pool/pool.go ./util/pool/pool_test.go ./util/treecache/treecache.go ./util/teststorage/storage.go ./util/osutil/hostname.go ./util/modtimevfs/modtimevfs.go ./util/testutil/port.go ./util/testutil/roundtrip.go ./util/testutil/logging.go ./util/testutil/testing.go ./util/testutil/directory.go ./util/testutil/context.go ./util/strutil/quote.go ./util/strutil/strconv_test.go ./util/strutil/quote_test.go ./util/strutil/strconv.go ./util/logging/file.go ./util/logging/dedupe_test.go ./util/logging/ratelimit.go ./util/logging/dedupe.go ./util/logging/file_test.go ./util/runtime/statfs_uint32.go ./util/runtime/limits_windows.go ./util/runtime/limits_default.go ./util/runtime/statfs_linux_386.go ./util/runtime/statfs.go ./util/runtime/vmlimits_default.go ./util/runtime/vmlimits_openbsd.go ./util/runtime/statfs_default.go ./util/runtime/uname_linux.go ./util/runtime/uname_default.go + echo 'Patch #0 (defaults-paths.patch):' Patch #0 (defaults-paths.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file cmd/prometheus/main.go + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sntfuD + umask 022 + cd /builddir/build/BUILD + cd prometheus-2.32.1 + export 'BUILDTAGS=netgo builtinassets' + BUILDTAGS='netgo builtinassets' + LDFLAGS='-X github.com/prometheus/common/version.Version=2.32.1 -X github.com/prometheus/common/version.Revision=1.oc9 -X github.com/prometheus/common/version.Branch=tarball -X github.com/prometheus/common/version.BuildDate=20240815' + for cmd in cmd/* ++ head -c20 /dev/urandom ++ od -An -tx1 ++ tr -d ' \n' ++ basename cmd/prometheus + GOPATH=/builddir/build/BUILD/prometheus-2.32.1/_build:/usr/share/gocode + GO111MODULE=off + go build -buildmode pie -compiler gc '-tags=rpm_crashtraceback netgo builtinassets' -ldflags '-X github.com/prometheus/common/version.Version=2.32.1 -X github.com/prometheus/common/version.Revision=1.oc9 -X github.com/prometheus/common/version.Branch=tarball -X github.com/prometheus/common/version.BuildDate=20240815 -X github.com/prometheus/prometheus/version=2.32.1 -B 0xdd99c51469fbd3f0df42a269074fa3b4c02bfe64 -compressdwarf=false -linkmode=external -extldflags '\''-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 '\''' -a -v -x -o /builddir/build/BUILD/prometheus-2.32.1/_build/bin/prometheus github.com/prometheus/prometheus/cmd/prometheus WORK=/tmp/go-build3413775437 encoding mkdir -p $WORK/b049/ internal/coverage/rtcov mkdir -p $WORK/b012/ cat >/tmp/go-build3413775437/b049/importcfg << 'EOF' # internal # import config EOF vendor/golang.org/x/crypto/cryptobyte/asn1 cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "$WORK/b049=>" -p encoding -std -complete -installsuffix shared -buildid _EGYgRpJUpmKip7Hzv3u/_EGYgRpJUpmKip7Hzv3u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /usr/lib/golang/src/encoding/encoding.go crypto/internal/alias mkdir -p $WORK/b078/ container/list mkdir -p $WORK/b073/ cat >/tmp/go-build3413775437/b012/importcfg << 'EOF' # internal # import config EOF cat >/tmp/go-build3413775437/b078/importcfg << 'EOF' # internal # import config EOF internal/goarch mkdir -p $WORK/b006/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "$WORK/b012=>" -p internal/coverage/rtcov -std -+ -complete -installsuffix shared -buildid tRpxrApKqYC9ysVlei7I/tRpxrApKqYC9ysVlei7I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack /usr/lib/golang/src/internal/coverage/rtcov/rtcov.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b078/_pkg_.a -trimpath "$WORK/b078=>" -p crypto/internal/alias -std -complete -installsuffix shared -buildid oCbxx5HDXjxhbes5X7yO/oCbxx5HDXjxhbes5X7yO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /usr/lib/golang/src/crypto/internal/alias/alias.go cat >/tmp/go-build3413775437/b073/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "$WORK/b073=>" -p container/list -std -complete -installsuffix shared -buildid WDQIrrRVHKxbwfXhV2_u/WDQIrrRVHKxbwfXhV2_u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /usr/lib/golang/src/container/list/list.go mkdir -p $WORK/b098/ cat >/tmp/go-build3413775437/b006/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "$WORK/b006=>" -p internal/goarch -std -+ -complete -installsuffix shared -buildid Fing6-RDYiFMc-3kiP5S/Fing6-RDYiFMc-3kiP5S -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack /usr/lib/golang/src/internal/goarch/goarch.go /usr/lib/golang/src/internal/goarch/goarch_amd64.go /usr/lib/golang/src/internal/goarch/zgoarch_amd64.go unicode/utf16 mkdir -p $WORK/b053/ cat >/tmp/go-build3413775437/b098/importcfg << 'EOF' # internal # import config EOF internal/itoa mkdir -p $WORK/b025/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b098/_pkg_.a -trimpath "$WORK/b098=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -std -complete -installsuffix shared -buildid 3TuEOzwsTf2EsFHa-Iz3/3TuEOzwsTf2EsFHa-Iz3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go cat >/tmp/go-build3413775437/b053/importcfg << 'EOF' # internal # import config EOF cat >/tmp/go-build3413775437/b025/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "$WORK/b053=>" -p unicode/utf16 -std -complete -installsuffix shared -buildid RZc6aBs28errvJDqOfL6/RZc6aBs28errvJDqOfL6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /usr/lib/golang/src/unicode/utf16/utf16.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "$WORK/b025=>" -p internal/itoa -std -complete -installsuffix shared -buildid ulrV_G4X7NANOCqoOqZb/ulrV_G4X7NANOCqoOqZb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /usr/lib/golang/src/internal/itoa/itoa.go math/bits mkdir -p $WORK/b031/ github.com/prometheus/prometheus/vendor/golang.org/x/sys/internal/unsafeheader mkdir -p $WORK/b191/ github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to cat >/tmp/go-build3413775437/b031/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b303/ internal/godebugs log/internal mkdir -p $WORK/b057/ internal/nettrace unicode/utf8 cat >/tmp/go-build3413775437/b191/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b191/_pkg_.a -trimpath "$WORK/b191=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/sys/internal/unsafeheader -complete -installsuffix shared -buildid GT6qsh62H8-5FE-0mRDv/GT6qsh62H8-5FE-0mRDv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/internal/unsafeheader/unsafeheader.go cat >/tmp/go-build3413775437/b303/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b303/_pkg_.a -trimpath "$WORK/b303=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to -complete -installsuffix shared -buildid X9WhpyZcC5AUrJaQrRTr/X9WhpyZcC5AUrJaQrRTr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to/convert.go cat >/tmp/go-build3413775437/b057/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "$WORK/b057=>" -p log/internal -std -complete -installsuffix shared -buildid -NCkVFxRg0I16pvZKO7x/-NCkVFxRg0I16pvZKO7x -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack /usr/lib/golang/src/log/internal/internal.go mkdir -p $WORK/b013/ cat >/tmp/go-build3413775437/b013/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "$WORK/b013=>" -p internal/godebugs -std -complete -installsuffix shared -buildid NeviDNNk8GXgjuWQo7wi/NeviDNNk8GXgjuWQo7wi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /usr/lib/golang/src/internal/godebugs/table.go mkdir -p $WORK/b114/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "$WORK/b031=>" -p math/bits -std -complete -installsuffix shared -buildid vVabe_6Egp5I7rk-oHLv/vVabe_6Egp5I7rk-oHLv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /usr/lib/golang/src/math/bits/bits.go /usr/lib/golang/src/math/bits/bits_errors.go /usr/lib/golang/src/math/bits/bits_tables.go mkdir -p $WORK/b033/ cat >/tmp/go-build3413775437/b114/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b114/_pkg_.a -trimpath "$WORK/b114=>" -p internal/nettrace -std -complete -installsuffix shared -buildid A4ghIj8wyTFUSTHqMvs1/A4ghIj8wyTFUSTHqMvs1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /usr/lib/golang/src/internal/nettrace/nettrace.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata mkdir -p $WORK/b246/ cat >/tmp/go-build3413775437/b033/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "$WORK/b033=>" -p unicode/utf8 -std -complete -installsuffix shared -buildid uyCDxeebqciF5Qm0vbSk/uyCDxeebqciF5Qm0vbSk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /usr/lib/golang/src/unicode/utf8/utf8.go cat >/tmp/go-build3413775437/b246/importcfg << 'EOF' # internal # import config EOF github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig mkdir -p $WORK/b369/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b246/_pkg_.a -trimpath "$WORK/b246=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata -complete -installsuffix shared -buildid 4-9CNMyyj-2FATKJsjhS/4-9CNMyyj-2FATKJsjhS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go cat >/tmp/go-build3413775437/b369/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b369/_pkg_.a -trimpath "$WORK/b369=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig -complete -installsuffix shared -buildid w6kMZsSjPi0cQTlfMpkP/w6kMZsSjPi0cQTlfMpkP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig/serviceconfig.go vendor/golang.org/x/crypto/internal/alias mkdir -p $WORK/b122/ github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana cat >/tmp/go-build3413775437/b122/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b328/ github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b122/_pkg_.a -trimpath "$WORK/b122=>" -p vendor/golang.org/x/crypto/internal/alias -std -complete -installsuffix shared -buildid zajSO3_UKTeytk5bGVEZ/zajSO3_UKTeytk5bGVEZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/alias/alias.go mkdir -p $WORK/b154/ github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version mkdir -p $WORK/b292/ cat >/tmp/go-build3413775437/b328/importcfg << 'EOF' # internal # import config EOF internal/unsafeheader mkdir -p $WORK/b008/ internal/race mkdir -p $WORK/b021/ cat >/tmp/go-build3413775437/b154/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b328/_pkg_.a -trimpath "$WORK/b328=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana -complete -installsuffix shared -buildid brCNW7ab37dqdEA-PCt7/brCNW7ab37dqdEA-PCt7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana/const.go cat >/tmp/go-build3413775437/b292/importcfg << 'EOF' # internal # import config EOF crypto/internal/boring/sig cat >/tmp/go-build3413775437/b008/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b080/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b154/_pkg_.a -trimpath "$WORK/b154=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags -complete -installsuffix shared -buildid zwD7hU75W_AV4x-LqSxP/zwD7hU75W_AV4x-LqSxP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags/flags.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go internal/goos /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b008/_pkg_.a -trimpath "$WORK/b008=>" -p internal/unsafeheader -std -complete -installsuffix shared -buildid ZCpCzRq1mufqFIXzWC3H/ZCpCzRq1mufqFIXzWC3H -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack /usr/lib/golang/src/internal/unsafeheader/unsafeheader.go cat >/tmp/go-build3413775437/b021/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b015/ cat >/tmp/go-build3413775437/b080/go_asm.h << 'EOF' # internal EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b292/_pkg_.a -trimpath "$WORK/b292=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version -complete -installsuffix shared -buildid aZo6OW_L65mHuaOHEmDX/aZo6OW_L65mHuaOHEmDX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version/version.go cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "$WORK/b080=>" -I $WORK/b080/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b080/symabis ./sig_amd64.s cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "$WORK/b021=>" -p internal/race -std -complete -installsuffix shared -buildid td3SGmrIHK5bkPE1I8zT/td3SGmrIHK5bkPE1I8zT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /usr/lib/golang/src/internal/race/doc.go /usr/lib/golang/src/internal/race/norace.go cat >/tmp/go-build3413775437/b015/importcfg << 'EOF' # internal # import config EOF runtime/internal/syscall mkdir -p $WORK/b019/ sync/atomic /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "$WORK/b015=>" -p internal/goos -std -+ -complete -installsuffix shared -buildid Azb2o6r_nn2BERArfseR/Azb2o6r_nn2BERArfseR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /usr/lib/golang/src/internal/goos/goos.go /usr/lib/golang/src/internal/goos/unix.go /usr/lib/golang/src/internal/goos/zgoos_linux.go mkdir -p $WORK/b022/ runtime/internal/atomic crypto/subtle mkdir -p $WORK/b079/ cat >/tmp/go-build3413775437/b019/go_asm.h << 'EOF' # internal EOF mkdir -p $WORK/b016/ internal/goexperiment unicode cd /usr/lib/golang/src/runtime/internal/syscall /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/internal/syscall -trimpath "$WORK/b019=>" -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -gensymabis -o $WORK/b019/symabis ./asm_linux_amd64.s mkdir -p $WORK/b034/ cat >/tmp/go-build3413775437/b079/go_asm.h << 'EOF' # internal EOF cat >/tmp/go-build3413775437/b022/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/subtle -trimpath "$WORK/b079=>" -I $WORK/b079/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b079/symabis ./xor_amd64.s mkdir -p $WORK/b014/ cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "$WORK/b022=>" -I $WORK/b022/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b022/symabis ./asm.s cat >/tmp/go-build3413775437/b016/go_asm.h << 'EOF' # internal EOF cat >/tmp/go-build3413775437/b034/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/internal/atomic -trimpath "$WORK/b016=>" -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -gensymabis -o $WORK/b016/symabis ./atomic_amd64.s cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "$WORK/b034=>" -p unicode -std -complete -installsuffix shared -buildid t9foJFrPCgoEU8tCxTc8/t9foJFrPCgoEU8tCxTc8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /usr/lib/golang/src/unicode/casetables.go /usr/lib/golang/src/unicode/digit.go /usr/lib/golang/src/unicode/graphic.go /usr/lib/golang/src/unicode/letter.go /usr/lib/golang/src/unicode/tables.go cat >/tmp/go-build3413775437/b014/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "$WORK/b014=>" -p internal/goexperiment -std -complete -installsuffix shared -buildid dTM3z2HJmgtU-AXR_z4S/dTM3z2HJmgtU-AXR_z4S -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /usr/lib/golang/src/internal/goexperiment/exp_arenas_off.go /usr/lib/golang/src/internal/goexperiment/exp_boringcrypto_off.go /usr/lib/golang/src/internal/goexperiment/exp_cacheprog_off.go /usr/lib/golang/src/internal/goexperiment/exp_cgocheck2_off.go /usr/lib/golang/src/internal/goexperiment/exp_coverageredesign_on.go /usr/lib/golang/src/internal/goexperiment/exp_fieldtrack_off.go /usr/lib/golang/src/internal/goexperiment/exp_heapminimum512kib_off.go /usr/lib/golang/src/internal/goexperiment/exp_loopvar_off.go /usr/lib/golang/src/internal/goexperiment/exp_pagetrace_off.go /usr/lib/golang/src/internal/goexperiment/exp_preemptibleloops_off.go /usr/lib/golang/src/internal/goexperiment/exp_regabiargs_on.go /usr/lib/golang/src/internal/goexperiment/exp_regabiwrappers_on.go /usr/lib/golang/src/internal/goexperiment/exp_staticlockranking_off.go /usr/lib/golang/src/internal/goexperiment/flags.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b049/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b006/_pkg_.a # internal cp $WORK/b049/_pkg_.a /builddir/.cache/go-build/9e/9e147f2f1d036dedbe31a2efa1a3697a7a41bb27ea0dbc673130fc5e80601c4d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b154/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b057/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b191/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b012/_pkg_.a # internal github.com/prometheus/prometheus/vendor/go.opencensus.io mkdir -p $WORK/b409/ cp $WORK/b006/_pkg_.a /builddir/.cache/go-build/2c/2c630c3b1e9fd506e6927b7a96e8e82c04018b11e71059d6622477c9e88182ae-d # internal cp $WORK/b057/_pkg_.a /builddir/.cache/go-build/5f/5f376bafc451028c520867df6a583cb25ff7b2993db48a927b6845ed30811fea-d # internal runtime/internal/math mkdir -p $WORK/b017/ cat >/tmp/go-build3413775437/b409/importcfg << 'EOF' # internal # import config EOF cp $WORK/b191/_pkg_.a /builddir/.cache/go-build/c0/c0122c1a794b017ad1d5adfd36985aaf78d4e4e1be3ece340fdddf86c3aa018b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b025/_pkg_.a # internal cp $WORK/b012/_pkg_.a /builddir/.cache/go-build/ab/abb4183c557d0744ff591ecd93aac2b26b8d275958fe5841293f3409d73a06d5-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b409/_pkg_.a -trimpath "$WORK/b409=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io -complete -installsuffix shared -buildid ZwO0QXMpHiPOZO9TI9Ej/ZwO0QXMpHiPOZO9TI9Ej -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/opencensus.go cat >/tmp/go-build3413775437/b017/importcfg << 'EOF' # internal # import config packagefile internal/goarch=/tmp/go-build3413775437/b006/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "$WORK/b017=>" -p runtime/internal/math -std -+ -complete -installsuffix shared -buildid gAGZfChpGnertfnhXWKW/gAGZfChpGnertfnhXWKW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /usr/lib/golang/src/runtime/internal/math/math.go cat >/tmp/go-build3413775437/b016/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "$WORK/b016=>" -p runtime/internal/atomic -std -+ -installsuffix shared -buildid jh4GhB4j9R9YZk9dZkkp/jh4GhB4j9R9YZk9dZkkp -goversion go1.21.7 -symabis $WORK/b016/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack -asmhdr $WORK/b016/go_asm.h /usr/lib/golang/src/runtime/internal/atomic/atomic_amd64.go /usr/lib/golang/src/runtime/internal/atomic/doc.go /usr/lib/golang/src/runtime/internal/atomic/stubs.go /usr/lib/golang/src/runtime/internal/atomic/types.go /usr/lib/golang/src/runtime/internal/atomic/types_64bit.go /usr/lib/golang/src/runtime/internal/atomic/unaligned.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b369/_pkg_.a # internal internal/abi mkdir -p $WORK/b005/ github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/internal mkdir -p $WORK/b410/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b008/_pkg_.a # internal cat >/tmp/go-build3413775437/b079/importcfg << 'EOF' # internal # import config EOF cat >/tmp/go-build3413775437/b080/importcfg << 'EOF' # internal # import config EOF cp $WORK/b025/_pkg_.a /builddir/.cache/go-build/6b/6b253c78ca53bbfe74b043137b8659f54cb2074ab7be088c61848ce71cd5d2d8-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "$WORK/b079=>" -p crypto/subtle -std -installsuffix shared -buildid H1kmiczWcOTojkeyD-at/H1kmiczWcOTojkeyD-at -goversion go1.21.7 -symabis $WORK/b079/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack -asmhdr $WORK/b079/go_asm.h /usr/lib/golang/src/crypto/subtle/constant_time.go /usr/lib/golang/src/crypto/subtle/xor.go /usr/lib/golang/src/crypto/subtle/xor_amd64.go cat >/tmp/go-build3413775437/b019/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b080/_pkg_.a -trimpath "$WORK/b080=>" -p crypto/internal/boring/sig -std -installsuffix shared -buildid Lx3C2p5VefDcztfp8ZOZ/Lx3C2p5VefDcztfp8ZOZ -goversion go1.21.7 -symabis $WORK/b080/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack -asmhdr $WORK/b080/go_asm.h /usr/lib/golang/src/crypto/internal/boring/sig/sig.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "$WORK/b019=>" -p runtime/internal/syscall -std -+ -installsuffix shared -buildid xgyLWE7KEqorWFiX75jD/xgyLWE7KEqorWFiX75jD -goversion go1.21.7 -symabis $WORK/b019/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h /usr/lib/golang/src/runtime/internal/syscall/defs_linux_amd64.go /usr/lib/golang/src/runtime/internal/syscall/syscall_linux.go github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/tagencoding mkdir -p $WORK/b421/ cat >/tmp/go-build3413775437/b410/importcfg << 'EOF' # internal # import config EOF internal/cpu mkdir -p $WORK/b011/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b410/_pkg_.a -trimpath "$WORK/b410=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/internal -complete -installsuffix shared -buildid zx0cmMfGzysXsQiRJSbE/zx0cmMfGzysXsQiRJSbE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/internal/internal.go cat >/tmp/go-build3413775437/b005/go_asm.h << 'EOF' # internal EOF cat >/tmp/go-build3413775437/b421/importcfg << 'EOF' # internal # import config EOF cp $WORK/b008/_pkg_.a /builddir/.cache/go-build/ad/ad07b6dc582d35ba4a8dff5183303a64053ed5f88c9df8f4d4f43e544b25a95c-d # internal cd /usr/lib/golang/src/internal/abi /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b005/symabis ./abi_test.s ./stub.s cp $WORK/b369/_pkg_.a /builddir/.cache/go-build/d8/d8e32a841c49a5a7c87bdd21b93fa92eca65af89f61e34bb1a51b479806b8bfa-d # internal cat >/tmp/go-build3413775437/b011/go_asm.h << 'EOF' # internal EOF github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection mkdir -p $WORK/b447/ github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags cd /usr/lib/golang/src/internal/cpu /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "$WORK/b011=>" -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./cpu.s ./cpu_x86.s mkdir -p $WORK/b451/ cp $WORK/b154/_pkg_.a /builddir/.cache/go-build/f4/f4fad4ba807dc2a39696b0f655bc1f1d9851a2cb893f2022a0c6ed8e6b3e3da1-d # internal cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b421/_pkg_.a -trimpath "$WORK/b421=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/tagencoding -complete -installsuffix shared -buildid ickfeWZxZnQ8GhsXfAB_/ickfeWZxZnQ8GhsXfAB_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/tagencoding/tagencoding.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b292/_pkg_.a # internal cat >/tmp/go-build3413775437/b447/importcfg << 'EOF' # internal # import config EOF cat >/tmp/go-build3413775437/b451/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b078/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b447/_pkg_.a -trimpath "$WORK/b447=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection -complete -installsuffix shared -buildid uXMDhkpj1JoxfU5d2LjT/uXMDhkpj1JoxfU5d2LjT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection/operator.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b451/_pkg_.a -trimpath "$WORK/b451=>" -p github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags -complete -installsuffix shared -buildid HutgP7A2dRIhLzOHb0qX/HutgP7A2dRIhLzOHb0qX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags/flags.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_recent.go github.com/prometheus/prometheus/vendor/k8s.io/utils/integer mkdir -p $WORK/b562/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b098/_pkg_.a # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types mkdir -p $WORK/b472/ cat >/tmp/go-build3413775437/b562/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b562/_pkg_.a -trimpath "$WORK/b562=>" -p github.com/prometheus/prometheus/vendor/k8s.io/utils/integer -complete -installsuffix shared -buildid HwpsgOJAaOimxl_mT7Ju/HwpsgOJAaOimxl_mT7Ju -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/utils/integer/integer.go cat >/tmp/go-build3413775437/b022/importcfg << 'EOF' # internal # import config EOF cat >/tmp/go-build3413775437/b472/importcfg << 'EOF' # internal # import config EOF cp $WORK/b292/_pkg_.a /builddir/.cache/go-build/72/72fae5fa1617ccac01b164e4c32f47ca3db8dfa8dc8cbb9b3ca2a16bab11520c-d # internal cp $WORK/b078/_pkg_.a /builddir/.cache/go-build/45/45b19c5ad5c1c159099e56662ffd9c0a2e929e0edd0d92b2ca0bb1bedfd2b5fe-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b472/_pkg_.a -trimpath "$WORK/b472=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types -complete -installsuffix shared -buildid bxZ-uh9P2iltxu5p4ztQ/bxZ-uh9P2iltxu5p4ztQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types/namespacedname.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types/nodename.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types/patch.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types/uid.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "$WORK/b022=>" -p sync/atomic -std -installsuffix shared -buildid NSIP7mN-eQFKUG-0SCbx/NSIP7mN-eQFKUG-0SCbx -goversion go1.21.7 -symabis $WORK/b022/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack -asmhdr $WORK/b022/go_asm.h /usr/lib/golang/src/sync/atomic/doc.go /usr/lib/golang/src/sync/atomic/type.go /usr/lib/golang/src/sync/atomic/value.go github.com/prometheus/prometheus/vendor/k8s.io/utils/buffer cp $WORK/b098/_pkg_.a /builddir/.cache/go-build/ca/cad22aefdfaa581bddae1c98ef3166e19048f7553c83d519eedcc77891da33b6-d # internal mkdir -p $WORK/b659/ github.com/prometheus/prometheus/vendor/github.com/docker/docker/api /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b013/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/events mkdir -p $WORK/b701/ cat >/tmp/go-build3413775437/b659/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b700/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b659/_pkg_.a -trimpath "$WORK/b659=>" -p github.com/prometheus/prometheus/vendor/k8s.io/utils/buffer -complete -installsuffix shared -buildid foBe_i4hVpfd7XUlpNIQ/foBe_i4hVpfd7XUlpNIQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b659/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/utils/buffer/ring_growing.go cat >/tmp/go-build3413775437/b701/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b701/_pkg_.a -trimpath "$WORK/b701=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/events -complete -installsuffix shared -buildid vbAzS2fHHXyUM-OqynaO/vbAzS2fHHXyUM-OqynaO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/events/events.go cp $WORK/b013/_pkg_.a /builddir/.cache/go-build/85/858a2b0d3bf605d04b90c5380e6d5937f7da37eed3d3ac270e0e1fadd10b96d8-d # internal cat >/tmp/go-build3413775437/b700/importcfg << 'EOF' # internal # import config EOF github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image mkdir -p $WORK/b702/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b700/_pkg_.a -trimpath "$WORK/b700=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api -complete -installsuffix shared -buildid Jblj-zq-ZdT46hpiLcMJ/Jblj-zq-ZdT46hpiLcMJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/common.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/common_unix.go cat >/tmp/go-build3413775437/b702/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b702/_pkg_.a -trimpath "$WORK/b702=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image -complete -installsuffix shared -buildid AyZ8NmQOwMhQyR-YcisX/AyZ8NmQOwMhQyR-YcisX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image/image_history.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b053/_pkg_.a # internal cp $WORK/b053/_pkg_.a /builddir/.cache/go-build/53/532f06f539d308a66e119f5e000dd01f0fec52ce31b17fc2a59d3383a36ed705-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b122/_pkg_.a # internal github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions mkdir -p $WORK/b775/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b114/_pkg_.a # internal cat >/tmp/go-build3413775437/b775/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b303/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b775/_pkg_.a -trimpath "$WORK/b775=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions -complete -installsuffix shared -buildid aMNTeq6iAfalWZ7PPO82/aMNTeq6iAfalWZ7PPO82 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/byte_slice_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/empty_interface_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/map_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/slice_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/string_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/struct_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/time_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/uint_codec_options.go cp $WORK/b122/_pkg_.a /builddir/.cache/go-build/a7/a750d8eb80f2704518056d2fc48e61ae1a2a5662f340bd708a16e0c76b40bbba-d # internal github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype mkdir -p $WORK/b777/ cp $WORK/b114/_pkg_.a /builddir/.cache/go-build/ac/ac415e7cc931c7aa274fb48335af0b89e1dcb501bb2d4769ac1caf9ec8db3e0f-d # internal cat >/tmp/go-build3413775437/b777/importcfg << 'EOF' # internal # import config EOF github.com/prometheus/prometheus/vendor/github.com/dennwc/varint mkdir -p $WORK/b822/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b777/_pkg_.a -trimpath "$WORK/b777=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype -complete -installsuffix shared -buildid et1dwF0z-1amWLZw_fvw/et1dwF0z-1amWLZw_fvw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b777/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype/bsontype.go cat >/tmp/go-build3413775437/b822/importcfg << 'EOF' # internal # import config EOF cp $WORK/b303/_pkg_.a /builddir/.cache/go-build/60/6051220e84188c53bdf3adf8c1e1c571a61c2e45585d19b1c6e2c8ef99ea0e23-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b822/_pkg_.a -trimpath "$WORK/b822=>" -p github.com/prometheus/prometheus/vendor/github.com/dennwc/varint -complete -installsuffix shared -buildid n4F8C9VlH1nzffTef3v1/n4F8C9VlH1nzffTef3v1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b822/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/dennwc/varint/proto.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/dennwc/varint/varint.go github.com/prometheus/prometheus/tsdb/goversion mkdir -p $WORK/b823/ cat >/tmp/go-build3413775437/b823/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b823/_pkg_.a -trimpath "$WORK/b823=>" -p github.com/prometheus/prometheus/tsdb/goversion -complete -installsuffix shared -buildid 7p4R75sZ2CCGcPT_qyFD/7p4R75sZ2CCGcPT_qyFD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b823/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/goversion/goversion.go ./_build/src/github.com/prometheus/prometheus/tsdb/goversion/init.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b015/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b328/_pkg_.a # internal cp $WORK/b015/_pkg_.a /builddir/.cache/go-build/78/78ba9cb112d75dcfa95a80f92b6a081d6f9d7001c700d5b7bc01b8ef135a9cc0-d # internal runtime/internal/sys mkdir -p $WORK/b018/ cp $WORK/b328/_pkg_.a /builddir/.cache/go-build/51/513b2ba06b6390d66b69b35c5b4319cda5dbcbaebe79a9e12177544a16e4df60-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage mkdir -p $WORK/b834/ cat >/tmp/go-build3413775437/b018/importcfg << 'EOF' # internal # import config packagefile internal/goarch=/tmp/go-build3413775437/b006/_pkg_.a packagefile internal/goos=/tmp/go-build3413775437/b015/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "$WORK/b018=>" -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid QvaKIXsy3XQELtSA8hjN/QvaKIXsy3XQELtSA8hjN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /usr/lib/golang/src/runtime/internal/sys/consts.go /usr/lib/golang/src/runtime/internal/sys/consts_norace.go /usr/lib/golang/src/runtime/internal/sys/intrinsics.go /usr/lib/golang/src/runtime/internal/sys/nih.go /usr/lib/golang/src/runtime/internal/sys/sys.go /usr/lib/golang/src/runtime/internal/sys/zversion.go cat >/tmp/go-build3413775437/b834/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b834/_pkg_.a -trimpath "$WORK/b834=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage -complete -installsuffix shared -buildid Pdd6MNYcN8MwmnuVJfIt/Pdd6MNYcN8MwmnuVJfIt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b834/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage/restriction_manager.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b447/_pkg_.a # internal cp $WORK/b447/_pkg_.a /builddir/.cache/go-build/0d/0d437d489161e135b975f223176e5f0215f58dc7bb5709f7c9f3167dedb58043-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/reporterstats mkdir -p $WORK/b835/ cat >/tmp/go-build3413775437/b835/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b835/_pkg_.a -trimpath "$WORK/b835=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/reporterstats -complete -installsuffix shared -buildid NTGB9VCUMRGSMA19ed7A/NTGB9VCUMRGSMA19ed7A -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b835/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/reporterstats/stats.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b014/_pkg_.a # internal cp $WORK/b014/_pkg_.a /builddir/.cache/go-build/53/536958ed261643540fc01d7404931dc316de6582111964a131eb65ebf18060a1-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler mkdir -p $WORK/b837/ cat >/tmp/go-build3413775437/b837/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b837/_pkg_.a -trimpath "$WORK/b837=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler -complete -installsuffix shared -buildid 1cRqACrm-9tDEb6IbwK8/1cRqACrm-9tDEb6IbwK8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b837/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler/throttler.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b246/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b410/_pkg_.a # internal cp $WORK/b246/_pkg_.a /builddir/.cache/go-build/c8/c866e8f04406a07170f753f33a8af1afab028c126b21f0e0c0a657a668a3e171-d # internal cp $WORK/b410/_pkg_.a /builddir/.cache/go-build/66/669a8b042644f98cb8784b4962e2a374938c3fdc11abb8905176fb568924a282-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b021/_pkg_.a # internal cp $WORK/b021/_pkg_.a /builddir/.cache/go-build/c2/c24f0d3f3465bcd3d4a51b94ed80b2309b6f540353ad97045d25f85f622f21ef-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b409/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b451/_pkg_.a # internal cat >/tmp/go-build3413775437/b011/importcfg << 'EOF' # internal # import config EOF cat >/tmp/go-build3413775437/b005/importcfg << 'EOF' # internal # import config packagefile internal/goarch=/tmp/go-build3413775437/b006/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b823/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "$WORK/b011=>" -p internal/cpu -std -+ -installsuffix shared -buildid BfULZEpNCk7I_gFkIGWV/BfULZEpNCk7I_gFkIGWV -goversion go1.21.7 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /usr/lib/golang/src/internal/cpu/cpu.go /usr/lib/golang/src/internal/cpu/cpu_x86.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "$WORK/b005=>" -p internal/abi -std -+ -installsuffix shared -buildid T80LIU9gLbLQl5o-VY-I/T80LIU9gLbLQl5o-VY-I -goversion go1.21.7 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /usr/lib/golang/src/internal/abi/abi.go /usr/lib/golang/src/internal/abi/abi_amd64.go /usr/lib/golang/src/internal/abi/compiletype.go /usr/lib/golang/src/internal/abi/funcpc.go /usr/lib/golang/src/internal/abi/map.go /usr/lib/golang/src/internal/abi/stack.go /usr/lib/golang/src/internal/abi/symtab.go /usr/lib/golang/src/internal/abi/type.go /usr/lib/golang/src/internal/abi/unsafestring_go120.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b421/_pkg_.a # internal cp $WORK/b823/_pkg_.a /builddir/.cache/go-build/60/607de599494dc5a4b5ced41f3d879679b38483373e8331596e34093ce8170630-d # internal cp $WORK/b409/_pkg_.a /builddir/.cache/go-build/4c/4cedd950f3af09d86adc253db24823c47563d679ffe79bf582629c3552198c82-d # internal cp $WORK/b451/_pkg_.a /builddir/.cache/go-build/2c/2c28dc35e87a85b7c1d4b142c762b0c5882ae818d8a4b3f3d93363eaaf00c33e-d # internal cp $WORK/b421/_pkg_.a /builddir/.cache/go-build/b5/b5ed7d740ed2371c16b98d51eddba86ffff8c51cc533ff5006825375930ff2c4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b073/_pkg_.a # internal cp $WORK/b073/_pkg_.a /builddir/.cache/go-build/d3/d3e3e366cd0c9574b0a074b82ab75b874e77d9163d90c72a675813d356399b2c-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/groupcache/lru mkdir -p $WORK/b407/ cat >/tmp/go-build3413775437/b407/importcfg << 'EOF' # internal # import config packagefile container/list=/tmp/go-build3413775437/b073/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b407/_pkg_.a -trimpath "$WORK/b407=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/groupcache/lru -complete -installsuffix shared -buildid g0jml-EYhM597LZZXH7A/g0jml-EYhM597LZZXH7A -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/groupcache/lru/lru.go cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/subtle -trimpath "$WORK/b079=>" -I $WORK/b079/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b079/xor_amd64.o ./xor_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b700/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b701/_pkg_.a # internal cp $WORK/b700/_pkg_.a /builddir/.cache/go-build/7b/7b6936bc4c7888451e874e1b995f243742aa6047a2a826062b350c9e4a5993d9-d # internal cp $WORK/b701/_pkg_.a /builddir/.cache/go-build/50/501c61400b38dc42097a183d98fd4dc82d5a36917de7c23b605345596a80be9a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b472/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b837/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b835/_pkg_.a # internal cp $WORK/b472/_pkg_.a /builddir/.cache/go-build/b6/b6790d4c0f04399a042bfe3404780a2693b5e2552f29217a2aecea465f409d83-d # internal cp $WORK/b837/_pkg_.a /builddir/.cache/go-build/d4/d46b683bee16791b6e410e8d9ed7b0f8f3f275e1aa320bc0333499f855e541cc-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b659/_pkg_.a # internal cp $WORK/b835/_pkg_.a /builddir/.cache/go-build/c2/c2d8aef5d1e9e240d4b641c6e842810f1a8a86981f68c65cf50b33b7b1bdd7b4-d # internal cp $WORK/b659/_pkg_.a /builddir/.cache/go-build/0e/0e8b4caf8017d745efaa9bb49f65f25fa9df63d521fe89fffd11271205420ea3-d # internal cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "$WORK/b080=>" -I $WORK/b080/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b080/sig_amd64.o ./sig_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b834/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b562/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b702/_pkg_.a # internal cp $WORK/b702/_pkg_.a /builddir/.cache/go-build/8d/8d3c601267243e73f12d9c57958cc5242eb3d9ef08d99461d862382c584ee96e-d # internal cp $WORK/b562/_pkg_.a /builddir/.cache/go-build/8a/8a88ee7aef43d21f578c778f945d41398b071fd7171263d08d79d94e6d023c7e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b017/_pkg_.a # internal cp $WORK/b017/_pkg_.a /builddir/.cache/go-build/10/109d8a1d68930de2895f9ed75f791dab58a74f9e0564ad1142fcc22efff8ecc1-d # internal cd /usr/lib/golang/src/runtime/internal/syscall /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/internal/syscall -trimpath "$WORK/b019=>" -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b019/asm_linux_amd64.o ./asm_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b031/_pkg_.a # internal cp $WORK/b834/_pkg_.a /builddir/.cache/go-build/66/66687378348a486de408d79f51515577485422f4f19de6102d5ec325ffda48a7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b018/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b033/_pkg_.a # internal cp $WORK/b031/_pkg_.a /builddir/.cache/go-build/d2/d2cb1d6a30b43dac10987f7778d902d636838b044b3e0ac37e9c6c5465ae5102-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b822/_pkg_.a # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set mkdir -p $WORK/b159/ cp $WORK/b018/_pkg_.a /builddir/.cache/go-build/97/9728dda2c2e9d31da5930c11c7fed9e3d7923202b6c524050dd8c397c2fce439-d # internal cat >/tmp/go-build3413775437/b159/importcfg << 'EOF' # internal # import config packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b159/_pkg_.a -trimpath "$WORK/b159=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set -complete -installsuffix shared -buildid -7gChRqEUEAXzZ3uZ58B/-7gChRqEUEAXzZ3uZ58B -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set/ints.go cp $WORK/b822/_pkg_.a /builddir/.cache/go-build/46/460e2868b3598528abc4508b15b6c9169fd3e2c63d4bb65cf20c8dbc36d4e24f-d # internal cp $WORK/b033/_pkg_.a /builddir/.cache/go-build/3b/3b8607ad77e6e972ed5f0159b91d5c44dd711b458d909536c41ac62c35bf35c9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b777/_pkg_.a # internal cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b079/_pkg_.a $WORK/b079/xor_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b079/_pkg_.a # internal cp $WORK/b777/_pkg_.a /builddir/.cache/go-build/5d/5d12490e9bd84a10f7ac77782e2335ef5b020ff62cc07d61805fe90d19ba91fd-d # internal cp $WORK/b079/_pkg_.a /builddir/.cache/go-build/f9/f9a9b442db2e10f447d46808226085c4c02763a2e04bb50d45506460c289a7b4-d # internal cd /usr/lib/golang/src/runtime/internal/syscall /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b019/_pkg_.a $WORK/b019/asm_linux_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b019/_pkg_.a # internal cp $WORK/b019/_pkg_.a /builddir/.cache/go-build/7c/7c8ded62094b2e3fcb66445116dbfdfff6e0aaa7b1a0b27974c01ab087dea323-d # internal cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b080/_pkg_.a $WORK/b080/sig_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b080/_pkg_.a # internal cp $WORK/b080/_pkg_.a /builddir/.cache/go-build/ee/eeccf710335c3e60feb17976621ecc22f1aa7c320e68971d800472fcfc245528-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b775/_pkg_.a # internal cp $WORK/b775/_pkg_.a /builddir/.cache/go-build/24/24941ba3a5aab1eb050b5e084672a156ced753da66680792498dc385dcbb7825-d # internal cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/internal/atomic -trimpath "$WORK/b016=>" -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b016/atomic_amd64.o ./atomic_amd64.s cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "$WORK/b022=>" -I $WORK/b022/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b022/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b159/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b022/_pkg_.a $WORK/b022/asm.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b022/_pkg_.a # internal cp $WORK/b159/_pkg_.a /builddir/.cache/go-build/b2/b2feb088f524d008d2c20d1addae5ceee2d528ca0c8eea3b2267a99813e56253-d # internal cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b016/_pkg_.a $WORK/b016/atomic_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b016/_pkg_.a # internal cp $WORK/b022/_pkg_.a /builddir/.cache/go-build/75/75163911d899c86b4ae2a7cd3e6325c4be83fe5c1a87ffde1b739d6202d7a754-d # internal cp $WORK/b016/_pkg_.a /builddir/.cache/go-build/e4/e4faef09e68b6d1fb45fd16edef804dcb668812f12bd7a4fdb3f9b35379b3700-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b407/_pkg_.a # internal cp $WORK/b407/_pkg_.a /builddir/.cache/go-build/7f/7f354a3426d7166f24810f7244df41eb13b8d21dc6b565866107a1cbe90bbf09-d # internal cd /usr/lib/golang/src/internal/cpu /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "$WORK/b011=>" -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/cpu.o ./cpu.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "$WORK/b011=>" -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/cpu_x86.o ./cpu_x86.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b011/_pkg_.a $WORK/b011/cpu.o $WORK/b011/cpu_x86.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b011/_pkg_.a # internal cp $WORK/b011/_pkg_.a /builddir/.cache/go-build/2f/2f3bf04fd669f3c7f76687208bd9cf19befd21ea4546700c16ea6e34629c1a90-d # internal internal/bytealg mkdir -p $WORK/b010/ cat >/tmp/go-build3413775437/b010/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -gensymabis -o $WORK/b010/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s math mkdir -p $WORK/b030/ cat >/tmp/go-build3413775437/b030/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_amd64/asm -p math -trimpath "$WORK/b030=>" -I $WORK/b030/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b030/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s cat >/tmp/go-build3413775437/b010/importcfg << 'EOF' # internal # import config packagefile internal/cpu=/tmp/go-build3413775437/b011/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "$WORK/b010=>" -p internal/bytealg -std -+ -installsuffix shared -buildid HdEZpGRxcp9lVWpbLAuB/HdEZpGRxcp9lVWpbLAuB -goversion go1.21.7 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /usr/lib/golang/src/internal/bytealg/bytealg.go /usr/lib/golang/src/internal/bytealg/compare_native.go /usr/lib/golang/src/internal/bytealg/count_native.go /usr/lib/golang/src/internal/bytealg/equal_generic.go /usr/lib/golang/src/internal/bytealg/equal_native.go /usr/lib/golang/src/internal/bytealg/index_amd64.go /usr/lib/golang/src/internal/bytealg/index_native.go /usr/lib/golang/src/internal/bytealg/indexbyte_native.go cat >/tmp/go-build3413775437/b030/importcfg << 'EOF' # internal # import config packagefile internal/cpu=/tmp/go-build3413775437/b011/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "$WORK/b030=>" -p math -std -installsuffix shared -buildid kanjYy1q246aWjem71cO/kanjYy1q246aWjem71cO -goversion go1.21.7 -symabis $WORK/b030/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack -asmhdr $WORK/b030/go_asm.h /usr/lib/golang/src/math/abs.go /usr/lib/golang/src/math/acosh.go /usr/lib/golang/src/math/asin.go /usr/lib/golang/src/math/asinh.go /usr/lib/golang/src/math/atan.go /usr/lib/golang/src/math/atan2.go /usr/lib/golang/src/math/atanh.go /usr/lib/golang/src/math/bits.go /usr/lib/golang/src/math/cbrt.go /usr/lib/golang/src/math/const.go /usr/lib/golang/src/math/copysign.go /usr/lib/golang/src/math/dim.go /usr/lib/golang/src/math/dim_asm.go /usr/lib/golang/src/math/erf.go /usr/lib/golang/src/math/erfinv.go /usr/lib/golang/src/math/exp.go /usr/lib/golang/src/math/exp2_noasm.go /usr/lib/golang/src/math/exp_amd64.go /usr/lib/golang/src/math/exp_asm.go /usr/lib/golang/src/math/expm1.go /usr/lib/golang/src/math/floor.go /usr/lib/golang/src/math/floor_asm.go /usr/lib/golang/src/math/fma.go /usr/lib/golang/src/math/frexp.go /usr/lib/golang/src/math/gamma.go /usr/lib/golang/src/math/hypot.go /usr/lib/golang/src/math/hypot_asm.go /usr/lib/golang/src/math/j0.go /usr/lib/golang/src/math/j1.go /usr/lib/golang/src/math/jn.go /usr/lib/golang/src/math/ldexp.go /usr/lib/golang/src/math/lgamma.go /usr/lib/golang/src/math/log.go /usr/lib/golang/src/math/log10.go /usr/lib/golang/src/math/log1p.go /usr/lib/golang/src/math/log_asm.go /usr/lib/golang/src/math/logb.go /usr/lib/golang/src/math/mod.go /usr/lib/golang/src/math/modf.go /usr/lib/golang/src/math/modf_noasm.go /usr/lib/golang/src/math/nextafter.go /usr/lib/golang/src/math/pow.go /usr/lib/golang/src/math/pow10.go /usr/lib/golang/src/math/remainder.go /usr/lib/golang/src/math/signbit.go /usr/lib/golang/src/math/sin.go /usr/lib/golang/src/math/sincos.go /usr/lib/golang/src/math/sinh.go /usr/lib/golang/src/math/sqrt.go /usr/lib/golang/src/math/stubs.go /usr/lib/golang/src/math/tan.go /usr/lib/golang/src/math/tanh.go /usr/lib/golang/src/math/trig_reduce.go /usr/lib/golang/src/math/unsafe.go cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/compare_amd64.o ./compare_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/count_amd64.o ./count_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/equal_amd64.o ./equal_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/index_amd64.o ./index_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/indexbyte_amd64.o ./indexbyte_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b010/_pkg_.a $WORK/b010/compare_amd64.o $WORK/b010/count_amd64.o $WORK/b010/equal_amd64.o $WORK/b010/index_amd64.o $WORK/b010/indexbyte_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b010/_pkg_.a # internal cp $WORK/b010/_pkg_.a /builddir/.cache/go-build/e2/e251a5507864c52bf0b3b3448e6247145940108768845a76afa4ce37adf358a8-d # internal cd /usr/lib/golang/src/internal/abi /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/abi_test.o ./abi_test.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/stub.o ./stub.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b005/_pkg_.a $WORK/b005/abi_test.o $WORK/b005/stub.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b005/_pkg_.a # internal cp $WORK/b005/_pkg_.a /builddir/.cache/go-build/af/afd4991d5f45206adde48d235a5e044678a3cb3b8b4d96f11161069220c4e77a-d # internal runtime mkdir -p $WORK/b009/ cat >/tmp/go-build3413775437/b009/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -gensymabis -o $WORK/b009/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b034/_pkg_.a # internal cp $WORK/b034/_pkg_.a /builddir/.cache/go-build/2f/2f3dcc3a1818a7b7a5a89c5776434a9d96db66d8bf314b6e8221bde5be040a30-d # internal cat >/tmp/go-build3413775437/b009/importcfg << 'EOF' # internal # import config packagefile internal/abi=/tmp/go-build3413775437/b005/_pkg_.a packagefile internal/bytealg=/tmp/go-build3413775437/b010/_pkg_.a packagefile internal/coverage/rtcov=/tmp/go-build3413775437/b012/_pkg_.a packagefile internal/cpu=/tmp/go-build3413775437/b011/_pkg_.a packagefile internal/goarch=/tmp/go-build3413775437/b006/_pkg_.a packagefile internal/godebugs=/tmp/go-build3413775437/b013/_pkg_.a packagefile internal/goexperiment=/tmp/go-build3413775437/b014/_pkg_.a packagefile internal/goos=/tmp/go-build3413775437/b015/_pkg_.a packagefile runtime/internal/atomic=/tmp/go-build3413775437/b016/_pkg_.a packagefile runtime/internal/math=/tmp/go-build3413775437/b017/_pkg_.a packagefile runtime/internal/sys=/tmp/go-build3413775437/b018/_pkg_.a packagefile runtime/internal/syscall=/tmp/go-build3413775437/b019/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b009/_pkg_.a -trimpath "$WORK/b009=>" -p runtime -std -+ -installsuffix shared -buildid HYejxkMHsLzDrIh1d5Sk/HYejxkMHsLzDrIh1d5Sk -goversion go1.21.7 -symabis $WORK/b009/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h /usr/lib/golang/src/runtime/alg.go /usr/lib/golang/src/runtime/arena.go /usr/lib/golang/src/runtime/asan0.go /usr/lib/golang/src/runtime/atomic_pointer.go /usr/lib/golang/src/runtime/cgo.go /usr/lib/golang/src/runtime/cgo_mmap.go /usr/lib/golang/src/runtime/cgo_sigaction.go /usr/lib/golang/src/runtime/cgocall.go /usr/lib/golang/src/runtime/cgocallback.go /usr/lib/golang/src/runtime/cgocheck.go /usr/lib/golang/src/runtime/chan.go /usr/lib/golang/src/runtime/checkptr.go /usr/lib/golang/src/runtime/compiler.go /usr/lib/golang/src/runtime/complex.go /usr/lib/golang/src/runtime/covercounter.go /usr/lib/golang/src/runtime/covermeta.go /usr/lib/golang/src/runtime/cpuflags.go /usr/lib/golang/src/runtime/cpuflags_amd64.go /usr/lib/golang/src/runtime/cpuprof.go /usr/lib/golang/src/runtime/cputicks.go /usr/lib/golang/src/runtime/create_file_unix.go /usr/lib/golang/src/runtime/debug.go /usr/lib/golang/src/runtime/debugcall.go /usr/lib/golang/src/runtime/debuglog.go /usr/lib/golang/src/runtime/debuglog_off.go /usr/lib/golang/src/runtime/defs_linux_amd64.go /usr/lib/golang/src/runtime/env_posix.go /usr/lib/golang/src/runtime/error.go /usr/lib/golang/src/runtime/exithook.go /usr/lib/golang/src/runtime/extern.go /usr/lib/golang/src/runtime/fastlog2.go /usr/lib/golang/src/runtime/fastlog2table.go /usr/lib/golang/src/runtime/float.go /usr/lib/golang/src/runtime/hash64.go /usr/lib/golang/src/runtime/heapdump.go /usr/lib/golang/src/runtime/histogram.go /usr/lib/golang/src/runtime/iface.go /usr/lib/golang/src/runtime/lfstack.go /usr/lib/golang/src/runtime/lock_futex.go /usr/lib/golang/src/runtime/lockrank.go /usr/lib/golang/src/runtime/lockrank_off.go /usr/lib/golang/src/runtime/malloc.go /usr/lib/golang/src/runtime/map.go /usr/lib/golang/src/runtime/map_fast32.go /usr/lib/golang/src/runtime/map_fast64.go /usr/lib/golang/src/runtime/map_faststr.go /usr/lib/golang/src/runtime/mbarrier.go /usr/lib/golang/src/runtime/mbitmap.go /usr/lib/golang/src/runtime/mcache.go /usr/lib/golang/src/runtime/mcentral.go /usr/lib/golang/src/runtime/mcheckmark.go /usr/lib/golang/src/runtime/mem.go /usr/lib/golang/src/runtime/mem_linux.go /usr/lib/golang/src/runtime/metrics.go /usr/lib/golang/src/runtime/mfinal.go /usr/lib/golang/src/runtime/mfixalloc.go /usr/lib/golang/src/runtime/mgc.go /usr/lib/golang/src/runtime/mgclimit.go /usr/lib/golang/src/runtime/mgcmark.go /usr/lib/golang/src/runtime/mgcpacer.go /usr/lib/golang/src/runtime/mgcscavenge.go /usr/lib/golang/src/runtime/mgcstack.go /usr/lib/golang/src/runtime/mgcsweep.go /usr/lib/golang/src/runtime/mgcwork.go /usr/lib/golang/src/runtime/mheap.go /usr/lib/golang/src/runtime/minmax.go /usr/lib/golang/src/runtime/mpagealloc.go /usr/lib/golang/src/runtime/mpagealloc_64bit.go /usr/lib/golang/src/runtime/mpagecache.go /usr/lib/golang/src/runtime/mpallocbits.go /usr/lib/golang/src/runtime/mprof.go /usr/lib/golang/src/runtime/mranges.go /usr/lib/golang/src/runtime/msan0.go /usr/lib/golang/src/runtime/msize.go /usr/lib/golang/src/runtime/mspanset.go /usr/lib/golang/src/runtime/mstats.go /usr/lib/golang/src/runtime/mwbbuf.go /usr/lib/golang/src/runtime/nbpipe_pipe2.go /usr/lib/golang/src/runtime/netpoll.go /usr/lib/golang/src/runtime/netpoll_epoll.go /usr/lib/golang/src/runtime/nonwindows_stub.go /usr/lib/golang/src/runtime/os_linux.go /usr/lib/golang/src/runtime/os_linux_generic.go /usr/lib/golang/src/runtime/os_linux_noauxv.go /usr/lib/golang/src/runtime/os_linux_x86.go /usr/lib/golang/src/runtime/os_nonopenbsd.go /usr/lib/golang/src/runtime/os_unix.go /usr/lib/golang/src/runtime/pagetrace_off.go /usr/lib/golang/src/runtime/panic.go /usr/lib/golang/src/runtime/pinner.go /usr/lib/golang/src/runtime/plugin.go /usr/lib/golang/src/runtime/preempt.go /usr/lib/golang/src/runtime/preempt_nonwindows.go /usr/lib/golang/src/runtime/print.go /usr/lib/golang/src/runtime/proc.go /usr/lib/golang/src/runtime/profbuf.go /usr/lib/golang/src/runtime/proflabel.go /usr/lib/golang/src/runtime/race0.go /usr/lib/golang/src/runtime/rdebug.go /usr/lib/golang/src/runtime/retry.go /usr/lib/golang/src/runtime/runtime.go /usr/lib/golang/src/runtime/runtime1.go /usr/lib/golang/src/runtime/runtime2.go /usr/lib/golang/src/runtime/runtime_boring.go /usr/lib/golang/src/runtime/rwmutex.go /usr/lib/golang/src/runtime/security_linux.go /usr/lib/golang/src/runtime/security_unix.go /usr/lib/golang/src/runtime/select.go /usr/lib/golang/src/runtime/sema.go /usr/lib/golang/src/runtime/signal_amd64.go /usr/lib/golang/src/runtime/signal_linux_amd64.go /usr/lib/golang/src/runtime/signal_unix.go /usr/lib/golang/src/runtime/sigqueue.go /usr/lib/golang/src/runtime/sigqueue_note.go /usr/lib/golang/src/runtime/sigtab_linux_generic.go /usr/lib/golang/src/runtime/sizeclasses.go /usr/lib/golang/src/runtime/slice.go /usr/lib/golang/src/runtime/softfloat64.go /usr/lib/golang/src/runtime/stack.go /usr/lib/golang/src/runtime/stkframe.go /usr/lib/golang/src/runtime/string.go /usr/lib/golang/src/runtime/stubs.go /usr/lib/golang/src/runtime/stubs2.go /usr/lib/golang/src/runtime/stubs3.go /usr/lib/golang/src/runtime/stubs_amd64.go /usr/lib/golang/src/runtime/stubs_linux.go /usr/lib/golang/src/runtime/symtab.go /usr/lib/golang/src/runtime/symtabinl.go /usr/lib/golang/src/runtime/sys_nonppc64x.go /usr/lib/golang/src/runtime/sys_x86.go /usr/lib/golang/src/runtime/tagptr.go /usr/lib/golang/src/runtime/tagptr_64bit.go /usr/lib/golang/src/runtime/test_amd64.go /usr/lib/golang/src/runtime/time.go /usr/lib/golang/src/runtime/time_nofake.go /usr/lib/golang/src/runtime/timeasm.go /usr/lib/golang/src/runtime/tls_stub.go /usr/lib/golang/src/runtime/trace.go /usr/lib/golang/src/runtime/traceback.go /usr/lib/golang/src/runtime/type.go /usr/lib/golang/src/runtime/typekind.go /usr/lib/golang/src/runtime/unsafe.go /usr/lib/golang/src/runtime/utf8.go /usr/lib/golang/src/runtime/vdso_elf64.go /usr/lib/golang/src/runtime/vdso_linux.go /usr/lib/golang/src/runtime/vdso_linux_amd64.go /usr/lib/golang/src/runtime/write_err.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_amd64/asm -p math -trimpath "$WORK/b030=>" -I $WORK/b030/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b030/dim_amd64.o ./dim_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p math -trimpath "$WORK/b030=>" -I $WORK/b030/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b030/exp_amd64.o ./exp_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p math -trimpath "$WORK/b030=>" -I $WORK/b030/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b030/floor_amd64.o ./floor_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p math -trimpath "$WORK/b030=>" -I $WORK/b030/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b030/hypot_amd64.o ./hypot_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p math -trimpath "$WORK/b030=>" -I $WORK/b030/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b030/log_amd64.o ./log_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b030/_pkg_.a $WORK/b030/dim_amd64.o $WORK/b030/exp_amd64.o $WORK/b030/floor_amd64.o $WORK/b030/hypot_amd64.o $WORK/b030/log_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b030/_pkg_.a # internal cp $WORK/b030/_pkg_.a /builddir/.cache/go-build/d3/d3cb78802851dcafca6bff3b23f81e87fdf5b00e0f1b82a2b7da1dae487bc877-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkmath mkdir -p $WORK/b257/ github.com/prometheus/prometheus/model/value mkdir -p $WORK/b802/ cat >/tmp/go-build3413775437/b257/importcfg << 'EOF' # internal # import config packagefile math=/tmp/go-build3413775437/b030/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b257/_pkg_.a -trimpath "$WORK/b257=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkmath -complete -installsuffix shared -buildid BL7bkY0OAR3QolJqseEP/BL7bkY0OAR3QolJqseEP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkmath/floor.go cat >/tmp/go-build3413775437/b802/importcfg << 'EOF' # internal # import config packagefile math=/tmp/go-build3413775437/b030/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b802/_pkg_.a -trimpath "$WORK/b802=>" -p github.com/prometheus/prometheus/model/value -complete -installsuffix shared -buildid fWYhhLOSUVPxZy07hc36/fWYhhLOSUVPxZy07hc36 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b802/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/value/value.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b802/_pkg_.a # internal cp $WORK/b802/_pkg_.a /builddir/.cache/go-build/4e/4e6c4403d55431cb47245eafe50e18e99270d3e9415978c4f7ace9227310db14-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b257/_pkg_.a # internal cp $WORK/b257/_pkg_.a /builddir/.cache/go-build/b9/b9abc3e86da249b86ae660f23dc79410fd80c6a9d61fa86e9a4d7a3c646b8a9f-d # internal cp /usr/lib/golang/src/runtime/asm_amd64.h $WORK/b009/asm_GOARCH.h cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b009/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b009/asm_amd64.o ./asm_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b009/duff_amd64.o ./duff_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b009/memclr_amd64.o ./memclr_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b009/memmove_amd64.o ./memmove_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b009/preempt_amd64.o ./preempt_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b009/rt0_linux_amd64.o ./rt0_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b009/sys_linux_amd64.o ./sys_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b009/test_amd64.o ./test_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b009/time_linux_amd64.o ./time_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b009/_pkg_.a $WORK/b009/asm.o $WORK/b009/asm_amd64.o $WORK/b009/duff_amd64.o $WORK/b009/memclr_amd64.o $WORK/b009/memmove_amd64.o $WORK/b009/preempt_amd64.o $WORK/b009/rt0_linux_amd64.o $WORK/b009/sys_linux_amd64.o $WORK/b009/test_amd64.o $WORK/b009/time_linux_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b009/_pkg_.a # internal cp $WORK/b009/_pkg_.a /builddir/.cache/go-build/94/94b7882a006736457299c5db983c20818d4c135d92090c5a27885def04cb6542-d # internal internal/reflectlite mkdir -p $WORK/b004/ cat >/tmp/go-build3413775437/b004/go_asm.h << 'EOF' # internal EOF sync cd /usr/lib/golang/src/internal/reflectlite /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "$WORK/b004=>" -I $WORK/b004/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b004/symabis ./asm.s mkdir -p $WORK/b020/ cat >/tmp/go-build3413775437/b020/importcfg << 'EOF' # internal # import config packagefile internal/race=/tmp/go-build3413775437/b021/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "$WORK/b020=>" -p sync -std -installsuffix shared -buildid 6Ab7LE1hpDHPcjKM2TUl/6Ab7LE1hpDHPcjKM2TUl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /usr/lib/golang/src/sync/cond.go /usr/lib/golang/src/sync/map.go /usr/lib/golang/src/sync/mutex.go /usr/lib/golang/src/sync/once.go /usr/lib/golang/src/sync/oncefunc.go /usr/lib/golang/src/sync/pool.go /usr/lib/golang/src/sync/poolqueue.go /usr/lib/golang/src/sync/runtime.go /usr/lib/golang/src/sync/runtime2.go /usr/lib/golang/src/sync/rwmutex.go /usr/lib/golang/src/sync/waitgroup.go cat >/tmp/go-build3413775437/b004/importcfg << 'EOF' # internal # import config packagefile internal/abi=/tmp/go-build3413775437/b005/_pkg_.a packagefile internal/goarch=/tmp/go-build3413775437/b006/_pkg_.a packagefile internal/unsafeheader=/tmp/go-build3413775437/b008/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "$WORK/b004=>" -p internal/reflectlite -std -installsuffix shared -buildid GC6IEDvc5TrMa0tGNPNL/GC6IEDvc5TrMa0tGNPNL -goversion go1.21.7 -symabis $WORK/b004/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h /usr/lib/golang/src/internal/reflectlite/swapper.go /usr/lib/golang/src/internal/reflectlite/type.go /usr/lib/golang/src/internal/reflectlite/value.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b020/_pkg_.a # internal cp $WORK/b020/_pkg_.a /builddir/.cache/go-build/61/6169337d343ae36e2778717e39960c94939132c975cb4c148bc2146ebe57c806-d # internal internal/testlog mkdir -p $WORK/b042/ internal/bisect internal/singleflight mkdir -p $WORK/b115/ github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight cat >/tmp/go-build3413775437/b042/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF mkdir -p $WORK/b241/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b042/_pkg_.a -trimpath "$WORK/b042=>" -p internal/testlog -std -complete -installsuffix shared -buildid YXkQ-vBhg0ad3Whend6c/YXkQ-vBhg0ad3Whend6c -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /usr/lib/golang/src/internal/testlog/exit.go /usr/lib/golang/src/internal/testlog/log.go mkdir -p $WORK/b152/ cat >/tmp/go-build3413775437/b115/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF cat >/tmp/go-build3413775437/b241/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b115/_pkg_.a -trimpath "$WORK/b115=>" -p internal/singleflight -std -complete -installsuffix shared -buildid b9DEWzK_JhaXHencRlxe/b9DEWzK_JhaXHencRlxe -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /usr/lib/golang/src/internal/singleflight/singleflight.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b241/_pkg_.a -trimpath "$WORK/b241=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight -complete -installsuffix shared -buildid YMDxC-JzTo89Lpy416_T/YMDxC-JzTo89Lpy416_T -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight/singleflight.go mkdir -p $WORK/b065/ cat >/tmp/go-build3413775437/b152/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b152/_pkg_.a -trimpath "$WORK/b152=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma -complete -installsuffix shared -buildid Bz8brVY-jtO3cDwx8v3a/Bz8brVY-jtO3cDwx8v3a -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma/pragma.go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/buffer mkdir -p $WORK/b381/ cat >/tmp/go-build3413775437/b065/importcfg << 'EOF' # internal # import config packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b065/_pkg_.a -trimpath "$WORK/b065=>" -p internal/bisect -std -complete -installsuffix shared -buildid stwk2BrL_MCXW1r9QYp6/stwk2BrL_MCXW1r9QYp6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /usr/lib/golang/src/internal/bisect/bisect.go cat >/tmp/go-build3413775437/b381/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcsync mkdir -p $WORK/b384/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b381/_pkg_.a -trimpath "$WORK/b381=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/buffer -complete -installsuffix shared -buildid sZqrrNZ8eGMQGty2u2ep/sZqrrNZ8eGMQGty2u2ep -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/buffer/unbounded.go internal/sysinfo mkdir -p $WORK/b434/ cat >/tmp/go-build3413775437/b384/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b384/_pkg_.a -trimpath "$WORK/b384=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcsync -complete -installsuffix shared -buildid 8dOdtaAl_Oip_yGHF26U/8dOdtaAl_Oip_yGHF26U -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcsync/event.go cat >/tmp/go-build3413775437/b434/importcfg << 'EOF' # internal # import config packagefile internal/cpu=/tmp/go-build3413775437/b011/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/josharian/intern mkdir -p $WORK/b784/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b434/_pkg_.a -trimpath "$WORK/b434=>" -p internal/sysinfo -std -complete -installsuffix shared -buildid qg8YOmt-LHYQ0Q59r6ov/qg8YOmt-LHYQ0Q59r6ov -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /usr/lib/golang/src/internal/sysinfo/sysinfo.go cat >/tmp/go-build3413775437/b784/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b784/_pkg_.a -trimpath "$WORK/b784=>" -p github.com/prometheus/prometheus/vendor/github.com/josharian/intern -complete -installsuffix shared -buildid NEK0to2NKxvX8HZOrGLZ/NEK0to2NKxvX8HZOrGLZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/josharian/intern/intern.go runtime/cgo mkdir -p $WORK/b342/ cd /usr/lib/golang/src/runtime/cgo TERM='dumb' CGO_LDFLAGS='"-O2" "-g" "-lpthread"' /usr/lib/golang/pkg/tool/linux_amd64/cgo -objdir $WORK/b342/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/b342/ -O2 -g -Wall -Werror -fno-stack-protector ./cgo.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b152/_pkg_.a # internal cp $WORK/b152/_pkg_.a /builddir/.cache/go-build/f2/f292b14cb8a188b6944e3cce1ff2a93c14734d4848b6841acbb283b4c08fbc23-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b434/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b784/_pkg_.a # internal cp $WORK/b434/_pkg_.a /builddir/.cache/go-build/af/afba000ddce429397e9bdd5d273a3b8471d1f8d6fd356262c5dbadcdfee3ffac-d # internal cp $WORK/b784/_pkg_.a /builddir/.cache/go-build/1c/1c75ba63dffcb8f24ee27c470ebcff6e865f683d41f690db7eed57359ca94af5-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b384/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b381/_pkg_.a # internal cp $WORK/b384/_pkg_.a /builddir/.cache/go-build/af/af5be0e6082167df84ce536ef4ce329970f685cc2d6e793478fdf826a202d934-d # internal cp $WORK/b381/_pkg_.a /builddir/.cache/go-build/40/405a79608fa6360344e3b9bd32c275712e0b7eede927796cfa721b3cdbed5c9b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b042/_pkg_.a # internal cp $WORK/b042/_pkg_.a /builddir/.cache/go-build/09/0929cdea4bafa23930facf222399ec63403e85b96b27a17ef3a259b232f995db-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b241/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b115/_pkg_.a # internal cp $WORK/b241/_pkg_.a /builddir/.cache/go-build/a3/a35c2b0a28e053648b9b80ecf5176e19448905c3505a983a157f3ef7644d8970-d # internal cp $WORK/b115/_pkg_.a /builddir/.cache/go-build/60/6024950815bfeb24e83b7728e1edd39a69d8d2589126110e247909714044664c-d # internal cd $WORK gcc -fno-caret-diagnostics -O2 -g -c -x c - -o /dev/null || true gcc -Qunused-arguments -O2 -g -c -x c - -o /dev/null || true /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b065/_pkg_.a # internal cd /usr/lib/golang/src/internal/reflectlite /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "$WORK/b004=>" -I $WORK/b004/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b004/asm.o ./asm.s cp $WORK/b065/_pkg_.a /builddir/.cache/go-build/80/80e7a359b7f92e772855dba8d3d1f56db145b62a4b5697729fd1445aaf92b93f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b004/_pkg_.a # internal cd $WORK gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true cp $WORK/b004/_pkg_.a /builddir/.cache/go-build/47/47243773dec3ff78e21e72e52a6668093239d15c8afe25f7257d4c8775e712e8-d # internal errors gcc -fdebug-prefix-map=a=b -O2 -g -c -x c - -o /dev/null || true internal/godebug sort gcc -ffile-prefix-map=a=b -O2 -g -c -x c - -o /dev/null || true mkdir -p $WORK/b003/ mkdir -p $WORK/b064/ mkdir -p $WORK/b035/ gcc -gno-record-gcc-switches -O2 -g -c -x c - -o /dev/null || true cat >/tmp/go-build3413775437/b003/importcfg << 'EOF' # internal # import config packagefile internal/reflectlite=/tmp/go-build3413775437/b004/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "$WORK/b003=>" -p errors -std -complete -installsuffix shared -buildid b3_kcgXqUEnHX4xVNdaC/b3_kcgXqUEnHX4xVNdaC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /usr/lib/golang/src/errors/errors.go /usr/lib/golang/src/errors/join.go /usr/lib/golang/src/errors/wrap.go cat >/tmp/go-build3413775437/b064/importcfg << 'EOF' # internal # import config packagefile internal/bisect=/tmp/go-build3413775437/b065/_pkg_.a packagefile internal/godebugs=/tmp/go-build3413775437/b013/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF cat >/tmp/go-build3413775437/b035/importcfg << 'EOF' # internal # import config packagefile internal/reflectlite=/tmp/go-build3413775437/b004/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b064/_pkg_.a -trimpath "$WORK/b064=>" -p internal/godebug -std -complete -installsuffix shared -buildid wOFU_YiWw9rBBYlVWw-5/wOFU_YiWw9rBBYlVWw-5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /usr/lib/golang/src/internal/godebug/godebug.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "$WORK/b035=>" -p sort -std -complete -installsuffix shared -buildid RV4byl2n7g2xletjIKhw/RV4byl2n7g2xletjIKhw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /usr/lib/golang/src/sort/search.go /usr/lib/golang/src/sort/slice.go /usr/lib/golang/src/sort/sort.go /usr/lib/golang/src/sort/zsortfunc.go /usr/lib/golang/src/sort/zsortinterface.go cd $WORK gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -frandom-seed=1 -O2 -g -c -x c - -o /dev/null || true cd $WORK/b342 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o ./_x001.o -c _cgo_export.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b003/_pkg_.a # internal cp $WORK/b003/_pkg_.a /builddir/.cache/go-build/2d/2d51b0e2be83edce6ef4b3fa582754fc1c08ba9743aa2b2370b8fa8c98d3a6e5-d # internal internal/oserror mkdir -p $WORK/b026/ io path mkdir -p $WORK/b036/ internal/safefilepath github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru cat >/tmp/go-build3413775437/b026/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a EOF mkdir -p $WORK/b317/ cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "$WORK/b026=>" -p internal/oserror -std -complete -installsuffix shared -buildid Lv8WpqqCV-cc9OAEftVi/Lv8WpqqCV-cc9OAEftVi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /usr/lib/golang/src/internal/oserror/errors.go vendor/golang.org/x/net/dns/dnsmessage mkdir -p $WORK/b113/ cat >/tmp/go-build3413775437/b036/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF cat >/tmp/go-build3413775437/b317/importcfg << 'EOF' # internal # import config packagefile container/list=/tmp/go-build3413775437/b073/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b036/_pkg_.a -trimpath "$WORK/b036=>" -p io -std -complete -installsuffix shared -buildid cLcggaM00TTEwvnkd0jr/cLcggaM00TTEwvnkd0jr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /usr/lib/golang/src/io/io.go /usr/lib/golang/src/io/multi.go /usr/lib/golang/src/io/pipe.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b317/_pkg_.a -trimpath "$WORK/b317=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru -complete -installsuffix shared -buildid CtUjxpOiRIu9_e9-QuPt/CtUjxpOiRIu9_e9-QuPt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru/lru.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru/lru_interface.go cat >/tmp/go-build3413775437/b113/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a EOF mkdir -p $WORK/b044/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b113/_pkg_.a -trimpath "$WORK/b113=>" -p vendor/golang.org/x/net/dns/dnsmessage -std -complete -installsuffix shared -buildid FBtuwFeoiTpl0pPY34RO/FBtuwFeoiTpl0pPY34RO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/net/dns/dnsmessage/message.go strconv mkdir -p $WORK/b032/ cat >/tmp/go-build3413775437/b044/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/bytealg=/tmp/go-build3413775437/b010/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF crypto/internal/nistec/fiat mkdir -p $WORK/b089/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "$WORK/b044=>" -p path -std -complete -installsuffix shared -buildid as5QsPM5S43pk6DMpDol/as5QsPM5S43pk6DMpDol -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /usr/lib/golang/src/path/match.go /usr/lib/golang/src/path/path.go cat >/tmp/go-build3413775437/b032/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/bytealg=/tmp/go-build3413775437/b010/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "$WORK/b032=>" -p strconv -std -complete -installsuffix shared -buildid RBqFB3fuGSX1LM41833x/RBqFB3fuGSX1LM41833x -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /usr/lib/golang/src/strconv/atob.go /usr/lib/golang/src/strconv/atoc.go /usr/lib/golang/src/strconv/atof.go /usr/lib/golang/src/strconv/atoi.go /usr/lib/golang/src/strconv/bytealg.go /usr/lib/golang/src/strconv/ctoa.go /usr/lib/golang/src/strconv/decimal.go /usr/lib/golang/src/strconv/doc.go /usr/lib/golang/src/strconv/eisel_lemire.go /usr/lib/golang/src/strconv/ftoa.go /usr/lib/golang/src/strconv/ftoaryu.go /usr/lib/golang/src/strconv/isprint.go /usr/lib/golang/src/strconv/itoa.go /usr/lib/golang/src/strconv/quote.go cat >/tmp/go-build3413775437/b089/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "$WORK/b089=>" -p crypto/internal/nistec/fiat -std -complete -installsuffix shared -buildid O0aFc_VryJRntufZCskN/O0aFc_VryJRntufZCskN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /usr/lib/golang/src/crypto/internal/nistec/fiat/p224.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p224_fiat64.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p224_invert.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p256.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p256_fiat64.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p256_invert.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p384.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p384_fiat64.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p384_invert.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p521.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p521_fiat64.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p521_invert.go mkdir -p $WORK/b040/ cat >/tmp/go-build3413775437/b040/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "$WORK/b040=>" -p internal/safefilepath -std -complete -installsuffix shared -buildid l-MgzZ16SQIhLT_OkRNt/l-MgzZ16SQIhLT_OkRNt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /usr/lib/golang/src/internal/safefilepath/path.go /usr/lib/golang/src/internal/safefilepath/path_other.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b026/_pkg_.a # internal cp $WORK/b026/_pkg_.a /builddir/.cache/go-build/93/93bbffe5a8c8575a4387e64f510d2a0292aec6b00e0ea8fce71a3a87e8894735-d # internal syscall mkdir -p $WORK/b024/ cat >/tmp/go-build3413775437/b024/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_amd64/asm -p syscall -trimpath "$WORK/b024=>" -I $WORK/b024/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -gensymabis -o $WORK/b024/symabis ./asm_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b064/_pkg_.a # internal cp $WORK/b064/_pkg_.a /builddir/.cache/go-build/98/98effb4fdfc8bfc041f157e89ec28ebe35ba539aadf20d630ecb1e751e775c86-d # internal internal/intern mkdir -p $WORK/b117/ math/rand mkdir -p $WORK/b063/ cat >/tmp/go-build3413775437/b117/importcfg << 'EOF' # internal # import config packagefile internal/godebug=/tmp/go-build3413775437/b064/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF cat >/tmp/go-build3413775437/b024/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/bytealg=/tmp/go-build3413775437/b010/_pkg_.a packagefile internal/itoa=/tmp/go-build3413775437/b025/_pkg_.a packagefile internal/oserror=/tmp/go-build3413775437/b026/_pkg_.a packagefile internal/race=/tmp/go-build3413775437/b021/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b117/_pkg_.a -trimpath "$WORK/b117=>" -p internal/intern -std -complete -installsuffix shared -buildid dRurYXPHLvXWxQGUGeiq/dRurYXPHLvXWxQGUGeiq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /usr/lib/golang/src/internal/intern/intern.go cat >/tmp/go-build3413775437/b063/importcfg << 'EOF' # internal # import config packagefile internal/godebug=/tmp/go-build3413775437/b064/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "$WORK/b024=>" -p syscall -std -installsuffix shared -buildid sVWVD9ZqoCysBvngYi-R/sVWVD9ZqoCysBvngYi-R -goversion go1.21.7 -symabis $WORK/b024/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h /usr/lib/golang/src/syscall/asan0.go /usr/lib/golang/src/syscall/dirent.go /usr/lib/golang/src/syscall/endian_little.go /usr/lib/golang/src/syscall/env_unix.go /usr/lib/golang/src/syscall/exec_linux.go /usr/lib/golang/src/syscall/exec_unix.go /usr/lib/golang/src/syscall/flock.go /usr/lib/golang/src/syscall/forkpipe2.go /usr/lib/golang/src/syscall/lsf_linux.go /usr/lib/golang/src/syscall/msan0.go /usr/lib/golang/src/syscall/net.go /usr/lib/golang/src/syscall/netlink_linux.go /usr/lib/golang/src/syscall/rlimit.go /usr/lib/golang/src/syscall/rlimit_stub.go /usr/lib/golang/src/syscall/setuidgid_linux.go /usr/lib/golang/src/syscall/sockcmsg_linux.go /usr/lib/golang/src/syscall/sockcmsg_unix.go /usr/lib/golang/src/syscall/sockcmsg_unix_other.go /usr/lib/golang/src/syscall/syscall.go /usr/lib/golang/src/syscall/syscall_linux.go /usr/lib/golang/src/syscall/syscall_linux_accept4.go /usr/lib/golang/src/syscall/syscall_linux_amd64.go /usr/lib/golang/src/syscall/syscall_unix.go /usr/lib/golang/src/syscall/time_nofake.go /usr/lib/golang/src/syscall/timestruct.go /usr/lib/golang/src/syscall/zerrors_linux_amd64.go /usr/lib/golang/src/syscall/zsyscall_linux_amd64.go /usr/lib/golang/src/syscall/zsysnum_linux_amd64.go /usr/lib/golang/src/syscall/ztypes_linux_amd64.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "$WORK/b063=>" -p math/rand -std -complete -installsuffix shared -buildid Eg-pZj0k5SQVtTCjhP2v/Eg-pZj0k5SQVtTCjhP2v -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /usr/lib/golang/src/math/rand/exp.go /usr/lib/golang/src/math/rand/normal.go /usr/lib/golang/src/math/rand/rand.go /usr/lib/golang/src/math/rand/rng.go /usr/lib/golang/src/math/rand/zipf.go cd $WORK/b342 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o ./_x002.o -c cgo.cgo2.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b040/_pkg_.a # internal cp $WORK/b040/_pkg_.a /builddir/.cache/go-build/be/beb2e0e06cc80b162f91fe74b46aefcbac59dc9fbe313f9da492de5d984bc455-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b317/_pkg_.a # internal cp $WORK/b317/_pkg_.a /builddir/.cache/go-build/87/875ffee920cac8ee8092236fdd3a3e509fd7c55096df5c7f0f61794e582a9138-d # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I $WORK/b342/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b342/_x003.o -c gcc_context.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b044/_pkg_.a # internal cp $WORK/b044/_pkg_.a /builddir/.cache/go-build/2b/2ba7f2cba5429e4c62739e6b65ac8ecf747a609def8ac676197056f3510edf54-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b117/_pkg_.a # internal cp $WORK/b117/_pkg_.a /builddir/.cache/go-build/13/1392c0c231855502bfc16a12ac7cb574d4624414006de17f491d3a6378a87143-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b035/_pkg_.a # internal cp $WORK/b035/_pkg_.a /builddir/.cache/go-build/06/06d7b1edda0a095810283a8ae956a7a0213547ca44bbe320221a36df124fca5b-d # internal github.com/prometheus/prometheus/vendor/github.com/beorn7/perks/quantile mkdir -p $WORK/b142/ github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys container/heap mkdir -p $WORK/b556/ cat >/tmp/go-build3413775437/b142/importcfg << 'EOF' # internal # import config packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b142/_pkg_.a -trimpath "$WORK/b142=>" -p github.com/prometheus/prometheus/vendor/github.com/beorn7/perks/quantile -complete -installsuffix shared -buildid T8_tOVmb8PDwV80DdC-Z/T8_tOVmb8PDwV80DdC-Z -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/beorn7/perks/quantile/stream.go cat >/tmp/go-build3413775437/b556/importcfg << 'EOF' # internal # import config packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a EOF mkdir -p $WORK/b439/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b556/_pkg_.a -trimpath "$WORK/b556=>" -p container/heap -std -complete -installsuffix shared -buildid h2clBTvhUZN10EjMK604/h2clBTvhUZN10EjMK604 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /usr/lib/golang/src/container/heap/heap.go cat >/tmp/go-build3413775437/b439/importcfg << 'EOF' # internal # import config packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b439/_pkg_.a -trimpath "$WORK/b439=>" -p github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys -complete -installsuffix shared -buildid lgcgkWydt72MJ_J5jYrz/lgcgkWydt72MJ_J5jYrz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I $WORK/b342/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b342/_x004.o -c gcc_fatalf.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b556/_pkg_.a # internal cp $WORK/b556/_pkg_.a /builddir/.cache/go-build/87/87b361f8384b3ede50124b95a898a552dafc4a07f95f3bd5e4de3cc0c28805e1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b036/_pkg_.a # internal cp $WORK/b036/_pkg_.a /builddir/.cache/go-build/a4/a40931a96272f9045cdabdebaab2ccf5e55aac3b86ed908dfbcbb8092a3d5d61-d # internal hash mkdir -p $WORK/b072/ bytes mkdir -p $WORK/b048/ cat >/tmp/go-build3413775437/b072/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build3413775437/b036/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b072/_pkg_.a -trimpath "$WORK/b072=>" -p hash -std -complete -installsuffix shared -buildid F7pjryCJ1hHbkumUGG-r/F7pjryCJ1hHbkumUGG-r -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /usr/lib/golang/src/hash/hash.go cat >/tmp/go-build3413775437/b048/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/bytealg=/tmp/go-build3413775437/b010/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "$WORK/b048=>" -p bytes -std -installsuffix shared -buildid ao0gFou-h6dOjDNtS0tN/ao0gFou-h6dOjDNtS0tN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /usr/lib/golang/src/bytes/buffer.go /usr/lib/golang/src/bytes/bytes.go /usr/lib/golang/src/bytes/reader.go crypto/internal/randutil mkdir -p $WORK/b081/ text/tabwriter mkdir -p $WORK/b199/ cat >/tmp/go-build3413775437/b081/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b081/_pkg_.a -trimpath "$WORK/b081=>" -p crypto/internal/randutil -std -complete -installsuffix shared -buildid i7KN0dnjknK4mZBCaGVY/i7KN0dnjknK4mZBCaGVY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /usr/lib/golang/src/crypto/internal/randutil/randutil.go cat >/tmp/go-build3413775437/b199/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF strings /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b199/_pkg_.a -trimpath "$WORK/b199=>" -p text/tabwriter -std -complete -installsuffix shared -buildid L7zhB8I0aA31bV08cspI/L7zhB8I0aA31bV08cspI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /usr/lib/golang/src/text/tabwriter/tabwriter.go mkdir -p $WORK/b046/ cat >/tmp/go-build3413775437/b046/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/bytealg=/tmp/go-build3413775437/b010/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "$WORK/b046=>" -p strings -std -complete -installsuffix shared -buildid 8pDAipBoys5Z5laGXTAG/8pDAipBoys5Z5laGXTAG -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /usr/lib/golang/src/strings/builder.go /usr/lib/golang/src/strings/clone.go /usr/lib/golang/src/strings/compare.go /usr/lib/golang/src/strings/reader.go /usr/lib/golang/src/strings/replace.go /usr/lib/golang/src/strings/search.go /usr/lib/golang/src/strings/strings.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio mkdir -p $WORK/b243/ cat >/tmp/go-build3413775437/b243/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build3413775437/b036/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b243/_pkg_.a -trimpath "$WORK/b243=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio -complete -installsuffix shared -buildid fNBWKxWn5_4h08qBGDBK/fNBWKxWn5_4h08qBGDBK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio/byte.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio/io_go1.7.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b439/_pkg_.a # internal cp $WORK/b439/_pkg_.a /builddir/.cache/go-build/5f/5f4ec805b76ba0ac787fe60f880a2072760b3428029f271f5cf982691546274d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b243/_pkg_.a # internal cp $WORK/b243/_pkg_.a /builddir/.cache/go-build/a1/a1148554a7241d8a6fa3414fec3edb16ce488fa5d6a3173781b664d0a727e692-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b081/_pkg_.a # internal cp $WORK/b081/_pkg_.a /builddir/.cache/go-build/ea/ea5ab841b6ce9929bb944a6f9d14984c0123d770dbe810bd661a03cb73aff3e0-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b072/_pkg_.a # internal cp $WORK/b072/_pkg_.a /builddir/.cache/go-build/0b/0bc7ba25a341c09257b97b8811aa84e335bde72a5ed287807f97718d4d8b2619-d # internal hash/fnv mkdir -p $WORK/b149/ hash/crc32 hash/adler32 mkdir -p $WORK/b071/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b142/_pkg_.a # internal cat >/tmp/go-build3413775437/b149/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF mkdir -p $WORK/b841/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b149/_pkg_.a -trimpath "$WORK/b149=>" -p hash/fnv -std -complete -installsuffix shared -buildid d5OKz0Z9v-q9x8qhHzfe/d5OKz0Z9v-q9x8qhHzfe -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /usr/lib/golang/src/hash/fnv/fnv.go cat >/tmp/go-build3413775437/b071/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "$WORK/b071=>" -I $WORK/b071/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b071/symabis ./crc32_amd64.s cat >/tmp/go-build3413775437/b841/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b841/_pkg_.a -trimpath "$WORK/b841=>" -p hash/adler32 -std -complete -installsuffix shared -buildid upubSDxCjk6yXaYEpXZ8/upubSDxCjk6yXaYEpXZ8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b841/importcfg -pack /usr/lib/golang/src/hash/adler32/adler32.go cp $WORK/b142/_pkg_.a /builddir/.cache/go-build/91/9165218f4fcffecefc9d6d56de38ae9e6cda69f9d187442840671e3214ef34a2-d # internal cat >/tmp/go-build3413775437/b071/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile internal/cpu=/tmp/go-build3413775437/b011/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "$WORK/b071=>" -p hash/crc32 -std -installsuffix shared -buildid rqoi7fI-CHoW_peqpUfB/rqoi7fI-CHoW_peqpUfB -goversion go1.21.7 -symabis $WORK/b071/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack -asmhdr $WORK/b071/go_asm.h /usr/lib/golang/src/hash/crc32/crc32.go /usr/lib/golang/src/hash/crc32/crc32_amd64.go /usr/lib/golang/src/hash/crc32/crc32_generic.go cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I $WORK/b342/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b342/_x005.o -c gcc_libinit.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b063/_pkg_.a # internal cp $WORK/b063/_pkg_.a /builddir/.cache/go-build/28/288a24d87bf65ff77cf51e93903029bbca53cf375bfbd5bb15ba976e8d38498f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b841/_pkg_.a # internal cp $WORK/b841/_pkg_.a /builddir/.cache/go-build/d7/d798c6ea87c29e9798c6eff22dfacdbc845cfaba1bcf5133acdbfdec39a38cc0-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b199/_pkg_.a # internal cp $WORK/b199/_pkg_.a /builddir/.cache/go-build/c8/c834cbcc31aef7b29849287017ccced67a5adef40f94b55232278261eba6b74a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b149/_pkg_.a # internal cp $WORK/b149/_pkg_.a /builddir/.cache/go-build/7d/7dce6ce3888ef665337e3d55ccfe5ab71b676181dae8dbcf768a4aee7150f6f5-d # internal cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "$WORK/b071=>" -I $WORK/b071/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b071/crc32_amd64.o ./crc32_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b071/_pkg_.a $WORK/b071/crc32_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b071/_pkg_.a # internal cp $WORK/b071/_pkg_.a /builddir/.cache/go-build/b9/b95b20d96d7ae6dba1db30faf05d871bb29003a9022728251a207ceaaf0ce867-d # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I $WORK/b342/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b342/_x006.o -c gcc_linux_amd64.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b048/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b032/_pkg_.a # internal cp $WORK/b048/_pkg_.a /builddir/.cache/go-build/5c/5cca05738b1d9a398cbb0ae511273a30df3a72cd20b89f7fcb8a3b170f412cff-d # internal vendor/golang.org/x/text/transform mkdir -p $WORK/b130/ github.com/prometheus/prometheus/vendor/golang.org/x/text/transform mkdir -p $WORK/b222/ cat >/tmp/go-build3413775437/b130/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b130/_pkg_.a -trimpath "$WORK/b130=>" -p vendor/golang.org/x/text/transform -std -complete -installsuffix shared -buildid 7d5JMuDHSfXzFkJ_PuAX/7d5JMuDHSfXzFkJ_PuAX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/text/transform/transform.go cat >/tmp/go-build3413775437/b222/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b222/_pkg_.a -trimpath "$WORK/b222=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/text/transform -complete -installsuffix shared -buildid snuY7ExRCu97j281ToJH/snuY7ExRCu97j281ToJH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/transform/transform.go cp $WORK/b032/_pkg_.a /builddir/.cache/go-build/da/da0c665a6048357a4aa2783ddfa3ea3539c2be03fa947c1489b321c338774d7f-d # internal crypto/rc4 mkdir -p $WORK/b103/ encoding/base32 crypto github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish mkdir -p $WORK/b232/ net/netip reflect mkdir -p $WORK/b029/ cat >/tmp/go-build3413775437/b103/importcfg << 'EOF' # internal # import config packagefile crypto/internal/alias=/tmp/go-build3413775437/b078/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF mkdir -p $WORK/b116/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b103/_pkg_.a -trimpath "$WORK/b103=>" -p crypto/rc4 -std -complete -installsuffix shared -buildid rBJSk3QutP85nQPll4GB/rBJSk3QutP85nQPll4GB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /usr/lib/golang/src/crypto/rc4/rc4.go cat >/tmp/go-build3413775437/b232/importcfg << 'EOF' # internal # import config packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF cat >/tmp/go-build3413775437/b029/go_asm.h << 'EOF' # internal EOF mkdir -p $WORK/b076/ cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_amd64/asm -p reflect -trimpath "$WORK/b029=>" -I $WORK/b029/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -gensymabis -o $WORK/b029/symabis ./asm_amd64.s cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b232/_pkg_.a -trimpath "$WORK/b232=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish -complete -installsuffix shared -buildid peigchgZNTeIgy589Z4d/peigchgZNTeIgy589Z4d -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish/block.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish/cipher.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish/const.go cat >/tmp/go-build3413775437/b116/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/bytealg=/tmp/go-build3413775437/b010/_pkg_.a packagefile internal/intern=/tmp/go-build3413775437/b117/_pkg_.a packagefile internal/itoa=/tmp/go-build3413775437/b025/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF mkdir -p $WORK/b325/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b116/_pkg_.a -trimpath "$WORK/b116=>" -p net/netip -std -complete -installsuffix shared -buildid r0RsUMny1rd6XapdiZoL/r0RsUMny1rd6XapdiZoL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /usr/lib/golang/src/net/netip/leaf_alts.go /usr/lib/golang/src/net/netip/netip.go /usr/lib/golang/src/net/netip/uint128.go cat >/tmp/go-build3413775437/b076/importcfg << 'EOF' # internal # import config packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "$WORK/b076=>" -p crypto -std -complete -installsuffix shared -buildid yyXEvjNr3u9ghrM8G2hu/yyXEvjNr3u9ghrM8G2hu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /usr/lib/golang/src/crypto/crypto.go cat >/tmp/go-build3413775437/b325/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b325/_pkg_.a -trimpath "$WORK/b325=>" -p encoding/base32 -std -complete -installsuffix shared -buildid 5HCQ6bLSMIPpETdpR2Mr/5HCQ6bLSMIPpETdpR2Mr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack /usr/lib/golang/src/encoding/base32/base32.go cat >/tmp/go-build3413775437/b029/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/abi=/tmp/go-build3413775437/b005/_pkg_.a packagefile internal/bytealg=/tmp/go-build3413775437/b010/_pkg_.a packagefile internal/goarch=/tmp/go-build3413775437/b006/_pkg_.a packagefile internal/itoa=/tmp/go-build3413775437/b025/_pkg_.a packagefile internal/unsafeheader=/tmp/go-build3413775437/b008/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "$WORK/b029=>" -p reflect -std -installsuffix shared -buildid LtvJ2n3SEN007Yiz5S1t/LtvJ2n3SEN007Yiz5S1t -goversion go1.21.7 -symabis $WORK/b029/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack -asmhdr $WORK/b029/go_asm.h /usr/lib/golang/src/reflect/abi.go /usr/lib/golang/src/reflect/deepequal.go /usr/lib/golang/src/reflect/float32reg_generic.go /usr/lib/golang/src/reflect/makefunc.go /usr/lib/golang/src/reflect/swapper.go /usr/lib/golang/src/reflect/type.go /usr/lib/golang/src/reflect/value.go /usr/lib/golang/src/reflect/visiblefields.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b103/_pkg_.a # internal cp $WORK/b103/_pkg_.a /builddir/.cache/go-build/17/17d2b0e54ec25e0252a59e252f80f87f5d92a3a201de17b541de839380e1519e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b076/_pkg_.a # internal cp $WORK/b076/_pkg_.a /builddir/.cache/go-build/9f/9fb3ce3004074fcd43a06719071b9c99ad00b6119457f4daf8e7252355c67576-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b046/_pkg_.a # internal cp $WORK/b046/_pkg_.a /builddir/.cache/go-build/ab/ab58124964659218cf892bf770efa06b86417974717ed34f9263b2654d58ddd3-d # internal net/http/internal/ascii mkdir -p $WORK/b141/ bufio github.com/prometheus/prometheus/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg mkdir -p $WORK/b185/ regexp/syntax cat >/tmp/go-build3413775437/b141/importcfg << 'EOF' # internal # import config packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a EOF mkdir -p $WORK/b059/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b141/_pkg_.a -trimpath "$WORK/b141=>" -p net/http/internal/ascii -std -complete -installsuffix shared -buildid hnLs-zdxgPp0PMRZd29l/hnLs-zdxgPp0PMRZd29l -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /usr/lib/golang/src/net/http/internal/ascii/print.go cat >/tmp/go-build3413775437/b185/importcfg << 'EOF' # internal # import config packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b185/_pkg_.a -trimpath "$WORK/b185=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg -complete -installsuffix shared -buildid nkUqQdEbIzGsbbrd1SIy/nkUqQdEbIzGsbbrd1SIy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/autoneg.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings mkdir -p $WORK/b254/ html mkdir -p $WORK/b196/ cat >/tmp/go-build3413775437/b254/importcfg << 'EOF' # internal # import config packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri mkdir -p $WORK/b277/ cat >/tmp/go-build3413775437/b277/importcfg << 'EOF' # internal # import config packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b277/_pkg_.a -trimpath "$WORK/b277=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri -complete -installsuffix shared -buildid BWu_By84ratZnCNknSaN/BWu_By84ratZnCNknSaN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri/path.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b254/_pkg_.a -trimpath "$WORK/b254=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings -complete -installsuffix shared -buildid 4CzmbG0J6IXy4wv5vtzQ/4CzmbG0J6IXy4wv5vtzQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings/strings.go cat >/tmp/go-build3413775437/b196/importcfg << 'EOF' # internal # import config packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b196/_pkg_.a -trimpath "$WORK/b196=>" -p html -std -complete -installsuffix shared -buildid K96ggbUlNaP9LxFh7f3c/K96ggbUlNaP9LxFh7f3c -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /usr/lib/golang/src/html/entity.go /usr/lib/golang/src/html/escape.go github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix mkdir -p $WORK/b316/ cat >/tmp/go-build3413775437/b059/importcfg << 'EOF' # internal # import config packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF mkdir -p $WORK/b055/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "$WORK/b059=>" -p regexp/syntax -std -complete -installsuffix shared -buildid AesfFeXF53UlJ9MnRy-M/AesfFeXF53UlJ9MnRy-M -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /usr/lib/golang/src/regexp/syntax/compile.go /usr/lib/golang/src/regexp/syntax/doc.go /usr/lib/golang/src/regexp/syntax/op_string.go /usr/lib/golang/src/regexp/syntax/parse.go /usr/lib/golang/src/regexp/syntax/perl_groups.go /usr/lib/golang/src/regexp/syntax/prog.go /usr/lib/golang/src/regexp/syntax/regexp.go /usr/lib/golang/src/regexp/syntax/simplify.go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding mkdir -p $WORK/b374/ go/build/constraint github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions cat >/tmp/go-build3413775437/b316/importcfg << 'EOF' # internal # import config importmap github.com/hashicorp/golang-lru/simplelru=github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru=/tmp/go-build3413775437/b317/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF net/http/internal/testcert cat >/tmp/go-build3413775437/b055/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF mkdir -p $WORK/b817/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b316/_pkg_.a -trimpath "$WORK/b316=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix -complete -installsuffix shared -buildid UakduBSBcXRQ6mCJQHV0/UakduBSBcXRQ6mCJQHV0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix/edges.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix/iradix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix/iter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix/node.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix/raw_iter.go cat >/tmp/go-build3413775437/b374/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "$WORK/b055=>" -p bufio -std -complete -installsuffix shared -buildid H0dDkDnik9n6hR5A2kqU/H0dDkDnik9n6hR5A2kqU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /usr/lib/golang/src/bufio/bufio.go /usr/lib/golang/src/bufio/scan.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b374/_pkg_.a -trimpath "$WORK/b374=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding -complete -installsuffix shared -buildid gQgP8ZJB_JaODUq2PrJl/gQgP8ZJB_JaODUq2PrJl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/encoding.go mkdir -p $WORK/b461/ cat >/tmp/go-build3413775437/b817/importcfg << 'EOF' # internal # import config packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b817/_pkg_.a -trimpath "$WORK/b817=>" -p net/http/internal/testcert -std -complete -installsuffix shared -buildid TsZhNc6jHZJH6L_kZYy2/TsZhNc6jHZJH6L_kZYy2 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b817/importcfg -pack /usr/lib/golang/src/net/http/internal/testcert/testcert.go cat >/tmp/go-build3413775437/b461/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b461/_pkg_.a -trimpath "$WORK/b461=>" -p go/build/constraint -std -complete -installsuffix shared -buildid EqiseMvIKPMiPvhxEjOe/EqiseMvIKPMiPvhxEjOe -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack /usr/lib/golang/src/go/build/constraint/expr.go /usr/lib/golang/src/go/build/constraint/vers.go mkdir -p $WORK/b685/ cat >/tmp/go-build3413775437/b685/importcfg << 'EOF' # internal # import config packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b685/_pkg_.a -trimpath "$WORK/b685=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions -complete -installsuffix shared -buildid G27Yy0ShF49udzCvz2R2/G27Yy0ShF49udzCvz2R2 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions/compare.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b113/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b325/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b232/_pkg_.a # internal cp $WORK/b325/_pkg_.a /builddir/.cache/go-build/0f/0f480c0a17cf806f56ed33ed4e717e8daf668c4aefc5013ede14102a240cbb73-d # internal cp $WORK/b232/_pkg_.a /builddir/.cache/go-build/37/378d7f4cc01ae2bff62eb17ec8a7cba53b3580335f02704a7970c43a6d07b98e-d # internal cp $WORK/b113/_pkg_.a /builddir/.cache/go-build/7d/7db6c8fe7740a5752b661eb9dea792ee302b360f16c89fa24a659678bf3f1242-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b141/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b222/_pkg_.a # internal cp $WORK/b141/_pkg_.a /builddir/.cache/go-build/70/705f92b963dfd1ef09875edea36616572c6c995bfb776362712a137c1b40e26a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b254/_pkg_.a # internal cp $WORK/b254/_pkg_.a /builddir/.cache/go-build/10/10dfd40e38dfb91c6ac4046d1180b052d0e00681cd9c07f8d591e73b26deec5a-d # internal cp $WORK/b222/_pkg_.a /builddir/.cache/go-build/d9/d983cea3dbfad6e851ea7bdcaa4da815e71205002cd87952d0d66bfd1701038f-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/text/width mkdir -p $WORK/b795/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b277/_pkg_.a # internal cat >/tmp/go-build3413775437/b795/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=github.com/prometheus/prometheus/vendor/golang.org/x/text/transform packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/transform=/tmp/go-build3413775437/b222/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b795/_pkg_.a -trimpath "$WORK/b795=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/text/width -complete -installsuffix shared -buildid AzYGF8eUvckTLubKbD0Y/AzYGF8eUvckTLubKbD0Y -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/width/kind_string.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/width/tables13.0.0.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/width/transform.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/width/trieval.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/width/width.go cp $WORK/b277/_pkg_.a /builddir/.cache/go-build/28/28d1fe8bdfc5f19577138920aab3013734593614e02e6695e87ac1a289a45277-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b130/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b374/_pkg_.a # internal cp $WORK/b374/_pkg_.a /builddir/.cache/go-build/e6/e6a640d0f8773c5f0794a37989b7bd744c6ce16bfe15abf6f04d00076f99b553-d # internal cp $WORK/b130/_pkg_.a /builddir/.cache/go-build/46/46959564d7a8a34b43171c4b64938b4dc3b01899de6c5068c41707c6d13694cb-d # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I $WORK/b342/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b342/_x007.o -c gcc_mmap.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b685/_pkg_.a # internal cp $WORK/b685/_pkg_.a /builddir/.cache/go-build/8b/8bf9919aa4e3da094f6d9176fde37e759ba0940da8f86d2b7df010598ee4d9e2-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b185/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b817/_pkg_.a # internal cp $WORK/b817/_pkg_.a /builddir/.cache/go-build/7e/7ede4f0c168ba949f22a9f41ed623e450636e57d4a924e9a7ffbe537cb7b1ea1-d # internal cp $WORK/b185/_pkg_.a /builddir/.cache/go-build/a0/a0938290e4720f88f9e4311fb8849594375e47c5b26f5486578d48cd339588b2-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b461/_pkg_.a # internal cp $WORK/b461/_pkg_.a /builddir/.cache/go-build/e6/e631f078890c2cba20830f3f94764882980441e34f7aab46b20edfb865355e22-d # internal TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I $WORK/b342/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b342/_x008.o -c gcc_setenv.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b196/_pkg_.a # internal cp $WORK/b196/_pkg_.a /builddir/.cache/go-build/76/76559b973212231702edb492bf97aaf9323d90debcbbf09ad22b21ac00962fbf-d # internal TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I $WORK/b342/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b342/_x009.o -c gcc_sigaction.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b055/_pkg_.a # internal cp $WORK/b055/_pkg_.a /builddir/.cache/go-build/a1/a16db95b06d1bf1625d1cad7009c09b5929b548fd2b1cdad3b5fab2020cd9f23-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b116/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b316/_pkg_.a # internal cp $WORK/b316/_pkg_.a /builddir/.cache/go-build/fd/fdca460ce6562f89ca81fc78ffec9d2acd7d67d6c18440b902a7453949d947c7-d # internal cp $WORK/b116/_pkg_.a /builddir/.cache/go-build/72/72544be80fb7f3661f4a95457204da59789147b6a41752d70efb994a1b868a2e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b795/_pkg_.a # internal cp $WORK/b795/_pkg_.a /builddir/.cache/go-build/61/61807f00be0d81a63b7c82691455b79ae3d3ae61e89c61475a0fcc60b5a017f6-d # internal TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I $WORK/b342/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b342/_x010.o -c gcc_stack_unix.c cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_amd64/asm -p syscall -trimpath "$WORK/b024=>" -I $WORK/b024/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b024/asm_linux_amd64.o ./asm_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b024/_pkg_.a # internal cp $WORK/b024/_pkg_.a /builddir/.cache/go-build/10/10bded4ab341ee33e988e0ad164d7e61b477d92268ac1b569a3ba1793c56f23c-d # internal internal/syscall/execenv mkdir -p $WORK/b041/ internal/syscall/unix mkdir -p $WORK/b039/ cat >/tmp/go-build3413775437/b041/importcfg << 'EOF' # internal # import config packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "$WORK/b041=>" -p internal/syscall/execenv -std -complete -installsuffix shared -buildid UYmh_nBxEQCJgwS3Zjx6/UYmh_nBxEQCJgwS3Zjx6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /usr/lib/golang/src/internal/syscall/execenv/execenv_default.go cat >/tmp/go-build3413775437/b039/importcfg << 'EOF' # internal # import config packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "$WORK/b039=>" -p internal/syscall/unix -std -complete -installsuffix shared -buildid _TW0PQ-BYq9IlYgVW6ek/_TW0PQ-BYq9IlYgVW6ek -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /usr/lib/golang/src/internal/syscall/unix/at.go /usr/lib/golang/src/internal/syscall/unix/at_fstatat.go /usr/lib/golang/src/internal/syscall/unix/at_sysnum_linux.go /usr/lib/golang/src/internal/syscall/unix/at_sysnum_newfstatat_linux.go /usr/lib/golang/src/internal/syscall/unix/constants.go /usr/lib/golang/src/internal/syscall/unix/copy_file_range_linux.go /usr/lib/golang/src/internal/syscall/unix/eaccess_linux.go /usr/lib/golang/src/internal/syscall/unix/fcntl_unix.go /usr/lib/golang/src/internal/syscall/unix/getrandom.go /usr/lib/golang/src/internal/syscall/unix/getrandom_linux.go /usr/lib/golang/src/internal/syscall/unix/kernel_version_linux.go /usr/lib/golang/src/internal/syscall/unix/net.go /usr/lib/golang/src/internal/syscall/unix/nonblocking_unix.go /usr/lib/golang/src/internal/syscall/unix/sysnum_linux_amd64.go time mkdir -p $WORK/b023/ cat >/tmp/go-build3413775437/b023/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "$WORK/b023=>" -p time -std -installsuffix shared -buildid ig788QbDvL74j_tfzSnr/ig788QbDvL74j_tfzSnr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /usr/lib/golang/src/time/format.go /usr/lib/golang/src/time/format_rfc3339.go /usr/lib/golang/src/time/sleep.go /usr/lib/golang/src/time/sys_unix.go /usr/lib/golang/src/time/tick.go /usr/lib/golang/src/time/time.go /usr/lib/golang/src/time/zoneinfo.go /usr/lib/golang/src/time/zoneinfo_goroot.go /usr/lib/golang/src/time/zoneinfo_read.go /usr/lib/golang/src/time/zoneinfo_unix.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b089/_pkg_.a # internal cp $WORK/b089/_pkg_.a /builddir/.cache/go-build/c4/c4781ea8e21c05fcec91c51cf4095640d1cd7d3a98365350226fa1e78d917fff-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b041/_pkg_.a # internal cp $WORK/b041/_pkg_.a /builddir/.cache/go-build/f8/f80fb77abfc5b8f6607621e76681901fbe082bf505374a61976256f47cf5611f-d # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I $WORK/b342/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b342/_x011.o -c gcc_traceback.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b039/_pkg_.a # internal cp $WORK/b039/_pkg_.a /builddir/.cache/go-build/94/948bd17480498a67c1cc798c6dc11e304a52fc4f1a70662025952316e63b2e76-d # internal TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I $WORK/b342/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b342/_x012.o -c gcc_util.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b059/_pkg_.a # internal cp $WORK/b059/_pkg_.a /builddir/.cache/go-build/62/62a5b30def22701734f1d11374fbd070a1e2fb5dbbb15b82127012b91c424a1a-d # internal regexp mkdir -p $WORK/b058/ cat >/tmp/go-build3413775437/b058/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile regexp/syntax=/tmp/go-build3413775437/b059/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b058/_pkg_.a -trimpath "$WORK/b058=>" -p regexp -std -complete -installsuffix shared -buildid UFbqr6YzI3lMjH8O7AyC/UFbqr6YzI3lMjH8O7AyC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /usr/lib/golang/src/regexp/backtrack.go /usr/lib/golang/src/regexp/exec.go /usr/lib/golang/src/regexp/onepass.go /usr/lib/golang/src/regexp/regexp.go cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I $WORK/b342/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b342/_x013.o -c linux_syscall.c TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I $WORK/b342/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b342/_x014.o -c gcc_amd64.S cd $WORK/b342 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o ./_cgo_main.o -c _cgo_main.c cd /builddir/build/BUILD/prometheus-2.32.1 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b342=/tmp/go-build -gno-record-gcc-switches -o $WORK/b342/_cgo_.o $WORK/b342/_cgo_main.o $WORK/b342/_x001.o $WORK/b342/_x002.o $WORK/b342/_x003.o $WORK/b342/_x004.o $WORK/b342/_x005.o $WORK/b342/_x006.o $WORK/b342/_x007.o $WORK/b342/_x008.o $WORK/b342/_x009.o $WORK/b342/_x010.o $WORK/b342/_x011.o $WORK/b342/_x012.o $WORK/b342/_x013.o $WORK/b342/_x014.o -O2 -g -lpthread TERM='dumb' /usr/lib/golang/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b342/_cgo_.o -dynout $WORK/b342/_cgo_import.go -dynlinker cat >/tmp/go-build3413775437/b342/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/runtime/cgo /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "$WORK/b342=>" -I $WORK/b342/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b342/symabis ./asm_amd64.s cat >/tmp/go-build3413775437/b342/importcfg << 'EOF' # internal # import config packagefile runtime/internal/sys=/tmp/go-build3413775437/b018/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b342/_pkg_.a -trimpath "$WORK/b342=>" -p runtime/cgo -std -installsuffix shared -buildid gDjaUbx416ojCN87YIU_/gDjaUbx416ojCN87YIU_ -goversion go1.21.7 -symabis $WORK/b342/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -pack -asmhdr $WORK/b342/go_asm.h /usr/lib/golang/src/runtime/cgo/callbacks.go /usr/lib/golang/src/runtime/cgo/callbacks_traceback.go /usr/lib/golang/src/runtime/cgo/handle.go /usr/lib/golang/src/runtime/cgo/iscgo.go /usr/lib/golang/src/runtime/cgo/linux.go /usr/lib/golang/src/runtime/cgo/mmap.go /usr/lib/golang/src/runtime/cgo/setenv.go /usr/lib/golang/src/runtime/cgo/sigaction.go $WORK/b342/_cgo_gotypes.go $WORK/b342/cgo.cgo1.go $WORK/b342/_cgo_import.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b058/_pkg_.a # internal cp $WORK/b058/_pkg_.a /builddir/.cache/go-build/6e/6ea6fc320c5e2192e64f574d83d3e495964c055c3fc3ba0bbf1d7cb9afb6bd3c-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates mkdir -p $WORK/b345/ github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version mkdir -p $WORK/b497/ cat >/tmp/go-build3413775437/b345/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b345/_pkg_.a -trimpath "$WORK/b345=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates -complete -installsuffix shared -buildid b0RDCTIp2U9PVhNXWkX3/b0RDCTIp2U9PVhNXWkX3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b345/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates/uritemplates.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates/utils.go cat >/tmp/go-build3413775437/b497/importcfg << 'EOF' # internal # import config packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b497/_pkg_.a -trimpath "$WORK/b497=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version -complete -installsuffix shared -buildid gKA5AgotfgZ9uaMXG9ji/gKA5AgotfgZ9uaMXG9ji -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version/types.go cp /usr/lib/golang/src/runtime/cgo/abi_amd64.h $WORK/b342/abi_GOARCH.h cd /usr/lib/golang/src/runtime/cgo /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "$WORK/b342=>" -I $WORK/b342/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b342/asm_amd64.o ./asm_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b342/_pkg_.a $WORK/b342/asm_amd64.o $WORK/b342/_x001.o $WORK/b342/_x002.o $WORK/b342/_x003.o $WORK/b342/_x004.o $WORK/b342/_x005.o $WORK/b342/_x006.o $WORK/b342/_x007.o $WORK/b342/_x008.o $WORK/b342/_x009.o $WORK/b342/_x010.o $WORK/b342/_x011.o $WORK/b342/_x012.o $WORK/b342/_x013.o $WORK/b342/_x014.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b342/_pkg_.a # internal cp $WORK/b342/_pkg_.a /builddir/.cache/go-build/51/511e54484289683c4bba9ca67ad08ad3894c6216387a3ab488dfdb4d188ba9e8-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b497/_pkg_.a # internal cp $WORK/b497/_pkg_.a /builddir/.cache/go-build/54/54ea3097de255dc26edcc4c45669ffa5a3d4b166eb69dd1c2ef755578bcbcd63-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b345/_pkg_.a # internal cp $WORK/b345/_pkg_.a /builddir/.cache/go-build/0a/0ac5de601203c4db78fd684a1e98cec66fcc39fe4176a7c5a60113a6fbdebb19-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b023/_pkg_.a # internal cp $WORK/b023/_pkg_.a /builddir/.cache/go-build/ac/ac0dac4889b19232a6084e9abec2c46dd6c758164895c531d6f38aeac5b16b2c-d # internal context mkdir -p $WORK/b002/ github.com/prometheus/prometheus/vendor/github.com/jpillora/backoff mkdir -p $WORK/b062/ cat >/tmp/go-build3413775437/b002/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/reflectlite=/tmp/go-build3413775437/b004/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "$WORK/b002=>" -p context -std -complete -installsuffix shared -buildid 4yOtiWRdEXw85yKAW8Cc/4yOtiWRdEXw85yKAW8Cc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /usr/lib/golang/src/context/context.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand mkdir -p $WORK/b250/ io/fs github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff mkdir -p $WORK/b359/ cat >/tmp/go-build3413775437/b062/importcfg << 'EOF' # internal # import config packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF internal/poll cat >/tmp/go-build3413775437/b250/importcfg << 'EOF' # internal # import config packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "$WORK/b062=>" -p github.com/prometheus/prometheus/vendor/github.com/jpillora/backoff -complete -installsuffix shared -buildid o0NknQ-aqIP-GF7_u8fm/o0NknQ-aqIP-GF7_u8fm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jpillora/backoff/backoff.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b250/_pkg_.a -trimpath "$WORK/b250=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand -complete -installsuffix shared -buildid wK9i0qWP-t5v_Gl0zlHM/wK9i0qWP-t5v_Gl0zlHM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand/locked_source.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand/read.go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand mkdir -p $WORK/b373/ cat >/tmp/go-build3413775437/b359/importcfg << 'EOF' # internal # import config packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive mkdir -p $WORK/b395/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b359/_pkg_.a -trimpath "$WORK/b359=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff -complete -installsuffix shared -buildid QmHzHDNzuJp3Gn6gA116/QmHzHDNzuJp3Gn6gA116 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff/backoff.go mkdir -p $WORK/b038/ cat >/tmp/go-build3413775437/b373/importcfg << 'EOF' # internal # import config packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b373/_pkg_.a -trimpath "$WORK/b373=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand -complete -installsuffix shared -buildid fURrDPbpnQOZ5QX8FAXU/fURrDPbpnQOZ5QX8FAXU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand/grpcrand.go cat >/tmp/go-build3413775437/b395/importcfg << 'EOF' # internal # import config packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b395/_pkg_.a -trimpath "$WORK/b395=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive -complete -installsuffix shared -buildid pZ94QdeLqiIMmrlGGeDN/pZ94QdeLqiIMmrlGGeDN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive/keepalive.go github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff mkdir -p $WORK/b450/ cat >/tmp/go-build3413775437/b038/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/syscall/unix=/tmp/go-build3413775437/b039/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock mkdir -p $WORK/b540/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b038/_pkg_.a -trimpath "$WORK/b038=>" -p internal/poll -std -installsuffix shared -buildid AmYODv-M_haveFagFDG_/AmYODv-M_haveFagFDG_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /usr/lib/golang/src/internal/poll/copy_file_range_linux.go /usr/lib/golang/src/internal/poll/errno_unix.go /usr/lib/golang/src/internal/poll/fd.go /usr/lib/golang/src/internal/poll/fd_fsync_posix.go /usr/lib/golang/src/internal/poll/fd_mutex.go /usr/lib/golang/src/internal/poll/fd_poll_runtime.go /usr/lib/golang/src/internal/poll/fd_posix.go /usr/lib/golang/src/internal/poll/fd_unix.go /usr/lib/golang/src/internal/poll/fd_unixjs.go /usr/lib/golang/src/internal/poll/fd_writev_unix.go /usr/lib/golang/src/internal/poll/hook_cloexec.go /usr/lib/golang/src/internal/poll/hook_unix.go /usr/lib/golang/src/internal/poll/iovec_unix.go /usr/lib/golang/src/internal/poll/sendfile_linux.go /usr/lib/golang/src/internal/poll/sock_cloexec.go /usr/lib/golang/src/internal/poll/sockopt.go /usr/lib/golang/src/internal/poll/sockopt_linux.go /usr/lib/golang/src/internal/poll/sockopt_unix.go /usr/lib/golang/src/internal/poll/sockoptip.go /usr/lib/golang/src/internal/poll/splice_linux.go /usr/lib/golang/src/internal/poll/writev.go cat >/tmp/go-build3413775437/b450/importcfg << 'EOF' # internal # import config importmap github.com/google/go-cmp/cmp/internal/flags=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build3413775437/b451/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b450/_pkg_.a -trimpath "$WORK/b450=>" -p github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff -complete -installsuffix shared -buildid Ua_K54v4MxvKsv4WAera/Ua_K54v4MxvKsv4WAera -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go cat >/tmp/go-build3413775437/b540/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/parseabletime mkdir -p $WORK/b674/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b540/_pkg_.a -trimpath "$WORK/b540=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock -complete -installsuffix shared -buildid SETL7p19hM8YlIKxhflF/SETL7p19hM8YlIKxhflF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b540/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock/clock.go cat >/tmp/go-build3413775437/b674/importcfg << 'EOF' # internal # import config packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator mkdir -p $WORK/b731/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b674/_pkg_.a -trimpath "$WORK/b674=>" -p github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/parseabletime -complete -installsuffix shared -buildid 2BD90YBpfRlbutaxNuAw/2BD90YBpfRlbutaxNuAw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/parseabletime/parseable_time.go mkdir -p $WORK/b043/ github.com/prometheus/prometheus/model/timestamp mkdir -p $WORK/b801/ cat >/tmp/go-build3413775437/b731/importcfg << 'EOF' # internal # import config packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b043/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/oserror=/tmp/go-build3413775437/b026/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b731/_pkg_.a -trimpath "$WORK/b731=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator -complete -installsuffix shared -buildid 6B0ZuH78XgIy7dBBEsk5/6B0ZuH78XgIy7dBBEsk5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b731/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator/name_generator.go cat >/tmp/go-build3413775437/b801/importcfg << 'EOF' # internal # import config packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "$WORK/b043=>" -p io/fs -std -complete -installsuffix shared -buildid 6vFJ4dl9EYlE1pwnBLvL/6vFJ4dl9EYlE1pwnBLvL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /usr/lib/golang/src/io/fs/format.go /usr/lib/golang/src/io/fs/fs.go /usr/lib/golang/src/io/fs/glob.go /usr/lib/golang/src/io/fs/readdir.go /usr/lib/golang/src/io/fs/readfile.go /usr/lib/golang/src/io/fs/stat.go /usr/lib/golang/src/io/fs/sub.go /usr/lib/golang/src/io/fs/walk.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b801/_pkg_.a -trimpath "$WORK/b801=>" -p github.com/prometheus/prometheus/model/timestamp -complete -installsuffix shared -buildid ParcNQ6iDJSx_5cwhnEN/ParcNQ6iDJSx_5cwhnEN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b801/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/timestamp/timestamp.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b395/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b359/_pkg_.a # internal cp $WORK/b395/_pkg_.a /builddir/.cache/go-build/95/954a8d08ed19811e3bba0bbab835c7a43b6515a247dfc03f21623d693dbff270-d # internal cp $WORK/b359/_pkg_.a /builddir/.cache/go-build/7e/7e76cf8ab54f6655db4e35c081a7575b1bf8e5c8383dfe027a6d0fb090014fa4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b674/_pkg_.a # internal cp $WORK/b674/_pkg_.a /builddir/.cache/go-build/be/be3642b1dd9b0f5d13c09ff8ead2c975419deab38b9e1497fd4b95ee845f4a23-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b062/_pkg_.a # internal cp $WORK/b062/_pkg_.a /builddir/.cache/go-build/88/884fe048442053752bdb74a87afa70b5a4a6d2ca9bca8ea112d88bb8f3e55ae0-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b250/_pkg_.a # internal cp $WORK/b250/_pkg_.a /builddir/.cache/go-build/f8/f8bc97f5cc2fb1056157c28693e93e3eb1b4dc392d69ca4613df15456421c93c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b373/_pkg_.a # internal cp $WORK/b373/_pkg_.a /builddir/.cache/go-build/ae/ae6e4a46de83478ff2b7183fcc4ddf0338421b3f650b615803e9d5183f606479-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff mkdir -p $WORK/b376/ cat >/tmp/go-build3413775437/b376/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/backoff=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff importmap google.golang.org/grpc/internal/grpcrand=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff=/tmp/go-build3413775437/b359/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand=/tmp/go-build3413775437/b373/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b376/_pkg_.a -trimpath "$WORK/b376=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff -complete -installsuffix shared -buildid EvwO2GNuUKMj1elxTJAM/EvwO2GNuUKMj1elxTJAM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff/backoff.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b801/_pkg_.a # internal cp $WORK/b801/_pkg_.a /builddir/.cache/go-build/c0/c06441af1854d0deebeba17466038e7938f3f4c190e8d84a5dd49b887abf770d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b731/_pkg_.a # internal cp $WORK/b731/_pkg_.a /builddir/.cache/go-build/5f/5f70a81e183a289485178a5c47f6dc3233d436d1d4da847a65bb04332b8b6f9c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b376/_pkg_.a # internal cp $WORK/b376/_pkg_.a /builddir/.cache/go-build/5f/5fe6ce7a50d15b8c4dcae2caeeab7fa80078ae3c7ba72aecdc66609c1a91126a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b450/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b540/_pkg_.a # internal cp $WORK/b450/_pkg_.a /builddir/.cache/go-build/ee/ee081fb2b0a795d07f2b160a48eeb70e03f935855deaff92a7729af7cd40f411-d # internal cp $WORK/b540/_pkg_.a /builddir/.cache/go-build/2d/2de9bb7d5b2559eac3c3b82d139a995de277c68bdb2957c67644a6c12c26402e-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache mkdir -p $WORK/b654/ cat >/tmp/go-build3413775437/b654/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock packagefile container/heap=/tmp/go-build3413775437/b556/_pkg_.a packagefile container/list=/tmp/go-build3413775437/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build3413775437/b540/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b654/_pkg_.a -trimpath "$WORK/b654=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache -complete -installsuffix shared -buildid ks03K_eTxBHkf6lMmP3I/ks03K_eTxBHkf6lMmP3I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b654/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache/expiring.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache/lruexpirecache.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b043/_pkg_.a # internal cp $WORK/b043/_pkg_.a /builddir/.cache/go-build/6a/6a4aa8e3370817f5cbb35d66354f35f82ab18d4a6942544472f2f1ba5184ba64-d # internal embed mkdir -p $WORK/b090/ cat >/tmp/go-build3413775437/b090/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/fs=/tmp/go-build3413775437/b043/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b090/_pkg_.a -trimpath "$WORK/b090=>" -p embed -std -complete -installsuffix shared -buildid 7nb-hXdgtnsQneYzRpku/7nb-hXdgtnsQneYzRpku -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /usr/lib/golang/src/embed/embed.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b002/_pkg_.a # internal cp $WORK/b002/_pkg_.a /builddir/.cache/go-build/8c/8cfe75aecad5059a5fc8f86553524e3ab63ed69d1231562e6a28f452f70d4a1a-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap mkdir -p $WORK/b398/ github.com/prometheus/prometheus/util/gate mkdir -p $WORK/b860/ github.com/prometheus/prometheus/vendor/golang.org/x/sync/errgroup cat >/tmp/go-build3413775437/b398/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b398/_pkg_.a -trimpath "$WORK/b398=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap -complete -installsuffix shared -buildid Nup1Y2E5EPYC-C-lc6z0/Nup1Y2E5EPYC-C-lc6z0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap/tap.go mkdir -p $WORK/b829/ cat >/tmp/go-build3413775437/b860/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b860/_pkg_.a -trimpath "$WORK/b860=>" -p github.com/prometheus/prometheus/util/gate -complete -installsuffix shared -buildid E2zekUyU_D5pXpV9lyh6/E2zekUyU_D5pXpV9lyh6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b860/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/gate/gate.go cat >/tmp/go-build3413775437/b829/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b829/_pkg_.a -trimpath "$WORK/b829=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/sync/errgroup -complete -installsuffix shared -buildid US1NtLArACXQAQbiXnGO/US1NtLArACXQAQbiXnGO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b829/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sync/errgroup/errgroup.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b398/_pkg_.a # internal cp $WORK/b398/_pkg_.a /builddir/.cache/go-build/80/807b8d33c439a10a39c38d24f46a00169db6fd6c3449ca8d321b71c50221d884-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b860/_pkg_.a # internal cp $WORK/b860/_pkg_.a /builddir/.cache/go-build/1c/1c9b4c99dc6cc2c6217122ca0ab73dbb8e23145ff778dd90726fdb4d10e4c391-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b829/_pkg_.a # internal cp $WORK/b829/_pkg_.a /builddir/.cache/go-build/a6/a6ab4b0326b56c209ea4e8ca8fd5cba421a70b71131c9a07d9468f7cc111f88f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b654/_pkg_.a # internal cp $WORK/b654/_pkg_.a /builddir/.cache/go-build/93/93b768795cdc7b75bb3ea983d768cf72b4ef6b4d78acef1b4710f1306aa13292-d # internal cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_amd64/asm -p reflect -trimpath "$WORK/b029=>" -I $WORK/b029/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b029/asm_amd64.o ./asm_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b029/_pkg_.a $WORK/b029/asm_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b029/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b090/_pkg_.a # internal cp $WORK/b090/_pkg_.a /builddir/.cache/go-build/12/12670c11704bbe0f0c3cffb618f3f334ff10836bba5f89b9fca894c7e683b31e-d # internal cp $WORK/b029/_pkg_.a /builddir/.cache/go-build/f7/f76b39840968cc8a3a5cb0a797e457739c9ce0d9a98209b6c302d5ad83d4a162-d # internal internal/fmtsort mkdir -p $WORK/b028/ github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/function mkdir -p $WORK/b452/ encoding/binary github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema cat >/tmp/go-build3413775437/b028/importcfg << 'EOF' # internal # import config packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a EOF mkdir -p $WORK/b052/ cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "$WORK/b028=>" -p internal/fmtsort -std -complete -installsuffix shared -buildid qpJtmc7QNVGN935nCt1Z/qpJtmc7QNVGN935nCt1Z -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /usr/lib/golang/src/internal/fmtsort/sort.go cat >/tmp/go-build3413775437/b452/importcfg << 'EOF' # internal # import config packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b452/_pkg_.a -trimpath "$WORK/b452=>" -p github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/function -complete -installsuffix shared -buildid PfGeoMx4fPQACoQlC_CR/PfGeoMx4fPQACoQlC_CR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/function/func.go github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets mkdir -p $WORK/b454/ internal/saferio cat >/tmp/go-build3413775437/b052/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 mkdir -p $WORK/b471/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "$WORK/b052=>" -p encoding/binary -std -complete -installsuffix shared -buildid SS1sW-rzSCoyeqHZ_S2i/SS1sW-rzSCoyeqHZ_S2i -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /usr/lib/golang/src/encoding/binary/binary.go /usr/lib/golang/src/encoding/binary/native_endian_little.go /usr/lib/golang/src/encoding/binary/varint.go mkdir -p $WORK/b743/ cat >/tmp/go-build3413775437/b454/importcfg << 'EOF' # internal # import config packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a EOF cat >/tmp/go-build3413775437/b471/go_asm.h << 'EOF' # internal EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b454/_pkg_.a -trimpath "$WORK/b454=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets -complete -installsuffix shared -buildid xNbb0RuaX_n2pZC3BHPZ/xNbb0RuaX_n2pZC3BHPZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/byte.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/empty.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/int.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/int32.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/int64.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/string.go cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 -trimpath "$WORK/b471=>" -I $WORK/b471/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b471/symabis ./reflect2_amd64.s ./relfect2_mips64x.s ./relfect2_mipsx.s ./relfect2_ppc64x.s mkdir -p $WORK/b568/ cat >/tmp/go-build3413775437/b743/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b743/_pkg_.a -trimpath "$WORK/b743=>" -p internal/saferio -std -complete -installsuffix shared -buildid 5MTLSmXYJI4Cs-1suBNf/5MTLSmXYJI4Cs-1suBNf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b743/importcfg -pack /usr/lib/golang/src/internal/saferio/io.go cat >/tmp/go-build3413775437/b568/importcfg << 'EOF' # internal # import config packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b568/_pkg_.a -trimpath "$WORK/b568=>" -p github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema -complete -installsuffix shared -buildid qJoTb-4h-OEcx3AF9Ab0/qJoTb-4h-OEcx3AF9Ab0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema/elements.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema/equals.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema/schemaschema.go cat >/tmp/go-build3413775437/b471/importcfg << 'EOF' # internal # import config packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b471/_pkg_.a -trimpath "$WORK/b471=>" -p github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 -installsuffix shared -buildid 3iSzENFGeq1RXMYre_Ab/3iSzENFGeq1RXMYre_Ab -goversion go1.21.7 -symabis $WORK/b471/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack -asmhdr $WORK/b471/go_asm.h ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/go_above_118.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/go_above_19.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/reflect2.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/reflect2_kind.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/safe_field.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/safe_map.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/safe_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/safe_struct.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/safe_type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/type_map.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_array.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_eface.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_field.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_iface.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_link.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_map.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_ptr.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_struct.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_type.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b743/_pkg_.a # internal cp $WORK/b743/_pkg_.a /builddir/.cache/go-build/24/24dd635bbd65fdb84522f1f4a6b58d463adfca468d59c8d1f2c76711648777ec-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b452/_pkg_.a # internal cp $WORK/b452/_pkg_.a /builddir/.cache/go-build/03/03cf42b93765720d4845d7b279450291d2a748b9333908483472be6f1293609f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b568/_pkg_.a # internal cp $WORK/b568/_pkg_.a /builddir/.cache/go-build/dd/dd56d89489e8316eefed3d8b4053e0d5d225e7efa6ceb5da0581a508341bee78-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b038/_pkg_.a # internal cp $WORK/b038/_pkg_.a /builddir/.cache/go-build/d8/d8646d78bd5447e2e56cef3cac9b1ee7c50138237faef82bc77b5a53ceedddce-d # internal os mkdir -p $WORK/b037/ cat >/tmp/go-build3413775437/b037/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/itoa=/tmp/go-build3413775437/b025/_pkg_.a packagefile internal/poll=/tmp/go-build3413775437/b038/_pkg_.a packagefile internal/safefilepath=/tmp/go-build3413775437/b040/_pkg_.a packagefile internal/syscall/execenv=/tmp/go-build3413775437/b041/_pkg_.a packagefile internal/syscall/unix=/tmp/go-build3413775437/b039/_pkg_.a packagefile internal/testlog=/tmp/go-build3413775437/b042/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/fs=/tmp/go-build3413775437/b043/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b037/_pkg_.a -trimpath "$WORK/b037=>" -p os -std -installsuffix shared -buildid Kg3qcfGBnIylewmkFAp7/Kg3qcfGBnIylewmkFAp7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /usr/lib/golang/src/os/dir.go /usr/lib/golang/src/os/dir_unix.go /usr/lib/golang/src/os/dirent_linux.go /usr/lib/golang/src/os/endian_little.go /usr/lib/golang/src/os/env.go /usr/lib/golang/src/os/error.go /usr/lib/golang/src/os/error_errno.go /usr/lib/golang/src/os/error_posix.go /usr/lib/golang/src/os/exec.go /usr/lib/golang/src/os/exec_posix.go /usr/lib/golang/src/os/exec_unix.go /usr/lib/golang/src/os/executable.go /usr/lib/golang/src/os/executable_procfs.go /usr/lib/golang/src/os/file.go /usr/lib/golang/src/os/file_open_unix.go /usr/lib/golang/src/os/file_posix.go /usr/lib/golang/src/os/file_unix.go /usr/lib/golang/src/os/getwd.go /usr/lib/golang/src/os/path.go /usr/lib/golang/src/os/path_unix.go /usr/lib/golang/src/os/pipe2_unix.go /usr/lib/golang/src/os/proc.go /usr/lib/golang/src/os/rawconn.go /usr/lib/golang/src/os/readfrom_linux.go /usr/lib/golang/src/os/removeall_at.go /usr/lib/golang/src/os/stat.go /usr/lib/golang/src/os/stat_linux.go /usr/lib/golang/src/os/stat_unix.go /usr/lib/golang/src/os/sticky_notbsd.go /usr/lib/golang/src/os/str.go /usr/lib/golang/src/os/sys.go /usr/lib/golang/src/os/sys_linux.go /usr/lib/golang/src/os/sys_unix.go /usr/lib/golang/src/os/tempfile.go /usr/lib/golang/src/os/types.go /usr/lib/golang/src/os/types_unix.go /usr/lib/golang/src/os/wait_waitid.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b028/_pkg_.a # internal cp $WORK/b028/_pkg_.a /builddir/.cache/go-build/99/99f019e55ba21d2280299c003e62981eebb2de6c4f82109e8b82bc2c9f079a74-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b454/_pkg_.a # internal cp $WORK/b454/_pkg_.a /builddir/.cache/go-build/32/32d35788a54db6ca94d23f43b74b57ee41631a35a19c67645180e82653560692-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b052/_pkg_.a # internal cp $WORK/b052/_pkg_.a /builddir/.cache/go-build/c1/c16a2cc07a6e4058388fa45fc33f85bba17fd88455a18b1eb6a7489f58ffbb59-d # internal encoding/base64 mkdir -p $WORK/b051/ crypto/md5 mkdir -p $WORK/b102/ cat >/tmp/go-build3413775437/b051/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "$WORK/b051=>" -p encoding/base64 -std -complete -installsuffix shared -buildid lQeWN1feOhbMazoo_Iit/lQeWN1feOhbMazoo_Iit -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /usr/lib/golang/src/encoding/base64/base64.go crypto/cipher mkdir -p $WORK/b077/ cat >/tmp/go-build3413775437/b102/go_asm.h << 'EOF' # internal EOF crypto/internal/edwards25519/field cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "$WORK/b102=>" -I $WORK/b102/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b102/symabis ./md5block_amd64.s vendor/golang.org/x/crypto/internal/poly1305 mkdir -p $WORK/b123/ mkdir -p $WORK/b087/ cat >/tmp/go-build3413775437/b077/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto/internal/alias=/tmp/go-build3413775437/b078/_pkg_.a packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a EOF crypto/internal/nistec mkdir -p $WORK/b088/ cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b077/_pkg_.a -trimpath "$WORK/b077=>" -p crypto/cipher -std -complete -installsuffix shared -buildid g0zs4koP6J7fWOGTL-75/g0zs4koP6J7fWOGTL-75 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /usr/lib/golang/src/crypto/cipher/cbc.go /usr/lib/golang/src/crypto/cipher/cfb.go /usr/lib/golang/src/crypto/cipher/cipher.go /usr/lib/golang/src/crypto/cipher/ctr.go /usr/lib/golang/src/crypto/cipher/gcm.go /usr/lib/golang/src/crypto/cipher/io.go /usr/lib/golang/src/crypto/cipher/ofb.go cat >/tmp/go-build3413775437/b087/go_asm.h << 'EOF' # internal EOF cat >/tmp/go-build3413775437/b123/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/internal/edwards25519/field /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/edwards25519/field -trimpath "$WORK/b087=>" -I $WORK/b087/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b087/symabis ./fe_amd64.s cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305 /usr/lib/golang/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "$WORK/b123=>" -I $WORK/b123/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b123/symabis ./sum_amd64.s cat >/tmp/go-build3413775437/b088/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/internal/nistec /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/nistec -trimpath "$WORK/b088=>" -I $WORK/b088/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b088/symabis ./p256_asm_amd64.s github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 mkdir -p $WORK/b143/ cat >/tmp/go-build3413775437/b143/go_asm.h << 'EOF' # internal EOF cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 -trimpath "$WORK/b143=>" -I $WORK/b143/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b143/symabis ./xxhash_amd64.s github.com/prometheus/prometheus/vendor/github.com/golang/snappy mkdir -p $WORK/b828/ cat >/tmp/go-build3413775437/b828/go_asm.h << 'EOF' # internal EOF cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/golang/snappy -trimpath "$WORK/b828=>" -I $WORK/b828/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b828/symabis ./decode_amd64.s ./encode_amd64.s cat >/tmp/go-build3413775437/b123/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix mkdir -p $WORK/b190/ cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "$WORK/b123=>" -p vendor/golang.org/x/crypto/internal/poly1305 -std -installsuffix shared -buildid XTKuS-mItOBmqc39UGBt/XTKuS-mItOBmqc39UGBt -goversion go1.21.7 -symabis $WORK/b123/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack -asmhdr $WORK/b123/go_asm.h /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305/bits_go1.13.go /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305/sum_amd64.go /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go cat >/tmp/go-build3413775437/b102/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF cat >/tmp/go-build3413775437/b087/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b102/_pkg_.a -trimpath "$WORK/b102=>" -p crypto/md5 -std -installsuffix shared -buildid xIu8dyusOJagegIapSzG/xIu8dyusOJagegIapSzG -goversion go1.21.7 -symabis $WORK/b102/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack -asmhdr $WORK/b102/go_asm.h /usr/lib/golang/src/crypto/md5/md5.go /usr/lib/golang/src/crypto/md5/md5block.go /usr/lib/golang/src/crypto/md5/md5block_decl.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b087/_pkg_.a -trimpath "$WORK/b087=>" -p crypto/internal/edwards25519/field -std -installsuffix shared -buildid O7CTSxyEyTVLG6Un5UFY/O7CTSxyEyTVLG6Un5UFY -goversion go1.21.7 -symabis $WORK/b087/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack -asmhdr $WORK/b087/go_asm.h /usr/lib/golang/src/crypto/internal/edwards25519/field/fe.go /usr/lib/golang/src/crypto/internal/edwards25519/field/fe_amd64.go /usr/lib/golang/src/crypto/internal/edwards25519/field/fe_arm64_noasm.go /usr/lib/golang/src/crypto/internal/edwards25519/field/fe_generic.go cat >/tmp/go-build3413775437/b190/go_asm.h << 'EOF' # internal EOF cat >/tmp/go-build3413775437/b143/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix -trimpath "$WORK/b190=>" -I $WORK/b190/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b190/symabis ./asm_linux_amd64.s cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b143/_pkg_.a -trimpath "$WORK/b143=>" -p github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 -installsuffix shared -buildid nFshLMl9RPt-TQMaSf_F/nFshLMl9RPt-TQMaSf_F -goversion go1.21.7 -symabis $WORK/b143/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack -asmhdr $WORK/b143/go_asm.h ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2/xxhash.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go cat >/tmp/go-build3413775437/b190/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/internal/unsafeheader=github.com/prometheus/prometheus/vendor/golang.org/x/sys/internal/unsafeheader packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/internal/unsafeheader=/tmp/go-build3413775437/b191/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b190/_pkg_.a -trimpath "$WORK/b190=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix -installsuffix shared -buildid 36WRsZPM1ePv_9eXHyxj/36WRsZPM1ePv_9eXHyxj -goversion go1.21.7 -symabis $WORK/b190/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack -asmhdr $WORK/b190/go_asm.h ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/affinity_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/aliases.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/bluetooth_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/constants.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/dev_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/dirent.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/endian_little.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/env_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/fcntl.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/fdset.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/ifreq_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/ioctl.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/ioctl_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/pagesize_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/race0.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/readdirent_getdents.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/sockcmsg_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/sockcmsg_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/str.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall_linux_gc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall_unix_gc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/sysvshm_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/sysvshm_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/timestruct.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/zerrors_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/zsyscall_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/ztypes_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go cat >/tmp/go-build3413775437/b828/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile hash/crc32=/tmp/go-build3413775437/b071/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b828/_pkg_.a -trimpath "$WORK/b828=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/snappy -installsuffix shared -buildid iDKsIO-LW7wXQs2ds5xs/iDKsIO-LW7wXQs2ds5xs -goversion go1.21.7 -symabis $WORK/b828/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b828/importcfg -pack -asmhdr $WORK/b828/go_asm.h ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy/decode_asm.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy/encode_asm.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy/snappy.go cat >/tmp/go-build3413775437/b088/importcfg << 'EOF' # internal # import config packagefile crypto/internal/nistec/fiat=/tmp/go-build3413775437/b089/_pkg_.a packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile embed=/tmp/go-build3413775437/b090/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF cat >/tmp/go-build3413775437/b088/embedcfg << 'EOF' # internal { "Patterns": { "p256_asm_table.bin": [ "p256_asm_table.bin" ] }, "Files": { "p256_asm_table.bin": "/usr/lib/golang/src/crypto/internal/nistec/p256_asm_table.bin" } }EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b088/_pkg_.a -trimpath "$WORK/b088=>" -p crypto/internal/nistec -std -installsuffix shared -buildid 3gYuCWHE-vnZwYcE8fq9/3gYuCWHE-vnZwYcE8fq9 -goversion go1.21.7 -symabis $WORK/b088/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -embedcfg $WORK/b088/embedcfg -pack -asmhdr $WORK/b088/go_asm.h /usr/lib/golang/src/crypto/internal/nistec/nistec.go /usr/lib/golang/src/crypto/internal/nistec/p224.go /usr/lib/golang/src/crypto/internal/nistec/p224_sqrt.go /usr/lib/golang/src/crypto/internal/nistec/p256_asm.go /usr/lib/golang/src/crypto/internal/nistec/p256_ordinv.go /usr/lib/golang/src/crypto/internal/nistec/p384.go /usr/lib/golang/src/crypto/internal/nistec/p521.go cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 -trimpath "$WORK/b143=>" -I $WORK/b143/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b143/xxhash_amd64.o ./xxhash_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b051/_pkg_.a # internal cp $WORK/b051/_pkg_.a /builddir/.cache/go-build/d0/d0b461d3e6e4fe792a53055385e83e9117f98121d789bf92d4483afa1ca734c4-d # internal encoding/pem mkdir -p $WORK/b111/ cat >/tmp/go-build3413775437/b111/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b111/_pkg_.a -trimpath "$WORK/b111=>" -p encoding/pem -std -complete -installsuffix shared -buildid VQJFiFe-UpOytSqMPuaB/VQJFiFe-UpOytSqMPuaB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /usr/lib/golang/src/encoding/pem/pem.go cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305 /usr/lib/golang/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "$WORK/b123=>" -I $WORK/b123/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b123/sum_amd64.o ./sum_amd64.s cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b143/_pkg_.a $WORK/b143/xxhash_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b143/_pkg_.a # internal cp $WORK/b143/_pkg_.a /builddir/.cache/go-build/54/54cc72f8020a8e8470a32b6f91e1d401d5b0afcab0f468e69e37e6a361ccaad6-d # internal cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/golang/snappy -trimpath "$WORK/b828=>" -I $WORK/b828/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b828/decode_amd64.o ./decode_amd64.s cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "$WORK/b102=>" -I $WORK/b102/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b102/md5block_amd64.o ./md5block_amd64.s cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305 /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b123/_pkg_.a $WORK/b123/sum_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b123/_pkg_.a # internal cp $WORK/b123/_pkg_.a /builddir/.cache/go-build/94/94cf4f4b0da4e36e19081783f782df93f407194f9c102264fa38d8e8d33ecc81-d # internal cd /usr/lib/golang/src/crypto/internal/edwards25519/field /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/edwards25519/field -trimpath "$WORK/b087=>" -I $WORK/b087/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b087/fe_amd64.o ./fe_amd64.s cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/golang/snappy -trimpath "$WORK/b828=>" -I $WORK/b828/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b828/encode_amd64.o ./encode_amd64.s cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b102/_pkg_.a $WORK/b102/md5block_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b102/_pkg_.a # internal cp $WORK/b102/_pkg_.a /builddir/.cache/go-build/6c/6ce66ac604567bd3f69edacb878cb5e2a0e83646b8ee3f21987f4359f21db216-d # internal cd /usr/lib/golang/src/crypto/internal/edwards25519/field /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b087/_pkg_.a $WORK/b087/fe_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b087/_pkg_.a # internal cp $WORK/b087/_pkg_.a /builddir/.cache/go-build/6e/6ee0a019d0168e6841400f7b49f483397c10d6fdd351e4fb751f6ca3da7fec6c-d # internal crypto/internal/edwards25519 mkdir -p $WORK/b100/ cat >/tmp/go-build3413775437/b100/importcfg << 'EOF' # internal # import config packagefile crypto/internal/edwards25519/field=/tmp/go-build3413775437/b087/_pkg_.a packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b100/_pkg_.a -trimpath "$WORK/b100=>" -p crypto/internal/edwards25519 -std -complete -installsuffix shared -buildid 2TJHNsebw4FLu8EZYr6f/2TJHNsebw4FLu8EZYr6f -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /usr/lib/golang/src/crypto/internal/edwards25519/doc.go /usr/lib/golang/src/crypto/internal/edwards25519/edwards25519.go /usr/lib/golang/src/crypto/internal/edwards25519/scalar.go /usr/lib/golang/src/crypto/internal/edwards25519/scalar_fiat.go /usr/lib/golang/src/crypto/internal/edwards25519/scalarmult.go /usr/lib/golang/src/crypto/internal/edwards25519/tables.go cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b828/_pkg_.a $WORK/b828/decode_amd64.o $WORK/b828/encode_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b828/_pkg_.a # internal cp $WORK/b828/_pkg_.a /builddir/.cache/go-build/86/86541ccf3ad31b89e1c45ca55ad56ee8e9a6b24772293b97db5d943adfb14997-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b077/_pkg_.a # internal cp $WORK/b077/_pkg_.a /builddir/.cache/go-build/cf/cf75edc925fd42f2fcca9f6fd72ad6fe7d8bd1dd94a53ee666dd1a29a7d76bb9-d # internal crypto/des mkdir -p $WORK/b085/ crypto/internal/boring github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/internal/rc2 mkdir -p $WORK/b300/ vendor/golang.org/x/crypto/chacha20 cat >/tmp/go-build3413775437/b085/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=/tmp/go-build3413775437/b077/_pkg_.a packagefile crypto/internal/alias=/tmp/go-build3413775437/b078/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b085/_pkg_.a -trimpath "$WORK/b085=>" -p crypto/des -std -complete -installsuffix shared -buildid Wy1N3Q1etzUP4kAcCMtU/Wy1N3Q1etzUP4kAcCMtU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /usr/lib/golang/src/crypto/des/block.go /usr/lib/golang/src/crypto/des/cipher.go /usr/lib/golang/src/crypto/des/const.go mkdir -p $WORK/b121/ mkdir -p $WORK/b075/ cat >/tmp/go-build3413775437/b300/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=/tmp/go-build3413775437/b077/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a EOF cat >/tmp/go-build3413775437/b121/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias packagefile crypto/cipher=/tmp/go-build3413775437/b077/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3413775437/b122/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b300/_pkg_.a -trimpath "$WORK/b300=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/internal/rc2 -complete -installsuffix shared -buildid _zy8lFmOZO4Hjf5yNvPT/_zy8lFmOZO4Hjf5yNvPT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/internal/rc2/rc2.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b121/_pkg_.a -trimpath "$WORK/b121=>" -p vendor/golang.org/x/crypto/chacha20 -std -complete -installsuffix shared -buildid 8h8KFVg-2oKAZat1U_GL/8h8KFVg-2oKAZat1U_GL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20/xor.go cat >/tmp/go-build3413775437/b075/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/cipher=/tmp/go-build3413775437/b077/_pkg_.a packagefile crypto/internal/boring/sig=/tmp/go-build3413775437/b080/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "$WORK/b075=>" -p crypto/internal/boring -std -complete -installsuffix shared -buildid x0aZOCVR9VKOpVG9tC0C/x0aZOCVR9VKOpVG9tC0C -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /usr/lib/golang/src/crypto/internal/boring/doc.go /usr/lib/golang/src/crypto/internal/boring/notboring.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b111/_pkg_.a # internal cp $WORK/b111/_pkg_.a /builddir/.cache/go-build/fa/fa4ad43bcfab454ddc394737622f205259b8627b1c6556bf32d0e592fe082caf-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b300/_pkg_.a # internal cp $WORK/b300/_pkg_.a /builddir/.cache/go-build/a4/a43962431bdce155ad32ac36218d6996a4c3135ccb63c8db68a55d7e463d885d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b075/_pkg_.a # internal cp $WORK/b075/_pkg_.a /builddir/.cache/go-build/1a/1a5ec3e057f42513fbd60bfa9a5bf19cd7d8b6cb71d87997189704a69587698a-d # internal crypto/sha512 mkdir -p $WORK/b095/ crypto/hmac crypto/aes mkdir -p $WORK/b101/ crypto/sha256 crypto/sha1 cat >/tmp/go-build3413775437/b095/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/sha512 -trimpath "$WORK/b095=>" -I $WORK/b095/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b095/symabis ./sha512block_amd64.s mkdir -p $WORK/b084/ cat >/tmp/go-build3413775437/b101/importcfg << 'EOF' # internal # import config packagefile crypto/internal/boring=/tmp/go-build3413775437/b075/_pkg_.a packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "$WORK/b101=>" -p crypto/hmac -std -complete -installsuffix shared -buildid Dfkvh_kABtRwVzAZNZtx/Dfkvh_kABtRwVzAZNZtx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /usr/lib/golang/src/crypto/hmac/hmac.go cat >/tmp/go-build3413775437/b084/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/aes -trimpath "$WORK/b084=>" -I $WORK/b084/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b084/symabis ./asm_amd64.s ./gcm_amd64.s mkdir -p $WORK/b106/ cat >/tmp/go-build3413775437/b106/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/sha256 -trimpath "$WORK/b106=>" -I $WORK/b106/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b106/symabis ./sha256block_amd64.s mkdir -p $WORK/b105/ cat >/tmp/go-build3413775437/b105/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "$WORK/b105=>" -I $WORK/b105/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b105/symabis ./sha1block_amd64.s cat >/tmp/go-build3413775437/b084/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=/tmp/go-build3413775437/b077/_pkg_.a packagefile crypto/internal/alias=/tmp/go-build3413775437/b078/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build3413775437/b075/_pkg_.a packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/cpu=/tmp/go-build3413775437/b011/_pkg_.a packagefile internal/goarch=/tmp/go-build3413775437/b006/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "$WORK/b084=>" -p crypto/aes -std -installsuffix shared -buildid 7rvk_-DcROA2of_XfCs2/7rvk_-DcROA2of_XfCs2 -goversion go1.21.7 -symabis $WORK/b084/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack -asmhdr $WORK/b084/go_asm.h /usr/lib/golang/src/crypto/aes/aes_gcm.go /usr/lib/golang/src/crypto/aes/block.go /usr/lib/golang/src/crypto/aes/cipher.go /usr/lib/golang/src/crypto/aes/cipher_asm.go /usr/lib/golang/src/crypto/aes/const.go /usr/lib/golang/src/crypto/aes/modes.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b085/_pkg_.a # internal cp $WORK/b085/_pkg_.a /builddir/.cache/go-build/46/46427dda8aa324d64be29d203657eaee41003e6555cc54a6ac725d767ef0c96e-d # internal cat >/tmp/go-build3413775437/b095/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build3413775437/b075/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile internal/cpu=/tmp/go-build3413775437/b011/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b095/_pkg_.a -trimpath "$WORK/b095=>" -p crypto/sha512 -std -installsuffix shared -buildid OllaG6BrOpR2ZnmlXvEs/OllaG6BrOpR2ZnmlXvEs -goversion go1.21.7 -symabis $WORK/b095/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack -asmhdr $WORK/b095/go_asm.h /usr/lib/golang/src/crypto/sha512/sha512.go /usr/lib/golang/src/crypto/sha512/sha512block.go /usr/lib/golang/src/crypto/sha512/sha512block_amd64.go cat >/tmp/go-build3413775437/b105/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build3413775437/b075/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile internal/cpu=/tmp/go-build3413775437/b011/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b105/_pkg_.a -trimpath "$WORK/b105=>" -p crypto/sha1 -std -installsuffix shared -buildid cPsrBTVKEMvnTLWvYkox/cPsrBTVKEMvnTLWvYkox -goversion go1.21.7 -symabis $WORK/b105/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack -asmhdr $WORK/b105/go_asm.h /usr/lib/golang/src/crypto/sha1/boring.go /usr/lib/golang/src/crypto/sha1/sha1.go /usr/lib/golang/src/crypto/sha1/sha1block.go /usr/lib/golang/src/crypto/sha1/sha1block_amd64.go cat >/tmp/go-build3413775437/b106/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build3413775437/b075/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile internal/cpu=/tmp/go-build3413775437/b011/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b106/_pkg_.a -trimpath "$WORK/b106=>" -p crypto/sha256 -std -installsuffix shared -buildid 4Ano_lg7JXGdYpzQSMbe/4Ano_lg7JXGdYpzQSMbe -goversion go1.21.7 -symabis $WORK/b106/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack -asmhdr $WORK/b106/go_asm.h /usr/lib/golang/src/crypto/sha256/sha256.go /usr/lib/golang/src/crypto/sha256/sha256block.go /usr/lib/golang/src/crypto/sha256/sha256block_amd64.go /usr/lib/golang/src/crypto/sha256/sha256block_decl.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b101/_pkg_.a # internal cp $WORK/b101/_pkg_.a /builddir/.cache/go-build/24/24bb3a324ea72c97610480ab6c2331d84bf9efd8b05ea150d226b9e2438bd5c3-d # internal vendor/golang.org/x/crypto/hkdf mkdir -p $WORK/b126/ cat >/tmp/go-build3413775437/b126/importcfg << 'EOF' # internal # import config packagefile crypto/hmac=/tmp/go-build3413775437/b101/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b126/_pkg_.a -trimpath "$WORK/b126=>" -p vendor/golang.org/x/crypto/hkdf -std -complete -installsuffix shared -buildid QNyUFI6LkmtK6ZrZYtW4/QNyUFI6LkmtK6ZrZYtW4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/crypto/hkdf/hkdf.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b121/_pkg_.a # internal cp $WORK/b121/_pkg_.a /builddir/.cache/go-build/ca/ca5285f0261cd45182e6d2883382e5ce574dc0ccfe35f5d1cada2af7e38d4d55-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b126/_pkg_.a # internal cp $WORK/b126/_pkg_.a /builddir/.cache/go-build/e7/e711305f611bd0a20ec9685095b6f4cf7d3b1c66db29fcdd31df490fc8608b56-d # internal cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/sha256 -trimpath "$WORK/b106=>" -I $WORK/b106/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b106/sha256block_amd64.o ./sha256block_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b037/_pkg_.a # internal cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "$WORK/b105=>" -I $WORK/b105/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b105/sha1block_amd64.o ./sha1block_amd64.s cp $WORK/b037/_pkg_.a /builddir/.cache/go-build/2b/2b08d6a216b3fac4e95e0bee9368fc2b97dd7a4c38bca72df8b5116d62e76ebe-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand fmt mkdir -p $WORK/b148/ io/ioutil internal/lazyregexp cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/sha512 -trimpath "$WORK/b095=>" -I $WORK/b095/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b095/sha512block_amd64.o ./sha512block_amd64.s os/signal mkdir -p $WORK/b201/ path/filepath mkdir -p $WORK/b027/ cat >/tmp/go-build3413775437/b148/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile hash/fnv=/tmp/go-build3413775437/b149/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a EOF mkdir -p $WORK/b119/ cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b148/_pkg_.a -trimpath "$WORK/b148=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand -complete -installsuffix shared -buildid UjvWYUPTfIQ4CUqy2_Dp/UjvWYUPTfIQ4CUqy2_Dp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand/rand.go cat >/tmp/go-build3413775437/b201/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_amd64/asm -p os/signal -trimpath "$WORK/b201=>" -I $WORK/b201/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b201/symabis ./sig.s cat >/tmp/go-build3413775437/b027/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/fmtsort=/tmp/go-build3413775437/b028/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "$WORK/b027=>" -p fmt -std -complete -installsuffix shared -buildid O6MMWjkvwyqMyKb8oX7b/O6MMWjkvwyqMyKb8oX7b -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /usr/lib/golang/src/fmt/doc.go /usr/lib/golang/src/fmt/errors.go /usr/lib/golang/src/fmt/format.go /usr/lib/golang/src/fmt/print.go /usr/lib/golang/src/fmt/scan.go cat >/tmp/go-build3413775437/b119/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io/fs=/tmp/go-build3413775437/b043/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig mkdir -p $WORK/b383/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b119/_pkg_.a -trimpath "$WORK/b119=>" -p path/filepath -std -complete -installsuffix shared -buildid uAE6vCCmTwe_V7QU0kBi/uAE6vCCmTwe_V7QU0kBi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /usr/lib/golang/src/path/filepath/match.go /usr/lib/golang/src/path/filepath/path.go /usr/lib/golang/src/path/filepath/path_nonwindows.go /usr/lib/golang/src/path/filepath/path_unix.go /usr/lib/golang/src/path/filepath/symlink.go /usr/lib/golang/src/path/filepath/symlink_unix.go mkdir -p $WORK/b125/ cat >/tmp/go-build3413775437/b383/importcfg << 'EOF' # internal # import config packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF mkdir -p $WORK/b214/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b383/_pkg_.a -trimpath "$WORK/b383=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig -complete -installsuffix shared -buildid Rz93GvZ5vTWonE_CBFeD/Rz93GvZ5vTWonE_CBFeD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig/envconfig.go cat >/tmp/go-build3413775437/b125/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/fs=/tmp/go-build3413775437/b043/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b125/_pkg_.a -trimpath "$WORK/b125=>" -p io/ioutil -std -complete -installsuffix shared -buildid Z6rWZcRLrkKwfNrTqGbf/Z6rWZcRLrkKwfNrTqGbf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /usr/lib/golang/src/io/ioutil/ioutil.go /usr/lib/golang/src/io/ioutil/tempfile.go github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount mkdir -p $WORK/b680/ cat >/tmp/go-build3413775437/b214/importcfg << 'EOF' # internal # import config packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b214/_pkg_.a -trimpath "$WORK/b214=>" -p internal/lazyregexp -std -complete -installsuffix shared -buildid o8V-_SKtApY_q1sbFK95/o8V-_SKtApY_q1sbFK95 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /usr/lib/golang/src/internal/lazyregexp/lazyre.go cat >/tmp/go-build3413775437/b680/importcfg << 'EOF' # internal # import config packagefile os=/tmp/go-build3413775437/b037/_pkg_.a EOF net mkdir -p $WORK/b112/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b680/_pkg_.a -trimpath "$WORK/b680=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount -complete -installsuffix shared -buildid RhDz4VM4ekE5PsOCVSWU/RhDz4VM4ekE5PsOCVSWU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount/mount.go cat >/tmp/go-build3413775437/b112/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3413775437/b113/_pkg_.a packagefile internal/bytealg=/tmp/go-build3413775437/b010/_pkg_.a packagefile internal/godebug=/tmp/go-build3413775437/b064/_pkg_.a packagefile internal/itoa=/tmp/go-build3413775437/b025/_pkg_.a packagefile internal/nettrace=/tmp/go-build3413775437/b114/_pkg_.a packagefile internal/poll=/tmp/go-build3413775437/b038/_pkg_.a packagefile internal/singleflight=/tmp/go-build3413775437/b115/_pkg_.a packagefile internal/syscall/unix=/tmp/go-build3413775437/b039/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/fs=/tmp/go-build3413775437/b043/_pkg_.a packagefile net/netip=/tmp/go-build3413775437/b116/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b112/_pkg_.a -trimpath "$WORK/b112=>" -p net -std -installsuffix shared -buildid 8aVbKGGxqf6s6sMzzPKf/8aVbKGGxqf6s6sMzzPKf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /usr/lib/golang/src/net/addrselect.go /usr/lib/golang/src/net/cgo_stub.go /usr/lib/golang/src/net/conf.go /usr/lib/golang/src/net/dial.go /usr/lib/golang/src/net/dnsclient.go /usr/lib/golang/src/net/dnsclient_unix.go /usr/lib/golang/src/net/dnsconfig.go /usr/lib/golang/src/net/dnsconfig_unix.go /usr/lib/golang/src/net/error_posix.go /usr/lib/golang/src/net/error_unix.go /usr/lib/golang/src/net/fd_posix.go /usr/lib/golang/src/net/fd_unix.go /usr/lib/golang/src/net/file.go /usr/lib/golang/src/net/file_unix.go /usr/lib/golang/src/net/hook.go /usr/lib/golang/src/net/hook_unix.go /usr/lib/golang/src/net/hosts.go /usr/lib/golang/src/net/interface.go /usr/lib/golang/src/net/interface_linux.go /usr/lib/golang/src/net/ip.go /usr/lib/golang/src/net/iprawsock.go /usr/lib/golang/src/net/iprawsock_posix.go /usr/lib/golang/src/net/ipsock.go /usr/lib/golang/src/net/ipsock_posix.go /usr/lib/golang/src/net/lookup.go /usr/lib/golang/src/net/lookup_unix.go /usr/lib/golang/src/net/mac.go /usr/lib/golang/src/net/mptcpsock_linux.go /usr/lib/golang/src/net/net.go /usr/lib/golang/src/net/netcgo_off.go /usr/lib/golang/src/net/netgo_on.go /usr/lib/golang/src/net/nss.go /usr/lib/golang/src/net/parse.go /usr/lib/golang/src/net/pipe.go /usr/lib/golang/src/net/port.go /usr/lib/golang/src/net/port_unix.go /usr/lib/golang/src/net/rawconn.go /usr/lib/golang/src/net/sendfile_linux.go /usr/lib/golang/src/net/sock_cloexec.go /usr/lib/golang/src/net/sock_linux.go /usr/lib/golang/src/net/sock_posix.go /usr/lib/golang/src/net/sockaddr_posix.go /usr/lib/golang/src/net/sockopt_linux.go /usr/lib/golang/src/net/sockopt_posix.go /usr/lib/golang/src/net/sockoptip_linux.go /usr/lib/golang/src/net/sockoptip_posix.go /usr/lib/golang/src/net/splice_linux.go /usr/lib/golang/src/net/tcpsock.go /usr/lib/golang/src/net/tcpsock_posix.go /usr/lib/golang/src/net/tcpsockopt_posix.go /usr/lib/golang/src/net/tcpsockopt_unix.go /usr/lib/golang/src/net/udpsock.go /usr/lib/golang/src/net/udpsock_posix.go /usr/lib/golang/src/net/unixsock.go /usr/lib/golang/src/net/unixsock_posix.go /usr/lib/golang/src/net/unixsock_readmsg_cmsg_cloexec.go /usr/lib/golang/src/net/writev_unix.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b100/_pkg_.a # internal cp $WORK/b100/_pkg_.a /builddir/.cache/go-build/ee/ee5ceb8327b75d49c89b8c3a9fa30dbd9aa76627f9295c04dbd3a597915ef963-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b383/_pkg_.a # internal cat >/tmp/go-build3413775437/b201/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b106/_pkg_.a $WORK/b106/sha256block_amd64.o # internal cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b201/_pkg_.a -trimpath "$WORK/b201=>" -p os/signal -std -installsuffix shared -buildid UIT7pzbUAAkfKmvrD85T/UIT7pzbUAAkfKmvrD85T -goversion go1.21.7 -symabis $WORK/b201/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack -asmhdr $WORK/b201/go_asm.h /usr/lib/golang/src/os/signal/doc.go /usr/lib/golang/src/os/signal/signal.go /usr/lib/golang/src/os/signal/signal_unix.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b106/_pkg_.a # internal cp $WORK/b383/_pkg_.a /builddir/.cache/go-build/77/771f3bfb1d4ba3499001dedc7c73edcf352c21e3a21f7685bb1c7125a1317ff3-d # internal cp $WORK/b106/_pkg_.a /builddir/.cache/go-build/c7/c7f1eb6e176a03909321435e0c731f10e59e26ed0104e10ce368786d02b68d44-d # internal cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/aes -trimpath "$WORK/b084=>" -I $WORK/b084/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b084/asm_amd64.o ./asm_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b148/_pkg_.a # internal cp $WORK/b148/_pkg_.a /builddir/.cache/go-build/9a/9a3574278b9566d950433ad4bd725326b210c64d8a6441f2330ebc39c6ccb536-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b680/_pkg_.a # internal cp $WORK/b680/_pkg_.a /builddir/.cache/go-build/56/560f763e16da4cc5f6bb43efea80529fb2688f903d6c600fee625f6040b3ac1d-d # internal cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b105/_pkg_.a $WORK/b105/sha1block_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b105/_pkg_.a # internal cp $WORK/b105/_pkg_.a /builddir/.cache/go-build/53/5396038840e20f2e760fe01bf3af6d7f1258a745ebbf91866b907cd1ea08cf9f-d # internal cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b095/_pkg_.a $WORK/b095/sha512block_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b095/_pkg_.a # internal cp $WORK/b095/_pkg_.a /builddir/.cache/go-build/72/72c890fe34ffbc433a806ecaee603e11358f0f644c60dc5f2334657ea32e976f-d # internal cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/aes -trimpath "$WORK/b084=>" -I $WORK/b084/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b084/gcm_amd64.o ./gcm_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b214/_pkg_.a # internal cp $WORK/b214/_pkg_.a /builddir/.cache/go-build/e1/e13fa4c8a5e8114f0d3cee67cb88bc62b07b68a958167a8471394d580f7b5e95-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b125/_pkg_.a # internal cp $WORK/b125/_pkg_.a /builddir/.cache/go-build/30/301f5a767153e575fa78ad8b1cf4b04ceee120c1eaea6a422ea3e86a714e0f65-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util mkdir -p $WORK/b189/ vendor/golang.org/x/sys/cpu mkdir -p $WORK/b124/ cat >/tmp/go-build3413775437/b189/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a EOF cat >/tmp/go-build3413775437/b124/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/vendor/golang.org/x/sys/cpu /usr/lib/golang/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "$WORK/b124=>" -I $WORK/b124/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b124/symabis ./cpu_x86.s cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b189/_pkg_.a -trimpath "$WORK/b189=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util -complete -installsuffix shared -buildid EcC2jqVNfJ4xVEeAdalb/EcC2jqVNfJ4xVEeAdalb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util/parse.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util/readfile.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util/sysreadfile.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util/valueparser.go cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b084/_pkg_.a $WORK/b084/asm_amd64.o $WORK/b084/gcm_amd64.o # internal cat >/tmp/go-build3413775437/b124/importcfg << 'EOF' # internal # import config packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b124/_pkg_.a -trimpath "$WORK/b124=>" -p vendor/golang.org/x/sys/cpu -std -installsuffix shared -buildid 1Posox3OyNTsOmoyezY2/1Posox3OyNTsOmoyezY2 -goversion go1.21.7 -symabis $WORK/b124/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack -asmhdr $WORK/b124/go_asm.h /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/byteorder.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/cpu.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/endian_little.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/parse.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b084/_pkg_.a # internal cp $WORK/b084/_pkg_.a /builddir/.cache/go-build/37/37213ddead02a62b21811ba52f448bffe7eb8aaf22ebe41ff333142a6dd91bb0-d # internal cd /usr/lib/golang/src/crypto/internal/nistec /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/nistec -trimpath "$WORK/b088=>" -I $WORK/b088/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b088/p256_asm_amd64.o ./p256_asm_amd64.s cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_amd64/asm -p os/signal -trimpath "$WORK/b201=>" -I $WORK/b201/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b201/sig.o ./sig.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b201/_pkg_.a $WORK/b201/sig.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b201/_pkg_.a # internal cp $WORK/b201/_pkg_.a /builddir/.cache/go-build/8a/8a2930e40ead9a09a3077fd8ae388a6233762d0ae0398e5224fc66c0eb62a66a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b189/_pkg_.a # internal cp $WORK/b189/_pkg_.a /builddir/.cache/go-build/85/8567ba0a49157a16659c7109974331e3a7f6f481c0d165ea72a4eaf6298d52cf-d # internal cd /usr/lib/golang/src/crypto/internal/nistec /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b088/_pkg_.a $WORK/b088/p256_asm_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b088/_pkg_.a # internal cp $WORK/b088/_pkg_.a /builddir/.cache/go-build/93/9388bb71dec05c39f2bc8cd4b29918e22b4437b1298a70688c97ef995ec5f30a-d # internal crypto/ecdh mkdir -p $WORK/b086/ cat >/tmp/go-build3413775437/b086/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build3413775437/b075/_pkg_.a packagefile crypto/internal/edwards25519/field=/tmp/go-build3413775437/b087/_pkg_.a packagefile crypto/internal/nistec=/tmp/go-build3413775437/b088/_pkg_.a packagefile crypto/internal/randutil=/tmp/go-build3413775437/b081/_pkg_.a packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b086/_pkg_.a -trimpath "$WORK/b086=>" -p crypto/ecdh -std -complete -installsuffix shared -buildid EfMP2gcX7MAdjRDdXIs5/EfMP2gcX7MAdjRDdXIs5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /usr/lib/golang/src/crypto/ecdh/ecdh.go /usr/lib/golang/src/crypto/ecdh/nist.go /usr/lib/golang/src/crypto/ecdh/x25519.go cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 -trimpath "$WORK/b471=>" -I $WORK/b471/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b471/reflect2_amd64.o ./reflect2_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b119/_pkg_.a # internal cd /usr/lib/golang/src/vendor/golang.org/x/sys/cpu /usr/lib/golang/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "$WORK/b124=>" -I $WORK/b124/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b124/cpu_x86.o ./cpu_x86.s cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 -trimpath "$WORK/b471=>" -I $WORK/b471/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b471/relfect2_mips64x.o ./relfect2_mips64x.s cp $WORK/b119/_pkg_.a /builddir/.cache/go-build/66/66246948609c97b699051cfa7962de5d9719f603007cc496e2e318d83f3eb634-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults mkdir -p $WORK/b240/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/homedir mkdir -p $WORK/b668/ os/exec cat >/tmp/go-build3413775437/b240/importcfg << 'EOF' # internal # import config packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a EOF mkdir -p $WORK/b266/ cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b240/_pkg_.a -trimpath "$WORK/b240=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults -complete -installsuffix shared -buildid cwrCaTD-murxSiGcEBDo/cwrCaTD-murxSiGcEBDo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/ecs_container.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config.go cat >/tmp/go-build3413775437/b668/importcfg << 'EOF' # internal # import config packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b668/_pkg_.a -trimpath "$WORK/b668=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/homedir -complete -installsuffix shared -buildid zH4ZrC9Q1yMv6DkmKxkh/zH4ZrC9Q1yMv6DkmKxkh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b668/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/homedir/homedir.go cat >/tmp/go-build3413775437/b266/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/godebug=/tmp/go-build3413775437/b064/_pkg_.a packagefile internal/syscall/execenv=/tmp/go-build3413775437/b041/_pkg_.a packagefile internal/syscall/unix=/tmp/go-build3413775437/b039/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/fs=/tmp/go-build3413775437/b043/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b266/_pkg_.a -trimpath "$WORK/b266=>" -p os/exec -std -complete -installsuffix shared -buildid DZDl-mV8CQ2cbQTJnc1t/DZDl-mV8CQ2cbQTJnc1t -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /usr/lib/golang/src/os/exec/exec.go /usr/lib/golang/src/os/exec/exec_unix.go /usr/lib/golang/src/os/exec/lp_unix.go cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 -trimpath "$WORK/b471=>" -I $WORK/b471/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b471/relfect2_mipsx.o ./relfect2_mipsx.s cd /usr/lib/golang/src/vendor/golang.org/x/sys/cpu /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b124/_pkg_.a $WORK/b124/cpu_x86.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b124/_pkg_.a # internal cp $WORK/b124/_pkg_.a /builddir/.cache/go-build/e2/e2540caf7a3f94201249b48dc126e7e2a3bb2589bbb7480c9e4c204b0343ce3c-d # internal vendor/golang.org/x/crypto/chacha20poly1305 mkdir -p $WORK/b120/ cat >/tmp/go-build3413775437/b120/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305 /usr/lib/golang/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "$WORK/b120=>" -I $WORK/b120/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b120/symabis ./chacha20poly1305_amd64.s cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 -trimpath "$WORK/b471=>" -I $WORK/b471/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b471/relfect2_ppc64x.o ./relfect2_ppc64x.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b471/_pkg_.a $WORK/b471/reflect2_amd64.o $WORK/b471/relfect2_mips64x.o $WORK/b471/relfect2_mipsx.o $WORK/b471/relfect2_ppc64x.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b471/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b240/_pkg_.a # internal cp $WORK/b240/_pkg_.a /builddir/.cache/go-build/20/208fd8966159a20d1a884bcb6c314dc26d32d6542ec5dcf3d39887a6dc1cee07-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b668/_pkg_.a # internal cp $WORK/b668/_pkg_.a /builddir/.cache/go-build/44/4490476f421764d5eb436145ce450f1cd92723481629494e79b6398aae3e34a7-d # internal cp $WORK/b471/_pkg_.a /builddir/.cache/go-build/c6/c643acbb2929513030b489a0085365c63af8788e35c27661307f956320a524cf-d # internal cat >/tmp/go-build3413775437/b120/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20 importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305 importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu packagefile crypto/cipher=/tmp/go-build3413775437/b077/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3413775437/b121/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3413775437/b122/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3413775437/b123/_pkg_.a packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build3413775437/b124/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b120/_pkg_.a -trimpath "$WORK/b120=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -std -installsuffix shared -buildid hqGfjqdUv2-9weBS5KTG/hqGfjqdUv2-9weBS5KTG -goversion go1.21.7 -symabis $WORK/b120/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack -asmhdr $WORK/b120/go_asm.h /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b086/_pkg_.a # internal cp $WORK/b086/_pkg_.a /builddir/.cache/go-build/82/82ac9b3b9891183225fa03d60434c4d5e0ed41090e15488efb51adb63e42de1d-d # internal cd /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305 /usr/lib/golang/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "$WORK/b120=>" -I $WORK/b120/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b120/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b266/_pkg_.a # internal cp $WORK/b266/_pkg_.a /builddir/.cache/go-build/9e/9e81cedc5a94f82b8a676a3184b0d109305c07c42bd52873f720304a042626f4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b120/_pkg_.a $WORK/b120/chacha20poly1305_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b120/_pkg_.a # internal cp $WORK/b120/_pkg_.a /builddir/.cache/go-build/37/37eb2ab037af72f4cee562a4baa400539253ec117380e775d9c8444efefe4d50-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b027/_pkg_.a # internal cp $WORK/b027/_pkg_.a /builddir/.cache/go-build/ec/ec2cb3785d45a6f064c5b1d703329b8e689ccbdea2987afe539d81e4d11c9d86-d # internal github.com/prometheus/prometheus/vendor/github.com/alecthomas/units mkdir -p $WORK/b045/ encoding/hex mkdir -p $WORK/b110/ github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt cat >/tmp/go-build3413775437/b045/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF log net/url compress/flate mkdir -p $WORK/b070/ mime cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "$WORK/b045=>" -p github.com/prometheus/prometheus/vendor/github.com/alecthomas/units -complete -installsuffix shared -buildid TEnlgargpRpjoPZU3Msm/TEnlgargpRpjoPZU3Msm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/units/bytes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/units/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/units/si.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/units/util.go vendor/golang.org/x/net/http2/hpack cat >/tmp/go-build3413775437/b110/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF mkdir -p $WORK/b136/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b110/_pkg_.a -trimpath "$WORK/b110=>" -p encoding/hex -std -complete -installsuffix shared -buildid O7YCl9bVaxyElPYLgHg0/O7YCl9bVaxyElPYLgHg0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /usr/lib/golang/src/encoding/hex/hex.go encoding/json mkdir -p $WORK/b050/ cat >/tmp/go-build3413775437/b070/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "$WORK/b070=>" -p compress/flate -std -complete -installsuffix shared -buildid Gzx-PSQGgKMxHS-wFyfw/Gzx-PSQGgKMxHS-wFyfw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /usr/lib/golang/src/compress/flate/deflate.go /usr/lib/golang/src/compress/flate/deflatefast.go /usr/lib/golang/src/compress/flate/dict_decoder.go /usr/lib/golang/src/compress/flate/huffman_bit_writer.go /usr/lib/golang/src/compress/flate/huffman_code.go /usr/lib/golang/src/compress/flate/inflate.go /usr/lib/golang/src/compress/flate/token.go mime/quotedprintable mkdir -p $WORK/b138/ cat >/tmp/go-build3413775437/b136/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF math/big vendor/golang.org/x/text/unicode/norm mkdir -p $WORK/b082/ cat >/tmp/go-build3413775437/b050/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf16=/tmp/go-build3413775437/b053/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b136/_pkg_.a -trimpath "$WORK/b136=>" -p mime -std -complete -installsuffix shared -buildid IRboIaNKOXZd7adbOHrP/IRboIaNKOXZd7adbOHrP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /usr/lib/golang/src/mime/encodedword.go /usr/lib/golang/src/mime/grammar.go /usr/lib/golang/src/mime/mediatype.go /usr/lib/golang/src/mime/type.go /usr/lib/golang/src/mime/type_unix.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "$WORK/b050=>" -p encoding/json -std -complete -installsuffix shared -buildid BfjNNMzwcmeS7Y3rPZIi/BfjNNMzwcmeS7Y3rPZIi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /usr/lib/golang/src/encoding/json/decode.go /usr/lib/golang/src/encoding/json/encode.go /usr/lib/golang/src/encoding/json/fold.go /usr/lib/golang/src/encoding/json/indent.go /usr/lib/golang/src/encoding/json/scanner.go /usr/lib/golang/src/encoding/json/stream.go /usr/lib/golang/src/encoding/json/tables.go /usr/lib/golang/src/encoding/json/tags.go cat >/tmp/go-build3413775437/b138/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a EOF net/http/internal mkdir -p $WORK/b140/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b138/_pkg_.a -trimpath "$WORK/b138=>" -p mime/quotedprintable -std -complete -installsuffix shared -buildid kCUyWlTkSRhwIe9bToSN/kCUyWlTkSRhwIe9bToSN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /usr/lib/golang/src/mime/quotedprintable/reader.go /usr/lib/golang/src/mime/quotedprintable/writer.go cat >/tmp/go-build3413775437/b082/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_amd64/asm -p math/big -trimpath "$WORK/b082=>" -I $WORK/b082/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b082/symabis ./arith_amd64.s github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors mkdir -p $WORK/b147/ cat >/tmp/go-build3413775437/b140/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b140/_pkg_.a -trimpath "$WORK/b140=>" -p net/http/internal -std -complete -installsuffix shared -buildid b1HjmsSoxpOTDjg-Xqg9/b1HjmsSoxpOTDjg-Xqg9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /usr/lib/golang/src/net/http/internal/chunked.go go/token mkdir -p $WORK/b156/ github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/version mkdir -p $WORK/b173/ cat >/tmp/go-build3413775437/b147/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/detrand=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand=/tmp/go-build3413775437/b148/_pkg_.a EOF mkdir -p $WORK/b054/ cat >/tmp/go-build3413775437/b156/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b147/_pkg_.a -trimpath "$WORK/b147=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors -complete -installsuffix shared -buildid tzA5-gWqfeW_UbQJmrNJ/tzA5-gWqfeW_UbQJmrNJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors/is_go113.go mkdir -p $WORK/b056/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b156/_pkg_.a -trimpath "$WORK/b156=>" -p go/token -std -complete -installsuffix shared -buildid PX1cXNFAq2nZB2kjay8L/PX1cXNFAq2nZB2kjay8L -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /usr/lib/golang/src/go/token/position.go /usr/lib/golang/src/go/token/serialize.go /usr/lib/golang/src/go/token/token.go mkdir -p $WORK/b118/ mkdir -p $WORK/b135/ cat >/tmp/go-build3413775437/b173/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF runtime/debug mkdir -p $WORK/b192/ github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/fs mkdir -p $WORK/b188/ cat >/tmp/go-build3413775437/b188/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b188/_pkg_.a -trimpath "$WORK/b188=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/fs -complete -installsuffix shared -buildid B1Qjmq4YwU1JEVVsJnpm/B1Qjmq4YwU1JEVVsJnpm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/fs/fs.go github.com/prometheus/prometheus/vendor/github.com/pkg/errors mkdir -p $WORK/b204/ cat >/tmp/go-build3413775437/b135/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b135/_pkg_.a -trimpath "$WORK/b135=>" -p vendor/golang.org/x/net/http2/hpack -std -complete -installsuffix shared -buildid Bv8rVY_P5ZJyevd9UP_b/Bv8rVY_P5ZJyevd9UP_b -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack/encode.go /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack/hpack.go /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack/huffman.go /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack/static_table.go /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack/tables.go cat >/tmp/go-build3413775437/b204/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b204/_pkg_.a -trimpath "$WORK/b204=>" -p github.com/prometheus/prometheus/vendor/github.com/pkg/errors -complete -installsuffix shared -buildid 7bgAMKwwgDh2rc2M-711/7bgAMKwwgDh2rc2M-711 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/pkg/errors/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/pkg/errors/go113.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/pkg/errors/stack.go github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 mkdir -p $WORK/b230/ cat >/tmp/go-build3413775437/b230/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b230/_pkg_.a -trimpath "$WORK/b230=>" -p github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 -complete -installsuffix shared -buildid 4YO3ABhknewsqLfAJ1MD/4YO3ABhknewsqLfAJ1MD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/apic.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/emitterc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/parserc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/readerc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/resolve.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/scannerc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/sorter.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/writerc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/yaml.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/yamlh.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/yamlprivateh.go go/doc/comment mkdir -p $WORK/b213/ mkdir -p $WORK/b132/ cat >/tmp/go-build3413775437/b132/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile vendor/golang.org/x/text/transform=/tmp/go-build3413775437/b130/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF text/template/parse mkdir -p $WORK/b198/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b132/_pkg_.a -trimpath "$WORK/b132=>" -p vendor/golang.org/x/text/unicode/norm -std -complete -installsuffix shared -buildid GPA2UxfKx8fdWMG4kRHP/GPA2UxfKx8fdWMG4kRHP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/composition.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/input.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/iter.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/normalize.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/transform.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/trie.go github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack mkdir -p $WORK/b225/ github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm mkdir -p $WORK/b224/ cat >/tmp/go-build3413775437/b198/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF cat >/tmp/go-build3413775437/b225/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF cat >/tmp/go-build3413775437/b213/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b198/_pkg_.a -trimpath "$WORK/b198=>" -p text/template/parse -std -complete -installsuffix shared -buildid VKt2i4jZfFw2lsCcpv7s/VKt2i4jZfFw2lsCcpv7s -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /usr/lib/golang/src/text/template/parse/lex.go /usr/lib/golang/src/text/template/parse/node.go /usr/lib/golang/src/text/template/parse/parse.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b213/_pkg_.a -trimpath "$WORK/b213=>" -p go/doc/comment -std -complete -installsuffix shared -buildid lFQ5dYIsHK5aCAMLzgr8/lFQ5dYIsHK5aCAMLzgr8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /usr/lib/golang/src/go/doc/comment/doc.go /usr/lib/golang/src/go/doc/comment/html.go /usr/lib/golang/src/go/doc/comment/markdown.go /usr/lib/golang/src/go/doc/comment/parse.go /usr/lib/golang/src/go/doc/comment/print.go /usr/lib/golang/src/go/doc/comment/std.go /usr/lib/golang/src/go/doc/comment/text.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b225/_pkg_.a -trimpath "$WORK/b225=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack -complete -installsuffix shared -buildid MoDypSeskvd9cGFCInTI/MoDypSeskvd9cGFCInTI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack/hpack.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack/huffman.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack/tables.go cat >/tmp/go-build3413775437/b224/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=github.com/prometheus/prometheus/vendor/golang.org/x/text/transform packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/transform=/tmp/go-build3413775437/b222/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b224/_pkg_.a -trimpath "$WORK/b224=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm -complete -installsuffix shared -buildid 1-d9nF8LhBJSEU3ubutC/1-d9nF8LhBJSEU3ubutC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/composition.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/forminfo.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/input.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/iter.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/normalize.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/readwriter.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/tables13.0.0.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/transform.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/trie.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b173/_pkg_.a -trimpath "$WORK/b173=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/version -complete -installsuffix shared -buildid 0j4-TzMR0rDVmIjuXdn5/0j4-TzMR0rDVmIjuXdn5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/version/version.go cat >/tmp/go-build3413775437/b118/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cat >/tmp/go-build3413775437/b082/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile internal/cpu=/tmp/go-build3413775437/b011/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b118/_pkg_.a -trimpath "$WORK/b118=>" -p net/url -std -complete -installsuffix shared -buildid GB1HRrmW8_RN9RxAfTn6/GB1HRrmW8_RN9RxAfTn6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /usr/lib/golang/src/net/url/url.go cat >/tmp/go-build3413775437/b054/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf16=/tmp/go-build3413775437/b053/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b082/_pkg_.a -trimpath "$WORK/b082=>" -p math/big -std -installsuffix shared -buildid GS6sImwqtZvvLvRuF8uM/GS6sImwqtZvvLvRuF8uM -goversion go1.21.7 -symabis $WORK/b082/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack -asmhdr $WORK/b082/go_asm.h /usr/lib/golang/src/math/big/accuracy_string.go /usr/lib/golang/src/math/big/arith.go /usr/lib/golang/src/math/big/arith_amd64.go /usr/lib/golang/src/math/big/arith_decl.go /usr/lib/golang/src/math/big/decimal.go /usr/lib/golang/src/math/big/doc.go /usr/lib/golang/src/math/big/float.go /usr/lib/golang/src/math/big/floatconv.go /usr/lib/golang/src/math/big/floatmarsh.go /usr/lib/golang/src/math/big/ftoa.go /usr/lib/golang/src/math/big/int.go /usr/lib/golang/src/math/big/intconv.go /usr/lib/golang/src/math/big/intmarsh.go /usr/lib/golang/src/math/big/nat.go /usr/lib/golang/src/math/big/natconv.go /usr/lib/golang/src/math/big/natdiv.go /usr/lib/golang/src/math/big/prime.go /usr/lib/golang/src/math/big/rat.go /usr/lib/golang/src/math/big/ratconv.go /usr/lib/golang/src/math/big/ratmarsh.go /usr/lib/golang/src/math/big/roundingmode_string.go /usr/lib/golang/src/math/big/sqrt.go github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation mkdir -p $WORK/b304/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "$WORK/b054=>" -p github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt -complete -installsuffix shared -buildid co1e1FZAPejt1R9GHgaN/co1e1FZAPejt1R9GHgaN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt/jsonstring.go cat >/tmp/go-build3413775437/b192/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "$WORK/b192=>" -I $WORK/b192/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b192/symabis ./debug.s cat >/tmp/go-build3413775437/b304/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log mkdir -p $WORK/b203/ github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf mkdir -p $WORK/b327/ cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b304/_pkg_.a -trimpath "$WORK/b304=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation -complete -installsuffix shared -buildid fklJhOkzuC59omTM5bpL/fklJhOkzuC59omTM5bpL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation/validation.go github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse mkdir -p $WORK/b209/ cat >/tmp/go-build3413775437/b203/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b203/_pkg_.a -trimpath "$WORK/b203=>" -p github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log -complete -installsuffix shared -buildid BZbuhivqxL40h6W56CWK/BZbuhivqxL40h6W56CWK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log/field.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log/util.go cat >/tmp/go-build3413775437/b327/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a EOF cat >/tmp/go-build3413775437/b209/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b327/_pkg_.a -trimpath "$WORK/b327=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf -complete -installsuffix shared -buildid f2dfoUK4OkISMseNNg4c/f2dfoUK4OkISMseNNg4c -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/asm.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/constants.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/instructions.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/setter.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/vm.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/vm_instructions.go cat >/tmp/go-build3413775437/b056/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile log/internal=/tmp/go-build3413775437/b057/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b209/_pkg_.a -trimpath "$WORK/b209=>" -p github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse -complete -installsuffix shared -buildid j3AkBnhWo108Hs8ita5_/j3AkBnhWo108Hs8ita5_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse/lex.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse/node.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse/parse.go github.com/prometheus/prometheus/vendor/github.com/oklog/run mkdir -p $WORK/b200/ cat >/tmp/go-build3413775437/b200/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile os/signal=/tmp/go-build3413775437/b201/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b200/_pkg_.a -trimpath "$WORK/b200=>" -p github.com/prometheus/prometheus/vendor/github.com/oklog/run -complete -installsuffix shared -buildid meyo7m1zRhiLsxWv8tMq/meyo7m1zRhiLsxWv8tMq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/oklog/run/actors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/oklog/run/group.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "$WORK/b056=>" -p log -std -complete -installsuffix shared -buildid Mr7K3F1WQjuPzfUbtJxc/Mr7K3F1WQjuPzfUbtJxc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /usr/lib/golang/src/log/log.go encoding/xml mkdir -p $WORK/b259/ cat >/tmp/go-build3413775437/b259/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b259/_pkg_.a -trimpath "$WORK/b259=>" -p encoding/xml -std -complete -installsuffix shared -buildid NGGG2vnH2aAEbdmexfxm/NGGG2vnH2aAEbdmexfxm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /usr/lib/golang/src/encoding/xml/marshal.go /usr/lib/golang/src/encoding/xml/read.go /usr/lib/golang/src/encoding/xml/typeinfo.go /usr/lib/golang/src/encoding/xml/xml.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b173/_pkg_.a # internal cp $WORK/b173/_pkg_.a /builddir/.cache/go-build/d3/d33050fd23fa105a171b8d8d2fa82d34ac5cb20894b23dd67743b807b575bb5e-d # internal os/user mkdir -p $WORK/b341/ cd /usr/lib/golang/src/os/user TERM='dumb' CGO_LDFLAGS='"-O2" "-g"' /usr/lib/golang/pkg/tool/linux_amd64/cgo -objdir $WORK/b341/ -importpath os/user -- -I $WORK/b341/ -O2 -g -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b147/_pkg_.a # internal cp $WORK/b147/_pkg_.a /builddir/.cache/go-build/4d/4d379ebe037614519cf0ebb450cf6b4dd70e24dbc498b7940f170556e0e5f19f-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire mkdir -p $WORK/b146/ cat >/tmp/go-build3413775437/b146/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build3413775437/b147/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "$WORK/b146=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire -complete -installsuffix shared -buildid LXC5G02UHeykM6hcNJ63/LXC5G02UHeykM6hcNJ63 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire/wire.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b140/_pkg_.a # internal cp $WORK/b140/_pkg_.a /builddir/.cache/go-build/69/6934fdc898fa6625edfe464ba10aeedaa37c5d0d67c8f2295307a093b0e463b1-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes mkdir -p $WORK/b354/ cat >/tmp/go-build3413775437/b354/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b354/_pkg_.a -trimpath "$WORK/b354=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes -complete -installsuffix shared -buildid ViTTEM8o6huzfF-w_IUO/ViTTEM8o6huzfF-w_IUO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes/code_string.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes/codes.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b188/_pkg_.a # internal cp $WORK/b188/_pkg_.a /builddir/.cache/go-build/5b/5b331f9e1e812c06504c43c0ccb602ca130958d8a1c4bee1f018bfd6d5df87f6-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog mkdir -p $WORK/b363/ cat >/tmp/go-build3413775437/b363/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b363/_pkg_.a -trimpath "$WORK/b363=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog -complete -installsuffix shared -buildid faDDQqJDkDdjnC03PLfW/faDDQqJDkDdjnC03PLfW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog/grpclog.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog/prefixLogger.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b110/_pkg_.a # internal cp $WORK/b110/_pkg_.a /builddir/.cache/go-build/e4/e4fa2822aedccbd0cd20b47988be1cc8b0eed2f50cdac49b4d4d3ec9bc4d4266-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr mkdir -p $WORK/b237/ cat >/tmp/go-build3413775437/b237/importcfg << 'EOF' # internal # import config packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b237/_pkg_.a -trimpath "$WORK/b237=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr -complete -installsuffix shared -buildid 6pwcDQJZdn1nIjxT7GPL/6pwcDQJZdn1nIjxT7GPL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b045/_pkg_.a # internal cat >/tmp/go-build3413775437/b192/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b192/_pkg_.a -trimpath "$WORK/b192=>" -p runtime/debug -std -installsuffix shared -buildid cHLLPo9MzY0PFI-Jd_ht/cHLLPo9MzY0PFI-Jd_ht -goversion go1.21.7 -symabis $WORK/b192/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack -asmhdr $WORK/b192/go_asm.h /usr/lib/golang/src/runtime/debug/garbage.go /usr/lib/golang/src/runtime/debug/mod.go /usr/lib/golang/src/runtime/debug/stack.go /usr/lib/golang/src/runtime/debug/stubs.go cp $WORK/b045/_pkg_.a /builddir/.cache/go-build/b0/b09a9faa073503deb137b10ae40eecd29380eea15c0b94b8ea4bf8cc1b56a2b5-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes mkdir -p $WORK/b365/ cat >/tmp/go-build3413775437/b365/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b365/_pkg_.a -trimpath "$WORK/b365=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes -complete -installsuffix shared -buildid 10n4zta6IYTCcErD8W0R/10n4zta6IYTCcErD8W0R -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes/attributes.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b200/_pkg_.a # internal cp $WORK/b200/_pkg_.a /builddir/.cache/go-build/d3/d352b16153e2c22ca98d49bd132c5251dda457d647e1f5c991e32a7b0f62feaf-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata mkdir -p $WORK/b370/ cat >/tmp/go-build3413775437/b370/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b370/_pkg_.a -trimpath "$WORK/b370=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata -complete -installsuffix shared -buildid d6uBmO68zHnP0EuA0YVO/d6uBmO68zHnP0EuA0YVO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata/metadata.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b138/_pkg_.a # internal cp $WORK/b138/_pkg_.a /builddir/.cache/go-build/24/247734e296c7b3fe9b1fc14c9143fea088d59562b156f5834fa4278ac9c500f6-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/internal mkdir -p $WORK/b408/ cat >/tmp/go-build3413775437/b408/importcfg << 'EOF' # internal # import config importmap go.opencensus.io=github.com/prometheus/prometheus/vendor/go.opencensus.io packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io=/tmp/go-build3413775437/b409/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b408/_pkg_.a -trimpath "$WORK/b408=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/internal -complete -installsuffix shared -buildid pgKfTiadx9iJ_6RjxW9-/pgKfTiadx9iJ_6RjxW9- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/internal.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/sanitize.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/traceinternals.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b156/_pkg_.a # internal cp $WORK/b156/_pkg_.a /builddir/.cache/go-build/f2/f295314ce0d62beab5b0aac4834189f8d2cf594ee947e9ba40935df807af81fe-d # internal go/scanner mkdir -p $WORK/b212/ cat >/tmp/go-build3413775437/b212/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile go/token=/tmp/go-build3413775437/b156/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b212/_pkg_.a -trimpath "$WORK/b212=>" -p go/scanner -std -complete -installsuffix shared -buildid ramYzlYTTdb0FNaHQBBF/ramYzlYTTdb0FNaHQBBF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /usr/lib/golang/src/go/scanner/errors.go /usr/lib/golang/src/go/scanner/scanner.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b146/_pkg_.a # internal cp $WORK/b146/_pkg_.a /builddir/.cache/go-build/e5/e553c45c85164e98cd1f4c274daa4fa052e7e175d3f7b368aac5315892ce8428-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect mkdir -p $WORK/b151/ cat >/tmp/go-build3413775437/b151/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build3413775437/b146/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build3413775437/b152/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b151/_pkg_.a -trimpath "$WORK/b151=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect -complete -installsuffix shared -buildid acXJTK-fpORnrBGW4-lk/acXJTK-fpORnrBGW4-lk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/methods.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/proto.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/source.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/source_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/type.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/value.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/value_union.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b204/_pkg_.a # internal cp $WORK/b204/_pkg_.a /builddir/.cache/go-build/ad/ad11168a1c7bc5cee93efe76cb32dc740fe86cdab51fcfe6410e6b89ce2a93f2-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/tracestate mkdir -p $WORK/b411/ cat >/tmp/go-build3413775437/b411/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b411/_pkg_.a -trimpath "$WORK/b411=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/tracestate -complete -installsuffix shared -buildid stwOqyVWeRwZBgau1Ohh/stwOqyVWeRwZBgau1Ohh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/tracestate/tracestate.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b203/_pkg_.a # internal cp $WORK/b203/_pkg_.a /builddir/.cache/go-build/ae/aec80caa97e5c0c9c4eb43a7bc5bc8f7d699eaa5a44206cdf75ef1d0432ce204-d # internal runtime/trace mkdir -p $WORK/b412/ cat >/tmp/go-build3413775437/b412/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b412/_pkg_.a -trimpath "$WORK/b412=>" -p runtime/trace -std -installsuffix shared -buildid jxNGeCo5r3qs6fF4mTMg/jxNGeCo5r3qs6fF4mTMg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /usr/lib/golang/src/runtime/trace/annotation.go /usr/lib/golang/src/runtime/trace/trace.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b365/_pkg_.a # internal cp $WORK/b365/_pkg_.a /builddir/.cache/go-build/15/1542f1f156f38f7ea3283b60fb54e63b6fc8b8829f735f147f1e78a81161ed37-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/resource mkdir -p $WORK/b416/ cat >/tmp/go-build3413775437/b416/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b416/_pkg_.a -trimpath "$WORK/b416=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/resource -complete -installsuffix shared -buildid StqrkliP4QRfO8lkfwpW/StqrkliP4QRfO8lkfwpW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/resource/resource.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b363/_pkg_.a # internal cp $WORK/b363/_pkg_.a /builddir/.cache/go-build/3a/3a9bee526ad656cbce759cbc98d8ee11ea33f108fa44387f2f27da87b6761c00-d # internal flag mkdir -p $WORK/b433/ cat >/tmp/go-build3413775437/b433/importcfg << 'EOF' # internal # import config packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b433/_pkg_.a -trimpath "$WORK/b433=>" -p flag -std -complete -installsuffix shared -buildid NuD--YIxvJQPuiLJidIB/NuD--YIxvJQPuiLJidIB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /usr/lib/golang/src/flag/flag.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b056/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b354/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b304/_pkg_.a # internal cp $WORK/b354/_pkg_.a /builddir/.cache/go-build/fa/faf3a1814656e920e835faf4310da09d03362ef587684d7b3bc724870100e891-d # internal github.com/prometheus/prometheus/vendor/github.com/google/gofuzz mkdir -p $WORK/b443/ cat >/tmp/go-build3413775437/b443/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b443/_pkg_.a -trimpath "$WORK/b443=>" -p github.com/prometheus/prometheus/vendor/github.com/google/gofuzz -complete -installsuffix shared -buildid DWrPoA7f20ft-ookqpwK/DWrPoA7f20ft-ookqpwK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/gofuzz/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/gofuzz/fuzz.go cp $WORK/b056/_pkg_.a /builddir/.cache/go-build/ea/ea85746754b02cd56efacfe12a2ad78fc29f36638a2db74e04f49d04085f8ffa-d # internal vendor/golang.org/x/text/unicode/bidi mkdir -p $WORK/b131/ cp $WORK/b304/_pkg_.a /builddir/.cache/go-build/73/732da57ad3f299fb3e262941a9b2c9ffa4de111b3391457479d2d343d3f57ad5-d # internal cat >/tmp/go-build3413775437/b131/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile container/list=/tmp/go-build3413775437/b073/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b131/_pkg_.a -trimpath "$WORK/b131=>" -p vendor/golang.org/x/text/unicode/bidi -std -complete -installsuffix shared -buildid Wo6Z5GGcqLcchVXEt3BU/Wo6Z5GGcqLcchVXEt3BU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi/core.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi/prop.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi/trieval.go github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/timeseries mkdir -p $WORK/b194/ cat >/tmp/go-build3413775437/b194/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b194/_pkg_.a -trimpath "$WORK/b194=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/timeseries -complete -installsuffix shared -buildid ozPvk73nNor-uBHpd_Xz/ozPvk73nNor-uBHpd_Xz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/timeseries/timeseries.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b054/_pkg_.a # internal cp $WORK/b054/_pkg_.a /builddir/.cache/go-build/c9/c9c6d89096badceb14b3545a4cf3d25f1c2bc8fe25e512dbec5a4b745ed08ef4-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi mkdir -p $WORK/b223/ cat >/tmp/go-build3413775437/b223/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile container/list=/tmp/go-build3413775437/b073/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b223/_pkg_.a -trimpath "$WORK/b223=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi -complete -installsuffix shared -buildid YzMsemOFPv1F96ZMF3h4/YzMsemOFPv1F96ZMF3h4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi/bidi.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi/bracket.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi/core.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi/prop.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi/trieval.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b370/_pkg_.a # internal cp $WORK/b370/_pkg_.a /builddir/.cache/go-build/c7/c711a9950e663f04fc074996bd72758ca05e2ca3366bc33feb3b4675ab648676-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog mkdir -p $WORK/b362/ cat >/tmp/go-build3413775437/b362/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/internal/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog=/tmp/go-build3413775437/b363/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b362/_pkg_.a -trimpath "$WORK/b362=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog -complete -installsuffix shared -buildid aownL2mbmoVpg72nToQE/aownL2mbmoVpg72nToQE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog/component.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog/grpclog.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog/loggerv2.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b408/_pkg_.a # internal cp $WORK/b408/_pkg_.a /builddir/.cache/go-build/4f/4fadd85de6807dde1a8231be0d5868bca37df8c3fcae944b07e762e6902e6a1b-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/balancerload mkdir -p $WORK/b377/ cat >/tmp/go-build3413775437/b377/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build3413775437/b370/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b377/_pkg_.a -trimpath "$WORK/b377=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/balancerload -complete -installsuffix shared -buildid M8vjr2_U_NNyLnQXYptc/M8vjr2_U_NNyLnQXYptc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/balancerload/load.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b118/_pkg_.a # internal cp $WORK/b118/_pkg_.a /builddir/.cache/go-build/f0/f0b458ebeffd9d47a409d1ef9b13fd499166466912f4e769a93c2a22854a5705-d # internal github.com/prometheus/prometheus/util/strutil mkdir -p $WORK/b289/ cat >/tmp/go-build3413775437/b289/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b289/_pkg_.a -trimpath "$WORK/b289=>" -p github.com/prometheus/prometheus/util/strutil -complete -installsuffix shared -buildid GglaYCkPDx7ji6A-mPVL/GglaYCkPDx7ji6A-mPVL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/strutil/quote.go ./_build/src/github.com/prometheus/prometheus/util/strutil/strconv.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b136/_pkg_.a # internal cp $WORK/b136/_pkg_.a /builddir/.cache/go-build/ab/abd3ec2cca5df636d630c38110d8a7ffd6119f1b3e4d9ce96063f8892dfecd1a-d # internal github.com/prometheus/prometheus/vendor/github.com/google/go-querystring/query mkdir -p $WORK/b322/ cat >/tmp/go-build3413775437/b322/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b322/_pkg_.a -trimpath "$WORK/b322=>" -p github.com/prometheus/prometheus/vendor/github.com/google/go-querystring/query -complete -installsuffix shared -buildid G9TXniroEBmZ4HBSAW-Y/G9TXniroEBmZ4HBSAW-Y -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-querystring/query/encode.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b135/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b237/_pkg_.a # internal cp $WORK/b237/_pkg_.a /builddir/.cache/go-build/06/06c9edd8d7fc8eb9729bcd349647580a02e03b096f469269a2ef9744a15c417b-d # internal cp $WORK/b135/_pkg_.a /builddir/.cache/go-build/8a/8a66c1c057d196fe8f3b49287112e46fdb4fc6e8fd4e442461c2a2c3b429b358-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect mkdir -p $WORK/b445/ cat >/tmp/go-build3413775437/b445/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b445/_pkg_.a -trimpath "$WORK/b445=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect -complete -installsuffix shared -buildid LCKavJChVDWk21oW479T/LCKavJChVDWk21oW479T -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini mkdir -p $WORK/b239/ cat >/tmp/go-build3413775437/b239/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b239/_pkg_.a -trimpath "$WORK/b239=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini -complete -installsuffix shared -buildid _8tD9Qy34bX6SkLEvE_q/_8tD9Qy34bX6SkLEvE_q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/ast.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/comma_token.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/comment_token.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/empty_token.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/expression.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/ini.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/ini_lexer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/ini_parser.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/literal_tokens.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/newline_token.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/number_helper.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/op_tokens.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/parse_error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/parse_stack.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/sep_tokens.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/skipper.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/statement.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/value_util.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/visitor.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/walker.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/ws_token.go cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "$WORK/b192=>" -I $WORK/b192/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b192/debug.o ./debug.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b412/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b377/_pkg_.a # internal cp $WORK/b377/_pkg_.a /builddir/.cache/go-build/62/62fa01ec5acfcda4acda3dbb6b2a2b6e98717b23358f248cc3a3166ac9d846bb-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields mkdir -p $WORK/b446/ cat >/tmp/go-build3413775437/b446/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/selection=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection=/tmp/go-build3413775437/b447/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b446/_pkg_.a -trimpath "$WORK/b446=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields -complete -installsuffix shared -buildid POo1txBiarKjKV0mXGa-/POo1txBiarKjKV0mXGa- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields/fields.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields/requirements.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields/selector.go cp $WORK/b412/_pkg_.a /builddir/.cache/go-build/aa/aa3d5e0dafb42ec98e77e7c9af1ed8b6a6a4fef0c2476f1b3295bde8cefccdd3-d # internal github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value mkdir -p $WORK/b453/ cat >/tmp/go-build3413775437/b453/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b453/_pkg_.a -trimpath "$WORK/b453=>" -p github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value -complete -installsuffix shared -buildid 8zNzV7Tud6N_Pn2kicil/8zNzV7Tud6N_Pn2kicil -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value/name.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value/pointer_unsafe.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value/sort.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value/zero.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b416/_pkg_.a # internal cp $WORK/b416/_pkg_.a /builddir/.cache/go-build/ed/eda4b7266b9db74a685576a09a16bcac4c1c904a1a447805c4c18a19c6f0f9be-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b327/_pkg_.a # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata mkdir -p $WORK/b415/ cat >/tmp/go-build3413775437/b415/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/resource=github.com/prometheus/prometheus/vendor/go.opencensus.io/resource packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/resource=/tmp/go-build3413775437/b416/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b415/_pkg_.a -trimpath "$WORK/b415=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata -complete -installsuffix shared -buildid p2wh46zmrW616joVcaPn/p2wh46zmrW616joVcaPn -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/exemplar.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/label.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/metric.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/point.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/type_string.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/unit.go cp $WORK/b327/_pkg_.a /builddir/.cache/go-build/9f/9fbc3a6e5d9ad94366a49ca126563aaab3cbef98f8146d32adcbdae037330d94-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors mkdir -p $WORK/b457/ cat >/tmp/go-build3413775437/b457/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3413775437/b454/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b457/_pkg_.a -trimpath "$WORK/b457=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors -complete -installsuffix shared -buildid HoQ2K0AbOtFriHrmm1OP/HoQ2K0AbOtFriHrmm1OP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors/errors.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b070/_pkg_.a # internal cp $WORK/b070/_pkg_.a /builddir/.cache/go-build/c8/c89255bcd0792431c49271b85e6b969e06e5177a87baa2352f0e6f76424c737b-d # internal compress/gzip mkdir -p $WORK/b069/ cat >/tmp/go-build3413775437/b069/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile compress/flate=/tmp/go-build3413775437/b070/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile hash/crc32=/tmp/go-build3413775437/b071/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "$WORK/b069=>" -p compress/gzip -std -complete -installsuffix shared -buildid f9Td-j4wfH3xggTt3ad6/f9Td-j4wfH3xggTt3ad6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /usr/lib/golang/src/compress/gzip/gunzip.go /usr/lib/golang/src/compress/gzip/gzip.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b225/_pkg_.a # internal cp $WORK/b225/_pkg_.a /builddir/.cache/go-build/3c/3c3bcfc9ebf83910587e5ddb3efe1178582d7e0dbd923514ef879a1f06e08419-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams mkdir -p $WORK/b463/ cat >/tmp/go-build3413775437/b463/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b463/_pkg_.a -trimpath "$WORK/b463=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams -complete -installsuffix shared -buildid EqLzvr-tUP6Ytp0eUeoq/EqLzvr-tUP6Ytp0eUeoq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams/convert.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams/doc.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b411/_pkg_.a # internal cp $WORK/b411/_pkg_.a /builddir/.cache/go-build/0d/0d0aa5f615d5b59c589b70617eab718698270277f384326d63b646c4e19184f1-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version mkdir -p $WORK/b479/ cat >/tmp/go-build3413775437/b479/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b479/_pkg_.a -trimpath "$WORK/b479=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version -complete -installsuffix shared -buildid v2TA9yaZ6Mw5K64s8KEX/v2TA9yaZ6Mw5K64s8KEX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version/version.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b322/_pkg_.a # internal cp $WORK/b322/_pkg_.a /builddir/.cache/go-build/35/355e722aa4e22aec2b629492b863a49e72cd1bd9ee35b323a935e35461ae9702-d # internal github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 mkdir -p $WORK/b486/ cat >/tmp/go-build3413775437/b486/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b486/_pkg_.a -trimpath "$WORK/b486=>" -p github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 -complete -installsuffix shared -buildid yuCgEJ_EKS92UaXMOg3_/yuCgEJ_EKS92UaXMOg3_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/apic.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/emitterc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/parserc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/readerc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/resolve.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/scannerc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/sorter.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/writerc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/yaml.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/yamlh.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/yamlprivateh.go cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b192/_pkg_.a $WORK/b192/debug.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b192/_pkg_.a # internal cp $WORK/b192/_pkg_.a /builddir/.cache/go-build/66/667a9385849d43dd4066791ab024808b21224d91c422766025d0dc8cd27dbfa4-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming mkdir -p $WORK/b466/ cat >/tmp/go-build3413775437/b466/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile runtime/debug=/tmp/go-build3413775437/b192/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b466/_pkg_.a -trimpath "$WORK/b466=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming -complete -installsuffix shared -buildid ej-2wpH2crFWunTdktoJ/ej-2wpH2crFWunTdktoJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming/from_stack.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b213/_pkg_.a # internal cp $WORK/b213/_pkg_.a /builddir/.cache/go-build/84/84305ecb207b49c1e8f1e9fd232fb67705fe473f2ed17d66aa29b63d4b98bd33-d # internal github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent mkdir -p $WORK/b470/ cat >/tmp/go-build3413775437/b470/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile runtime/debug=/tmp/go-build3413775437/b192/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b470/_pkg_.a -trimpath "$WORK/b470=>" -p github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent -complete -installsuffix shared -buildid a1CqzYEga00aionoXeBW/a1CqzYEga00aionoXeBW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent/executor.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent/go_above_19.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent/log.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent/unbounded_executor.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b289/_pkg_.a # internal cp $WORK/b289/_pkg_.a /builddir/.cache/go-build/8b/8bfa7f1b0d8b5f1bccfbf791b611d4d21db63e4f8af50377ca3113192ab31322-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version mkdir -p $WORK/b542/ cat >/tmp/go-build3413775437/b542/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/version=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version=/tmp/go-build3413775437/b497/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b542/_pkg_.a -trimpath "$WORK/b542=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version -complete -installsuffix shared -buildid YMv83DjniNagIX6RI795/YMv83DjniNagIX6RI795 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version/base.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version/version.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b415/_pkg_.a # internal cp $WORK/b415/_pkg_.a /builddir/.cache/go-build/cb/cbdd8683339bbd8110fb501faf10160274423252d193889bd652b41ba06a72a6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b433/_pkg_.a # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer mkdir -p $WORK/b422/ cat >/tmp/go-build3413775437/b422/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/metric/metricdata=github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata=/tmp/go-build3413775437/b415/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b422/_pkg_.a -trimpath "$WORK/b422=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer -complete -installsuffix shared -buildid rSUQQMdjpnMq5sJ_xn-7/rSUQQMdjpnMq5sJ_xn-7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer/manager.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer/producer.go cp $WORK/b433/_pkg_.a /builddir/.cache/go-build/55/55cf0db4279b47141b773f8f040d4752c658ecec9254b34c2f6bad5d0c4c59dc-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b445/_pkg_.a # internal testing mkdir -p $WORK/b432/ cat >/tmp/go-build3413775437/b432/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile flag=/tmp/go-build3413775437/b433/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile internal/goexperiment=/tmp/go-build3413775437/b014/_pkg_.a packagefile internal/race=/tmp/go-build3413775437/b021/_pkg_.a packagefile internal/sysinfo=/tmp/go-build3413775437/b434/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile runtime/debug=/tmp/go-build3413775437/b192/_pkg_.a packagefile runtime/trace=/tmp/go-build3413775437/b412/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b432/_pkg_.a -trimpath "$WORK/b432=>" -p testing -std -complete -installsuffix shared -buildid X-VVl7JoCH7yUSKb4rq_/X-VVl7JoCH7yUSKb4rq_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /usr/lib/golang/src/testing/allocs.go /usr/lib/golang/src/testing/benchmark.go /usr/lib/golang/src/testing/cover.go /usr/lib/golang/src/testing/example.go /usr/lib/golang/src/testing/fuzz.go /usr/lib/golang/src/testing/match.go /usr/lib/golang/src/testing/newcover.go /usr/lib/golang/src/testing/run_example.go /usr/lib/golang/src/testing/testing.go /usr/lib/golang/src/testing/testing_other.go cp $WORK/b445/_pkg_.a /builddir/.cache/go-build/b5/b5319d7b524a97deed9f65cdfe3be5a1b65c50e9f11c946d8436c78af52f41c5-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion mkdir -p $WORK/b444/ cat >/tmp/go-build3413775437/b444/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/third_party/forked/golang/reflect=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect=/tmp/go-build3413775437/b445/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b444/_pkg_.a -trimpath "$WORK/b444=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion -complete -installsuffix shared -buildid J7ZoGaUnxYzHYeVnfW9o/J7ZoGaUnxYzHYeVnfW9o -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/converter.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/deep_equal.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/helper.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b069/_pkg_.a # internal cp $WORK/b069/_pkg_.a /builddir/.cache/go-build/e0/e0a61ae7dc868fed06c86b4445c72ddd1f0c83cf448128cc9e0d0eecd29adddc-d # internal runtime/pprof mkdir -p $WORK/b419/ cat >/tmp/go-build3413775437/b419/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile internal/abi=/tmp/go-build3413775437/b005/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile text/tabwriter=/tmp/go-build3413775437/b199/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b419/_pkg_.a -trimpath "$WORK/b419=>" -p runtime/pprof -std -installsuffix shared -buildid lnukWXsy5w2pd4QltouI/lnukWXsy5w2pd4QltouI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /usr/lib/golang/src/runtime/pprof/elf.go /usr/lib/golang/src/runtime/pprof/label.go /usr/lib/golang/src/runtime/pprof/map.go /usr/lib/golang/src/runtime/pprof/pe.go /usr/lib/golang/src/runtime/pprof/pprof.go /usr/lib/golang/src/runtime/pprof/pprof_rusage.go /usr/lib/golang/src/runtime/pprof/proto.go /usr/lib/golang/src/runtime/pprof/proto_other.go /usr/lib/golang/src/runtime/pprof/protobuf.go /usr/lib/golang/src/runtime/pprof/protomem.go /usr/lib/golang/src/runtime/pprof/runtime.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b443/_pkg_.a # internal cp $WORK/b443/_pkg_.a /builddir/.cache/go-build/9d/9d96abff69c12749650a6bcb14d46e740170cd85518386fd187743506259ea8b-d # internal github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew mkdir -p $WORK/b544/ cat >/tmp/go-build3413775437/b544/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b463/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b544/_pkg_.a -trimpath "$WORK/b544=>" -p github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew -complete -installsuffix shared -buildid RJjdRKivb_C-rkGh2OOr/RJjdRKivb_C-rkGh2OOr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/bypass.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/common.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/dump.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/format.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/spew.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b194/_pkg_.a # internal cp $WORK/b463/_pkg_.a /builddir/.cache/go-build/ad/ade8a85914060578aed525b0de06e43fa2adb4044f2fc587b965ff6632d577f0-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics mkdir -p $WORK/b551/ cat >/tmp/go-build3413775437/b551/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b551/_pkg_.a -trimpath "$WORK/b551=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics -complete -installsuffix shared -buildid D1X6UIs9VOdb3ZDEcU9x/D1X6UIs9VOdb3ZDEcU9x -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b551/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics/metrics.go cp $WORK/b194/_pkg_.a /builddir/.cache/go-build/f9/f95a7addcb377965265e1f07bf8e39268a8c0709d3fb634a5f5064188d274499-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/time/rate mkdir -p $WORK/b557/ cat >/tmp/go-build3413775437/b557/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b557/_pkg_.a -trimpath "$WORK/b557=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/time/rate -complete -installsuffix shared -buildid 2KDTUJcTz_eaa6TK-LfA/2KDTUJcTz_eaa6TK-LfA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/time/rate/rate.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b466/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b457/_pkg_.a # internal cp $WORK/b466/_pkg_.a /builddir/.cache/go-build/e0/e0843fbb44587f75420fad69e37601e5d58e5a0478bdcadac95e265147fc86ab-d # internal github.com/prometheus/prometheus/vendor/github.com/imdario/mergo mkdir -p $WORK/b662/ cat >/tmp/go-build3413775437/b662/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b662/_pkg_.a -trimpath "$WORK/b662=>" -p github.com/prometheus/prometheus/vendor/github.com/imdario/mergo -complete -installsuffix shared -buildid u9br86EA2CMPvR3JkeY5/u9br86EA2CMPvR3JkeY5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/imdario/mergo/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/imdario/mergo/map.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/imdario/mergo/merge.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/imdario/mergo/mergo.go cp $WORK/b457/_pkg_.a /builddir/.cache/go-build/44/44551293a5347d29ac181cf87a45c2e6cb6251d59eaca26e025f0c0ff64e1843-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field mkdir -p $WORK/b456/ cat >/tmp/go-build3413775437/b456/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3413775437/b457/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3413775437/b454/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b456/_pkg_.a -trimpath "$WORK/b456=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field -complete -installsuffix shared -buildid MY5EpwgLA6GSxcPxdQ47/MY5EpwgLA6GSxcPxdQ47 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field/path.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b542/_pkg_.a # internal cp $WORK/b542/_pkg_.a /builddir/.cache/go-build/4f/4f49362e9fae9dd15afc18e40e1e15832a8c2f6b5c936915ab954c487edecc02-d # internal encoding/csv mkdir -p $WORK/b664/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b362/_pkg_.a # internal cat >/tmp/go-build3413775437/b664/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b664/_pkg_.a -trimpath "$WORK/b664=>" -p encoding/csv -std -complete -installsuffix shared -buildid iBJ3sIXiXCYDGXBH9CL8/iBJ3sIXiXCYDGXBH9CL8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack /usr/lib/golang/src/encoding/csv/reader.go /usr/lib/golang/src/encoding/csv/writer.go cp $WORK/b362/_pkg_.a /builddir/.cache/go-build/89/899f69b76389559f0ffeecb062f5b39da2899683b2074ab211d4be02932e5910-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity mkdir -p $WORK/b361/ cat >/tmp/go-build3413775437/b361/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build3413775437/b362/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b361/_pkg_.a -trimpath "$WORK/b361=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity -complete -installsuffix shared -buildid MYrIV0dOXYzzlgZY1f6u/MYrIV0dOXYzzlgZY1f6u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity/connectivity.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b212/_pkg_.a # internal cp $WORK/b212/_pkg_.a /builddir/.cache/go-build/04/040adf424f566a5177983391b3c312d00e2a1cd1430a6abc4c21bd5bc1860647-d # internal cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix -trimpath "$WORK/b190=>" -I $WORK/b190/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b190/asm_linux_amd64.o ./asm_linux_amd64.s go/ast mkdir -p $WORK/b211/ cat >/tmp/go-build3413775437/b211/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile go/scanner=/tmp/go-build3413775437/b212/_pkg_.a packagefile go/token=/tmp/go-build3413775437/b156/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b211/_pkg_.a -trimpath "$WORK/b211=>" -p go/ast -std -complete -installsuffix shared -buildid nCpdc6lU9p8BNjvJnAzL/nCpdc6lU9p8BNjvJnAzL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /usr/lib/golang/src/go/ast/ast.go /usr/lib/golang/src/go/ast/commentmap.go /usr/lib/golang/src/go/ast/filter.go /usr/lib/golang/src/go/ast/import.go /usr/lib/golang/src/go/ast/print.go /usr/lib/golang/src/go/ast/resolve.go /usr/lib/golang/src/go/ast/scope.go /usr/lib/golang/src/go/ast/walk.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b422/_pkg_.a # internal cp $WORK/b422/_pkg_.a /builddir/.cache/go-build/26/26d4b21a68091e6ea96a0359a4d0505a7f09eb534874f68f704a13782b04f828-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/blkiodev mkdir -p $WORK/b679/ cat >/tmp/go-build3413775437/b679/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b679/_pkg_.a -trimpath "$WORK/b679=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/blkiodev -complete -installsuffix shared -buildid evu4fyXtB_rcKeJW7iJ9/evu4fyXtB_rcKeJW7iJ9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/blkiodev/blkio.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b453/_pkg_.a # internal cp $WORK/b453/_pkg_.a /builddir/.cache/go-build/7f/7f68dba51d4689db1aa0d2d1272d1f0879b71ae5e20c014292878791aaf05b93-d # internal github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp mkdir -p $WORK/b449/ cat >/tmp/go-build3413775437/b449/importcfg << 'EOF' # internal # import config importmap github.com/google/go-cmp/cmp/internal/diff=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff importmap github.com/google/go-cmp/cmp/internal/flags=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags importmap github.com/google/go-cmp/cmp/internal/function=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/function importmap github.com/google/go-cmp/cmp/internal/value=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff=/tmp/go-build3413775437/b450/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build3413775437/b451/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/function=/tmp/go-build3413775437/b452/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value=/tmp/go-build3413775437/b453/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b449/_pkg_.a -trimpath "$WORK/b449=>" -p github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp -complete -installsuffix shared -buildid XQaVQiMZlSlx0Kdj6LHX/XQaVQiMZlSlx0Kdj6LHX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/compare.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/export_unsafe.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/path.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report_compare.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report_references.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report_reflect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report_slices.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report_text.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report_value.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b209/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b446/_pkg_.a # internal cp $WORK/b446/_pkg_.a /builddir/.cache/go-build/84/843faf4cb05209ce0de482c5f6b088f73d45fb7fa8a6abc1c373f6ff1620c2d1-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/go-units mkdir -p $WORK/b683/ cat >/tmp/go-build3413775437/b683/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b683/_pkg_.a -trimpath "$WORK/b683=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/go-units -complete -installsuffix shared -buildid mm0kW5IOniqPkHwcWais/mm0kW5IOniqPkHwcWais -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-units/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-units/size.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-units/ulimit.go cp $WORK/b209/_pkg_.a /builddir/.cache/go-build/17/17da8829eefa33ddac19fe997a3511a46c0365bf1cdcfa9fe283d232748e1d6b-d # internal github.com/prometheus/prometheus/vendor/github.com/alecthomas/template mkdir -p $WORK/b208/ cat >/tmp/go-build3413775437/b208/importcfg << 'EOF' # internal # import config importmap github.com/alecthomas/template/parse=github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse=/tmp/go-build3413775437/b209/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b208/_pkg_.a -trimpath "$WORK/b208=>" -p github.com/prometheus/prometheus/vendor/github.com/alecthomas/template -complete -installsuffix shared -buildid yraQTbiaVt0yXof2qo_O/yraQTbiaVt0yXof2qo_O -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/exec.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/funcs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/helper.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/template.go cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b190/_pkg_.a $WORK/b190/asm_linux_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b190/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b361/_pkg_.a # internal cp $WORK/b361/_pkg_.a /builddir/.cache/go-build/24/24a0ee918c9d4647eb350bff14e022cf8e1166b177100cce65302f73e0600cbb-d # internal github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest mkdir -p $WORK/b689/ cat >/tmp/go-build3413775437/b689/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b689/_pkg_.a -trimpath "$WORK/b689=>" -p github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest -complete -installsuffix shared -buildid XzXnWv_K0wcgeD6RrB1I/XzXnWv_K0wcgeD6RrB1I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest/algorithm.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest/digest.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest/digester.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest/verifiers.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b479/_pkg_.a # internal cp $WORK/b479/_pkg_.a /builddir/.cache/go-build/a1/a165201c6a339bdb940706ebf84df34bce243e8d1e7895fca999f2015db1180d-d # internal github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go mkdir -p $WORK/b690/ cat >/tmp/go-build3413775437/b690/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b690/_pkg_.a -trimpath "$WORK/b690=>" -p github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go -complete -installsuffix shared -buildid ljoeoO_QX2WD4InwIf06/ljoeoO_QX2WD4InwIf06 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/version.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/versioned.go cp $WORK/b190/_pkg_.a /builddir/.cache/go-build/ff/ff3f409d5589b4f76413b2cbe89bd24c329dbaafbfb3ebaea311d21dd4cd938a-d # internal github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty mkdir -p $WORK/b312/ cat >/tmp/go-build3413775437/b312/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b312/_pkg_.a -trimpath "$WORK/b312=>" -p github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty -complete -installsuffix shared -buildid fkCGHznMSgH-IYoymWj3/fkCGHznMSgH-IYoymWj3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty/isatty_tcgets.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b679/_pkg_.a # internal cp $WORK/b679/_pkg_.a /builddir/.cache/go-build/ee/eed429eb9719001f8ca63acb1821381d0d4d3e56243494d9192e8fe7b38dc7a9-d # internal github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify mkdir -p $WORK/b333/ cat >/tmp/go-build3413775437/b333/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b333/_pkg_.a -trimpath "$WORK/b333=>" -p github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify -complete -installsuffix shared -buildid tqSgRlfxSTON0mxybxje/tqSgRlfxSTON0mxybxje -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify/fsnotify.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify/inotify.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify/inotify_poller.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b239/_pkg_.a # internal cp $WORK/b239/_pkg_.a /builddir/.cache/go-build/91/912ae999856097e3d95855a6e45fb6ebb4fd13024ed6626a50aed05b6ad82ade-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials mkdir -p $WORK/b238/ cat >/tmp/go-build3413775437/b238/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/internal/ini=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini importmap github.com/aws/aws-sdk-go/internal/shareddefaults=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults importmap github.com/aws/aws-sdk-go/internal/sync/singleflight=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build3413775437/b239/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3413775437/b240/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight=/tmp/go-build3413775437/b241/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b238/_pkg_.a -trimpath "$WORK/b238=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials -complete -installsuffix shared -buildid JMvBqtk5mWWEMTeW09if/JMvBqtk5mWWEMTeW09if -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/context_background_go1.7.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/context_go1.9.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b444/_pkg_.a # internal cp $WORK/b444/_pkg_.a /builddir/.cache/go-build/c0/c0ab290027103fb53806612461eedeb7248b4aaece1394463052e009246a74a4-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/term mkdir -p $WORK/b545/ cat >/tmp/go-build3413775437/b545/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b545/_pkg_.a -trimpath "$WORK/b545=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/term -complete -installsuffix shared -buildid 9uYhoRRGk8KewAGTv6C9/9uYhoRRGk8KewAGTv6C9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/term/term.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/term/term_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/term/term_unix_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/term/terminal.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b470/_pkg_.a # internal cp $WORK/b470/_pkg_.a /builddir/.cache/go-build/70/704ea48b7311658a6d34e6aca9b5b8906c33fc93c053f58a10f2d06fd9f9cfb3-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time mkdir -p $WORK/b703/ cat >/tmp/go-build3413775437/b703/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b703/_pkg_.a -trimpath "$WORK/b703=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time -complete -installsuffix shared -buildid gu18Ov8HXvOKbuFb1NIP/gu18Ov8HXvOKbuFb1NIP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time/duration_convert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time/timestamp.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b557/_pkg_.a # internal cp $WORK/b557/_pkg_.a /builddir/.cache/go-build/c2/c20275d6d975c2093a9db99455ccc209b4775f1a1a5c1f7d1704e014eb966e49-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol mkdir -p $WORK/b561/ cat >/tmp/go-build3413775437/b561/importcfg << 'EOF' # internal # import config importmap golang.org/x/time/rate=github.com/prometheus/prometheus/vendor/golang.org/x/time/rate importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock importmap k8s.io/utils/integer=github.com/prometheus/prometheus/vendor/k8s.io/utils/integer packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/time/rate=/tmp/go-build3413775437/b557/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build3413775437/b540/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/utils/integer=/tmp/go-build3413775437/b562/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b561/_pkg_.a -trimpath "$WORK/b561=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol -complete -installsuffix shared -buildid -rCI7LDbqB9FVA45UR8o/-rCI7LDbqB9FVA45UR8o -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol/backoff.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol/throttle.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b683/_pkg_.a # internal cp $WORK/b683/_pkg_.a /builddir/.cache/go-build/8a/8afd08fddaaa2d65695d20840735b3b55a0eab2a365d906671e172566843df50-d # internal github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async mkdir -p $WORK/b727/ cat >/tmp/go-build3413775437/b727/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b727/_pkg_.a -trimpath "$WORK/b727=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async -complete -installsuffix shared -buildid yP_YQmxneqCv1TQQrtdB/yP_YQmxneqCv1TQQrtdB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async/wait.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b690/_pkg_.a # internal cp $WORK/b690/_pkg_.a /builddir/.cache/go-build/1f/1f78669c294fe449fc3e85a0decd0cdfd5a5d7248930b251042faa4e5da31d6c-d # internal github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors mkdir -p $WORK/b728/ cat >/tmp/go-build3413775437/b728/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b728/_pkg_.a -trimpath "$WORK/b728=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors -complete -installsuffix shared -buildid rltJyBN4i5l-H2xZm3V4/rltJyBN4i5l-H2xZm3V4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b728/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors/error.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b551/_pkg_.a # internal cp $WORK/b551/_pkg_.a /builddir/.cache/go-build/41/41a015dbd23246268bb07ebb1b7c3ab2c7230c056a828b15909da6f73197b6a4-d # internal github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter mkdir -p $WORK/b730/ cat >/tmp/go-build3413775437/b730/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b730/_pkg_.a -trimpath "$WORK/b730=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter -complete -installsuffix shared -buildid 3-9y2ZVG6Qy1hi3FuuPX/3-9y2ZVG6Qy1hi3FuuPX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b730/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter/query.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b456/_pkg_.a # internal cp $WORK/b456/_pkg_.a /builddir/.cache/go-build/a5/a54111d36745f134586cf229f1ed3caac04cd60bfa8fad969b667a5169f4ce0d-d # internal github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger mkdir -p $WORK/b734/ cat >/tmp/go-build3413775437/b734/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b734/_pkg_.a -trimpath "$WORK/b734=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger -complete -installsuffix shared -buildid M93heYkPddaQZzMqyN-l/M93heYkPddaQZzMqyN-l -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b734/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger/default_logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger/logger.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b664/_pkg_.a # internal cp $WORK/b664/_pkg_.a /builddir/.cache/go-build/91/9104c3b04c80a370870c2c389135d05c778f60ba60bf747ee181ab58d82612a5-d # internal github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation mkdir -p $WORK/b735/ cat >/tmp/go-build3413775437/b735/importcfg << 'EOF' # internal # import config packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b735/_pkg_.a -trimpath "$WORK/b735=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation -complete -installsuffix shared -buildid 1i9INjWgV7knSFcitfSj/1i9INjWgV7knSFcitfSj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation/is.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b151/_pkg_.a # internal cp $WORK/b151/_pkg_.a /builddir/.cache/go-build/a4/a40abe5adb603fdc338b6365f00a058ab4777dab1674fc656bd54eb1f4c7060e-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset mkdir -p $WORK/b150/ cat >/tmp/go-build3413775437/b150/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build3413775437/b146/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build3413775437/b147/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b150/_pkg_.a -trimpath "$WORK/b150=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset -complete -installsuffix shared -buildid 5wFpvUZS0n2SKx3CmDuB/5wFpvUZS0n2SKx3CmDuB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset/messageset.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b198/_pkg_.a # internal cp $WORK/b198/_pkg_.a /builddir/.cache/go-build/57/576b0aff789a4372f78957bdf3667f981f63470cc6e81d66c90e3e6fc977d4e9-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs mkdir -p $WORK/b155/ cat >/tmp/go-build3413775437/b155/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile go/token=/tmp/go-build3413775437/b156/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build3413775437/b154/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b155/_pkg_.a -trimpath "$WORK/b155=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs -complete -installsuffix shared -buildid RXJKXOPK2Cd7BSFb8CBE/RXJKXOPK2Cd7BSFb8CBE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs/strings.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs/strings_unsafe.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b727/_pkg_.a # internal cp $WORK/b727/_pkg_.a /builddir/.cache/go-build/d1/d18b906bf55c19a197d59d08767619b2228d0afcb6b8d5d2fd46048e25db1dee-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid mkdir -p $WORK/b157/ cat >/tmp/go-build3413775437/b157/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b157/_pkg_.a -trimpath "$WORK/b157=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid -complete -installsuffix shared -buildid qq3ADBMrIHkZ9A5x033P/qq3ADBMrIHkZ9A5x033P -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/any_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/api_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/descriptor_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/duration_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/empty_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/field_mask_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/goname.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/map_entry.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/source_context_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/struct_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/timestamp_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/type_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/wrappers.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/wrappers_gen.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b689/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b703/_pkg_.a # internal cp $WORK/b703/_pkg_.a /builddir/.cache/go-build/8d/8d3a8a56f549451a8c951d9e0f34681845d5cec9814120c2ed0b3d820027fd0e-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order mkdir -p $WORK/b158/ cat >/tmp/go-build3413775437/b158/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b158/_pkg_.a -trimpath "$WORK/b158=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order -complete -installsuffix shared -buildid fzJBgQBz6KR74mQaZee7/fzJBgQBz6KR74mQaZee7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order/order.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order/range.go cp $WORK/b689/_pkg_.a /builddir/.cache/go-build/65/65939c52590c7695c550b01397797260282a441e0428c09dd9ec71f5d6c6f8f1-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface mkdir -p $WORK/b162/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b728/_pkg_.a # internal cat >/tmp/go-build3413775437/b162/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build3413775437/b152/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "$WORK/b162=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface -complete -installsuffix shared -buildid JGle8txMe8zJCs4xw_SZ/JGle8txMe8zJCs4xw_SZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface/methods.go cp $WORK/b728/_pkg_.a /builddir/.cache/go-build/90/90d62262ccf71891eec23ed01c59274e0b02de2c4e74c20b454ffa57d72223fd-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descfmt mkdir -p $WORK/b166/ cat >/tmp/go-build3413775437/b166/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/detrand=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand=/tmp/go-build3413775437/b148/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build3413775437/b152/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b166/_pkg_.a -trimpath "$WORK/b166=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descfmt -complete -installsuffix shared -buildid r-QRGoebli0_PU5M-RSn/r-QRGoebli0_PU5M-RSn -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descfmt/stringer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b730/_pkg_.a # internal cp $WORK/b730/_pkg_.a /builddir/.cache/go-build/5c/5cf3bfcb84a58ae455d5b65a4acceb79faa6fce7f384ab6c78ebddf0d8d64222-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts mkdir -p $WORK/b167/ cat >/tmp/go-build3413775437/b167/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "$WORK/b167=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts -complete -installsuffix shared -buildid g4EWk8xdJOa8q95INDsf/g4EWk8xdJOa8q95INDsf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts/options.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b312/_pkg_.a # internal cp $WORK/b312/_pkg_.a /builddir/.cache/go-build/40/406b1fb575da3c41e8ee8c3d8f19004ddfbb22d63fcc3df365aebb923bf39ad9-d # internal text/template mkdir -p $WORK/b197/ cat >/tmp/go-build3413775437/b197/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile internal/fmtsort=/tmp/go-build3413775437/b028/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/fs=/tmp/go-build3413775437/b043/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile text/template/parse=/tmp/go-build3413775437/b198/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b197/_pkg_.a -trimpath "$WORK/b197=>" -p text/template -std -complete -installsuffix shared -buildid Psw8kFHR9EaAIBtnDsRb/Psw8kFHR9EaAIBtnDsRb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /usr/lib/golang/src/text/template/doc.go /usr/lib/golang/src/text/template/exec.go /usr/lib/golang/src/text/template/funcs.go /usr/lib/golang/src/text/template/helper.go /usr/lib/golang/src/text/template/option.go /usr/lib/golang/src/text/template/template.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b561/_pkg_.a # internal cp $WORK/b561/_pkg_.a /builddir/.cache/go-build/fb/fbbc524e1ff1f7e0d2e2079207d2fda063396829d54a4fe7175df8357c24cef8-d # internal github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable mkdir -p $WORK/b311/ cat >/tmp/go-build3413775437/b311/importcfg << 'EOF' # internal # import config importmap github.com/mattn/go-isatty=github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty=/tmp/go-build3413775437/b312/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b311/_pkg_.a -trimpath "$WORK/b311=>" -p github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable -complete -installsuffix shared -buildid lS7iLXakPNwcULUU_uNI/lS7iLXakPNwcULUU_uNI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable/colorable_others.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable/noncolorable.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b735/_pkg_.a # internal cp $WORK/b735/_pkg_.a /builddir/.cache/go-build/09/097f26df7715a96571fb8148cd7a3d5fb2bf8448e1a1024d3b2edc83b600cbad-d # internal github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1 mkdir -p $WORK/b688/ cat >/tmp/go-build3413775437/b688/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/go-digest=github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go=github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest=/tmp/go-build3413775437/b689/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go=/tmp/go-build3413775437/b690/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b688/_pkg_.a -trimpath "$WORK/b688=>" -p github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1 -complete -installsuffix shared -buildid b9iH-epZdpDuromCJNxU/b9iH-epZdpDuromCJNxU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/annotations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/descriptor.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/index.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/layout.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/mediatype.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b158/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b662/_pkg_.a # internal cp $WORK/b158/_pkg_.a /builddir/.cache/go-build/0b/0b64f45c6f73795df2f58b907a9fbe2cc15ff91190dad11bbc79b1c013ea768f-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/distribution/digestset mkdir -p $WORK/b699/ cat >/tmp/go-build3413775437/b699/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/go-digest=github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest=/tmp/go-build3413775437/b689/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b699/_pkg_.a -trimpath "$WORK/b699=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/distribution/digestset -complete -installsuffix shared -buildid G082l_HBFktZd3yNtMBE/G082l_HBFktZd3yNtMBE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/digestset/set.go cp $WORK/b662/_pkg_.a /builddir/.cache/go-build/36/36f7373ee4044a4e62ec9c53c76f62407ac0463d6a796882aeb6225026df4a71-d # internal encoding/gob mkdir -p $WORK/b742/ cat >/tmp/go-build3413775437/b742/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile internal/saferio=/tmp/go-build3413775437/b743/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b742/_pkg_.a -trimpath "$WORK/b742=>" -p encoding/gob -std -complete -installsuffix shared -buildid Da-qHpA3EOaFfBMmrOty/Da-qHpA3EOaFfBMmrOty -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack /usr/lib/golang/src/encoding/gob/dec_helpers.go /usr/lib/golang/src/encoding/gob/decode.go /usr/lib/golang/src/encoding/gob/decoder.go /usr/lib/golang/src/encoding/gob/doc.go /usr/lib/golang/src/encoding/gob/enc_helpers.go /usr/lib/golang/src/encoding/gob/encode.go /usr/lib/golang/src/encoding/gob/encoder.go /usr/lib/golang/src/encoding/gob/error.go /usr/lib/golang/src/encoding/gob/type.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b223/_pkg_.a # internal cp $WORK/b223/_pkg_.a /builddir/.cache/go-build/24/24ad8cf49a1c945d0e08ceb265a6d0648e2a646c77e9988867eef239e61ff84b-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule mkdir -p $WORK/b221/ cat >/tmp/go-build3413775437/b221/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=github.com/prometheus/prometheus/vendor/golang.org/x/text/transform importmap golang.org/x/text/unicode/bidi=github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/transform=/tmp/go-build3413775437/b222/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3413775437/b223/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b221/_pkg_.a -trimpath "$WORK/b221=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule -complete -installsuffix shared -buildid i4i0OQ3NKoRuAyZ1D3Rv/i4i0OQ3NKoRuAyZ1D3Rv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule/bidirule.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b131/_pkg_.a # internal cp $WORK/b131/_pkg_.a /builddir/.cache/go-build/92/92fa072fc9806b98e5b9b4899c16a85bfd1b529ac8384bf4052dd716609fcd7e-d # internal vendor/golang.org/x/text/secure/bidirule mkdir -p $WORK/b129/ cat >/tmp/go-build3413775437/b129/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile vendor/golang.org/x/text/transform=/tmp/go-build3413775437/b130/_pkg_.a packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3413775437/b131/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b129/_pkg_.a -trimpath "$WORK/b129=>" -p vendor/golang.org/x/text/secure/bidirule -std -complete -installsuffix shared -buildid f-bCqNve3cNHmg9PbSbl/f-bCqNve3cNHmg9PbSbl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /usr/lib/golang/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b167/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b050/_pkg_.a # internal cp $WORK/b167/_pkg_.a /builddir/.cache/go-build/45/451fc832a76aa7dcfddcc7ad623b37862748ce2ab335536a0742ea7f1c62fe5d-d # internal database/sql/driver mkdir -p $WORK/b769/ cat >/tmp/go-build3413775437/b769/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b769/_pkg_.a -trimpath "$WORK/b769=>" -p database/sql/driver -std -complete -installsuffix shared -buildid nofTN-JqmxupiVJAKiIv/nofTN-JqmxupiVJAKiIv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b769/importcfg -pack /usr/lib/golang/src/database/sql/driver/driver.go /usr/lib/golang/src/database/sql/driver/types.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b238/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b734/_pkg_.a # internal cp $WORK/b050/_pkg_.a /builddir/.cache/go-build/e9/e9112cbd514741fbbd37fbdace65b1c25680feae6dc27332507105be8bc95c16-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b545/_pkg_.a # internal cp $WORK/b238/_pkg_.a /builddir/.cache/go-build/54/54433ee3a8751ccb742eae14a4e3a54b6fba8a22aa42aa5a81a670cf0d60b071-d # internal github.com/prometheus/prometheus/vendor/github.com/go-kit/log mkdir -p $WORK/b047/ cat >/tmp/go-build3413775437/b047/importcfg << 'EOF' # internal # import config importmap github.com/go-logfmt/logfmt=github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt=/tmp/go-build3413775437/b054/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "$WORK/b047=>" -p github.com/prometheus/prometheus/vendor/github.com/go-kit/log -complete -installsuffix shared -buildid -DhxQrK_nS_FSLs21nOS/-DhxQrK_nS_FSLs21nOS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/json_logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/log.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/logfmt_logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/nop_logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/stdlib.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/sync.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/value.go github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model mkdir -p $WORK/b186/ cat >/tmp/go-build3413775437/b186/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b186/_pkg_.a -trimpath "$WORK/b186=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model -complete -installsuffix shared -buildid sqUCzz4tDD94zKktiAV3/sqUCzz4tDD94zKktiAV3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/alert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/fingerprinting.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/fnv.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/labels.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/labelset.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/metric.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/model.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/signature.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/silence.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/time.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/value.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b333/_pkg_.a # internal cp $WORK/b545/_pkg_.a /builddir/.cache/go-build/8d/8d12989d38653354394d0d7a10b7a972e9c89bc119743dfc71cb83686340222f-d # internal cp $WORK/b333/_pkg_.a /builddir/.cache/go-build/60/605194cafd00174566048dceef8de50d6268069a40b03ba4bf34709312157e9e-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints mkdir -p $WORK/b242/ github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b162/_pkg_.a # internal cat >/tmp/go-build3413775437/b242/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b242/_pkg_.a -trimpath "$WORK/b242=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints -complete -installsuffix shared -buildid XYE_bOHgL0R5N_fetybg/XYE_bOHgL0R5N_fetybg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/dep_service_ids.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/legacy_regions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model.go mkdir -p $WORK/b249/ cp $WORK/b162/_pkg_.a /builddir/.cache/go-build/3c/3c410a1d63fe61e394ac8c55bf34025ba8a87b1a604cabb90d6fa76897f9649a-d # internal cat >/tmp/go-build3413775437/b249/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds mkdir -p $WORK/b265/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b249/_pkg_.a -trimpath "$WORK/b249=>" -p github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath -complete -installsuffix shared -buildid BEDmpK2024Bh8N1hZuAG/BEDmpK2024Bh8N1hZuAG -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/astnodetype_string.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/functions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/interpreter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/lexer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/parser.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/toktype_string.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/util.go cat >/tmp/go-build3413775437/b265/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/internal/sdkio=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3413775437/b243/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile os/exec=/tmp/go-build3413775437/b266/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b265/_pkg_.a -trimpath "$WORK/b265=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds -complete -installsuffix shared -buildid uQ5wJ2x_wUL2ptzYVm0r/uQ5wJ2x_wUL2ptzYVm0r -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds/provider.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b155/_pkg_.a # internal cp $WORK/b155/_pkg_.a /builddir/.cache/go-build/b0/b0a1f9ac84736671eb0df3031a875ff0d07d8842721ba8e49e1e57f61ef8607a-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text mkdir -p $WORK/b153/ cat >/tmp/go-build3413775437/b153/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/detrand=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand=/tmp/go-build3413775437/b148/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build3413775437/b147/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build3413775437/b154/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build3413775437/b155/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf16=/tmp/go-build3413775437/b053/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b150/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b153/_pkg_.a -trimpath "$WORK/b153=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text -complete -installsuffix shared -buildid G3-U9GImu9osnBiCvpI4/G3-U9GImu9osnBiCvpI4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text/decode_number.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text/decode_string.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text/decode_token.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text/encode.go cp $WORK/b150/_pkg_.a /builddir/.cache/go-build/39/39a019783f090c20a436c48eb3decc511f7db303516a55e4a7f89e8712131f8b-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry mkdir -p $WORK/b161/ cat >/tmp/go-build3413775437/b161/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/encoding/messageset=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3413775437/b150/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build3413775437/b147/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build3413775437/b154/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b161/_pkg_.a -trimpath "$WORK/b161=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry -complete -installsuffix shared -buildid GT6MWDWdWGDZLecPlcA8/GT6MWDWdWGDZLecPlcA8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry/registry.go cp $WORK/b734/_pkg_.a /builddir/.cache/go-build/5c/5cc771d437502d7fbe9f08570c45eb67d67111bf5f8d43c1bd397a3f5ab6cbc2-d # internal github.com/prometheus/prometheus/model/labels mkdir -p $WORK/b281/ cat >/tmp/go-build3413775437/b281/importcfg << 'EOF' # internal # import config importmap github.com/cespare/xxhash/v2=github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2=/tmp/go-build3413775437/b143/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile regexp/syntax=/tmp/go-build3413775437/b059/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b281/_pkg_.a -trimpath "$WORK/b281=>" -p github.com/prometheus/prometheus/model/labels -complete -installsuffix shared -buildid HB1AjlrRoOyxljO7xDGL/HB1AjlrRoOyxljO7xDGL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/labels/labels.go ./_build/src/github.com/prometheus/prometheus/model/labels/matcher.go ./_build/src/github.com/prometheus/prometheus/model/labels/regexp.go ./_build/src/github.com/prometheus/prometheus/model/labels/test_utils.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b311/_pkg_.a # internal cp $WORK/b311/_pkg_.a /builddir/.cache/go-build/cd/cda1b60950698f2921edbd2ebd3719b4d7ce0276a1bed060a72e9e1082adc328-d # internal github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date mkdir -p $WORK/b295/ cat >/tmp/go-build3413775437/b295/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b295/_pkg_.a -trimpath "$WORK/b295=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date -complete -installsuffix shared -buildid n5aSjavp4AmWRmIPga6e/n5aSjavp4AmWRmIPga6e -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date/date.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date/time.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date/timerfc1123.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date/unixtime.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date/utility.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b157/_pkg_.a # internal cp $WORK/b157/_pkg_.a /builddir/.cache/go-build/c0/c032128cce70bdcd95951005edc4250a2c1e4ff70093633d15bd2ba41472c078-d # internal github.com/prometheus/prometheus/vendor/github.com/fatih/color mkdir -p $WORK/b310/ cat >/tmp/go-build3413775437/b310/importcfg << 'EOF' # internal # import config importmap github.com/mattn/go-colorable=github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable importmap github.com/mattn/go-isatty=github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable=/tmp/go-build3413775437/b311/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty=/tmp/go-build3413775437/b312/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b310/_pkg_.a -trimpath "$WORK/b310=>" -p github.com/prometheus/prometheus/vendor/github.com/fatih/color -complete -installsuffix shared -buildid F4kmdVUQ4-T7YCp2URdx/F4kmdVUQ4-T7YCp2URdx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/fatih/color/color.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/fatih/color/doc.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b221/_pkg_.a # internal cp $WORK/b221/_pkg_.a /builddir/.cache/go-build/50/50c8c155ae8f7923c1a28108ea4634fd789501dd3b58f1affe7742dab6b9448d-d # internal github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics mkdir -p $WORK/b321/ cat >/tmp/go-build3413775437/b321/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b321/_pkg_.a -trimpath "$WORK/b321=>" -p github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics -complete -installsuffix shared -buildid Ib33Sw4KfZAVFR2DeADJ/Ib33Sw4KfZAVFR2DeADJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics/metrics.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics/time.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics/values.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b544/_pkg_.a # internal cp $WORK/b544/_pkg_.a /builddir/.cache/go-build/d5/d5310244196e1e18d8efbe3d5d8c7a0349eec27529e8c02b66427b2cc8335784-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json mkdir -p $WORK/b357/ cat >/tmp/go-build3413775437/b357/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/detrand=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand=/tmp/go-build3413775437/b148/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build3413775437/b147/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build3413775437/b155/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf16=/tmp/go-build3413775437/b053/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b357/_pkg_.a -trimpath "$WORK/b357=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json -complete -installsuffix shared -buildid zxE3s8BWQzjXvCF1vywd/zxE3s8BWQzjXvCF1vywd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json/decode_number.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json/decode_string.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json/decode_token.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json/encode.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b688/_pkg_.a # internal cp $WORK/b688/_pkg_.a /builddir/.cache/go-build/41/41a6e022d00d7744cb3698682dca1853e676949a00461cae0bb27180cd6d3970-d # internal github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema mkdir -p $WORK/b431/ cat >/tmp/go-build3413775437/b431/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b431/_pkg_.a -trimpath "$WORK/b431=>" -p github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema -complete -installsuffix shared -buildid GJ1G6wpHkiquHL5o9wh9/GJ1G6wpHkiquHL5o9wh9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/action.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/certificate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/datacenter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/firewall.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/floating_ip.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/image.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/iso.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/load_balancer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/load_balancer_type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/location.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/meta.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/network.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/placement_group.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/pricing.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/server.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/server_type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/ssh_key.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/volume.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b129/_pkg_.a # internal cp $WORK/b129/_pkg_.a /builddir/.cache/go-build/8e/8ed9ff3c9215c860d74316ce60892fadc75af4093e5847f1b0950ce00d4ec706-d # internal github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto mkdir -p $WORK/b438/ cat >/tmp/go-build3413775437/b438/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b438/_pkg_.a -trimpath "$WORK/b438=>" -p github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto -complete -installsuffix shared -buildid 6m1sGLUEditi1OQxMs03/6m1sGLUEditi1OQxMs03 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/clone.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/custom_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/deprecated.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/discard.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/duration_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/encode_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/equal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/extensions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/extensions_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/lib.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/lib_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/message_set.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/properties.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/properties_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/skip_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/table_marshal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/table_merge.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/table_unmarshal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/text.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/text_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/text_parser.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/timestamp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/wrappers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b259/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b699/_pkg_.a # internal cp $WORK/b699/_pkg_.a /builddir/.cache/go-build/cf/cfe90d4d859d49c1fe1e24180e852603dd218caab72c017873aa998c495a9e88-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json mkdir -p $WORK/b465/ cat >/tmp/go-build3413775437/b465/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b465/_pkg_.a -trimpath "$WORK/b465=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json -complete -installsuffix shared -buildid IckigS0WxxXQjj-Nwrbk/IckigS0WxxXQjj-Nwrbk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json/json.go cp $WORK/b259/_pkg_.a /builddir/.cache/go-build/74/749eb5cb3ed82e44f057bd92fbc97640702e1f626d14e519a229517a21614d74-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer mkdir -p $WORK/b491/ cat >/tmp/go-build3413775437/b491/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b491/_pkg_.a -trimpath "$WORK/b491=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer -complete -installsuffix shared -buildid iVJehn2N7MJg689QSaUR/iVJehn2N7MJg689QSaUR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer/framer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b166/_pkg_.a # internal cp $WORK/b166/_pkg_.a /builddir/.cache/go-build/0c/0c27d760ec55d81a73dd069006ffab71c587ec6ff7fe6e13b0d2b5bf816aa8d1-d # internal github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/duration mkdir -p $WORK/b673/ cat >/tmp/go-build3413775437/b673/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b673/_pkg_.a -trimpath "$WORK/b673=>" -p github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/duration -complete -installsuffix shared -buildid GyDjcpm5qSxVabOOITvW/GyDjcpm5qSxVabOOITvW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/duration/duration.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b265/_pkg_.a # internal cp $WORK/b265/_pkg_.a /builddir/.cache/go-build/28/28ec7ab1b4d7d99b983110f9b661aa00aae28bfe03ab3a4e089e648aff2d899e-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/strslice mkdir -p $WORK/b681/ cat >/tmp/go-build3413775437/b681/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b681/_pkg_.a -trimpath "$WORK/b681=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/strslice -complete -installsuffix shared -buildid Bcquqc-cByS8mg_6_e6t/Bcquqc-cByS8mg_6_e6t -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/strslice/strslice.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b321/_pkg_.a # internal cp $WORK/b321/_pkg_.a /builddir/.cache/go-build/9b/9b322159880980baaa9ae181cd20103f1fd9e9fe6e3cc31bd95ead55df1ef779-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters mkdir -p $WORK/b684/ cat >/tmp/go-build3413775437/b684/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/versions=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions=/tmp/go-build3413775437/b685/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b684/_pkg_.a -trimpath "$WORK/b684=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters -complete -installsuffix shared -buildid tC6FpZKoyNxl68vlKXF9/tC6FpZKoyNxl68vlKXF9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b684/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters/parse.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b491/_pkg_.a # internal cp $WORK/b491/_pkg_.a /builddir/.cache/go-build/81/81f113ce6242ca1fd054784ac2c2ce6b7e6e01c25246211d4544d6b9dabd053f-d # internal github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus mkdir -p $WORK/b697/ cat >/tmp/go-build3413775437/b697/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b697/_pkg_.a -trimpath "$WORK/b697=>" -p github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus -complete -installsuffix shared -buildid e_c_z9edw52jd0ii94AJ/e_c_z9edw52jd0ii94AJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/alt_exit.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/buffer_pool.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/entry.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/exported.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/formatter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/hooks.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/json_formatter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/logrus.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/terminal_check_notappengine.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/terminal_check_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/text_formatter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/writer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b132/_pkg_.a # internal cp $WORK/b132/_pkg_.a /builddir/.cache/go-build/33/33f0a03e97628d525d83ba6c156fb39e3225a707e4911961c3da6410f70d4903-d # internal vendor/golang.org/x/net/idna mkdir -p $WORK/b128/ cat >/tmp/go-build3413775437/b128/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3413775437/b129/_pkg_.a packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3413775437/b131/_pkg_.a packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3413775437/b132/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b128/_pkg_.a -trimpath "$WORK/b128=>" -p vendor/golang.org/x/net/idna -std -complete -installsuffix shared -buildid GZl4I-P0XOcHnc_0V8KV/GZl4I-P0XOcHnc_0V8KV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/net/idna/go118.go /usr/lib/golang/src/vendor/golang.org/x/net/idna/idna10.0.0.go /usr/lib/golang/src/vendor/golang.org/x/net/idna/punycode.go /usr/lib/golang/src/vendor/golang.org/x/net/idna/tables15.0.0.go /usr/lib/golang/src/vendor/golang.org/x/net/idna/trie.go /usr/lib/golang/src/vendor/golang.org/x/net/idna/trie13.0.0.go /usr/lib/golang/src/vendor/golang.org/x/net/idna/trieval.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b047/_pkg_.a # internal cp $WORK/b047/_pkg_.a /builddir/.cache/go-build/bc/bcbdc352b13ff06576632d9cc1e8227a523648ef7ca84d1cde80b97421a924d7-d # internal github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level mkdir -p $WORK/b060/ cat >/tmp/go-build3413775437/b060/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "$WORK/b060=>" -p github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level -complete -installsuffix shared -buildid 4MJVz0jswCzrNZkrgVjF/4MJVz0jswCzrNZkrgVjF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level/level.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b673/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b681/_pkg_.a # internal cp $WORK/b673/_pkg_.a /builddir/.cache/go-build/3a/3aba055472e54a2a3e3061fa04ae5a1236899afa03ece28b2f168a457ad23225-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference mkdir -p $WORK/b698/ cp $WORK/b681/_pkg_.a /builddir/.cache/go-build/b0/b0cc5b32a8b020882099f1b34cdfea3d696dde3da5e8612ea9bf1255d5fbdfab-d # internal cat >/tmp/go-build3413775437/b698/importcfg << 'EOF' # internal # import config importmap github.com/docker/distribution/digestset=github.com/prometheus/prometheus/vendor/github.com/docker/distribution/digestset importmap github.com/opencontainers/go-digest=github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/distribution/digestset=/tmp/go-build3413775437/b699/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest=/tmp/go-build3413775437/b689/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler mkdir -p $WORK/b729/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b698/_pkg_.a -trimpath "$WORK/b698=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference -complete -installsuffix shared -buildid u89-UDxOrx3RPWgbt3oH/u89-UDxOrx3RPWgbt3oH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference/normalize.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference/reference.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference/regexp.go cat >/tmp/go-build3413775437/b729/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b729/_pkg_.a -trimpath "$WORK/b729=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler -complete -installsuffix shared -buildid UWEsCV2cr4inc09dkJ3O/UWEsCV2cr4inc09dkJ3O -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b729/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler/duration.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b419/_pkg_.a # internal cp $WORK/b419/_pkg_.a /builddir/.cache/go-build/55/55e460f9828181240e006bae360d41f243b902f709d20bfbe3ae47901857a97c-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/tag mkdir -p $WORK/b418/ cat >/tmp/go-build3413775437/b418/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile runtime/pprof=/tmp/go-build3413775437/b419/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b418/_pkg_.a -trimpath "$WORK/b418=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/tag -complete -installsuffix shared -buildid h1iQYpLBVuVH2WKx8yMu/h1iQYpLBVuVH2WKx8yMu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/context.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/key.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/map.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/map_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/metadata.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/profile_19.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/validate.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b224/_pkg_.a # internal cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_amd64/asm -p math/big -trimpath "$WORK/b082=>" -I $WORK/b082/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b082/arith_amd64.o ./arith_amd64.s cp $WORK/b224/_pkg_.a /builddir/.cache/go-build/f3/f3f8bc4b47cb7f373b1b22fb6b1b8aa08cb4ad0b44bd22a290f5846a9aff4de9-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/idna mkdir -p $WORK/b220/ cat >/tmp/go-build3413775437/b220/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/secure/bidirule=github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule importmap golang.org/x/text/unicode/bidi=github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi importmap golang.org/x/text/unicode/norm=github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3413775437/b221/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3413775437/b223/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm=/tmp/go-build3413775437/b224/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b220/_pkg_.a -trimpath "$WORK/b220=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/idna -complete -installsuffix shared -buildid yd4vIHhV9E4sJSjouDkg/yd4vIHhV9E4sJSjouDkg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/idna/go118.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/idna/idna10.0.0.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/idna/punycode.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/idna/tables13.0.0.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/idna/trie.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/idna/trieval.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b769/_pkg_.a # internal cp $WORK/b769/_pkg_.a /builddir/.cache/go-build/e2/e2845c84f271eeec021357ea04387e821a5a3a3d9fb856d6f39fcec472b9f817-d # internal github.com/prometheus/prometheus/vendor/github.com/oklog/ulid mkdir -p $WORK/b772/ cat >/tmp/go-build3413775437/b772/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile database/sql/driver=/tmp/go-build3413775437/b769/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b772/_pkg_.a -trimpath "$WORK/b772=>" -p github.com/prometheus/prometheus/vendor/github.com/oklog/ulid -complete -installsuffix shared -buildid 5jhAtA4l1J3kaf93W_9B/5jhAtA4l1J3kaf93W_9B -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/oklog/ulid/ulid.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b465/_pkg_.a # internal cp $WORK/b465/_pkg_.a /builddir/.cache/go-build/3b/3bba1ff0d2071f54698504d843ab35a1378a26e1d7770ae009fa98a168a83c3f-d # internal github.com/prometheus/prometheus/vendor/github.com/go-stack/stack mkdir -p $WORK/b780/ cat >/tmp/go-build3413775437/b780/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b780/_pkg_.a -trimpath "$WORK/b780=>" -p github.com/prometheus/prometheus/vendor/github.com/go-stack/stack -complete -installsuffix shared -buildid kWKkfjCJsiBl0RW_fs1m/kWKkfjCJsiBl0RW_fs1m -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b780/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-stack/stack/stack.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b431/_pkg_.a # internal cp $WORK/b431/_pkg_.a /builddir/.cache/go-build/71/718a162b4aa79bde3793451e98f30a48e7a84f9336628fe5e6e677e83f304c01-d # internal github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer mkdir -p $WORK/b783/ cat >/tmp/go-build3413775437/b783/importcfg << 'EOF' # internal # import config importmap github.com/josharian/intern=github.com/prometheus/prometheus/vendor/github.com/josharian/intern packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/josharian/intern=/tmp/go-build3413775437/b784/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf16=/tmp/go-build3413775437/b053/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b783/_pkg_.a -trimpath "$WORK/b783=>" -p github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer -complete -installsuffix shared -buildid FPaXS4QD7Tg3x-gg8Ib8/FPaXS4QD7Tg3x-gg8Ib8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer/bytestostr.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer/lexer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b729/_pkg_.a # internal cp $WORK/b729/_pkg_.a /builddir/.cache/go-build/8f/8f106045eb7a6f84a6f1cd27f3aa342fe8db53b07c46763c1cc5bd670c224b7b-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/internal mkdir -p $WORK/b789/ cat >/tmp/go-build3413775437/b789/importcfg << 'EOF' # internal # import config packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b789/_pkg_.a -trimpath "$WORK/b789=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/internal -complete -installsuffix shared -buildid FI6ViVBTJvodjvi7lPES/FI6ViVBTJvodjvi7lPES -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b789/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/internal/post_go18.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b211/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b684/_pkg_.a # internal cp $WORK/b684/_pkg_.a /builddir/.cache/go-build/84/84722c77cd611720412b5bda7145f65df810dc3d86c68284e258860a118a0e03-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network mkdir -p $WORK/b686/ cat >/tmp/go-build3413775437/b686/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/filters=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters=/tmp/go-build3413775437/b684/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b686/_pkg_.a -trimpath "$WORK/b686=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network -complete -installsuffix shared -buildid 1RzKUB_o8wUuHkYqDgzg/1RzKUB_o8wUuHkYqDgzg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network/network.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b310/_pkg_.a # internal cp $WORK/b211/_pkg_.a /builddir/.cache/go-build/75/75b0f8a8b735feee802577506c172c66208f33462327111601d0c44095a19e1a-d # internal go/doc mkdir -p $WORK/b210/ cat >/tmp/go-build3413775437/b210/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile go/ast=/tmp/go-build3413775437/b211/_pkg_.a packagefile go/doc/comment=/tmp/go-build3413775437/b213/_pkg_.a packagefile go/token=/tmp/go-build3413775437/b156/_pkg_.a packagefile internal/lazyregexp=/tmp/go-build3413775437/b214/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b210/_pkg_.a -trimpath "$WORK/b210=>" -p go/doc -std -complete -installsuffix shared -buildid 1-wGpSXFWS0nl1gSHyYJ/1-wGpSXFWS0nl1gSHyYJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /usr/lib/golang/src/go/doc/comment.go /usr/lib/golang/src/go/doc/doc.go /usr/lib/golang/src/go/doc/example.go /usr/lib/golang/src/go/doc/exports.go /usr/lib/golang/src/go/doc/filter.go /usr/lib/golang/src/go/doc/reader.go /usr/lib/golang/src/go/doc/synopsis.go cp $WORK/b310/_pkg_.a /builddir/.cache/go-build/0e/0e2e0ca1895d799d49d73e261f50f7268b3b5072aa2e06dbd038321f3991224d-d # internal github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog mkdir -p $WORK/b309/ cat >/tmp/go-build3413775437/b309/importcfg << 'EOF' # internal # import config importmap github.com/fatih/color=github.com/prometheus/prometheus/vendor/github.com/fatih/color importmap github.com/mattn/go-isatty=github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/fatih/color=/tmp/go-build3413775437/b310/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty=/tmp/go-build3413775437/b312/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b309/_pkg_.a -trimpath "$WORK/b309=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog -complete -installsuffix shared -buildid ZNwUlPIuPgF4cF63B51I/ZNwUlPIuPgF4cF63B51I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/colorize_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/global.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/interceptlogger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/intlogger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/nulllogger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/stacktrace.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/stdlog.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/writer.go cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b082/_pkg_.a $WORK/b082/arith_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b082/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b161/_pkg_.a # internal cp $WORK/b161/_pkg_.a /builddir/.cache/go-build/a4/a431817fdea53b28926094e5cac22d886e8ef2429c59435d679366b1725fcd10-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto mkdir -p $WORK/b160/ cat >/tmp/go-build3413775437/b160/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/encoding/messageset=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/internal/genid=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid importmap google.golang.org/protobuf/internal/order=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry importmap google.golang.org/protobuf/runtime/protoiface=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build3413775437/b146/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3413775437/b150/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build3413775437/b147/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build3413775437/b154/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build3413775437/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order=/tmp/go-build3413775437/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build3413775437/b152/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build3413775437/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3413775437/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3413775437/b162/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b160/_pkg_.a -trimpath "$WORK/b160=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto -complete -installsuffix shared -buildid I0EXa0ZbwB39MTU40EJx/I0EXa0ZbwB39MTU40EJx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/checkinit.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/decode_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/encode_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/equal.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/extension.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/merge.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/messageset.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/proto.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/proto_methods.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/reset.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/size.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/size_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/wrappers.go cp $WORK/b082/_pkg_.a /builddir/.cache/go-build/4f/4fe2365e1c25e718d3d4b2a0d19193a050f17793e2ffc59621cf34beb302ab82-d # internal crypto/rand mkdir -p $WORK/b074/ cat >/tmp/go-build3413775437/b074/importcfg << 'EOF' # internal # import config packagefile crypto/internal/boring=/tmp/go-build3413775437/b075/_pkg_.a packagefile crypto/internal/randutil=/tmp/go-build3413775437/b081/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/syscall/unix=/tmp/go-build3413775437/b039/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "$WORK/b074=>" -p crypto/rand -std -complete -installsuffix shared -buildid ebrnaC8bBYzQ_wgc5zbN/ebrnaC8bBYzQ_wgc5zbN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /usr/lib/golang/src/crypto/rand/rand.go /usr/lib/golang/src/crypto/rand/rand_getrandom.go /usr/lib/golang/src/crypto/rand/rand_unix.go /usr/lib/golang/src/crypto/rand/util.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b060/_pkg_.a # internal cp $WORK/b060/_pkg_.a /builddir/.cache/go-build/84/848fcdeed668ff30acdc45a535f2b048e1e6dbc86dda63592c45b35536e134ac-d # internal crypto/elliptic mkdir -p $WORK/b092/ cat >/tmp/go-build3413775437/b092/importcfg << 'EOF' # internal # import config packagefile crypto/internal/nistec=/tmp/go-build3413775437/b088/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b092/_pkg_.a -trimpath "$WORK/b092=>" -p crypto/elliptic -std -complete -installsuffix shared -buildid vrKtIxSOyUSKJR0gBR7-/vrKtIxSOyUSKJR0gBR7- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /usr/lib/golang/src/crypto/elliptic/elliptic.go /usr/lib/golang/src/crypto/elliptic/nistec.go /usr/lib/golang/src/crypto/elliptic/nistec_p256.go /usr/lib/golang/src/crypto/elliptic/params.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b281/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b153/_pkg_.a # internal cp $WORK/b281/_pkg_.a /builddir/.cache/go-build/82/82403ec26f7f68cfeae1afed98489dcf1acf5777f9ec25b7de32f71fcb5b362c-d # internal crypto/internal/bigmod mkdir -p $WORK/b093/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b789/_pkg_.a # internal cat >/tmp/go-build3413775437/b093/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/internal/bigmod /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/bigmod -trimpath "$WORK/b093=>" -I $WORK/b093/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b093/symabis ./nat_amd64.s cp $WORK/b789/_pkg_.a /builddir/.cache/go-build/50/508a66b369d999de2c576439181b73f2a03ca3749c171687fd5d830c87cb57b1-d # internal crypto/internal/boring/bbig mkdir -p $WORK/b094/ cat >/tmp/go-build3413775437/b094/importcfg << 'EOF' # internal # import config packagefile crypto/internal/boring=/tmp/go-build3413775437/b075/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b094/_pkg_.a -trimpath "$WORK/b094=>" -p crypto/internal/boring/bbig -std -complete -installsuffix shared -buildid WxU9knqxwPRxA4QMbF8V/WxU9knqxwPRxA4QMbF8V -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /usr/lib/golang/src/crypto/internal/boring/bbig/big.go cp $WORK/b153/_pkg_.a /builddir/.cache/go-build/7d/7db5ed75a7f09029c8a3c645c989661b4cb836c8caf5c6df323070b517c741ca-d # internal encoding/asn1 mkdir -p $WORK/b097/ cat >/tmp/go-build3413775437/b097/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf16=/tmp/go-build3413775437/b053/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b097/_pkg_.a -trimpath "$WORK/b097=>" -p encoding/asn1 -std -complete -installsuffix shared -buildid 62xqr3jzn8C1399O_DZv/62xqr3jzn8C1399O_DZv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /usr/lib/golang/src/encoding/asn1/asn1.go /usr/lib/golang/src/encoding/asn1/common.go /usr/lib/golang/src/encoding/asn1/marshal.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b686/_pkg_.a # internal cp $WORK/b686/_pkg_.a /builddir/.cache/go-build/17/1713dd59052e59ba1fc78ee2a865690169264f9a3831e56dfdb862c1c5e32e70-d # internal crypto/dsa mkdir -p $WORK/b108/ cat >/tmp/go-build3413775437/b108/importcfg << 'EOF' # internal # import config packagefile crypto/internal/randutil=/tmp/go-build3413775437/b081/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b108/_pkg_.a -trimpath "$WORK/b108=>" -p crypto/dsa -std -complete -installsuffix shared -buildid R23M2Ag6v_B0vqzamd3c/R23M2Ag6v_B0vqzamd3c -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /usr/lib/golang/src/crypto/dsa/dsa.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b780/_pkg_.a # internal cp $WORK/b780/_pkg_.a /builddir/.cache/go-build/49/49f329e1feb2247aae1fa3d9ff71c5c8eb20a34a264c73d38835cedc82c70e6b-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval mkdir -p $WORK/b164/ cat >/tmp/go-build3413775437/b164/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/encoding/text=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3413775437/b153/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build3413775437/b147/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b164/_pkg_.a -trimpath "$WORK/b164=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval -complete -installsuffix shared -buildid Mr2D-Z0EiX9fsqZAlOsx/Mr2D-Z0EiX9fsqZAlOsx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval/default.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b094/_pkg_.a # internal cp $WORK/b094/_pkg_.a /builddir/.cache/go-build/e0/e04c4030b41c53f5abe6a2999d3a8f896076faee00d959f330df10974d0e033b-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog mkdir -p $WORK/b205/ cat >/tmp/go-build3413775437/b205/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b205/_pkg_.a -trimpath "$WORK/b205=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog -complete -installsuffix shared -buildid nKHBhcPMEbbkNHAeUOEO/nKHBhcPMEbbkNHAeUOEO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog/log.go cat >/tmp/go-build3413775437/b093/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/cpu=/tmp/go-build3413775437/b011/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b093/_pkg_.a -trimpath "$WORK/b093=>" -p crypto/internal/bigmod -std -installsuffix shared -buildid EvQ33U-ZbXAIDRXCL-b1/EvQ33U-ZbXAIDRXCL-b1 -goversion go1.21.7 -symabis $WORK/b093/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack -asmhdr $WORK/b093/go_asm.h /usr/lib/golang/src/crypto/internal/bigmod/nat.go /usr/lib/golang/src/crypto/internal/bigmod/nat_asm.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b772/_pkg_.a # internal cp $WORK/b772/_pkg_.a /builddir/.cache/go-build/e5/e59b773b4707c47c6c8418c05315768d59bea8679282f45c44db1fc7484c46e3-d # internal github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0 mkdir -p $WORK/b441/ cat >/tmp/go-build3413775437/b441/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b441/_pkg_.a -trimpath "$WORK/b441=>" -p github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0 -complete -installsuffix shared -buildid cBjUVziRY0y2Pd7YRV4q/cBjUVziRY0y2Pd7YRV4q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0/dec.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0/rounder.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b186/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b074/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b418/_pkg_.a # internal cp $WORK/b074/_pkg_.a /builddir/.cache/go-build/4a/4a3e928e59bf5efa92833d3b0532e5cad6ba7d8260f5bdd9432cca910b1e1b59-d # internal crypto/ed25519 mkdir -p $WORK/b099/ cat >/tmp/go-build3413775437/b099/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/internal/edwards25519=/tmp/go-build3413775437/b100/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile crypto/sha512=/tmp/go-build3413775437/b095/_pkg_.a packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b099/_pkg_.a -trimpath "$WORK/b099=>" -p crypto/ed25519 -std -complete -installsuffix shared -buildid 8TcmZ-A8xi2eLkMrxPWI/8TcmZ-A8xi2eLkMrxPWI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /usr/lib/golang/src/crypto/ed25519/ed25519.go cp $WORK/b418/_pkg_.a /builddir/.cache/go-build/f1/f18cfe3bfc9841957eb978b9bf75fc29ee268f361a71f1bb1527e8ee3ac844ec-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt mkdir -p $WORK/b231/ cat >/tmp/go-build3413775437/b231/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/blowfish=github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish=/tmp/go-build3413775437/b232/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b231/_pkg_.a -trimpath "$WORK/b231=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt -complete -installsuffix shared -buildid GwrZ8crCKsUr5-UtufrP/GwrZ8crCKsUr5-UtufrP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt/base64.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt/bcrypt.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b698/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b295/_pkg_.a # internal cp $WORK/b186/_pkg_.a /builddir/.cache/go-build/e2/e2f36dd16e9623c8beec683bbc1b8e75e023a0d0bf1328a1831028d2f79b218f-d # internal github.com/prometheus/prometheus/discovery/targetgroup mkdir -p $WORK/b280/ cat >/tmp/go-build3413775437/b280/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b280/_pkg_.a -trimpath "$WORK/b280=>" -p github.com/prometheus/prometheus/discovery/targetgroup -complete -installsuffix shared -buildid oVphcXJHeaPnCkqoteAM/oVphcXJHeaPnCkqoteAM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/targetgroup/targetgroup.go cp $WORK/b698/_pkg_.a /builddir/.cache/go-build/7a/7aaacec86bcc9ed5f03385f1405c3d07bb17f6e84564bfab54874088db754ee9-d # internal github.com/prometheus/prometheus/model/relabel mkdir -p $WORK/b282/ cat >/tmp/go-build3413775437/b282/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile crypto/md5=/tmp/go-build3413775437/b102/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b282/_pkg_.a -trimpath "$WORK/b282=>" -p github.com/prometheus/prometheus/model/relabel -complete -installsuffix shared -buildid 9FuyHAEh3NK__Ol4GqQa/9FuyHAEh3NK__Ol4GqQa -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/relabel/relabel.go cp $WORK/b295/_pkg_.a /builddir/.cache/go-build/67/6776beba52d57fb7640d6f1d16b7c1e2bfb555f09fea6978710e775a137d13ea-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/trace mkdir -p $WORK/b406/ cat >/tmp/go-build3413775437/b406/importcfg << 'EOF' # internal # import config importmap github.com/golang/groupcache/lru=github.com/prometheus/prometheus/vendor/github.com/golang/groupcache/lru importmap go.opencensus.io/internal=github.com/prometheus/prometheus/vendor/go.opencensus.io/internal importmap go.opencensus.io/trace/internal=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/internal importmap go.opencensus.io/trace/tracestate=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/tracestate packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/groupcache/lru=/tmp/go-build3413775437/b407/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/internal=/tmp/go-build3413775437/b408/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/internal=/tmp/go-build3413775437/b410/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/tracestate=/tmp/go-build3413775437/b411/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile runtime/trace=/tmp/go-build3413775437/b412/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b406/_pkg_.a -trimpath "$WORK/b406=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/trace -complete -installsuffix shared -buildid 9eVdHvefyUez5BFkavED/9eVdHvefyUez5BFkavED -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/basetypes.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/config.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/evictedqueue.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/export.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/lrumap.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/sampling.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/spanbucket.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/spanstore.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/status_codes.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/trace.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/trace_api.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/trace_go11.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b357/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b112/_pkg_.a # internal cp $WORK/b357/_pkg_.a /builddir/.cache/go-build/08/083ce16947d2e00b67761692a7ad2662f9d7409b09b59812671d05a2a92127f7-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal mkdir -p $WORK/b417/ cat >/tmp/go-build3413775437/b417/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/tag=github.com/prometheus/prometheus/vendor/go.opencensus.io/tag packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/tag=/tmp/go-build3413775437/b418/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b417/_pkg_.a -trimpath "$WORK/b417=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal -complete -installsuffix shared -buildid oC6TQTkWexaiziztqma3/oC6TQTkWexaiziztqma3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal/record.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b249/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b432/_pkg_.a # internal cp $WORK/b249/_pkg_.a /builddir/.cache/go-build/dd/dd16943ca2bf2e235e23379ffda041084f343711a990eccefd8adcac60144d7b-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil mkdir -p $WORK/b248/ cat >/tmp/go-build3413775437/b248/importcfg << 'EOF' # internal # import config importmap github.com/jmespath/go-jmespath=github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath=/tmp/go-build3413775437/b249/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b248/_pkg_.a -trimpath "$WORK/b248=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil -complete -installsuffix shared -buildid 1SOTX6Ztl6oySQaHAUFJ/1SOTX6Ztl6oySQaHAUFJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go cp $WORK/b432/_pkg_.a /builddir/.cache/go-build/12/12319648e8a4b6517a5d985d06afed1607174062e32fcada22ea7ac1f03018c3-d # internal github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 mkdir -p $WORK/b458/ cat >/tmp/go-build3413775437/b458/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b458/_pkg_.a -trimpath "$WORK/b458=>" -p github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 -complete -installsuffix shared -buildid A_5dfP1LKmaZXEW0-fKu/A_5dfP1LKmaZXEW0-fKu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/klog/v2/klog.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b208/_pkg_.a # internal cp $WORK/b112/_pkg_.a /builddir/.cache/go-build/10/105d2db07f1cdf1fdd84cee0dd39636c2ead66c8aa83d6c7f65eb6173cca38d4-d # internal cp $WORK/b208/_pkg_.a /builddir/.cache/go-build/f7/f7751d6604d7a7279cd1cdde3da59baebdc69769b5dc9f6731dcad061312613c-d # internal net/textproto mkdir -p $WORK/b133/ cat >/tmp/go-build3413775437/b133/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b133/_pkg_.a -trimpath "$WORK/b133=>" -p net/textproto -std -complete -installsuffix shared -buildid gw4NgnTDSj8gjrMer6z6/gw4NgnTDSj8gjrMer6z6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /usr/lib/golang/src/net/textproto/header.go /usr/lib/golang/src/net/textproto/pipeline.go /usr/lib/golang/src/net/textproto/reader.go /usr/lib/golang/src/net/textproto/textproto.go /usr/lib/golang/src/net/textproto/writer.go github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs mkdir -p $WORK/b187/ cat >/tmp/go-build3413775437/b187/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/procfs/internal/fs=github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/fs importmap github.com/prometheus/procfs/internal/util=github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/fs=/tmp/go-build3413775437/b188/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util=/tmp/go-build3413775437/b189/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b187/_pkg_.a -trimpath "$WORK/b187=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs -complete -installsuffix shared -buildid G7sB02wASGzsAaRDd3Rj/G7sB02wASGzsAaRDd3Rj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/arp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/buddyinfo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/cpuinfo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/cpuinfo_x86.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/crypto.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/fs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/fscache.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/ipvs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/kernel_random.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/loadavg.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/mdstat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/meminfo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/mountinfo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/mountstats.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_conntrackstat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_dev.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_ip_socket.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_protocols.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_sockstat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_softnet.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_tcp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_udp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_cgroup.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_environ.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_fdinfo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_io.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_limits.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_maps.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_ns.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_psi.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_smaps.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_stat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/schedstat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/slab.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/stat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/swaps.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/vm.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/xfrm.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/zoneinfo.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b417/_pkg_.a # internal cp $WORK/b417/_pkg_.a /builddir/.cache/go-build/9a/9af5f95eb25274d9ede6c39f75bfd208a3a7e8feb68823eb747ace1755ff1009-d # internal github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure mkdir -p $WORK/b318/ cat >/tmp/go-build3413775437/b318/importcfg << 'EOF' # internal # import config packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b318/_pkg_.a -trimpath "$WORK/b318=>" -p github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure -complete -installsuffix shared -buildid 80rXXcoGy-ALeAJv-H4p/80rXXcoGy-ALeAJv-H4p -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure/decode_hooks.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure/mapstructure.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b099/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b164/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b108/_pkg_.a # internal cp $WORK/b099/_pkg_.a /builddir/.cache/go-build/93/9396d83504b68d5cf10eb23c96b47a112f230fc0d6c3424b4a3839f108ebf7b5-d # internal cp $WORK/b164/_pkg_.a /builddir/.cache/go-build/52/525fababe5977f74c3030ff6f6484ae6be8194b924b69c5184f2e595e702505a-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/syscall mkdir -p $WORK/b394/ github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket mkdir -p $WORK/b329/ cat >/tmp/go-build3413775437/b394/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build3413775437/b362/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cp $WORK/b108/_pkg_.a /builddir/.cache/go-build/27/27ec09b49b83aea814201381598f66ddf242081c2a7017e358fc733e69faab5e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b394/_pkg_.a -trimpath "$WORK/b394=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/syscall -complete -installsuffix shared -buildid Pmw4q1b7pDmYGasP49tp/Pmw4q1b7pDmYGasP49tp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/syscall/syscall_linux.go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats mkdir -p $WORK/b397/ cat >/tmp/go-build3413775437/b329/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b329/_pkg_.a -trimpath "$WORK/b329=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket -complete -installsuffix shared -buildid 4w1ckX-eBYlQoyW2SHDt/4w1ckX-eBYlQoyW2SHDt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/cmsghdr.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/cmsghdr_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/complete_dontwait.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/error_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/iovec_64bit.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/mmsghdr_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/msghdr_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/msghdr_linux_64bit.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/norace.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/rawconn.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/rawconn_mmsg.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/rawconn_msg.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/socket.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/sys.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/sys_const_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/sys_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/sys_linux_amd64.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/sys_posix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/sys_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/zsys_linux_amd64.go cat >/tmp/go-build3413775437/b397/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build3413775437/b370/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b397/_pkg_.a -trimpath "$WORK/b397=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats -complete -installsuffix shared -buildid RNN5cnySO8gb2ovzpXCS/RNN5cnySO8gb2ovzpXCS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats/handlers.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats/stats.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b230/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b280/_pkg_.a # internal cp $WORK/b230/_pkg_.a /builddir/.cache/go-build/a4/a4bdf02a1db287b12ba7b85f4e5e0c439b3e1e1ef9a16b01703ebcbd95341530-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/stats mkdir -p $WORK/b414/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b205/_pkg_.a # internal cat >/tmp/go-build3413775437/b414/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/metric/metricdata=github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata importmap go.opencensus.io/stats/internal=github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal importmap go.opencensus.io/tag=github.com/prometheus/prometheus/vendor/go.opencensus.io/tag packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata=/tmp/go-build3413775437/b415/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal=/tmp/go-build3413775437/b417/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/tag=/tmp/go-build3413775437/b418/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b414/_pkg_.a -trimpath "$WORK/b414=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/stats -complete -installsuffix shared -buildid D6BSFt0A0ZoeOl2tkcKK/D6BSFt0A0ZoeOl2tkcKK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/measure.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/measure_float64.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/measure_int64.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/record.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/units.go cp $WORK/b280/_pkg_.a /builddir/.cache/go-build/1e/1ec4aa61db9bbc44dca93e4282e805b55513b29f72e36c5b922c38a50a765098-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation mkdir -p $WORK/b455/ cat >/tmp/go-build3413775437/b455/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/validation/field=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3413775437/b456/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b455/_pkg_.a -trimpath "$WORK/b455=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation -complete -installsuffix shared -buildid jQoMXZQQuEd58FW4C7Z_/jQoMXZQQuEd58FW4C7Z_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/validation.go cp $WORK/b205/_pkg_.a /builddir/.cache/go-build/93/93a6cba3b896355e6d1dbb8740ea9973743fee12eaf537fffa2f96ed139c83b7-d # internal go/internal/typeparams mkdir -p $WORK/b462/ cat >/tmp/go-build3413775437/b462/importcfg << 'EOF' # internal # import config packagefile go/ast=/tmp/go-build3413775437/b211/_pkg_.a packagefile go/token=/tmp/go-build3413775437/b156/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b462/_pkg_.a -trimpath "$WORK/b462=>" -p go/internal/typeparams -std -complete -installsuffix shared -buildid mar_zmkBDrWzHwhSkJDm/mar_zmkBDrWzHwhSkJDm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack /usr/lib/golang/src/go/internal/typeparams/typeparams.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b783/_pkg_.a # internal cp $WORK/b783/_pkg_.a /builddir/.cache/go-build/88/880531c43c7a7352dc8ad9fc711c4b881c776348528151bef248c96dc4fe48bd-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b231/_pkg_.a # internal cp $WORK/b231/_pkg_.a /builddir/.cache/go-build/14/14f4d158de08aac78303b2b468e8f0483b255db12771b40e02cb150b1628d9b2-d # internal github.com/prometheus/prometheus/vendor/github.com/json-iterator/go mkdir -p $WORK/b469/ github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml mkdir -p $WORK/b493/ cat >/tmp/go-build3413775437/b469/importcfg << 'EOF' # internal # import config importmap github.com/modern-go/concurrent=github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent importmap github.com/modern-go/reflect2=github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent=/tmp/go-build3413775437/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2=/tmp/go-build3413775437/b471/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf16=/tmp/go-build3413775437/b053/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF cat >/tmp/go-build3413775437/b493/importcfg << 'EOF' # internal # import config importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b493/_pkg_.a -trimpath "$WORK/b493=>" -p github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml -complete -installsuffix shared -buildid -Ij4-FX9HSAh1TSN2Gxl/-Ij4-FX9HSAh1TSN2Gxl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml/fields.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml/yaml.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml/yaml_go110.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b469/_pkg_.a -trimpath "$WORK/b469=>" -p github.com/prometheus/prometheus/vendor/github.com/json-iterator/go -complete -installsuffix shared -buildid 531FWvIqKVudxdlw4kwL/531FWvIqKVudxdlw4kwL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/adapter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_array.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_bool.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_float.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_int32.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_int64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_invalid.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_nil.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_number.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_object.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_str.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_uint32.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_uint64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_array.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_float.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_int.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_object.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_skip.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_skip_strict.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_str.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/jsoniter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/pool.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_array.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_dynamic.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_extension.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_json_number.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_json_raw_message.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_map.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_marshaler.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_native.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_optional.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_struct_decoder.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_struct_encoder.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/stream.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/stream_float.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/stream_int.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/stream_str.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b462/_pkg_.a # internal cp $WORK/b462/_pkg_.a /builddir/.cache/go-build/0a/0a1998f59bcf37035aa5a7c40078a07ba757d2eccf1488dc3d26e99d05d3e762-d # internal go/parser mkdir -p $WORK/b460/ cat >/tmp/go-build3413775437/b460/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile go/ast=/tmp/go-build3413775437/b211/_pkg_.a packagefile go/build/constraint=/tmp/go-build3413775437/b461/_pkg_.a packagefile go/internal/typeparams=/tmp/go-build3413775437/b462/_pkg_.a packagefile go/scanner=/tmp/go-build3413775437/b212/_pkg_.a packagefile go/token=/tmp/go-build3413775437/b156/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/fs=/tmp/go-build3413775437/b043/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b460/_pkg_.a -trimpath "$WORK/b460=>" -p go/parser -std -complete -installsuffix shared -buildid 3zi7263m9FK0wKv4fDnD/3zi7263m9FK0wKv4fDnD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /usr/lib/golang/src/go/parser/interface.go /usr/lib/golang/src/go/parser/parser.go /usr/lib/golang/src/go/parser/resolver.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b697/_pkg_.a # internal cp $WORK/b697/_pkg_.a /builddir/.cache/go-build/9f/9f5027e37cfd25767d2687430dd8932c67fb8b9e6b3641515fa9ed3c9e5770f3-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation mkdir -p $WORK/b554/ cat >/tmp/go-build3413775437/b554/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b554/_pkg_.a -trimpath "$WORK/b554=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation -complete -installsuffix shared -buildid 3i6gOSrQrDi-K25IU8ES/3i6gOSrQrDi-K25IU8ES -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation/connrotation.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b092/_pkg_.a # internal cp $WORK/b092/_pkg_.a /builddir/.cache/go-build/70/70935c59428173c802dc5cc57a0ed132f25680437504d6704deb29a8abc71af7-d # internal github.com/prometheus/prometheus/vendor/github.com/spf13/pflag mkdir -p $WORK/b663/ cat >/tmp/go-build3413775437/b663/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/csv=/tmp/go-build3413775437/b664/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile flag=/tmp/go-build3413775437/b433/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b663/_pkg_.a -trimpath "$WORK/b663=>" -p github.com/prometheus/prometheus/vendor/github.com/spf13/pflag -complete -installsuffix shared -buildid Z_fUxOTlog9IYhSVc-aN/Z_fUxOTlog9IYhSVc-aN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/bool.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/bool_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/bytes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/count.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/duration_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/flag.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/float32.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/float32_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/float64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/float64_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/golangflag.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int16.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int32.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int32_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int64_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int8.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/ip.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/ip_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/ipmask.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/ipnet.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/string.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/string_array.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/string_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/string_to_int.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/string_to_int64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/string_to_string.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/uint.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/uint16.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/uint32.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/uint64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/uint8.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/uint_slice.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b394/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b414/_pkg_.a # internal cp $WORK/b394/_pkg_.a /builddir/.cache/go-build/4b/4be852614e8bda432e19b91e574003d9946fc59143ccb72f849ed5513c2a73ed-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat mkdir -p $WORK/b682/ cat >/tmp/go-build3413775437/b682/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b682/_pkg_.a -trimpath "$WORK/b682=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat -complete -installsuffix shared -buildid YhyvZFfKYNqcjdsHtHlh/YhyvZFfKYNqcjdsHtHlh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat/nat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat/parse.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat/sort.go cp $WORK/b414/_pkg_.a /builddir/.cache/go-build/76/763ff54ff611f945e101ace2cedbf21ed7866c397df89715f6b1f79c9bf13c5e-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view mkdir -p $WORK/b420/ cat >/tmp/go-build3413775437/b420/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/internal/tagencoding=github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/tagencoding importmap go.opencensus.io/metric/metricdata=github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata importmap go.opencensus.io/metric/metricproducer=github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer importmap go.opencensus.io/resource=github.com/prometheus/prometheus/vendor/go.opencensus.io/resource importmap go.opencensus.io/stats=github.com/prometheus/prometheus/vendor/go.opencensus.io/stats importmap go.opencensus.io/stats/internal=github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal importmap go.opencensus.io/tag=github.com/prometheus/prometheus/vendor/go.opencensus.io/tag packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/tagencoding=/tmp/go-build3413775437/b421/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata=/tmp/go-build3413775437/b415/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer=/tmp/go-build3413775437/b422/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/resource=/tmp/go-build3413775437/b416/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats=/tmp/go-build3413775437/b414/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal=/tmp/go-build3413775437/b417/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/tag=/tmp/go-build3413775437/b418/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b420/_pkg_.a -trimpath "$WORK/b420=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view -complete -installsuffix shared -buildid 9LaI4STYmbjKi9X3UWkl/9LaI4STYmbjKi9X3UWkl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/aggregation.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/aggregation_data.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/collector.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/export.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/view.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/view_to_metric.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/worker.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/worker_commands.go cd /usr/lib/golang/src/crypto/internal/bigmod /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/bigmod -trimpath "$WORK/b093=>" -I $WORK/b093/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b093/nat_amd64.o ./nat_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b309/_pkg_.a # internal cp $WORK/b309/_pkg_.a /builddir/.cache/go-build/ca/ca2e9319a15297395c19c3859c1dda41639ac557a1a1e77d25941bb8caaa7262-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry mkdir -p $WORK/b687/ cat >/tmp/go-build3413775437/b687/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1 packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3413775437/b688/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b687/_pkg_.a -trimpath "$WORK/b687=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry -complete -installsuffix shared -buildid 0ZpurL053CTZq142Y1HR/0ZpurL053CTZq142Y1HR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry/authenticate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry/registry.go cd /usr/lib/golang/src/crypto/internal/bigmod /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b093/_pkg_.a $WORK/b093/nat_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b397/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b093/_pkg_.a # internal cp $WORK/b397/_pkg_.a /builddir/.cache/go-build/1f/1f071380bb116d78762bf41478b2c06a1f5d51210d5434a96b654089674d5609-d # internal github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/log mkdir -p $WORK/b696/ cat >/tmp/go-build3413775437/b696/importcfg << 'EOF' # internal # import config importmap github.com/sirupsen/logrus=github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus=/tmp/go-build3413775437/b697/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b696/_pkg_.a -trimpath "$WORK/b696=>" -p github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/log -complete -installsuffix shared -buildid 0KirpmYjLObMjx7amB3_/0KirpmYjLObMjx7amB3_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/log/context.go cp $WORK/b093/_pkg_.a /builddir/.cache/go-build/4f/4f3dd29007bf9d4a36858a51c9e425256a8a6d5f492b481861c3d11c3caf3bed-d # internal crypto/rsa mkdir -p $WORK/b104/ cat >/tmp/go-build3413775437/b104/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/internal/bigmod=/tmp/go-build3413775437/b093/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build3413775437/b075/_pkg_.a packagefile crypto/internal/boring/bbig=/tmp/go-build3413775437/b094/_pkg_.a packagefile crypto/internal/randutil=/tmp/go-build3413775437/b081/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b458/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b104/_pkg_.a -trimpath "$WORK/b104=>" -p crypto/rsa -std -complete -installsuffix shared -buildid zVRseVac5RblnKFwdv0t/zVRseVac5RblnKFwdv0t -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /usr/lib/golang/src/crypto/rsa/notboring.go /usr/lib/golang/src/crypto/rsa/pkcs1v15.go /usr/lib/golang/src/crypto/rsa/pss.go /usr/lib/golang/src/crypto/rsa/rsa.go cp $WORK/b458/_pkg_.a /builddir/.cache/go-build/01/0122c2a1cae9d66d6d583984f642d36337ad7fd143caf33858926e0489c79b92-d # internal github.com/prometheus/prometheus/vendor/k8s.io/utils/trace mkdir -p $WORK/b660/ cat >/tmp/go-build3413775437/b660/importcfg << 'EOF' # internal # import config importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b660/_pkg_.a -trimpath "$WORK/b660=>" -p github.com/prometheus/prometheus/vendor/k8s.io/utils/trace -complete -installsuffix shared -buildid RSZ2fLAGo-j5Rx7vkbx8/RSZ2fLAGo-j5Rx7vkbx8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/utils/trace/trace.go cd $WORK/b341 TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b341=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=Mh-3s7ls_Rf7K8y5bcYv -o ./_x001.o -c _cgo_export.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b554/_pkg_.a # internal cp $WORK/b554/_pkg_.a /builddir/.cache/go-build/44/442605dc18ea3d55e427e3380ba4e8280892e055599d0543ca3dbd96f56da542-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks mkdir -p $WORK/b709/ cat >/tmp/go-build3413775437/b709/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b709/_pkg_.a -trimpath "$WORK/b709=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks -complete -installsuffix shared -buildid umN4D4FqjRcVocCGJNpN/umN4D4FqjRcVocCGJNpN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks/client.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks/socks.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b248/_pkg_.a # internal cp $WORK/b248/_pkg_.a /builddir/.cache/go-build/ed/ed549dea9eba3dfeda5039992c654f39365c4bb9919b6d1e0c3720e9bbef02c9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b133/_pkg_.a # internal github.com/prometheus/prometheus/util/osutil mkdir -p $WORK/b760/ cat >/tmp/go-build3413775437/b760/importcfg << 'EOF' # internal # import config packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b760/_pkg_.a -trimpath "$WORK/b760=>" -p github.com/prometheus/prometheus/util/osutil -complete -installsuffix shared -buildid aYYUrVK6R5qyzPS_HMOd/aYYUrVK6R5qyzPS_HMOd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b760/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/osutil/hostname.go cp $WORK/b133/_pkg_.a /builddir/.cache/go-build/92/929cdf31856fd23c1f9bb898c7c6d9f2db472acd5bcbf2f50287a9f18438e32a-d # internal mime/multipart mkdir -p $WORK/b137/ cat >/tmp/go-build3413775437/b137/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile internal/godebug=/tmp/go-build3413775437/b064/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile mime=/tmp/go-build3413775437/b136/_pkg_.a packagefile mime/quotedprintable=/tmp/go-build3413775437/b138/_pkg_.a packagefile net/textproto=/tmp/go-build3413775437/b133/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b137/_pkg_.a -trimpath "$WORK/b137=>" -p mime/multipart -std -complete -installsuffix shared -buildid az8g6DG0dXAP4XZi5oJZ/az8g6DG0dXAP4XZi5oJZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack /usr/lib/golang/src/mime/multipart/formdata.go /usr/lib/golang/src/mime/multipart/multipart.go /usr/lib/golang/src/mime/multipart/readmimeheader.go /usr/lib/golang/src/mime/multipart/writer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b282/_pkg_.a # internal cp $WORK/b282/_pkg_.a /builddir/.cache/go-build/1e/1e27fafa274e4ec761af448221f6c90031b4f98bfa657c67e0c7161a52189e9a-d # internal net/mail mkdir -p $WORK/b747/ cat >/tmp/go-build3413775437/b747/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile mime=/tmp/go-build3413775437/b136/_pkg_.a packagefile net/textproto=/tmp/go-build3413775437/b133/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b747/_pkg_.a -trimpath "$WORK/b747=>" -p net/mail -std -complete -installsuffix shared -buildid vzNItYc13210TwZlTQ8A/vzNItYc13210TwZlTQ8A -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b747/importcfg -pack /usr/lib/golang/src/net/mail/message.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b406/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b210/_pkg_.a # internal cp $WORK/b406/_pkg_.a /builddir/.cache/go-build/22/221ce70899faa77fa2415e06bbd700e3e097efed8d807a59fc22f6be66fb6c3d-d # internal github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk mkdir -p $WORK/b763/ cat >/tmp/go-build3413775437/b763/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile crypto/sha1=/tmp/go-build3413775437/b105/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b763/_pkg_.a -trimpath "$WORK/b763=>" -p github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk -complete -installsuffix shared -buildid rGRhhsQh5aaVxHd2SMtc/rGRhhsQh5aaVxHd2SMtc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/conn.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/constants.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/dnshostprovider.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/flw.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/lock.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/structs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/util.go cp $WORK/b210/_pkg_.a /builddir/.cache/go-build/ca/ca350efd853dcf1e9014385182b85144f4a12efdef18d3e2ad332d7079132e0a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b197/_pkg_.a # internal github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2 mkdir -p $WORK/b207/ cat >/tmp/go-build3413775437/b207/importcfg << 'EOF' # internal # import config importmap github.com/alecthomas/template=github.com/prometheus/prometheus/vendor/github.com/alecthomas/template importmap github.com/alecthomas/units=github.com/prometheus/prometheus/vendor/github.com/alecthomas/units packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/template=/tmp/go-build3413775437/b208/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/units=/tmp/go-build3413775437/b045/_pkg_.a packagefile go/doc=/tmp/go-build3413775437/b210/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b207/_pkg_.a -trimpath "$WORK/b207=>" -p github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2 -complete -installsuffix shared -buildid R88VoqKZS25ymv4Ee_6q/R88VoqKZS25ymv4Ee_6q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/actions.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/app.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/args.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/cmd.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/completions.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/envar.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/flags.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/global.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/guesswidth_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/model.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/parser.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/parsers.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/templates.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/usage.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/values.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/values_generated.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b455/_pkg_.a # internal cp $WORK/b455/_pkg_.a /builddir/.cache/go-build/fa/fa58d35a6854a9b75c39a80c4df2b0be2af104132a6094f0073591520c780c37-d # internal github.com/prometheus/prometheus/model/exemplar mkdir -p $WORK/b766/ cat >/tmp/go-build3413775437/b766/importcfg << 'EOF' # internal # import config packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b766/_pkg_.a -trimpath "$WORK/b766=>" -p github.com/prometheus/prometheus/model/exemplar -complete -installsuffix shared -buildid nDlbfKrOMKADFMqRypw6/nDlbfKrOMKADFMqRypw6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b766/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/exemplar/exemplar.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b682/_pkg_.a # internal cp $WORK/b197/_pkg_.a /builddir/.cache/go-build/3f/3fe7c7a6d10a6c6c1f8828794327d6cfd3b0f43aef1d58bb261538c3986101a4-d # internal cp $WORK/b682/_pkg_.a /builddir/.cache/go-build/33/333f90b60228a7638ee2dc4808346f0f74e763b7fd2b375595569648a8e06521-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container mkdir -p $WORK/b678/ html/template mkdir -p $WORK/b195/ cat >/tmp/go-build3413775437/b678/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/blkiodev=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/blkiodev importmap github.com/docker/docker/api/types/mount=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount importmap github.com/docker/docker/api/types/strslice=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/strslice importmap github.com/docker/go-connections/nat=github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat importmap github.com/docker/go-units=github.com/prometheus/prometheus/vendor/github.com/docker/go-units packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/blkiodev=/tmp/go-build3413775437/b679/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount=/tmp/go-build3413775437/b680/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/strslice=/tmp/go-build3413775437/b681/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat=/tmp/go-build3413775437/b682/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-units=/tmp/go-build3413775437/b683/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b678/_pkg_.a -trimpath "$WORK/b678=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container -complete -installsuffix shared -buildid g9L4ZVCaW37Lo-ecpgtm/g9L4ZVCaW37Lo-ecpgtm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/container_changes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/container_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/container_top.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/container_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/container_wait.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/host_config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/hostconfig_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/waitcondition.go cat >/tmp/go-build3413775437/b195/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile html=/tmp/go-build3413775437/b196/_pkg_.a packagefile internal/godebug=/tmp/go-build3413775437/b064/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/fs=/tmp/go-build3413775437/b043/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile text/template=/tmp/go-build3413775437/b197/_pkg_.a packagefile text/template/parse=/tmp/go-build3413775437/b198/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b195/_pkg_.a -trimpath "$WORK/b195=>" -p html/template -std -complete -installsuffix shared -buildid BwP6X9p6qpvzbO1xnp-y/BwP6X9p6qpvzbO1xnp-y -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /usr/lib/golang/src/html/template/attr.go /usr/lib/golang/src/html/template/attr_string.go /usr/lib/golang/src/html/template/content.go /usr/lib/golang/src/html/template/context.go /usr/lib/golang/src/html/template/css.go /usr/lib/golang/src/html/template/delim_string.go /usr/lib/golang/src/html/template/doc.go /usr/lib/golang/src/html/template/element_string.go /usr/lib/golang/src/html/template/error.go /usr/lib/golang/src/html/template/escape.go /usr/lib/golang/src/html/template/html.go /usr/lib/golang/src/html/template/js.go /usr/lib/golang/src/html/template/jsctx_string.go /usr/lib/golang/src/html/template/state_string.go /usr/lib/golang/src/html/template/template.go /usr/lib/golang/src/html/template/transition.go /usr/lib/golang/src/html/template/url.go /usr/lib/golang/src/html/template/urlpart_string.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b441/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b128/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b097/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b687/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b449/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b696/_pkg_.a # internal cp $WORK/b687/_pkg_.a /builddir/.cache/go-build/af/affc76f625e79f6eee8f17553ddbe29ce3a670e1556fcfe4cecc8308a1be982f-d # internal cp $WORK/b696/_pkg_.a /builddir/.cache/go-build/b6/b62dc3fa8acd2bc8d1e56e1fefc756974982405d608b9fe0fd7e51d229c0f345-d # internal github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive mkdir -p $WORK/b778/ github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/buffer mkdir -p $WORK/b786/ cp $WORK/b441/_pkg_.a /builddir/.cache/go-build/d8/d80352dc976f70220b2bc00e7af2a881f92bece64113d1249495138a5fb96cfd-d # internal github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/urlesc mkdir -p $WORK/b794/ cat >/tmp/go-build3413775437/b778/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b786/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b778/_pkg_.a -trimpath "$WORK/b778=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive -complete -installsuffix shared -buildid WX3aerLQUWjCn20tx_yH/WX3aerLQUWjCn20tx_yH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b778/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive/decimal.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive/objectid.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive/primitive.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b786/_pkg_.a -trimpath "$WORK/b786=>" -p github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/buffer -complete -installsuffix shared -buildid VhvfBBaF7kDUW-koL3tL/VhvfBBaF7kDUW-koL3tL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b786/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/buffer/pool.go cat >/tmp/go-build3413775437/b794/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b794/_pkg_.a -trimpath "$WORK/b794=>" -p github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/urlesc -complete -installsuffix shared -buildid uPvFn331m6WRtF9bXtMV/uPvFn331m6WRtF9bXtMV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b794/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/urlesc/urlesc.go cd $WORK/b341 TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b341=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=Mh-3s7ls_Rf7K8y5bcYv -o ./_x002.o -c cgo_lookup_cgo.cgo2.c cp $WORK/b128/_pkg_.a /builddir/.cache/go-build/29/2948826056c8185486753cafb744aff8443f7a897330a43eb893e750787ff956-d # internal vendor/golang.org/x/net/http/httpguts mkdir -p $WORK/b127/ cat >/tmp/go-build3413775437/b127/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna packagefile vendor/golang.org/x/net/idna=/tmp/go-build3413775437/b128/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/textproto=/tmp/go-build3413775437/b133/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b127/_pkg_.a -trimpath "$WORK/b127=>" -p vendor/golang.org/x/net/http/httpguts -std -complete -installsuffix shared -buildid fJt9UBqMPf1R2EHaXBpV/fJt9UBqMPf1R2EHaXBpV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/net/http/httpguts/guts.go /usr/lib/golang/src/vendor/golang.org/x/net/http/httpguts/httplex.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b760/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b160/_pkg_.a # internal cp $WORK/b760/_pkg_.a /builddir/.cache/go-build/92/920bd53b89c2ce2d62e8cbc325a8354e61b9c4a4ad0f04f06e5e3b0ddcafb4ba-d # internal vendor/golang.org/x/net/http/httpproxy mkdir -p $WORK/b134/ cat >/tmp/go-build3413775437/b134/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile vendor/golang.org/x/net/idna=/tmp/go-build3413775437/b128/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b134/_pkg_.a -trimpath "$WORK/b134=>" -p vendor/golang.org/x/net/http/httpproxy -std -complete -installsuffix shared -buildid asyezsxV6Hzl6s330ey3/asyezsxV6Hzl6s330ey3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/net/http/httpproxy/proxy.go cp $WORK/b097/_pkg_.a /builddir/.cache/go-build/26/26f006f60ca75bfeb1f3345033ae40d0a317d06a67359e580cd4ce6745c7e4e4-d # internal vendor/golang.org/x/crypto/cryptobyte mkdir -p $WORK/b096/ cat >/tmp/go-build3413775437/b096/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1 packagefile encoding/asn1=/tmp/go-build3413775437/b097/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3413775437/b098/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b096/_pkg_.a -trimpath "$WORK/b096=>" -p vendor/golang.org/x/crypto/cryptobyte -std -complete -installsuffix shared -buildid ufi1cYEM6sfzNaIW_Pkt/ufi1cYEM6sfzNaIW_Pkt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte/string.go cp $WORK/b449/_pkg_.a /builddir/.cache/go-build/5e/5e6a7d4c3948aba0ad3ea02b04eed77bd8ebef4ad3bc2e448e6e042dc33927fb-d # internal crypto/x509/pkix mkdir -p $WORK/b109/ cat >/tmp/go-build3413775437/b109/importcfg << 'EOF' # internal # import config packagefile encoding/asn1=/tmp/go-build3413775437/b097/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b109/_pkg_.a -trimpath "$WORK/b109=>" -p crypto/x509/pkix -std -complete -installsuffix shared -buildid _3ZC11cksWtP4zUAqXxy/_3ZC11cksWtP4zUAqXxy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /usr/lib/golang/src/crypto/x509/pkix/pkix.go cp $WORK/b160/_pkg_.a /builddir/.cache/go-build/d5/d558f3413145b510a3babc2c28fb53d1e8522aca77540a048aad78a1c606a770-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext mkdir -p $WORK/b145/ cat >/tmp/go-build3413775437/b145/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/encoding/messageset=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset importmap google.golang.org/protobuf/internal/encoding/text=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/internal/genid=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid importmap google.golang.org/protobuf/internal/order=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/internal/set=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build3413775437/b146/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3413775437/b150/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3413775437/b153/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build3413775437/b147/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build3413775437/b154/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build3413775437/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order=/tmp/go-build3413775437/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build3413775437/b152/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set=/tmp/go-build3413775437/b159/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build3413775437/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build3413775437/b160/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3413775437/b161/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b145/_pkg_.a -trimpath "$WORK/b145=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext -complete -installsuffix shared -buildid Qt6qInvRKDY4dVH06mWf/Qt6qInvRKDY4dVH06mWf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext/encode.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b660/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b766/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b493/_pkg_.a # internal cp $WORK/b660/_pkg_.a /builddir/.cache/go-build/53/532c01d6c353829e1403d6c3a34a700f025b50d94d96555b2ff15348041e3ebd-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc mkdir -p $WORK/b165/ cat >/tmp/go-build3413775437/b165/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/descfmt=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descfmt importmap google.golang.org/protobuf/internal/descopts=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts importmap google.golang.org/protobuf/internal/encoding/defval=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval importmap google.golang.org/protobuf/internal/encoding/messageset=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/genid=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build3413775437/b146/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descfmt=/tmp/go-build3413775437/b166/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts=/tmp/go-build3413775437/b167/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3413775437/b164/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3413775437/b150/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build3413775437/b147/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build3413775437/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build3413775437/b152/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build3413775437/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build3413775437/b160/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3413775437/b161/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b165/_pkg_.a -trimpath "$WORK/b165=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc -complete -installsuffix shared -buildid KmXgJf8SsHdSD2zgqyPt/KmXgJf8SsHdSD2zgqyPt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/build.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/desc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/desc_init.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/desc_lazy.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/desc_list.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/desc_list_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/placeholder.go cp $WORK/b766/_pkg_.a /builddir/.cache/go-build/d8/d8b45ed08c66f92c77d6a452687e7b605ef73957ba408d04f979b5612dd7bad4-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels mkdir -p $WORK/b448/ cat >/tmp/go-build3413775437/b448/importcfg << 'EOF' # internal # import config importmap github.com/google/go-cmp/cmp=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp importmap k8s.io/apimachinery/pkg/selection=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/apimachinery/pkg/util/validation=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation importmap k8s.io/apimachinery/pkg/util/validation/field=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp=/tmp/go-build3413775437/b449/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection=/tmp/go-build3413775437/b447/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3413775437/b454/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3413775437/b455/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3413775437/b456/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b448/_pkg_.a -trimpath "$WORK/b448=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels -complete -installsuffix shared -buildid qQbchwqPG_oUaC0f3O0Q/qQbchwqPG_oUaC0f3O0Q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels/labels.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels/selector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b794/_pkg_.a # internal cp $WORK/b794/_pkg_.a /builddir/.cache/go-build/b8/b8903dfed28156fe17bd130cb4be1b18e0e9e08f90a535e2a0e84de7ee0ecf22-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/diff mkdir -p $WORK/b655/ cat >/tmp/go-build3413775437/b655/importcfg << 'EOF' # internal # import config importmap github.com/davecgh/go-spew/spew=github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew importmap github.com/google/go-cmp/cmp=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew=/tmp/go-build3413775437/b544/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp=/tmp/go-build3413775437/b449/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile text/tabwriter=/tmp/go-build3413775437/b199/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b655/_pkg_.a -trimpath "$WORK/b655=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/diff -complete -installsuffix shared -buildid cljc4Mmp04kRJuQu-vFC/cljc4Mmp04kRJuQu-vFC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b655/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/diff/diff.go cp $WORK/b493/_pkg_.a /builddir/.cache/go-build/fc/fc701de1529ce4f7b62eb190e3ab147dd9f88235b76fe0abba1572599d17de39-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/yaml mkdir -p $WORK/b492/ cat >/tmp/go-build3413775437/b492/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/json=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json importmap sigs.k8s.io/yaml=github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json=/tmp/go-build3413775437/b465/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml=/tmp/go-build3413775437/b493/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b492/_pkg_.a -trimpath "$WORK/b492=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/yaml -complete -installsuffix shared -buildid 3K_J86Cfwtu-TzUfcsXG/3K_J86Cfwtu-TzUfcsXG -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/yaml/decoder.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b678/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b420/_pkg_.a # internal cp $WORK/b678/_pkg_.a /builddir/.cache/go-build/7c/7c25ca0856bb708ba23af3abf77e6699f52c748854b1aad4104bb6d56d327375-d # internal github.com/prometheus/prometheus/vendor/go.uber.org/atomic mkdir -p $WORK/b798/ cat >/tmp/go-build3413775437/b798/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b798/_pkg_.a -trimpath "$WORK/b798=>" -p github.com/prometheus/prometheus/vendor/go.uber.org/atomic -complete -installsuffix shared -buildid kDvyFTVO3NP1fjOH8RbW/kDvyFTVO3NP1fjOH8RbW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b798/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/bool.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/bool_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/duration_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/error.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/error_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/float64.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/float64_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/gen.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/int32.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/int64.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/nocmp.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/string.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/string_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/time.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/time_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/uint32.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/uint64.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/uintptr.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/unsafe_pointer.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/value.go cp $WORK/b420/_pkg_.a /builddir/.cache/go-build/1c/1cdbba6aebfdbfd634368760c0428b7d93ccbd8ae5b2b848d530c1d67349e812-d # internal github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go mkdir -p $WORK/b800/ cat >/tmp/go-build3413775437/b800/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b800/_pkg_.a -trimpath "$WORK/b800=>" -p github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go -complete -installsuffix shared -buildid NjRDz-gH_kCPjyFP1USC/NjRDz-gH_kCPjyFP1USC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b800/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go/mmap.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go/mmap_unix.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b329/_pkg_.a # internal cp $WORK/b329/_pkg_.a /builddir/.cache/go-build/15/152a4553ec6a3b4330ad8c43ed70ddbea2aef5546f7d8fccc6a87ffed8901053-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b486/_pkg_.a # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4 mkdir -p $WORK/b326/ cat >/tmp/go-build3413775437/b326/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/bpf=github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf importmap golang.org/x/net/internal/iana=github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana importmap golang.org/x/net/internal/socket=github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf=/tmp/go-build3413775437/b327/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana=/tmp/go-build3413775437/b328/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket=/tmp/go-build3413775437/b329/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b326/_pkg_.a -trimpath "$WORK/b326=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4 -complete -installsuffix shared -buildid cvGKplmX6r55Uy6FsgB8/cvGKplmX6r55Uy6FsgB8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/batch.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/control.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/control_pktinfo.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/control_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/dgramopt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/endpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/genericopt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/header.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/helper.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/iana.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/icmp.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/icmp_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/packet.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/payload.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/payload_cmsg.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sockopt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sockopt_posix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sys_asmreq_stub.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sys_asmreqn.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sys_bpf.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sys_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sys_ssmreq.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/zsys_linux_amd64.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b786/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b709/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b127/_pkg_.a # internal cp $WORK/b786/_pkg_.a /builddir/.cache/go-build/f9/f919b7e20035a28aa292cb52acd76d84aaecfe5928d7db6c93618552564350b9-d # internal cp $WORK/b127/_pkg_.a /builddir/.cache/go-build/63/638a051a56b2b5af9040e663752953f94bbc4b8668e1913f1e64d9aa6d92ce5c-d # internal github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jwriter mkdir -p $WORK/b785/ github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6 mkdir -p $WORK/b330/ cat >/tmp/go-build3413775437/b785/importcfg << 'EOF' # internal # import config importmap github.com/mailru/easyjson/buffer=github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/buffer packagefile github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/buffer=/tmp/go-build3413775437/b786/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b785/_pkg_.a -trimpath "$WORK/b785=>" -p github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jwriter -complete -installsuffix shared -buildid vcD5WdDOwAyhT8xcb_cV/vcD5WdDOwAyhT8xcb_cV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b785/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jwriter/writer.go cat >/tmp/go-build3413775437/b330/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/bpf=github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf importmap golang.org/x/net/internal/iana=github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana importmap golang.org/x/net/internal/socket=github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf=/tmp/go-build3413775437/b327/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana=/tmp/go-build3413775437/b328/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket=/tmp/go-build3413775437/b329/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cp $WORK/b709/_pkg_.a /builddir/.cache/go-build/4f/4f4f1b8efa18c3abb2cefe172ec93528b6d3ad00e02e0ce2c84d72792fbad97b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b330/_pkg_.a -trimpath "$WORK/b330=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6 -complete -installsuffix shared -buildid ul7bGhzvRMs8lD_0rV85/ul7bGhzvRMs8lD_0rV85 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/batch.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/control.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/control_rfc3542_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/control_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/dgramopt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/endpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/genericopt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/header.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/helper.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/iana.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/icmp.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/icmp_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/payload.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/payload_cmsg.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/sockopt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/sockopt_posix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/sys_asmreq.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/sys_bpf.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/sys_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/sys_ssmreq.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/zsys_linux_amd64.go github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy mkdir -p $WORK/b708/ cat >/tmp/go-build3413775437/b708/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/internal/socks=github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks=/tmp/go-build3413775437/b709/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b708/_pkg_.a -trimpath "$WORK/b708=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy -complete -installsuffix shared -buildid xqPhXtrE_0yI0xtc3AxK/xqPhXtrE_0yI0xtc3AxK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b708/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy/dial.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy/direct.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy/per_host.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy/proxy.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy/socks5.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b747/_pkg_.a # internal cp $WORK/b747/_pkg_.a /builddir/.cache/go-build/42/42242009afbe53c35477b19cc3cc04b2c0039a574f6de3625edb3fc008c100cb-d # internal github.com/prometheus/prometheus/tsdb/chunkenc mkdir -p $WORK/b805/ cat >/tmp/go-build3413775437/b805/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b805/_pkg_.a -trimpath "$WORK/b805=>" -p github.com/prometheus/prometheus/tsdb/chunkenc -complete -installsuffix shared -buildid L1ts8hdsrqIYI_bFMHD0/L1ts8hdsrqIYI_bFMHD0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b805/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/chunkenc/bstream.go ./_build/src/github.com/prometheus/prometheus/tsdb/chunkenc/chunk.go ./_build/src/github.com/prometheus/prometheus/tsdb/chunkenc/xor.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b137/_pkg_.a # internal cp $WORK/b137/_pkg_.a /builddir/.cache/go-build/2d/2d888d9f202b4fb246a6ac06dd5178dcc077174d86b6371642d1e90271d15661-d # internal github.com/prometheus/prometheus/tsdb/errors mkdir -p $WORK/b807/ cp $WORK/b486/_pkg_.a /builddir/.cache/go-build/1d/1d7bf2ae87717e1caa4e804b6fcbf66f53c10e363357b80f137a7f45424d49ce-d # internal cat >/tmp/go-build3413775437/b807/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b807/_pkg_.a -trimpath "$WORK/b807=>" -p github.com/prometheus/prometheus/tsdb/errors -complete -installsuffix shared -buildid _UdruqsGIhBEQbnxXDfQ/_UdruqsGIhBEQbnxXDfQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b807/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/errors/errors.go github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema mkdir -p $WORK/b485/ cat >/tmp/go-build3413775437/b485/importcfg << 'EOF' # internal # import config importmap gopkg.in/yaml.v3=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3=/tmp/go-build3413775437/b486/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b485/_pkg_.a -trimpath "$WORK/b485=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema -complete -installsuffix shared -buildid Ijgq7ZjNB9oVzi7WHpbo/Ijgq7ZjNB9oVzi7WHpbo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema/base.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema/display.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema/models.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema/operations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema/reader.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema/writer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b104/_pkg_.a # internal cp $WORK/b104/_pkg_.a /builddir/.cache/go-build/4f/4fdc4a4d7411b53013bd1b3c6063c4fd74fb495c9ab89194970b486bf698efe9-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws mkdir -p $WORK/b339/ cat >/tmp/go-build3413775437/b339/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile crypto/sha256=/tmp/go-build3413775437/b106/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b339/_pkg_.a -trimpath "$WORK/b339=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws -complete -installsuffix shared -buildid lAIz4tozppcVdVeSWSnH/lAIz4tozppcVdVeSWSnH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws/jws.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b220/_pkg_.a # internal cp $WORK/b220/_pkg_.a /builddir/.cache/go-build/06/06a8511c94176aa1f6984080d8a6602976fe3a6ebdebae32c2a0cc8449d66895-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts mkdir -p $WORK/b219/ cat >/tmp/go-build3413775437/b219/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/idna=github.com/prometheus/prometheus/vendor/golang.org/x/net/idna packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/idna=/tmp/go-build3413775437/b220/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/textproto=/tmp/go-build3413775437/b133/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b219/_pkg_.a -trimpath "$WORK/b219=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts -complete -installsuffix shared -buildid -aGTIb3eaKYhIlL_VHAy/-aGTIb3eaKYhIlL_VHAy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts/guts.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts/httplex.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b655/_pkg_.a # internal cp $WORK/b655/_pkg_.a /builddir/.cache/go-build/06/060df007125857798188373990c437c4e2447e1b7a2c73759ddc6971c4c76396-d # internal github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/purell mkdir -p $WORK/b793/ cat >/tmp/go-build3413775437/b793/importcfg << 'EOF' # internal # import config importmap github.com/PuerkitoBio/urlesc=github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/urlesc importmap golang.org/x/net/idna=github.com/prometheus/prometheus/vendor/golang.org/x/net/idna importmap golang.org/x/text/unicode/norm=github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm importmap golang.org/x/text/width=github.com/prometheus/prometheus/vendor/golang.org/x/text/width packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/urlesc=/tmp/go-build3413775437/b794/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/idna=/tmp/go-build3413775437/b220/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm=/tmp/go-build3413775437/b224/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/width=/tmp/go-build3413775437/b795/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b793/_pkg_.a -trimpath "$WORK/b793=>" -p github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/purell -complete -installsuffix shared -buildid kd5_6iJn_qiuED4WO0um/kd5_6iJn_qiuED4WO0um -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/purell/purell.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b134/_pkg_.a # internal cp $WORK/b134/_pkg_.a /builddir/.cache/go-build/c6/c6bd99ea0cc206bddc3f7367fffae159d8f5da8422d0e9b12c28511c9b5432b5-d # internal github.com/prometheus/prometheus/tsdb/fileutil mkdir -p $WORK/b808/ cat >/tmp/go-build3413775437/b808/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b318/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b808/_pkg_.a -trimpath "$WORK/b808=>" -p github.com/prometheus/prometheus/tsdb/fileutil -complete -installsuffix shared -buildid WX8a3OQNBNFHL2GpqIOv/WX8a3OQNBNFHL2GpqIOv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b808/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/dir.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/dir_unix.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/fileutil.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/flock.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/flock_unix.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/mmap.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/mmap_unix.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/preallocate.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/preallocate_linux.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/sync_linux.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b109/_pkg_.a # internal cp $WORK/b109/_pkg_.a /builddir/.cache/go-build/f4/f45b7733c40e5c5b1f690c59f6ca5c468fad6606cf010e7826a68e8a3115b3fb-d # internal github.com/prometheus/prometheus/vendor/github.com/pmezard/go-difflib/difflib mkdir -p $WORK/b815/ cat >/tmp/go-build3413775437/b815/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b815/_pkg_.a -trimpath "$WORK/b815=>" -p github.com/prometheus/prometheus/vendor/github.com/pmezard/go-difflib/difflib -complete -installsuffix shared -buildid NZuY82dx83ECdhCFFtgq/NZuY82dx83ECdhCFFtgq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b815/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/pmezard/go-difflib/difflib/difflib.go cp $WORK/b318/_pkg_.a /builddir/.cache/go-build/12/12760f75a4e06da89732ea9821673ace829b655242b7363038a9e3791952f685-d # internal github.com/prometheus/prometheus/vendor/go.uber.org/goleak/internal/stack mkdir -p $WORK/b819/ cat >/tmp/go-build3413775437/b819/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b819/_pkg_.a -trimpath "$WORK/b819=>" -p github.com/prometheus/prometheus/vendor/go.uber.org/goleak/internal/stack -complete -installsuffix shared -buildid od1c1PGiMBpgbWBYWn7w/od1c1PGiMBpgbWBYWn7w -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b819/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/goleak/internal/stack/stacks.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b807/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b800/_pkg_.a # internal cp $WORK/b807/_pkg_.a /builddir/.cache/go-build/0b/0b8f0fc4b1ec6cda87063b3f1729b03ad12649eafb6c49ac2b50efbee0401ebd-d # internal github.com/prometheus/prometheus/tsdb/encoding mkdir -p $WORK/b821/ cat >/tmp/go-build3413775437/b821/importcfg << 'EOF' # internal # import config importmap github.com/dennwc/varint=github.com/prometheus/prometheus/vendor/github.com/dennwc/varint importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/dennwc/varint=/tmp/go-build3413775437/b822/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile hash/crc32=/tmp/go-build3413775437/b071/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b821/_pkg_.a -trimpath "$WORK/b821=>" -p github.com/prometheus/prometheus/tsdb/encoding -complete -installsuffix shared -buildid YeNbM3EoZgjqgiTOHalQ/YeNbM3EoZgjqgiTOHalQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b821/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/encoding/encoding.go cp $WORK/b800/_pkg_.a /builddir/.cache/go-build/bb/bbb891d07f48a0f36dd97c8d29cf2c52a2dc50d2989b36bb9dc44487a01912cd-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/spanlog mkdir -p $WORK/b836/ cat >/tmp/go-build3413775437/b836/importcfg << 'EOF' # internal # import config importmap github.com/opentracing/opentracing-go/log=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log=/tmp/go-build3413775437/b203/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b836/_pkg_.a -trimpath "$WORK/b836=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/spanlog -complete -installsuffix shared -buildid 1HctINTc6Rycd4FXeTFE/1HctINTc6Rycd4FXeTFE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b836/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/spanlog/json.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b492/_pkg_.a # internal cp $WORK/b492/_pkg_.a /builddir/.cache/go-build/c6/c6cd318499750d750acc82b027b52212ad1c5d30c8e45f8cabf50ba27194487b-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log mkdir -p $WORK/b838/ cat >/tmp/go-build3413775437/b838/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b838/_pkg_.a -trimpath "$WORK/b838=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log -complete -installsuffix shared -buildid qx5UsdvYuwjlGwT0ix3i/qx5UsdvYuwjlGwT0ix3i -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b838/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log/logger.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b785/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b805/_pkg_.a # internal cp $WORK/b785/_pkg_.a /builddir/.cache/go-build/a5/a5d2b0b21b1266c346a0859ff1b3925a936fce50a7e520914a7708c7b114ca55-d # internal compress/zlib mkdir -p $WORK/b840/ cp $WORK/b805/_pkg_.a /builddir/.cache/go-build/1c/1c4563df7d2a5522e9e75ecd3d89d7eda5cdd71da7434809b8874eefa9ab3b9c-d # internal cat >/tmp/go-build3413775437/b840/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile compress/flate=/tmp/go-build3413775437/b070/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile hash/adler32=/tmp/go-build3413775437/b841/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b840/_pkg_.a -trimpath "$WORK/b840=>" -p compress/zlib -std -complete -installsuffix shared -buildid vK1mFz7GGbfdo7zXg1S4/vK1mFz7GGbfdo7zXg1S4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b840/importcfg -pack /usr/lib/golang/src/compress/zlib/reader.go /usr/lib/golang/src/compress/zlib/writer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b778/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics mkdir -p $WORK/b847/ cat >/tmp/go-build3413775437/b847/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b847/_pkg_.a -trimpath "$WORK/b847=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics -complete -installsuffix shared -buildid Be9c0mEFAOqG6uB3foZN/Be9c0mEFAOqG6uB3foZN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b847/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/counter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/factory.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/gauge.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/histogram.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/keys.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/metrics.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/stopwatch.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/timer.go cd $WORK/b341 TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b341=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=Mh-3s7ls_Rf7K8y5bcYv -o ./_x003.o -c getgrouplist_unix.cgo2.c cp $WORK/b778/_pkg_.a /builddir/.cache/go-build/a6/a6a288999454972d6f13ee2b42c94e985b8bf27d1c8a914a112b7c28467f9422-d # internal github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore mkdir -p $WORK/b779/ cat >/tmp/go-build3413775437/b779/importcfg << 'EOF' # internal # import config importmap github.com/go-stack/stack=github.com/prometheus/prometheus/vendor/github.com/go-stack/stack importmap go.mongodb.org/mongo-driver/bson/bsontype=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype importmap go.mongodb.org/mongo-driver/bson/primitive=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-stack/stack=/tmp/go-build3413775437/b780/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3413775437/b777/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3413775437/b778/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b779/_pkg_.a -trimpath "$WORK/b779=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore -complete -installsuffix shared -buildid H6BmO8ddj-A4AS3U9q9Z/H6BmO8ddj-A4AS3U9q9Z -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b779/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/array.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bson_arraybuilder.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bson_documentbuilder.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bsoncore.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/document.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/document_sequence.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/element.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/tables.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/value.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b708/_pkg_.a # internal cp $WORK/b708/_pkg_.a /builddir/.cache/go-build/27/272dda628d171ef8a32f1b651a1386d3fc32294d0cd108e771b00bf17758592e-d # internal github.com/prometheus/prometheus/model/textparse mkdir -p $WORK/b852/ cat >/tmp/go-build3413775437/b852/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build3413775437/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/value=/tmp/go-build3413775437/b802/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile mime=/tmp/go-build3413775437/b136/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b852/_pkg_.a -trimpath "$WORK/b852=>" -p github.com/prometheus/prometheus/model/textparse -complete -installsuffix shared -buildid kPZccUldzMci0LqbFdDy/kPZccUldzMci0LqbFdDy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b852/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/textparse/interface.go ./_build/src/github.com/prometheus/prometheus/model/textparse/openmetricslex.l.go ./_build/src/github.com/prometheus/prometheus/model/textparse/openmetricsparse.go ./_build/src/github.com/prometheus/prometheus/model/textparse/promlex.l.go ./_build/src/github.com/prometheus/prometheus/model/textparse/promparse.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b793/_pkg_.a # internal cp $WORK/b793/_pkg_.a /builddir/.cache/go-build/0a/0a7934f788e064edcfb4f6200467eed419448c2460d9f08202b855b66aec33a7-d # internal github.com/prometheus/prometheus/util/pool mkdir -p $WORK/b853/ cat >/tmp/go-build3413775437/b853/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b853/_pkg_.a -trimpath "$WORK/b853=>" -p github.com/prometheus/prometheus/util/pool -complete -installsuffix shared -buildid gBtTaEeS890G-KyI5xtk/gBtTaEeS890G-KyI5xtk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b853/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/pool/pool.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b219/_pkg_.a # internal cp $WORK/b219/_pkg_.a /builddir/.cache/go-build/3e/3ecac40e5650227e20566b5effceabd1ab8eb319110f204e024fa69781b9147c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b339/_pkg_.a # internal github.com/prometheus/prometheus/util/logging mkdir -p $WORK/b861/ cat >/tmp/go-build3413775437/b861/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-logfmt/logfmt=github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap golang.org/x/time/rate=github.com/prometheus/prometheus/vendor/golang.org/x/time/rate packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt=/tmp/go-build3413775437/b054/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/time/rate=/tmp/go-build3413775437/b557/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b861/_pkg_.a -trimpath "$WORK/b861=>" -p github.com/prometheus/prometheus/util/logging -complete -installsuffix shared -buildid kfDY1rRyZX2AAaw2PDJd/kfDY1rRyZX2AAaw2PDJd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b861/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/logging/dedupe.go ./_build/src/github.com/prometheus/prometheus/util/logging/file.go ./_build/src/github.com/prometheus/prometheus/util/logging/ratelimit.go cp $WORK/b339/_pkg_.a /builddir/.cache/go-build/de/deaa5897d47cf87772b58f53d214e117f97b059d6a42b05ef8319e1f3c6dc591-d # internal github.com/prometheus/prometheus/util/runtime mkdir -p $WORK/b863/ cat >/tmp/go-build3413775437/b863/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b863/_pkg_.a -trimpath "$WORK/b863=>" -p github.com/prometheus/prometheus/util/runtime -complete -installsuffix shared -buildid fuPrKPJ0UWAxWdxxmy0e/fuPrKPJ0UWAxWdxxmy0e -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b863/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/runtime/limits_default.go ./_build/src/github.com/prometheus/prometheus/util/runtime/statfs_default.go ./_build/src/github.com/prometheus/prometheus/util/runtime/uname_linux.go ./_build/src/github.com/prometheus/prometheus/util/runtime/vmlimits_default.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b798/_pkg_.a # internal cp $WORK/b798/_pkg_.a /builddir/.cache/go-build/99/9972081a0df8e65529c6aa5dfc2971a34e4b8e240736ee3a2daabcb102e4f421-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/netutil mkdir -p $WORK/b875/ cat >/tmp/go-build3413775437/b875/importcfg << 'EOF' # internal # import config packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b875/_pkg_.a -trimpath "$WORK/b875=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/netutil -complete -installsuffix shared -buildid YRGfUaY73ekDISN7ml2I/YRGfUaY73ekDISN7ml2I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b875/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/netutil/listen.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b808/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b838/_pkg_.a # internal cp $WORK/b838/_pkg_.a /builddir/.cache/go-build/68/683cb58d7f98a3ebbf68fd2de95235d470940ebc5223c40f73ec0fc059fbc835-d # internal cp $WORK/b808/_pkg_.a /builddir/.cache/go-build/c4/c47d79426fd654c36ea170d7be7ea85ec94671243ed9bca4a6a83a6866449f36-d # internal internal/profile mkdir -p $WORK/b877/ github.com/prometheus/prometheus/tsdb/chunks mkdir -p $WORK/b806/ cat >/tmp/go-build3413775437/b877/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile internal/lazyregexp=/tmp/go-build3413775437/b214/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b877/_pkg_.a -trimpath "$WORK/b877=>" -p internal/profile -std -complete -installsuffix shared -buildid l0MrUWYEQse0iX6GTtMM/l0MrUWYEQse0iX6GTtMM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b877/importcfg -pack /usr/lib/golang/src/internal/profile/encode.go /usr/lib/golang/src/internal/profile/filter.go /usr/lib/golang/src/internal/profile/legacy_profile.go /usr/lib/golang/src/internal/profile/merge.go /usr/lib/golang/src/internal/profile/profile.go /usr/lib/golang/src/internal/profile/proto.go /usr/lib/golang/src/internal/profile/prune.go cat >/tmp/go-build3413775437/b806/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap go.uber.org/atomic=github.com/prometheus/prometheus/vendor/go.uber.org/atomic packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunkenc=/tmp/go-build3413775437/b805/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build3413775437/b807/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build3413775437/b808/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build3413775437/b798/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile hash/crc32=/tmp/go-build3413775437/b071/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b806/_pkg_.a -trimpath "$WORK/b806=>" -p github.com/prometheus/prometheus/tsdb/chunks -complete -installsuffix shared -buildid ZDlyJdHkCqjXx6AeBnPJ/ZDlyJdHkCqjXx6AeBnPJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b806/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/chunks/chunks.go ./_build/src/github.com/prometheus/prometheus/tsdb/chunks/head_chunks.go ./_build/src/github.com/prometheus/prometheus/tsdb/chunks/head_chunks_other.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b096/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b819/_pkg_.a # internal cp $WORK/b096/_pkg_.a /builddir/.cache/go-build/cd/cdfb5edf1daae3666c6b3e9bcdd334ac111417e4520357650df84be253e87a1f-d # internal crypto/ecdsa mkdir -p $WORK/b091/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b448/_pkg_.a # internal cat >/tmp/go-build3413775437/b091/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/aes=/tmp/go-build3413775437/b084/_pkg_.a packagefile crypto/cipher=/tmp/go-build3413775437/b077/_pkg_.a packagefile crypto/ecdh=/tmp/go-build3413775437/b086/_pkg_.a packagefile crypto/elliptic=/tmp/go-build3413775437/b092/_pkg_.a packagefile crypto/internal/bigmod=/tmp/go-build3413775437/b093/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build3413775437/b075/_pkg_.a packagefile crypto/internal/boring/bbig=/tmp/go-build3413775437/b094/_pkg_.a packagefile crypto/internal/nistec=/tmp/go-build3413775437/b088/_pkg_.a packagefile crypto/internal/randutil=/tmp/go-build3413775437/b081/_pkg_.a packagefile crypto/sha512=/tmp/go-build3413775437/b095/_pkg_.a packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3413775437/b096/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3413775437/b098/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b091/_pkg_.a -trimpath "$WORK/b091=>" -p crypto/ecdsa -std -complete -installsuffix shared -buildid ALN92yvVssMIxDUUzAaD/ALN92yvVssMIxDUUzAaD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /usr/lib/golang/src/crypto/ecdsa/ecdsa.go /usr/lib/golang/src/crypto/ecdsa/ecdsa_legacy.go /usr/lib/golang/src/crypto/ecdsa/ecdsa_noasm.go /usr/lib/golang/src/crypto/ecdsa/notboring.go cp $WORK/b819/_pkg_.a /builddir/.cache/go-build/ba/ba3fc556acb533340564e89584974296051385b5888e1068786e3cb1bfe5a052-d # internal github.com/prometheus/prometheus/vendor/go.uber.org/goleak mkdir -p $WORK/b818/ cat >/tmp/go-build3413775437/b818/importcfg << 'EOF' # internal # import config importmap go.uber.org/goleak/internal/stack=github.com/prometheus/prometheus/vendor/go.uber.org/goleak/internal/stack packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/goleak/internal/stack=/tmp/go-build3413775437/b819/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b818/_pkg_.a -trimpath "$WORK/b818=>" -p github.com/prometheus/prometheus/vendor/go.uber.org/goleak -complete -installsuffix shared -buildid Jlsc1R75_5QWpw_VYOCT/Jlsc1R75_5QWpw_VYOCT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b818/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/goleak/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/goleak/leaks.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/goleak/options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/goleak/testmain.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/goleak/tracestack_new.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b821/_pkg_.a # internal cp $WORK/b821/_pkg_.a /builddir/.cache/go-build/ae/ae2edc317e6a9f1e647722e25d7dc4baf336ef16da1f3d3df817c62b0cb9d9dc-d # internal github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log mkdir -p $WORK/b879/ cp $WORK/b448/_pkg_.a /builddir/.cache/go-build/2e/2e7d7f9d23499776b69b51f083e2978fb41f75a1c8103b43f0aec1ec39ca3cef-d # internal cat >/tmp/go-build3413775437/b879/importcfg << 'EOF' # internal # import config importmap github.com/go-logfmt/logfmt=github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt=/tmp/go-build3413775437/b054/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/simonpasquier/klog-gokit/v3 mkdir -p $WORK/b881/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b879/_pkg_.a -trimpath "$WORK/b879=>" -p github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log -complete -installsuffix shared -buildid E8u8z1rza9FDB30p2k7E/E8u8z1rza9FDB30p2k7E -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b879/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/json_logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/log.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/logfmt_logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/nop_logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/stdlib.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/sync.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/value.go cat >/tmp/go-build3413775437/b881/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b881/_pkg_.a -trimpath "$WORK/b881=>" -p github.com/prometheus/prometheus/vendor/github.com/simonpasquier/klog-gokit/v3 -complete -installsuffix shared -buildid 7weiq7v3mbBZYWPUuzbR/7weiq7v3mbBZYWPUuzbR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b881/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/simonpasquier/klog-gokit/v3/klog.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b875/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b853/_pkg_.a # internal cp $WORK/b853/_pkg_.a /builddir/.cache/go-build/86/8616bb53c30bbed36f6a317162213255c364242464126c5541e4c795c853a79c-d # internal cp $WORK/b875/_pkg_.a /builddir/.cache/go-build/68/68794737d0ae383cb78e5fdc9a45213d037b413e0d9300674db487876f439a80-d # internal cd $WORK/b341 TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b341=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=Mh-3s7ls_Rf7K8y5bcYv -o ./_cgo_main.o -c _cgo_main.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b836/_pkg_.a # internal cp $WORK/b836/_pkg_.a /builddir/.cache/go-build/35/35588563c37b0ddb428f00a411477af2bc8555d683512f8c019bfa3fcd99706d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b815/_pkg_.a # internal cp $WORK/b815/_pkg_.a /builddir/.cache/go-build/8f/8f275377efedb039497c97fcd53162c17b723b13e8ab7f00c3eed12501f5a52d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b840/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b861/_pkg_.a # internal cp $WORK/b840/_pkg_.a /builddir/.cache/go-build/85/859d946b273913b31f10e72e661893bbd8d655a1c007fcdb1878a6b57d1c19e4-d # internal cp $WORK/b861/_pkg_.a /builddir/.cache/go-build/5f/5f1c63a7db395892f26f7f5e90ed1a490ee597066c0598900f514561856dca9a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b742/_pkg_.a # internal cp $WORK/b742/_pkg_.a /builddir/.cache/go-build/eb/eb6f8d79e56e04a1672f71eee4fad4709b086a93e6544d8797c88f45f01309cc-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b863/_pkg_.a # internal cp $WORK/b863/_pkg_.a /builddir/.cache/go-build/2e/2edca221a7baa7b676f53c56453f4d054ad1d8c3bd67b0031954eaa8b186d5a9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b818/_pkg_.a # internal cp $WORK/b818/_pkg_.a /builddir/.cache/go-build/d3/d3ba4a505491b122300b9d42c81a7f82a7b22b1189265382391f3531e6a2500c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b847/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b145/_pkg_.a # internal cp $WORK/b847/_pkg_.a /builddir/.cache/go-build/fc/fce0d227c3202b68f2d4daaa7719642e42395ceb643f2e62c673d0f7340b7715-d # internal cp $WORK/b145/_pkg_.a /builddir/.cache/go-build/0b/0b0d322fc9a2545dbf02d5ea75361e07ca2aef8c0538931829dba7368270a5f3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b763/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b881/_pkg_.a # internal cp $WORK/b881/_pkg_.a /builddir/.cache/go-build/8a/8ac8b80153dd2b5da7bb82e5046d43920d41d8fd6d8029941ac9169213b2f111-d # internal cp $WORK/b763/_pkg_.a /builddir/.cache/go-build/f6/f6232bb2dcd460a287640a078a505a733c28362fe3031a46b26e868a0c418b52-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b485/_pkg_.a # internal cp $WORK/b485/_pkg_.a /builddir/.cache/go-build/53/535818f8f9da853b6a93501cde35f7145e71b1630558c217d5df28cba139812b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b460/_pkg_.a # internal cp $WORK/b460/_pkg_.a /builddir/.cache/go-build/dc/dc97d63d1a428f93ec56d577959aa161c3417a300e7b294f247d8967edb83ce1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b330/_pkg_.a # internal cp $WORK/b330/_pkg_.a /builddir/.cache/go-build/9d/9dbec9f9ca97acd56a9b5b269b7152401c8ea79795d2b903a197c2123bf30636-d # internal cd /builddir/build/BUILD/prometheus-2.32.1 TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b341=/tmp/go-build -gno-record-gcc-switches -o $WORK/b341/_cgo_.o $WORK/b341/_cgo_main.o $WORK/b341/_x001.o $WORK/b341/_x002.o $WORK/b341/_x003.o -O2 -g /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b879/_pkg_.a # internal cp $WORK/b879/_pkg_.a /builddir/.cache/go-build/8c/8c05ba1a08d3810edf84a5c641b921932450da5a8e7b86b029d68b01233b0ef1-d # internal github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/level mkdir -p $WORK/b880/ cat >/tmp/go-build3413775437/b880/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log=/tmp/go-build3413775437/b879/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b880/_pkg_.a -trimpath "$WORK/b880=>" -p github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/level -complete -installsuffix shared -buildid npU1eG9LlMH2Omw76jS8/npU1eG9LlMH2Omw76jS8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b880/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/level/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/level/level.go TERM='dumb' /usr/lib/golang/pkg/tool/linux_amd64/cgo -dynpackage user -dynimport $WORK/b341/_cgo_.o -dynout $WORK/b341/_cgo_import.go cat >/tmp/go-build3413775437/b341/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile runtime/cgo=/tmp/go-build3413775437/b342/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b341/_pkg_.a -trimpath "$WORK/b341=>" -p os/user -std -installsuffix shared -buildid Mh-3s7ls_Rf7K8y5bcYv/Mh-3s7ls_Rf7K8y5bcYv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack /usr/lib/golang/src/os/user/cgo_listgroups_unix.go /usr/lib/golang/src/os/user/cgo_lookup_unix.go /usr/lib/golang/src/os/user/lookup.go /usr/lib/golang/src/os/user/user.go $WORK/b341/_cgo_gotypes.go $WORK/b341/cgo_lookup_cgo.cgo1.go $WORK/b341/getgrouplist_unix.cgo1.go $WORK/b341/_cgo_import.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b806/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b326/_pkg_.a # internal cp $WORK/b806/_pkg_.a /builddir/.cache/go-build/99/99fc93e4559b93105c71b8c24597bafd36bc27e86cb60a64093c6fb784e18ab1-d # internal cp $WORK/b326/_pkg_.a /builddir/.cache/go-build/e2/e230cc0ae6e4319f257a51e97057966e953dd25a5bc2e1adee62416abcf6e102-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b091/_pkg_.a # internal cp $WORK/b091/_pkg_.a /builddir/.cache/go-build/ab/ab126e1f51f01b411f12cfe53077e705056315b241fd0a85a4e2ec944484bd84-d # internal crypto/x509 mkdir -p $WORK/b107/ cat >/tmp/go-build3413775437/b107/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/aes=/tmp/go-build3413775437/b084/_pkg_.a packagefile crypto/cipher=/tmp/go-build3413775437/b077/_pkg_.a packagefile crypto/des=/tmp/go-build3413775437/b085/_pkg_.a packagefile crypto/dsa=/tmp/go-build3413775437/b108/_pkg_.a packagefile crypto/ecdh=/tmp/go-build3413775437/b086/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build3413775437/b091/_pkg_.a packagefile crypto/ed25519=/tmp/go-build3413775437/b099/_pkg_.a packagefile crypto/elliptic=/tmp/go-build3413775437/b092/_pkg_.a packagefile crypto/md5=/tmp/go-build3413775437/b102/_pkg_.a packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile crypto/sha1=/tmp/go-build3413775437/b105/_pkg_.a packagefile crypto/sha256=/tmp/go-build3413775437/b106/_pkg_.a packagefile crypto/sha512=/tmp/go-build3413775437/b095/_pkg_.a packagefile crypto/x509/pkix=/tmp/go-build3413775437/b109/_pkg_.a packagefile encoding/asn1=/tmp/go-build3413775437/b097/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile encoding/pem=/tmp/go-build3413775437/b111/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3413775437/b096/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3413775437/b098/_pkg_.a packagefile internal/godebug=/tmp/go-build3413775437/b064/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/fs=/tmp/go-build3413775437/b043/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf16=/tmp/go-build3413775437/b053/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "$WORK/b107=>" -p crypto/x509 -std -complete -installsuffix shared -buildid edySvDzekP6bIgC9PfST/edySvDzekP6bIgC9PfST -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /usr/lib/golang/src/crypto/x509/cert_pool.go /usr/lib/golang/src/crypto/x509/notboring.go /usr/lib/golang/src/crypto/x509/parser.go /usr/lib/golang/src/crypto/x509/pem_decrypt.go /usr/lib/golang/src/crypto/x509/pkcs1.go /usr/lib/golang/src/crypto/x509/pkcs8.go /usr/lib/golang/src/crypto/x509/root.go /usr/lib/golang/src/crypto/x509/root_linux.go /usr/lib/golang/src/crypto/x509/root_unix.go /usr/lib/golang/src/crypto/x509/sec1.go /usr/lib/golang/src/crypto/x509/verify.go /usr/lib/golang/src/crypto/x509/x509.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b195/_pkg_.a # internal cp $WORK/b195/_pkg_.a /builddir/.cache/go-build/31/31927e253e1a023da233f61bca3dc45805460e2b6e957dae12f0ac38b8c88c60-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b880/_pkg_.a # internal cp $WORK/b880/_pkg_.a /builddir/.cache/go-build/a3/a3f848df5624fad5203d48586f63c71d93591fe2c649a25ba781096220f72e0e-d # internal github.com/prometheus/prometheus/vendor/github.com/simonpasquier/klog-gokit mkdir -p $WORK/b878/ cat >/tmp/go-build3413775437/b878/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log importmap github.com/go-kit/kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/level packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log=/tmp/go-build3413775437/b879/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/level=/tmp/go-build3413775437/b880/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b878/_pkg_.a -trimpath "$WORK/b878=>" -p github.com/prometheus/prometheus/vendor/github.com/simonpasquier/klog-gokit -complete -installsuffix shared -buildid HRPuGKMWZliiLQYFovGE/HRPuGKMWZliiLQYFovGE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b878/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/simonpasquier/klog-gokit/klog.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b852/_pkg_.a # internal cp $WORK/b852/_pkg_.a /builddir/.cache/go-build/7f/7f8bf67708a4b8cdd577eff139408f35286b6a3abd2cd201203769ddf765025a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b663/_pkg_.a # internal cp $WORK/b663/_pkg_.a /builddir/.cache/go-build/d2/d26777c1471ef2149ab2986d54e3fb42e955e67f3c60ca42ff97b35af831ea63-d # internal cd /usr/lib/golang/src/os/user /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b341/_pkg_.a $WORK/b341/_x001.o $WORK/b341/_x002.o $WORK/b341/_x003.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b341/_pkg_.a # internal cp $WORK/b341/_pkg_.a /builddir/.cache/go-build/25/25d20c92d430614dd2a78c9634b22ec534a6b0bb154fbf7c55727db71c79e537-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b878/_pkg_.a # internal cp $WORK/b878/_pkg_.a /builddir/.cache/go-build/79/79184c3bf41c84e0a1fa70bc59c64f6a5348fb73452e94f706d7a900918948b1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b187/_pkg_.a # internal cp $WORK/b187/_pkg_.a /builddir/.cache/go-build/ec/ecc81925d90df49f3d9ecf11c5a6b454d432abfe9755b128a6708b4156fa2c6e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b779/_pkg_.a # internal cp $WORK/b779/_pkg_.a /builddir/.cache/go-build/32/32ecd40fb8bac8d82afb5f9ff20c2d5f4b28e042e181bf0db57f6093845c3b72-d # internal github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw mkdir -p $WORK/b776/ cat >/tmp/go-build3413775437/b776/importcfg << 'EOF' # internal # import config importmap go.mongodb.org/mongo-driver/bson/bsontype=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype importmap go.mongodb.org/mongo-driver/bson/primitive=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive importmap go.mongodb.org/mongo-driver/x/bsonx/bsoncore=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3413775437/b777/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3413775437/b778/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3413775437/b779/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf16=/tmp/go-build3413775437/b053/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b776/_pkg_.a -trimpath "$WORK/b776=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw -complete -installsuffix shared -buildid P1It0xo9koqBl1gHq945/P1It0xo9koqBl1gHq945 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b776/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/copier.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_parser.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_reader.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_tables.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_wrappers.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_writer.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/json_scanner.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/mode.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/reader.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_reader.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_writer.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/writer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b165/_pkg_.a # internal cp $WORK/b165/_pkg_.a /builddir/.cache/go-build/c0/c001cea91d2a849f6bc7d2fa3ea34e17ff76d52495d2d84438e94c134629ffaa-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson mkdir -p $WORK/b356/ cat >/tmp/go-build3413775437/b356/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/encoding/json=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json importmap google.golang.org/protobuf/internal/encoding/messageset=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/filedesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/internal/genid=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid importmap google.golang.org/protobuf/internal/order=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/internal/set=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json=/tmp/go-build3413775437/b357/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3413775437/b150/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build3413775437/b147/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build3413775437/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build3413775437/b154/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build3413775437/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order=/tmp/go-build3413775437/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build3413775437/b152/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set=/tmp/go-build3413775437/b159/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build3413775437/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build3413775437/b160/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3413775437/b161/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b356/_pkg_.a -trimpath "$WORK/b356=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson -complete -installsuffix shared -buildid 5xM0vzBwteYyww3l5SEi/5xM0vzBwteYyww3l5SEi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson/well_known_types.go github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/tag mkdir -p $WORK/b172/ cat >/tmp/go-build3413775437/b172/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/encoding/defval=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval importmap google.golang.org/protobuf/internal/filedesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3413775437/b164/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build3413775437/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build3413775437/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "$WORK/b172=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/tag -complete -installsuffix shared -buildid -HQc-BZ9rB355FCmgUAo/-HQc-BZ9rB355FCmgUAo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/tag/tag.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b877/_pkg_.a # internal cp $WORK/b877/_pkg_.a /builddir/.cache/go-build/5e/5eb35bbc96265504d52ece2b5ebc613696bbb5522d4f20c17f725478b1f8d8f4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b172/_pkg_.a # internal cp $WORK/b172/_pkg_.a /builddir/.cache/go-build/63/638a0b3643f4713c28f1b46cb8c06e5dae3f5dd86a07f7954aa7d04bb4e661ca-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl mkdir -p $WORK/b171/ cat >/tmp/go-build3413775437/b171/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/prototext=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/descopts=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts importmap google.golang.org/protobuf/internal/detrand=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand importmap google.golang.org/protobuf/internal/encoding/messageset=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset importmap google.golang.org/protobuf/internal/encoding/tag=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/tag importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/filedesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/internal/genid=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid importmap google.golang.org/protobuf/internal/order=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry importmap google.golang.org/protobuf/runtime/protoiface=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext=/tmp/go-build3413775437/b145/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build3413775437/b146/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts=/tmp/go-build3413775437/b167/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand=/tmp/go-build3413775437/b148/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3413775437/b150/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build3413775437/b172/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build3413775437/b147/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build3413775437/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build3413775437/b154/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build3413775437/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order=/tmp/go-build3413775437/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build3413775437/b152/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build3413775437/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build3413775437/b160/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3413775437/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3413775437/b162/_pkg_.a packagefile hash/crc32=/tmp/go-build3413775437/b071/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "$WORK/b171=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl -complete -installsuffix shared -buildid R_DdfwjHFJe7Bpkz9_up/R_DdfwjHFJe7Bpkz9_up -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/api_export.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/checkinit.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_extension.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_field.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_map.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_map_go112.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_message.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_messageset.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_tables.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_unsafe.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/convert.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/convert_list.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/convert_map.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/enum.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/extension.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/legacy_enum.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/legacy_export.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/legacy_extension.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/legacy_file.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/legacy_message.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/merge.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/merge_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/message.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/message_reflect.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/message_reflect_field.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/message_reflect_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/pointer_unsafe.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/validate.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/weak.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b207/_pkg_.a # internal cp $WORK/b207/_pkg_.a /builddir/.cache/go-build/2c/2c6f4c0e943c461ba23df3a5209656366ed2c580b1b10d250859d0765ca36a80-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog/flag mkdir -p $WORK/b206/ github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web/kingpinflag mkdir -p $WORK/b233/ cat >/tmp/go-build3413775437/b206/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/common/promlog=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog importmap gopkg.in/alecthomas/kingpin.v2=github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2 packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog=/tmp/go-build3413775437/b205/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2=/tmp/go-build3413775437/b207/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b206/_pkg_.a -trimpath "$WORK/b206=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog/flag -complete -installsuffix shared -buildid jjxA7sOz7uzU2E27w1BN/jjxA7sOz7uzU2E27w1BN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog/flag/flag.go cat >/tmp/go-build3413775437/b233/importcfg << 'EOF' # internal # import config importmap gopkg.in/alecthomas/kingpin.v2=github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2 packagefile github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2=/tmp/go-build3413775437/b207/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b233/_pkg_.a -trimpath "$WORK/b233=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web/kingpinflag -complete -installsuffix shared -buildid RKCpv6bWPrTvjVhr530y/RKCpv6bWPrTvjVhr530y -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web/kingpinflag/flag.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b469/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b233/_pkg_.a # internal cp $WORK/b233/_pkg_.a /builddir/.cache/go-build/f8/f8da5392cc6b8cd9586a3c297bc760a1a0cfe35d13c18c1057ecb8317867b300-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b206/_pkg_.a # internal cp $WORK/b206/_pkg_.a /builddir/.cache/go-build/17/170486601c9f47b8dbc59cb57d7a7b01bfac0d8f89514a20cd62021b76f2ccf4-d # internal cp $WORK/b469/_pkg_.a /builddir/.cache/go-build/73/73857d435d88547644fcdcc13e4e64d2ea6819263da799952f248a4dde7cf09b-d # internal github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value mkdir -p $WORK/b468/ cat >/tmp/go-build3413775437/b468/importcfg << 'EOF' # internal # import config importmap github.com/json-iterator/go=github.com/prometheus/prometheus/vendor/github.com/json-iterator/go importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/json-iterator/go=/tmp/go-build3413775437/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b468/_pkg_.a -trimpath "$WORK/b468=>" -p github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value -complete -installsuffix shared -buildid izkqYLwQghuKGzRl1taZ/izkqYLwQghuKGzRl1taZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/allocator.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/fields.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/jsontagutil.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/list.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/listreflect.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/listunstructured.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/map.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/mapreflect.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/mapunstructured.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/reflectcache.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/scalar.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/structreflect.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/value.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/valuereflect.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/valueunstructured.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b356/_pkg_.a # internal cp $WORK/b356/_pkg_.a /builddir/.cache/go-build/1a/1abdc4b399af093814dfb0d568b222f98388cf7570b952a20d8bcaa83e857e26-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b107/_pkg_.a # internal cp $WORK/b107/_pkg_.a /builddir/.cache/go-build/11/115e28b0f6fd3b95e748f11c3c59c78cebbfa55771a64dd5a384348c38d3a95c-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/keyutil mkdir -p $WORK/b560/ github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12 github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4 mkdir -p $WORK/b298/ github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator mkdir -p $WORK/b770/ cat >/tmp/go-build3413775437/b560/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build3413775437/b091/_pkg_.a packagefile crypto/elliptic=/tmp/go-build3413775437/b092/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/pem=/tmp/go-build3413775437/b111/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a EOF mkdir -p $WORK/b299/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b560/_pkg_.a -trimpath "$WORK/b560=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/keyutil -complete -installsuffix shared -buildid X_v3D3GNRJi2Gv5StYXF/X_v3D3GNRJi2Gv5StYXF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b560/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/keyutil/key.go cat >/tmp/go-build3413775437/b770/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile encoding/pem=/tmp/go-build3413775437/b111/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile html=/tmp/go-build3413775437/b196/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF cat >/tmp/go-build3413775437/b299/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/pkcs12/internal/rc2=github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/internal/rc2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto/cipher=/tmp/go-build3413775437/b077/_pkg_.a packagefile crypto/des=/tmp/go-build3413775437/b085/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build3413775437/b091/_pkg_.a packagefile crypto/hmac=/tmp/go-build3413775437/b101/_pkg_.a packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile crypto/sha1=/tmp/go-build3413775437/b105/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile crypto/x509/pkix=/tmp/go-build3413775437/b109/_pkg_.a packagefile encoding/asn1=/tmp/go-build3413775437/b097/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile encoding/pem=/tmp/go-build3413775437/b111/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build3413775437/b300/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile unicode/utf16=/tmp/go-build3413775437/b053/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b770/_pkg_.a -trimpath "$WORK/b770=>" -p github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator -complete -installsuffix shared -buildid ciLBLQZlprBvSiWZJJJn/ciLBLQZlprBvSiWZJJJn -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b770/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/arrays.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/converter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/numerics.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/patterns.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/validator.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b299/_pkg_.a -trimpath "$WORK/b299=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12 -complete -installsuffix shared -buildid k2jQHGbCQFQUkHREJEty/k2jQHGbCQFQUkHREJEty -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/bmp-string.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/crypto.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/mac.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/pbkdf.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/pkcs12.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/safebags.go cat >/tmp/go-build3413775437/b298/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build3413775437/b091/_pkg_.a packagefile crypto/ed25519=/tmp/go-build3413775437/b099/_pkg_.a packagefile crypto/hmac=/tmp/go-build3413775437/b101/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile encoding/pem=/tmp/go-build3413775437/b111/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF crypto/tls mkdir -p $WORK/b083/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b298/_pkg_.a -trimpath "$WORK/b298=>" -p github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4 -complete -installsuffix shared -buildid szJdisaNTNPUtg-se7PN/szJdisaNTNPUtg-se7PN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/claims.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/ecdsa.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/ecdsa_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/ed25519.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/ed25519_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/hmac.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/map_claims.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/none.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/parser.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/rsa.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/rsa_pss.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/rsa_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/signing_method.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/token.go cat >/tmp/go-build3413775437/b083/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305 importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte importmap golang.org/x/crypto/hkdf=vendor/golang.org/x/crypto/hkdf packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile container/list=/tmp/go-build3413775437/b073/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/aes=/tmp/go-build3413775437/b084/_pkg_.a packagefile crypto/cipher=/tmp/go-build3413775437/b077/_pkg_.a packagefile crypto/des=/tmp/go-build3413775437/b085/_pkg_.a packagefile crypto/ecdh=/tmp/go-build3413775437/b086/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build3413775437/b091/_pkg_.a packagefile crypto/ed25519=/tmp/go-build3413775437/b099/_pkg_.a packagefile crypto/elliptic=/tmp/go-build3413775437/b092/_pkg_.a packagefile crypto/hmac=/tmp/go-build3413775437/b101/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build3413775437/b075/_pkg_.a packagefile crypto/md5=/tmp/go-build3413775437/b102/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile crypto/rc4=/tmp/go-build3413775437/b103/_pkg_.a packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile crypto/sha1=/tmp/go-build3413775437/b105/_pkg_.a packagefile crypto/sha256=/tmp/go-build3413775437/b106/_pkg_.a packagefile crypto/sha512=/tmp/go-build3413775437/b095/_pkg_.a packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/pem=/tmp/go-build3413775437/b111/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3413775437/b120/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3413775437/b096/_pkg_.a packagefile vendor/golang.org/x/crypto/hkdf=/tmp/go-build3413775437/b126/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile internal/cpu=/tmp/go-build3413775437/b011/_pkg_.a packagefile internal/godebug=/tmp/go-build3413775437/b064/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "$WORK/b083=>" -p crypto/tls -std -complete -installsuffix shared -buildid HqmmCzDz2oF21CIr0t6H/HqmmCzDz2oF21CIr0t6H -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /usr/lib/golang/src/crypto/tls/alert.go /usr/lib/golang/src/crypto/tls/auth.go /usr/lib/golang/src/crypto/tls/cache.go /usr/lib/golang/src/crypto/tls/cipher_suites.go /usr/lib/golang/src/crypto/tls/common.go /usr/lib/golang/src/crypto/tls/common_string.go /usr/lib/golang/src/crypto/tls/conn.go /usr/lib/golang/src/crypto/tls/handshake_client.go /usr/lib/golang/src/crypto/tls/handshake_client_tls13.go /usr/lib/golang/src/crypto/tls/handshake_messages.go /usr/lib/golang/src/crypto/tls/handshake_server.go /usr/lib/golang/src/crypto/tls/handshake_server_tls13.go /usr/lib/golang/src/crypto/tls/key_agreement.go /usr/lib/golang/src/crypto/tls/key_schedule.go /usr/lib/golang/src/crypto/tls/notboring.go /usr/lib/golang/src/crypto/tls/prf.go /usr/lib/golang/src/crypto/tls/quic.go /usr/lib/golang/src/crypto/tls/ticket.go /usr/lib/golang/src/crypto/tls/tls.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b560/_pkg_.a # internal cp $WORK/b560/_pkg_.a /builddir/.cache/go-build/36/360271276f87da6e15c4daa1010399018a53c906e5f35fb79e60d8770d43b61b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b299/_pkg_.a # internal cp $WORK/b299/_pkg_.a /builddir/.cache/go-build/cc/cc9d2bf621e9c3cf0a4894b081425fc5b6f696071c903530bbbadbf0ae013830-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b776/_pkg_.a # internal cp $WORK/b776/_pkg_.a /builddir/.cache/go-build/92/92dcb23dfc3e20ac4a4fd59a976cb6d1c5139ea4d5aad0caa4c7bb2bcc6bf6fb-d # internal github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec mkdir -p $WORK/b774/ cat >/tmp/go-build3413775437/b774/importcfg << 'EOF' # internal # import config importmap go.mongodb.org/mongo-driver/bson/bsonoptions=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions importmap go.mongodb.org/mongo-driver/bson/bsonrw=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw importmap go.mongodb.org/mongo-driver/bson/bsontype=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype importmap go.mongodb.org/mongo-driver/bson/primitive=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive importmap go.mongodb.org/mongo-driver/x/bsonx/bsoncore=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build3413775437/b775/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3413775437/b776/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3413775437/b777/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3413775437/b778/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3413775437/b779/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b774/_pkg_.a -trimpath "$WORK/b774=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec -complete -installsuffix shared -buildid LZv0c9qKUyU5X5-Rdr6E/LZv0c9qKUyU5X5-Rdr6E -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b774/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/array_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/bsoncodec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/byte_slice_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/cond_addr_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/default_value_decoders.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/default_value_encoders.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/empty_interface_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/map_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/mode.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/pointer_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/proxy.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/registry.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/slice_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/string_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/struct_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/struct_tag_parser.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/time_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/types.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/uint_codec.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b298/_pkg_.a # internal cp $WORK/b298/_pkg_.a /builddir/.cache/go-build/80/803ad659afef400a498cc164eec9bffb60e530def3ac2a1f4652045f7bdd59ee-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b438/_pkg_.a # internal cp $WORK/b438/_pkg_.a /builddir/.cache/go-build/93/93ac9a09554fb948116e428fcc573fc1cdf18bd8356a25d7ff024f2b5467a1f4-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime mkdir -p $WORK/b692/ github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor mkdir -p $WORK/b859/ cat >/tmp/go-build3413775437/b692/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b692/_pkg_.a -trimpath "$WORK/b692=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime -complete -installsuffix shared -buildid eZdb_D57AnHrwJB2jd_f/eZdb_D57AnHrwJB2jd_f -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime/gen.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime/plugin.pb.go mkdir -p $WORK/b464/ cat >/tmp/go-build3413775437/b859/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b859/_pkg_.a -trimpath "$WORK/b859=>" -p github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor -complete -installsuffix shared -buildid kiqpXCw8kRK9t49pAgtm/kiqpXCw8kRK9t49pAgtm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b859/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor_gostring.gen.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go mkdir -p $WORK/b473/ mkdir -p $WORK/b440/ cat >/tmp/go-build3413775437/b464/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cat >/tmp/go-build3413775437/b473/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/google/gofuzz=github.com/prometheus/prometheus/vendor/github.com/google/gofuzz importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/gofuzz=/tmp/go-build3413775437/b443/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile runtime/debug=/tmp/go-build3413775437/b192/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b464/_pkg_.a -trimpath "$WORK/b464=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema -complete -installsuffix shared -buildid 9a2ADFo1V7C2u5yioT9C/9a2ADFo1V7C2u5yioT9C -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema/group_version.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema/interfaces.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b473/_pkg_.a -trimpath "$WORK/b473=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr -complete -installsuffix shared -buildid u1LkBAwMuAQblNyCmWSd/u1LkBAwMuAQblNyCmWSd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr/instr_fuzz.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr/intstr.go cat >/tmp/go-build3413775437/b440/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap gopkg.in/inf.v0=github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0=/tmp/go-build3413775437/b441/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b440/_pkg_.a -trimpath "$WORK/b440=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource -complete -installsuffix shared -buildid UlHj68PIIOd9CL9T5ugs/UlHj68PIIOd9CL9T5ugs -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/amount.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/math.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/quantity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/quantity_proto.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/scale_int.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/suffix.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b468/_pkg_.a # internal cp $WORK/b468/_pkg_.a /builddir/.cache/go-build/4b/4b91c433e2d22be85263c656b9b314ba0cded2cdd09cd2465135def0bd99ed26-d # internal github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath mkdir -p $WORK/b567/ cat >/tmp/go-build3413775437/b567/importcfg << 'EOF' # internal # import config importmap github.com/json-iterator/go=github.com/prometheus/prometheus/vendor/github.com/json-iterator/go importmap sigs.k8s.io/structured-merge-diff/v4/schema=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema importmap sigs.k8s.io/structured-merge-diff/v4/value=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/json-iterator/go=/tmp/go-build3413775437/b469/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema=/tmp/go-build3413775437/b568/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build3413775437/b468/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b567/_pkg_.a -trimpath "$WORK/b567=>" -p github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath -complete -installsuffix shared -buildid rh1zX5KjcRexLSqrj7u8/rh1zX5KjcRexLSqrj7u8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/element.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/fromvalue.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/managers.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/path.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/pathelementmap.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/serialize-pe.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/serialize.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/set.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b464/_pkg_.a # internal cp $WORK/b464/_pkg_.a /builddir/.cache/go-build/e1/e16d76fe5d1ddcc2af2b2a825995f33687ffe6b3857391e478bcc65257121dff-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b473/_pkg_.a # internal cp $WORK/b473/_pkg_.a /builddir/.cache/go-build/b9/b971d2c3539e42a8a9da8c44eddb7b03846286e31439288cbc710efa4752841a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b692/_pkg_.a # internal cp $WORK/b692/_pkg_.a /builddir/.cache/go-build/b6/b61a84e30fde9abec1209d5097d8c8c956ea1ada95eec80be5d506d67a6c1bfb-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm mkdir -p $WORK/b691/ cat >/tmp/go-build3413775437/b691/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/container=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container importmap github.com/docker/docker/api/types/mount=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount importmap github.com/docker/docker/api/types/network=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network importmap github.com/docker/docker/api/types/swarm/runtime=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime importmap github.com/docker/go-units=github.com/prometheus/prometheus/vendor/github.com/docker/go-units packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container=/tmp/go-build3413775437/b678/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount=/tmp/go-build3413775437/b680/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network=/tmp/go-build3413775437/b686/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build3413775437/b692/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-units=/tmp/go-build3413775437/b683/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b691/_pkg_.a -trimpath "$WORK/b691=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm -complete -installsuffix shared -buildid mU7XyIa5ehK-HOoj4oiI/mU7XyIa5ehK-HOoj4oiI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/common.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/container.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/network.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/node.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/secret.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/service.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/swarm.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/task.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b770/_pkg_.a # internal cp $WORK/b770/_pkg_.a /builddir/.cache/go-build/83/8370123ff9fab657a61970601aa7521c2c3a50e41703561b5726d16fc57f3322-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b691/_pkg_.a # internal cp $WORK/b691/_pkg_.a /builddir/.cache/go-build/33/33c352399eea0c0c6cb61dd997ddb0f9db9f51ed337c8bd85592c2c642d99d71-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types mkdir -p $WORK/b677/ cat >/tmp/go-build3413775437/b677/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/container=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container importmap github.com/docker/docker/api/types/filters=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters importmap github.com/docker/docker/api/types/mount=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount importmap github.com/docker/docker/api/types/network=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network importmap github.com/docker/docker/api/types/registry=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry importmap github.com/docker/docker/api/types/swarm=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm importmap github.com/docker/go-connections/nat=github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat importmap github.com/docker/go-units=github.com/prometheus/prometheus/vendor/github.com/docker/go-units importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1 packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container=/tmp/go-build3413775437/b678/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters=/tmp/go-build3413775437/b684/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount=/tmp/go-build3413775437/b680/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network=/tmp/go-build3413775437/b686/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry=/tmp/go-build3413775437/b687/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm=/tmp/go-build3413775437/b691/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat=/tmp/go-build3413775437/b682/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-units=/tmp/go-build3413775437/b683/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3413775437/b688/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b677/_pkg_.a -trimpath "$WORK/b677=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types -complete -installsuffix shared -buildid JwYfKY_e5gfikkqfCGkt/JwYfKY_e5gfikkqfCGkt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/auth.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/configs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/error_response.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/error_response_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/graph_driver_data.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/id_response.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image_delete_response_item.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image_summary.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/plugin.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/plugin_device.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/plugin_env.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/plugin_interface_type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/plugin_mount.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/plugin_responses.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/port.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/service_update_response.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/stats.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b440/_pkg_.a # internal cp $WORK/b440/_pkg_.a /builddir/.cache/go-build/e7/e7f0f3507c9aeedc35901336a25f6f2db05d59babd8459d81bfa8e52f9dd1838-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b677/_pkg_.a # internal cp $WORK/b677/_pkg_.a /builddir/.cache/go-build/56/56cc86ad7e8e015581885270115730fde7d5b83e0612d1b61a9614317b1fea1b-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume mkdir -p $WORK/b704/ cat >/tmp/go-build3413775437/b704/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types=/tmp/go-build3413775437/b677/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b704/_pkg_.a -trimpath "$WORK/b704=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume -complete -installsuffix shared -buildid SXH1s_Qofjir4_NZN7Dt/SXH1s_Qofjir4_NZN7Dt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume/volume_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume/volume_list.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b704/_pkg_.a # internal cp $WORK/b704/_pkg_.a /builddir/.cache/go-build/f8/f807adfb16b496cee368ce5e616a6a71b439af2c1dc12c55ef6e49f4b5e0c8e4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b567/_pkg_.a # internal cp $WORK/b567/_pkg_.a /builddir/.cache/go-build/f2/f23abda2fe8517d730cb9895e258e7796ac458a2ef77ac3ad0920fe2108063a9-d # internal github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed mkdir -p $WORK/b569/ cat >/tmp/go-build3413775437/b569/importcfg << 'EOF' # internal # import config importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 importmap sigs.k8s.io/structured-merge-diff/v4/fieldpath=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath importmap sigs.k8s.io/structured-merge-diff/v4/schema=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema importmap sigs.k8s.io/structured-merge-diff/v4/value=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath=/tmp/go-build3413775437/b567/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema=/tmp/go-build3413775437/b568/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build3413775437/b468/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b569/_pkg_.a -trimpath "$WORK/b569=>" -p github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed -complete -installsuffix shared -buildid 60WLx-JQG9nydlyyx8lq/60WLx-JQG9nydlyyx8lq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/merge.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/parser.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/reconcile_schema.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/remove.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/tofieldset.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/typed.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/union.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/validate.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b859/_pkg_.a # internal cp $WORK/b859/_pkg_.a /builddir/.cache/go-build/0c/0c4a69a15b2724c075ea987848efba7486be8cc4e6d6119c0260a2a45cf0e616-d # internal github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/gogoproto mkdir -p $WORK/b858/ cat >/tmp/go-build3413775437/b858/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/protoc-gen-gogo/descriptor=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor=/tmp/go-build3413775437/b859/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b858/_pkg_.a -trimpath "$WORK/b858=>" -p github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/gogoproto -complete -installsuffix shared -buildid FAI_aaN7xFNW5-pv6ABq/FAI_aaN7xFNW5-pv6ABq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b858/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/gogoproto/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/gogoproto/gogo.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/gogoproto/helper.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b858/_pkg_.a # internal cp $WORK/b858/_pkg_.a /builddir/.cache/go-build/75/75f6a983eea71398b5d5e9e9b592bdc51cecd5cd23d57c41087cda1494201938-d # internal github.com/prometheus/prometheus/prompb mkdir -p $WORK/b857/ cat >/tmp/go-build3413775437/b857/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/gogoproto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/gogoproto importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/gogoproto=/tmp/go-build3413775437/b858/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b857/_pkg_.a -trimpath "$WORK/b857=>" -p github.com/prometheus/prometheus/prompb -complete -installsuffix shared -buildid 8yqmSgyRrVSHOgB0fq1B/8yqmSgyRrVSHOgB0fq1B -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b857/importcfg -pack ./_build/src/github.com/prometheus/prometheus/prompb/custom.go ./_build/src/github.com/prometheus/prometheus/prompb/remote.pb.go ./_build/src/github.com/prometheus/prometheus/prompb/types.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b774/_pkg_.a # internal cp $WORK/b774/_pkg_.a /builddir/.cache/go-build/a0/a027d42bbc7ad6748f5e8050f5ccb12f63971a52034e90a5d5522c9eefe71728-d # internal github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson mkdir -p $WORK/b773/ cat >/tmp/go-build3413775437/b773/importcfg << 'EOF' # internal # import config importmap go.mongodb.org/mongo-driver/bson/bsoncodec=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec importmap go.mongodb.org/mongo-driver/bson/bsonrw=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw importmap go.mongodb.org/mongo-driver/bson/bsontype=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype importmap go.mongodb.org/mongo-driver/bson/primitive=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive importmap go.mongodb.org/mongo-driver/x/bsonx/bsoncore=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3413775437/b774/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3413775437/b776/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3413775437/b777/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3413775437/b778/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3413775437/b779/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b773/_pkg_.a -trimpath "$WORK/b773=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson -complete -installsuffix shared -buildid 10cnGDNfWfT7zD_XfJI9/10cnGDNfWfT7zD_XfJI9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bson.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/decoder.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/encoder.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/marshal.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive_codecs.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/raw.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/raw_element.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/raw_value.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/registry.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/types.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/unmarshal.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b569/_pkg_.a # internal cp $WORK/b569/_pkg_.a /builddir/.cache/go-build/c2/c282b02f96a89a83b03f2beaf4613d1e0467f6d35c295eeb63cacd7aefba6356-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal mkdir -p $WORK/b570/ cat >/tmp/go-build3413775437/b570/importcfg << 'EOF' # internal # import config importmap sigs.k8s.io/structured-merge-diff/v4/typed=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed=/tmp/go-build3413775437/b569/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b570/_pkg_.a -trimpath "$WORK/b570=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal -complete -installsuffix shared -buildid q_HYGdLd9uTXJOq9sPsF/q_HYGdLd9uTXJOq9sPsF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal/internal.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b570/_pkg_.a # internal cp $WORK/b570/_pkg_.a /builddir/.cache/go-build/13/13ac43437ee9d803b2efabbf31ce4d0f1c45aae13f34541410434d191608ba4b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b773/_pkg_.a # internal cp $WORK/b773/_pkg_.a /builddir/.cache/go-build/80/80e544fe22d59d99b117a82a9d1f1af6530c95eed68b07c7856910b3dde4e078-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b857/_pkg_.a # internal cp $WORK/b857/_pkg_.a /builddir/.cache/go-build/6d/6d6e1bdf38ce7600c113be9fe534f4eb393b5ac4c2d3f84fb0753305c462d7df-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b083/_pkg_.a # internal cp $WORK/b083/_pkg_.a /builddir/.cache/go-build/b3/b30907cbed740da5cf1468a59f1eb037a4874058546a064acf6d3a4990214aff-d # internal net/http/httptrace mkdir -p $WORK/b139/ cat >/tmp/go-build3413775437/b139/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile internal/nettrace=/tmp/go-build3413775437/b114/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/textproto=/tmp/go-build3413775437/b133/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b139/_pkg_.a -trimpath "$WORK/b139=>" -p net/http/httptrace -std -complete -installsuffix shared -buildid 4ChifsR2LQufw1bqPEu-/4ChifsR2LQufw1bqPEu- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /usr/lib/golang/src/net/http/httptrace/trace.go github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts mkdir -p $WORK/b313/ github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert mkdir -p $WORK/b424/ github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials mkdir -p $WORK/b366/ cat >/tmp/go-build3413775437/b424/importcfg << 'EOF' # internal # import config packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile os/exec=/tmp/go-build3413775437/b266/_pkg_.a packagefile os/user=/tmp/go-build3413775437/b341/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b313/importcfg << 'EOF' # internal # import config packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b424/_pkg_.a -trimpath "$WORK/b424=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert -complete -installsuffix shared -buildid IJHLs0XqL8q6yJ43_K4k/IJHLs0XqL8q6yJ43_K4k -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert/default_cert.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b313/_pkg_.a -trimpath "$WORK/b313=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts -complete -installsuffix shared -buildid tujrf9UaXqC31JV2RFKK/tujrf9UaXqC31JV2RFKK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts/rootcerts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts/rootcerts_base.go cat >/tmp/go-build3413775437/b366/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build3413775437/b362/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert mkdir -p $WORK/b559/ github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b366/_pkg_.a -trimpath "$WORK/b366=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials -complete -installsuffix shared -buildid qi-6yeVA5W1Eo9Ub98fq/qi-6yeVA5W1Eo9Ub98fq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials/credentials.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials/spiffe.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials/syscallconn.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials/util.go cat >/tmp/go-build3413775437/b559/importcfg << 'EOF' # internal # import config importmap k8s.io/client-go/util/keyutil=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/keyutil packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile crypto/x509/pkix=/tmp/go-build3413775437/b109/_pkg_.a packagefile encoding/pem=/tmp/go-build3413775437/b111/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/keyutil=/tmp/go-build3413775437/b560/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b559/_pkg_.a -trimpath "$WORK/b559=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert -complete -installsuffix shared -buildid zqJrdJxbZSLKDD-FDsq5/zqJrdJxbZSLKDD-FDsq5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert/cert.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert/csr.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert/io.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert/pem.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert/server_inspection.go mkdir -p $WORK/b710/ cat >/tmp/go-build3413775437/b710/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/pem=/tmp/go-build3413775437/b111/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/miekg/dns mkdir -p $WORK/b324/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b710/_pkg_.a -trimpath "$WORK/b710=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig -complete -installsuffix shared -buildid A-qx5VJuXLEkFXdcE4hZ/A-qx5VJuXLEkFXdcE4hZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig/certpool_go17.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig/config_client_ciphers.go github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift mkdir -p $WORK/b839/ cat >/tmp/go-build3413775437/b324/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/ipv4=github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4 importmap golang.org/x/net/ipv6=github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6 importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build3413775437/b091/_pkg_.a packagefile crypto/ed25519=/tmp/go-build3413775437/b099/_pkg_.a packagefile crypto/elliptic=/tmp/go-build3413775437/b092/_pkg_.a packagefile crypto/hmac=/tmp/go-build3413775437/b101/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile crypto/sha1=/tmp/go-build3413775437/b105/_pkg_.a packagefile crypto/sha256=/tmp/go-build3413775437/b106/_pkg_.a packagefile crypto/sha512=/tmp/go-build3413775437/b095/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/asn1=/tmp/go-build3413775437/b097/_pkg_.a packagefile encoding/base32=/tmp/go-build3413775437/b325/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4=/tmp/go-build3413775437/b326/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6=/tmp/go-build3413775437/b330/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b839/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/zlib=/tmp/go-build3413775437/b840/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b324/_pkg_.a -trimpath "$WORK/b324=>" -p github.com/prometheus/prometheus/vendor/github.com/miekg/dns -complete -installsuffix shared -buildid jxv-8zNvHUddL5LeExut/jxv-8zNvHUddL5LeExut -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/acceptfunc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/clientconfig.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/dane.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/dns.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/dnssec.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/dnssec_keygen.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/dnssec_keyscan.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/dnssec_privkey.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/duplicate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/edns.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/format.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/generate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/labels.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/listen_reuseport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/msg.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/msg_helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/msg_truncate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/nsecx.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/privaterr.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/reverse.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/sanitize.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/scan.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/scan_rr.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/serve_mux.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/server.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/sig0.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/singleinflight.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/smimea.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/svcb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/tlsa.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/tsig.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/udp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/version.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/xfr.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/zduplicate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/zmsg.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/ztypes.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b839/_pkg_.a -trimpath "$WORK/b839=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift -complete -installsuffix shared -buildid iUEm7hgfjZWBm6GRx_xn/iUEm7hgfjZWBm6GRx_xn -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b839/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/application_exception.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/binary_protocol.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/compact_protocol.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/configuration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/exception.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/header_context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/header_protocol.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/header_transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/memory_buffer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/messagetype.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/numeric.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/processor_factory.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/protocol.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/protocol_exception.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/protocol_factory.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/response_helper.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/rich_transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/serializer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/server_transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/simple_json_protocol.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/simple_server.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/transport_exception.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/transport_factory.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/type.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b171/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b313/_pkg_.a # internal cp $WORK/b313/_pkg_.a /builddir/.cache/go-build/71/7112b34816bca8a45ddfa47054f8816670aba27e8d5285de8496190c0061037e-d # internal cp $WORK/b171/_pkg_.a /builddir/.cache/go-build/78/784a3ee4ce1ac60c1c7d7c39ddc875bb39c3c221538403fbe6f24a702cc5d4f8-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filetype mkdir -p $WORK/b170/ cat >/tmp/go-build3413775437/b170/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/descopts=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts importmap google.golang.org/protobuf/internal/filedesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc importmap google.golang.org/protobuf/internal/impl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts=/tmp/go-build3413775437/b167/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build3413775437/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl=/tmp/go-build3413775437/b171/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3413775437/b161/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b170/_pkg_.a -trimpath "$WORK/b170=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filetype -complete -installsuffix shared -buildid ZQi3QyOd-g0UNL750xSi/ZQi3QyOd-g0UNL750xSi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filetype/build.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b424/_pkg_.a # internal cp $WORK/b424/_pkg_.a /builddir/.cache/go-build/af/affb76d05de5a8735376566f1b5204d7ab776d869234e63816174a31bef50774-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b710/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b366/_pkg_.a # internal cp $WORK/b710/_pkg_.a /builddir/.cache/go-build/64/648df5cc86e0c30a3e4dc37095d00f640a5aa945a0cd0c6422e7aec13d3f5e12-d # internal cp $WORK/b366/_pkg_.a /builddir/.cache/go-build/d5/d5c0de2b676cd48db188ef6cac8c7696b1ef08af1467a1a64d418b4111f30ce8-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b139/_pkg_.a # internal cp $WORK/b139/_pkg_.a /builddir/.cache/go-build/39/3990b7307be9281fdfd99430308f3faf6dc8ddffc75018a8dd17d2b954e8581a-d # internal net/http mkdir -p $WORK/b068/ cat >/tmp/go-build3413775437/b068/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile container/list=/tmp/go-build3413775437/b073/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3413775437/b127/_pkg_.a packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3413775437/b134/_pkg_.a packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3413775437/b135/_pkg_.a packagefile vendor/golang.org/x/net/idna=/tmp/go-build3413775437/b128/_pkg_.a packagefile internal/godebug=/tmp/go-build3413775437/b064/_pkg_.a packagefile internal/safefilepath=/tmp/go-build3413775437/b040/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/fs=/tmp/go-build3413775437/b043/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile mime=/tmp/go-build3413775437/b136/_pkg_.a packagefile mime/multipart=/tmp/go-build3413775437/b137/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http/httptrace=/tmp/go-build3413775437/b139/_pkg_.a packagefile net/http/internal=/tmp/go-build3413775437/b140/_pkg_.a packagefile net/http/internal/ascii=/tmp/go-build3413775437/b141/_pkg_.a packagefile net/textproto=/tmp/go-build3413775437/b133/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "$WORK/b068=>" -p net/http -std -complete -installsuffix shared -buildid iFdDe8Y-pwsxzBRZP3tb/iFdDe8Y-pwsxzBRZP3tb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /usr/lib/golang/src/net/http/client.go /usr/lib/golang/src/net/http/clone.go /usr/lib/golang/src/net/http/cookie.go /usr/lib/golang/src/net/http/doc.go /usr/lib/golang/src/net/http/filetransport.go /usr/lib/golang/src/net/http/fs.go /usr/lib/golang/src/net/http/h2_bundle.go /usr/lib/golang/src/net/http/h2_error.go /usr/lib/golang/src/net/http/header.go /usr/lib/golang/src/net/http/http.go /usr/lib/golang/src/net/http/jar.go /usr/lib/golang/src/net/http/method.go /usr/lib/golang/src/net/http/request.go /usr/lib/golang/src/net/http/response.go /usr/lib/golang/src/net/http/responsecontroller.go /usr/lib/golang/src/net/http/roundtrip.go /usr/lib/golang/src/net/http/server.go /usr/lib/golang/src/net/http/sniff.go /usr/lib/golang/src/net/http/socks_bundle.go /usr/lib/golang/src/net/http/status.go /usr/lib/golang/src/net/http/transfer.go /usr/lib/golang/src/net/http/transport.go /usr/lib/golang/src/net/http/transport_default_other.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b559/_pkg_.a # internal cp $WORK/b559/_pkg_.a /builddir/.cache/go-build/43/43e44d84aec89e5cde98e7d7346091247d204ecf8ddb9aba26fa3191b91a770c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b170/_pkg_.a # internal cp $WORK/b170/_pkg_.a /builddir/.cache/go-build/ba/ba7fb51ed64cc65e504b4048ab4a60b4cb011436be712fb03b7f87a8fa6c5f7d-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl mkdir -p $WORK/b169/ cat >/tmp/go-build3413775437/b169/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/filedesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc importmap google.golang.org/protobuf/internal/filetype=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filetype importmap google.golang.org/protobuf/internal/impl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl importmap google.golang.org/protobuf/internal/version=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/version packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build3413775437/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filetype=/tmp/go-build3413775437/b170/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl=/tmp/go-build3413775437/b171/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/version=/tmp/go-build3413775437/b173/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "$WORK/b169=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl -complete -installsuffix shared -buildid zpd676fPX8o_qK407NxE/zpd676fPX8o_qK407NxE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl/impl.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl/version.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b169/_pkg_.a # internal cp $WORK/b169/_pkg_.a /builddir/.cache/go-build/d9/d9a2d610eae5d6347b740435c48364141dbb3edfda3dcddc6bc6613418d62d10-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb mkdir -p $WORK/b178/ github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/code mkdir -p $WORK/b350/ cat >/tmp/go-build3413775437/b178/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/wrapperspb mkdir -p $WORK/b755/ cat >/tmp/go-build3413775437/b350/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b178/_pkg_.a -trimpath "$WORK/b178=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb -complete -installsuffix shared -buildid RLvf1KXPZkeMhPgeCZAa/RLvf1KXPZkeMhPgeCZAa -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb/duration.pb.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b350/_pkg_.a -trimpath "$WORK/b350=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/code -complete -installsuffix shared -buildid V3VRcI5ctPTCzC_1DkHC/V3VRcI5ctPTCzC_1DkHC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/code/code.pb.go github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/structpb mkdir -p $WORK/b757/ cat >/tmp/go-build3413775437/b755/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF mkdir -p $WORK/b180/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b755/_pkg_.a -trimpath "$WORK/b755=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/wrapperspb -complete -installsuffix shared -buildid eMeOJuDvhbRlF6kAlpwI/eMeOJuDvhbRlF6kAlpwI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b755/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/wrapperspb/wrappers.pb.go cat >/tmp/go-build3413775437/b757/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protojson=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson=/tmp/go-build3413775437/b356/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b757/_pkg_.a -trimpath "$WORK/b757=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/structpb -complete -installsuffix shared -buildid HZO-ul67z--Azs9R8pCf/HZO-ul67z--Azs9R8pCf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b757/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/structpb/struct.pb.go cat >/tmp/go-build3413775437/b180/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/emptypb mkdir -p $WORK/b758/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b180/_pkg_.a -trimpath "$WORK/b180=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb -complete -installsuffix shared -buildid JkaTQFE5IcwM7ddcY1JB/JkaTQFE5IcwM7ddcY1JB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb/timestamp.pb.go cat >/tmp/go-build3413775437/b758/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF mkdir -p $WORK/b168/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b758/_pkg_.a -trimpath "$WORK/b758=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/emptypb -complete -installsuffix shared -buildid KndQmdLCynqyW9mMXK13/KndQmdLCynqyW9mMXK13 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b758/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/emptypb/empty.pb.go cat >/tmp/go-build3413775437/b168/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b168/_pkg_.a -trimpath "$WORK/b168=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb -complete -installsuffix shared -buildid e9BPbdmuEaB7AoLHIufB/e9BPbdmuEaB7AoLHIufB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb/descriptor.pb.go mkdir -p $WORK/b176/ cat >/tmp/go-build3413775437/b176/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build3413775437/b160/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3413775437/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b176/_pkg_.a -trimpath "$WORK/b176=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb -complete -installsuffix shared -buildid zSNFM39kYFveuHMdpP1Z/zSNFM39kYFveuHMdpP1Z -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb/any.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b350/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b178/_pkg_.a # internal cp $WORK/b350/_pkg_.a /builddir/.cache/go-build/cc/cc4724e330cbd2c1b14ff6939dc626f3b2486c33234f2ed08bcc96a27db50598-d # internal cp $WORK/b178/_pkg_.a /builddir/.cache/go-build/b1/b1d0071ccf99ae54a0ae62b73d7fccc26c12dcf608a56d4641b6fe7702496a3b-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration mkdir -p $WORK/b177/ github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/errdetails mkdir -p $WORK/b351/ cat >/tmp/go-build3413775437/b177/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/durationpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3413775437/b178/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b177/_pkg_.a -trimpath "$WORK/b177=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration -complete -installsuffix shared -buildid BRirTjWyq-4ec5B1D_tZ/BRirTjWyq-4ec5B1D_tZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go cat >/tmp/go-build3413775437/b351/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/durationpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3413775437/b178/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b351/_pkg_.a -trimpath "$WORK/b351=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/errdetails -complete -installsuffix shared -buildid cWj_Azl7c11B4n-ONBJ_/cWj_Azl7c11B4n-ONBJ_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/errdetails/error_details.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b176/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b758/_pkg_.a # internal cp $WORK/b758/_pkg_.a /builddir/.cache/go-build/d6/d6037ef57e544182e17c4725ffeda8c32ac4c247ef0400d5c0d75e51787d6e75-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b180/_pkg_.a # internal cp $WORK/b176/_pkg_.a /builddir/.cache/go-build/44/440ae44c2b6635489bc56a475e338e37f5735c19c379132d7ecb182411e5e3b7-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any mkdir -p $WORK/b175/ github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status mkdir -p $WORK/b353/ cat >/tmp/go-build3413775437/b175/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b175/_pkg_.a -trimpath "$WORK/b175=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any -complete -installsuffix shared -buildid 6H-EhzBQheiXKpAFv2Bw/6H-EhzBQheiXKpAFv2Bw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any/any.pb.go mkdir -p $WORK/b349/ cat >/tmp/go-build3413775437/b353/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b353/_pkg_.a -trimpath "$WORK/b353=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status -complete -installsuffix shared -buildid 2Bg08BpHr4ypI4UOspUy/2Bg08BpHr4ypI4UOspUy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status/status.pb.go cat >/tmp/go-build3413775437/b349/importcfg << 'EOF' # internal # import config importmap google.golang.org/genproto/googleapis/rpc/code=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/code importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build3413775437/b350/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b349/_pkg_.a -trimpath "$WORK/b349=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto -complete -installsuffix shared -buildid qpwFcqb2cNoIiU_8-Jcg/qpwFcqb2cNoIiU_8-Jcg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/error.pb.go cp $WORK/b180/_pkg_.a /builddir/.cache/go-build/b0/b0474ae1f32919182e52f0834bf58ef42d479cbc5ff46972864f421c638761f0-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp mkdir -p $WORK/b179/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b755/_pkg_.a # internal cat >/tmp/go-build3413775437/b179/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/timestamppb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3413775437/b180/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "$WORK/b179=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp -complete -installsuffix shared -buildid x4uQedPDm0GNR_uzp47k/x4uQedPDm0GNR_uzp47k -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go cp $WORK/b755/_pkg_.a /builddir/.cache/go-build/c5/c53a61ab6da01764dbab524ba74c116d9491161e6f739118342db78fa54e040e-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers mkdir -p $WORK/b754/ cat >/tmp/go-build3413775437/b754/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/wrapperspb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/wrapperspb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3413775437/b755/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b754/_pkg_.a -trimpath "$WORK/b754=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers -complete -installsuffix shared -buildid nV2UHv8FI4e2Pg0fE7bs/nV2UHv8FI4e2Pg0fE7bs -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b754/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b757/_pkg_.a # internal cp $WORK/b757/_pkg_.a /builddir/.cache/go-build/f8/f82502779b4ef792fef9055fe2ad92d2eb4023aa0bba837893567b219aa02884-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/struct mkdir -p $WORK/b756/ cat >/tmp/go-build3413775437/b756/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/structpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/structpb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/structpb=/tmp/go-build3413775437/b757/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b756/_pkg_.a -trimpath "$WORK/b756=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/struct -complete -installsuffix shared -buildid 10Osy_wLepAgfWBvZy0X/10Osy_wLepAgfWBvZy0X -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b756/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/struct/struct.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b177/_pkg_.a # internal cp $WORK/b177/_pkg_.a /builddir/.cache/go-build/e2/e227614bc240f63fe3826e051efdc1d06357b7bc3552e3f6ee40b225f8bffe6c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b179/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b175/_pkg_.a # internal cp $WORK/b179/_pkg_.a /builddir/.cache/go-build/a9/a90fc295321d2da6292c853e23d0f64d3943aff1b098cfe47fe37a0b5bbbe11a-d # internal cp $WORK/b175/_pkg_.a /builddir/.cache/go-build/33/338fac6d463877ab350d2b456d60c3641db0735755cb25deab06859567e3e339-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b353/_pkg_.a # internal cp $WORK/b353/_pkg_.a /builddir/.cache/go-build/bf/bf682135cf2948980f20bdb3f98db6b4839204001cf768bb7ee8d974e99e25d2-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b754/_pkg_.a # internal cp $WORK/b754/_pkg_.a /builddir/.cache/go-build/a6/a63d15cd4251b165e7bcfee7ad3bbc766583489ca61211c28add0e7a383d9076-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b349/_pkg_.a # internal cp $WORK/b349/_pkg_.a /builddir/.cache/go-build/77/770e400bbc9f31ffccfbdc3882d9622b6043e066a13e84bb43f9b64eeb6cf745-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b756/_pkg_.a # internal cp $WORK/b756/_pkg_.a /builddir/.cache/go-build/19/195cd45a07842c9fc2d970cc83148c8b8564066b0964f145a7c9a5f09f10e1e6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b351/_pkg_.a # internal cp $WORK/b351/_pkg_.a /builddir/.cache/go-build/6a/6a33a89a4886d533b9109944cb7872fabe8d65a7f9ddde073c1833ce2bd67ab3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b168/_pkg_.a # internal cp $WORK/b168/_pkg_.a /builddir/.cache/go-build/bf/bfde8af310ce80f9a638918a5231a877efb4fa63ee2a0cce5690698232528ae4-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc mkdir -p $WORK/b163/ github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate mkdir -p $WORK/b750/ cat >/tmp/go-build3413775437/b163/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/encoding/defval=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/filedesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/internal/genid=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry importmap google.golang.org/protobuf/types/descriptorpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build3413775437/b146/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3413775437/b164/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build3413775437/b147/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build3413775437/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build3413775437/b154/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build3413775437/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build3413775437/b152/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build3413775437/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build3413775437/b160/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3413775437/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3413775437/b168/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a EOF github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b163/_pkg_.a -trimpath "$WORK/b163=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc -complete -installsuffix shared -buildid 59wjjs5TVsWDMXYP3XHG/59wjjs5TVsWDMXYP3XHG -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc/desc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc/desc_init.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc/desc_resolve.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc/desc_validate.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc/proto.go mkdir -p $WORK/b761/ cat >/tmp/go-build3413775437/b750/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/descriptorpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb importmap google.golang.org/protobuf/types/known/durationpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb importmap google.golang.org/protobuf/types/known/timestamppb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3413775437/b168/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3413775437/b178/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3413775437/b180/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b750/_pkg_.a -trimpath "$WORK/b750=>" -p github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate -complete -installsuffix shared -buildid gvjv3_9MtHhk8wL0DELG/gvjv3_9MtHhk8wL0DELG -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b750/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate/validate.pb.go cat >/tmp/go-build3413775437/b761/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/descriptorpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3413775437/b168/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b761/_pkg_.a -trimpath "$WORK/b761=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations -complete -installsuffix shared -buildid afvwOqUVVR_7nOXV3zt1/afvwOqUVVR_7nOXV3zt1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations/annotations.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations/client.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations/field_behavior.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations/http.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations/resource.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations/routing.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b839/_pkg_.a # internal cp $WORK/b839/_pkg_.a /builddir/.cache/go-build/54/5460a80ea287528ff8924c92a6d9a6c6498702b2ca6170bd9aabccde501c268e-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling mkdir -p $WORK/b843/ github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage mkdir -p $WORK/b884/ mkdir -p $WORK/b842/ cat >/tmp/go-build3413775437/b843/importcfg << 'EOF' # internal # import config importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile database/sql/driver=/tmp/go-build3413775437/b769/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build3413775437/b839/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b884/importcfg << 'EOF' # internal # import config importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build3413775437/b839/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b843/_pkg_.a -trimpath "$WORK/b843=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling -complete -installsuffix shared -buildid sL1yaIZlWIzmFlKSjP20/sL1yaIZlWIzmFlKSjP20 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b843/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/GoUnusedProtection__.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/sampling-consts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/sampling.go mkdir -p $WORK/b844/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b884/_pkg_.a -trimpath "$WORK/b884=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage -complete -installsuffix shared -buildid s-2ZuuWUB2UVQQHskx_g/s-2ZuuWUB2UVQQHskx_g -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b884/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/GoUnusedProtection__.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/baggage-consts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/baggage.go cat >/tmp/go-build3413775437/b842/importcfg << 'EOF' # internal # import config importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile database/sql/driver=/tmp/go-build3413775437/b769/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build3413775437/b839/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b842/_pkg_.a -trimpath "$WORK/b842=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger -complete -installsuffix shared -buildid 1Mr8QXXkdD3ZNRz0HE_F/1Mr8QXXkdD3ZNRz0HE_F -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b842/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/GoUnusedProtection__.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/jaeger-consts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/jaeger.go cat >/tmp/go-build3413775437/b844/importcfg << 'EOF' # internal # import config importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile database/sql/driver=/tmp/go-build3413775437/b769/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build3413775437/b839/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b844/_pkg_.a -trimpath "$WORK/b844=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore -complete -installsuffix shared -buildid 3QmDL9GcUIbZyatZnBNZ/3QmDL9GcUIbZyatZnBNZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b844/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/GoUnusedProtection__.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincore-consts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincore.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b761/_pkg_.a # internal cp $WORK/b761/_pkg_.a /builddir/.cache/go-build/59/59d1ac1dd3b0eeb2ce69587324403a8812a4bfb3aa042998e2676a170ab8470b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b242/_pkg_.a # internal cp $WORK/b242/_pkg_.a /builddir/.cache/go-build/9a/9a3b1ac9217e24a741b0c9736f99a3f50d16ab6e75eb818e6ddf8a4dc876668d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b884/_pkg_.a # internal cp $WORK/b884/_pkg_.a /builddir/.cache/go-build/33/334829b5dc7454b209187610b73b5e052d86cd1f313d3b9e1baf544253cee9e3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b750/_pkg_.a # internal cp $WORK/b750/_pkg_.a /builddir/.cache/go-build/b3/b3b70babe3e73df66f5889b300653c5f3f4f3e483c2b7793b3fd6decf652e1df-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b163/_pkg_.a # internal cp $WORK/b163/_pkg_.a /builddir/.cache/go-build/45/452fe9694ca4242d8dbc11526dff846b4f93fd1f1fcaa161d4467053dcf842b1-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto mkdir -p $WORK/b144/ cat >/tmp/go-build3413775437/b144/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/prototext=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protodesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry importmap google.golang.org/protobuf/runtime/protoiface=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext=/tmp/go-build3413775437/b145/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build3413775437/b146/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build3413775437/b160/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc=/tmp/go-build3413775437/b163/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3413775437/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3413775437/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b144/_pkg_.a -trimpath "$WORK/b144=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto -complete -installsuffix shared -buildid 0nzttuBjIz1hLxlFN0kT/0nzttuBjIz1hLxlFN0kT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/buffer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/deprecated.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/discard.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/extensions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/properties.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/proto.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/registry.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/text_decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/text_encode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/wire.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/wrappers.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b843/_pkg_.a # internal cp $WORK/b843/_pkg_.a /builddir/.cache/go-build/c0/c08cbc567443448bf38f7862a3522d4315e355ce07224e875162ba8a1e7858f7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b844/_pkg_.a # internal cp $WORK/b844/_pkg_.a /builddir/.cache/go-build/cf/cfaab367cf9eb17b22ef0c88c7f2c8c29c1a620c9c25371cc61d67b0cd825095-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b842/_pkg_.a # internal cp $WORK/b842/_pkg_.a /builddir/.cache/go-build/1b/1b0964de12b944345e7098f8c1dad4dbeeea87440ef57d9ffddd8c2416ad78e1-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent mkdir -p $WORK/b846/ cat >/tmp/go-build3413775437/b846/importcfg << 'EOF' # internal # import config importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift importmap github.com/uber/jaeger-client-go/thrift-gen/jaeger=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger importmap github.com/uber/jaeger-client-go/thrift-gen/zipkincore=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build3413775437/b839/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger=/tmp/go-build3413775437/b842/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore=/tmp/go-build3413775437/b844/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b846/_pkg_.a -trimpath "$WORK/b846=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent -complete -installsuffix shared -buildid 5yZNOuHDw3eVMu_7XR06/5yZNOuHDw3eVMu_7XR06 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b846/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/GoUnusedProtection__.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/agent-consts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/agent.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b846/_pkg_.a # internal cp $WORK/b846/_pkg_.a /builddir/.cache/go-build/8d/8dcfd216f5742f50fb09960b791538e715f6392b0f2dd5f51891f1c0949f78f3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b144/_pkg_.a # internal cp $WORK/b144/_pkg_.a /builddir/.cache/go-build/6c/6cc39c4b0e23a09beb413846a8c55d3d1c4ad43ff7756157b5eadc7521945c30-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go mkdir -p $WORK/b182/ github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil mkdir -p $WORK/b184/ github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/proto cat >/tmp/go-build3413775437/b182/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/timestamp=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp=/tmp/go-build3413775437/b179/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a EOF mkdir -p $WORK/b364/ cat >/tmp/go-build3413775437/b184/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b182/_pkg_.a -trimpath "$WORK/b182=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go -complete -installsuffix shared -buildid thfMc6HoYRGETsy7CZ81/thfMc6HoYRGETsy7CZ81 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go/metrics.pb.go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1 cat >/tmp/go-build3413775437/b364/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap google.golang.org/grpc/attributes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes importmap google.golang.org/grpc/internal/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes=/tmp/go-build3413775437/b365/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials=/tmp/go-build3413775437/b366/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b184/_pkg_.a -trimpath "$WORK/b184=>" -p github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil -complete -installsuffix shared -buildid UmmA-iLYTpePZvKcg_k_/UmmA-iLYTpePZvKcg_k_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go mkdir -p $WORK/b379/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b364/_pkg_.a -trimpath "$WORK/b364=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials -complete -installsuffix shared -buildid L2rqxzceYjOCzpJDFUj_/L2rqxzceYjOCzpJDFUj_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials/credentials.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials/go12.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials/tls.go github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3 mkdir -p $WORK/b748/ cat >/tmp/go-build3413775437/b379/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/durationpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb importmap google.golang.org/protobuf/types/known/timestamppb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3413775437/b178/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3413775437/b180/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b379/_pkg_.a -trimpath "$WORK/b379=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1 -complete -installsuffix shared -buildid -b4BAiTvBNrx7dV2e3BC/-b4BAiTvBNrx7dV2e3BC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1/binarylog.pb.go github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations mkdir -p $WORK/b746/ cat >/tmp/go-build3413775437/b748/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/descriptorpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3413775437/b168/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/mail=/tmp/go-build3413775437/b747/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b748/_pkg_.a -trimpath "$WORK/b748=>" -p github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3 -complete -installsuffix shared -buildid cQALZJvyxyWYPXu9B-9F/cQALZJvyxyWYPXu9B-9F -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b748/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3/status.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3/status.pb.validate.go mkdir -p $WORK/b375/ github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations cat >/tmp/go-build3413775437/b746/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/descriptorpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3413775437/b168/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/mail=/tmp/go-build3413775437/b747/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF cat >/tmp/go-build3413775437/b375/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap google.golang.org/grpc/encoding=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding=/tmp/go-build3413775437/b374/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b375/_pkg_.a -trimpath "$WORK/b375=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/proto -complete -installsuffix shared -buildid F8dk-JyRI38wJMi5AUjr/F8dk-JyRI38wJMi5AUjr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/proto/proto.go mkdir -p $WORK/b751/ mkdir -p $WORK/b174/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b746/_pkg_.a -trimpath "$WORK/b746=>" -p github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations -complete -installsuffix shared -buildid pWxoEmbMeLszNJgin6CM/pWxoEmbMeLszNJgin6CM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b746/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/migrate.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/migrate.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/security.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/security.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/sensitive.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/sensitive.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/status.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/status.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/versioning.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/versioning.pb.validate.go cat >/tmp/go-build3413775437/b751/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/descriptorpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3413775437/b168/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/mail=/tmp/go-build3413775437/b747/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF cat >/tmp/go-build3413775437/b174/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/any=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any importmap github.com/golang/protobuf/ptypes/duration=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration importmap github.com/golang/protobuf/ptypes/timestamp=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any=/tmp/go-build3413775437/b175/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration=/tmp/go-build3413775437/b177/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp=/tmp/go-build3413775437/b179/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3413775437/b161/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b751/_pkg_.a -trimpath "$WORK/b751=>" -p github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations -complete -installsuffix shared -buildid -ltDiH-LNR88H4Q3tn9t/-ltDiH-LNR88H4Q3tn9t -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b751/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/deprecation.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/deprecation.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/resource.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/resource.pb.validate.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b174/_pkg_.a -trimpath "$WORK/b174=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes -complete -installsuffix shared -buildid aMpMzspk_bQwDNNO5xmN/aMpMzspk_bQwDNNO5xmN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b184/_pkg_.a # internal cp $WORK/b184/_pkg_.a /builddir/.cache/go-build/e7/e732c9627133ca3ecf9bf7354e8755f3275ea5967b4cd547f6c0f1e7f1a083b4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b375/_pkg_.a # internal cp $WORK/b375/_pkg_.a /builddir/.cache/go-build/f8/f84935bc91182fa3a5b59e6351a2534eb01f3605c79956b2fc7f378e03319ac8-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b751/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b364/_pkg_.a # internal cp $WORK/b751/_pkg_.a /builddir/.cache/go-build/16/16db6d788e4300ffbda78f1f461c3b91f6fe182d5f6a28a345a22a5a39b6c06f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b174/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b379/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b748/_pkg_.a # internal cp $WORK/b364/_pkg_.a /builddir/.cache/go-build/6c/6ce5fc5da790a8ce41c278db0a088c3276ab9089f42e9bb8c2b026a8ed50d932-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver mkdir -p $WORK/b368/ github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b182/_pkg_.a # internal mkdir -p $WORK/b396/ cat >/tmp/go-build3413775437/b368/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/attributes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes importmap google.golang.org/grpc/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials importmap google.golang.org/grpc/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes=/tmp/go-build3413775437/b365/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build3413775437/b364/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build3413775437/b369/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a EOF github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b368/_pkg_.a -trimpath "$WORK/b368=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver -complete -installsuffix shared -buildid KVdceekltNJoM16Ptd9g/KVdceekltNJoM16Ptd9g -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver/resolver.go mkdir -p $WORK/b382/ cat >/tmp/go-build3413775437/b396/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build3413775437/b364/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b396/_pkg_.a -trimpath "$WORK/b396=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer -complete -installsuffix shared -buildid yqjWuD6PQxdFu6SEquXU/yqjWuD6PQxdFu6SEquXU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b396/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer/peer.go cat >/tmp/go-build3413775437/b382/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix importmap google.golang.org/grpc/connectivity=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity importmap google.golang.org/grpc/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity=/tmp/go-build3413775437/b361/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build3413775437/b364/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build3413775437/b362/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b382/_pkg_.a -trimpath "$WORK/b382=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz -complete -installsuffix shared -buildid o2WdJSWNlnxaNjI_Ls8h/o2WdJSWNlnxaNjI_Ls8h -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz/funcs.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz/logging.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz/types.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz/types_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz/util_linux.go cp $WORK/b174/_pkg_.a /builddir/.cache/go-build/de/de72d23ed62ad5dfaa8954580a58b864c3fae9b0ccfbb0397ebf33fc7bd34f40-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/status mkdir -p $WORK/b355/ cat >/tmp/go-build3413775437/b355/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes importmap google.golang.org/genproto/googleapis/rpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes=/tmp/go-build3413775437/b174/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3413775437/b353/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build3413775437/b354/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions mkdir -p $WORK/b484/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b355/_pkg_.a -trimpath "$WORK/b355=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/status -complete -installsuffix shared -buildid cIHENQKcKlZwpz-4g3JN/cIHENQKcKlZwpz-4g3JN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/status/status.go cp $WORK/b748/_pkg_.a /builddir/.cache/go-build/97/97db9816aa853281d96408994ade73fb7cc7f162dbb2b051c2a8013e68dd3604-d # internal cat >/tmp/go-build3413775437/b484/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes=/tmp/go-build3413775437/b174/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b484/_pkg_.a -trimpath "$WORK/b484=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions -complete -installsuffix shared -buildid KRUOwmX4fCgPLqI-GAje/KRUOwmX4fCgPLqI-GAje -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions/extension.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions/extensions.go cp $WORK/b379/_pkg_.a /builddir/.cache/go-build/82/82ceeff9beb676478c43e122d910d0ad77e8c13d6062f3b17568d8bc76978e69-d # internal cp $WORK/b182/_pkg_.a /builddir/.cache/go-build/2f/2ffa4357889b559dba28bfda2db17ba712ba7c5563fc61ebb2686e885c85f39b-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal mkdir -p $WORK/b181/ cat >/tmp/go-build3413775437/b181/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_model/go=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build3413775437/b182/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b181/_pkg_.a -trimpath "$WORK/b181=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal -complete -installsuffix shared -buildid tzAFDqodgX7LmcXw3rtB/tzAFDqodgX7LmcXw3rtB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal/metric.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b746/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b396/_pkg_.a # internal cp $WORK/b396/_pkg_.a /builddir/.cache/go-build/d2/d25bdd6fad1bc79b4926c9b83a829a2246180454b0b1d84810628285bcf0f94d-d # internal cp $WORK/b746/_pkg_.a /builddir/.cache/go-build/b5/b58df0ed75caa878cbbc1aea8c8b2ced63fc5599bf9a7cceac17e74888062f5e-d # internal github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3 mkdir -p $WORK/b753/ github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3 mkdir -p $WORK/b749/ cat >/tmp/go-build3413775437/b753/importcfg << 'EOF' # internal # import config importmap github.com/cncf/xds/go/udpa/annotations=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations importmap github.com/envoyproxy/protoc-gen-validate/validate=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/duration=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration importmap github.com/golang/protobuf/ptypes/wrappers=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3413775437/b746/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3413775437/b750/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration=/tmp/go-build3413775437/b177/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers=/tmp/go-build3413775437/b754/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/mail=/tmp/go-build3413775437/b747/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b753/_pkg_.a -trimpath "$WORK/b753=>" -p github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3 -complete -installsuffix shared -buildid h-mKNhWtm4zfRxJCG3tp/h-mKNhWtm4zfRxJCG3tp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b753/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/hash_policy.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/hash_policy.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http_status.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http_status.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/percent.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/percent.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/range.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/range.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/ratelimit_unit.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/ratelimit_unit.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/semantic_version.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/semantic_version.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/token_bucket.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/token_bucket.pb.validate.go cat >/tmp/go-build3413775437/b749/importcfg << 'EOF' # internal # import config importmap github.com/cncf/xds/go/udpa/annotations=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations importmap github.com/envoyproxy/protoc-gen-validate/validate=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/any=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3413775437/b746/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3413775437/b750/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any=/tmp/go-build3413775437/b175/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/mail=/tmp/go-build3413775437/b747/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b749/_pkg_.a -trimpath "$WORK/b749=>" -p github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3 -complete -installsuffix shared -buildid iSqYY0RuP-9YojIb1YmC/iSqYY0RuP-9YojIb1YmC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b749/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/authority.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/authority.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/collection_entry.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/collection_entry.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/context_params.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/context_params.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/extension.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/extension.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/resource.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/resource.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/resource_locator.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/resource_locator.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/resource_name.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/resource_name.pb.validate.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b368/_pkg_.a # internal cp $WORK/b368/_pkg_.a /builddir/.cache/go-build/d8/d8020f600dad93f5f07a2994ce4dd5cc14ac5a5bc596e4696df84b3663fe7ab8-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal mkdir -p $WORK/b367/ cat >/tmp/go-build3413775437/b367/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/attributes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes importmap google.golang.org/grpc/connectivity=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver importmap google.golang.org/grpc/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes=/tmp/go-build3413775437/b365/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity=/tmp/go-build3413775437/b361/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build3413775437/b369/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b367/_pkg_.a -trimpath "$WORK/b367=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal -complete -installsuffix shared -buildid V9qXrTx6Jgmrf95Jz5JR/V9qXrTx6Jgmrf95Jz5JR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/internal.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/xds_handshake_cluster.go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/grpclb/state mkdir -p $WORK/b388/ github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/metadata github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/passthrough github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil mkdir -p $WORK/b380/ cat >/tmp/go-build3413775437/b388/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a EOF mkdir -p $WORK/b391/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b388/_pkg_.a -trimpath "$WORK/b388=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/grpclb/state -complete -installsuffix shared -buildid dTU0cLFVxPHPD9l-KNKX/dTU0cLFVxPHPD9l-KNKX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/grpclb/state/state.go cat >/tmp/go-build3413775437/b380/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build3413775437/b370/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF mkdir -p $WORK/b393/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b380/_pkg_.a -trimpath "$WORK/b380=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil -complete -installsuffix shared -buildid TDRumri8bO0Yj1_g6hHI/TDRumri8bO0Yj1_g6hHI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil/encode_duration.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil/metadata.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil/method.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil/target.go mkdir -p $WORK/b389/ cat >/tmp/go-build3413775437/b393/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build3413775437/b370/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b393/_pkg_.a -trimpath "$WORK/b393=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/metadata -complete -installsuffix shared -buildid ZIZ1Wq0zKiinpaZ24P-s/ZIZ1Wq0zKiinpaZ24P-s -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/metadata/metadata.go cat >/tmp/go-build3413775437/b389/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a EOF cat >/tmp/go-build3413775437/b391/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b389/_pkg_.a -trimpath "$WORK/b389=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/passthrough -complete -installsuffix shared -buildid mkYHvHb4Zl-TDE_igEiE/mkYHvHb4Zl-TDE_igEiE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/passthrough/passthrough.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b391/_pkg_.a -trimpath "$WORK/b391=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype -complete -installsuffix shared -buildid u8Sirg0cnjPgpRMXXgvT/u8Sirg0cnjPgpRMXXgvT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype/networktype.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b355/_pkg_.a # internal cp $WORK/b355/_pkg_.a /builddir/.cache/go-build/56/562bccc99a134554af1655ac0e5dfc504a38d8369711b94fab9a9926d95182f4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b181/_pkg_.a # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status mkdir -p $WORK/b352/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b388/_pkg_.a # internal cat >/tmp/go-build3413775437/b352/importcfg << 'EOF' # internal # import config importmap google.golang.org/genproto/googleapis/rpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/internal/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/status packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3413775437/b353/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build3413775437/b354/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/status=/tmp/go-build3413775437/b355/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b352/_pkg_.a -trimpath "$WORK/b352=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status -complete -installsuffix shared -buildid fidcxyuaZFz2AA3N1Uvt/fidcxyuaZFz2AA3N1Uvt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status/status.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b393/_pkg_.a # internal cp $WORK/b388/_pkg_.a /builddir/.cache/go-build/60/60a3322b987d47b1c2e8f855750ee5f828605f2dbea546b0bc6126ca984364a4-d # internal cp $WORK/b393/_pkg_.a /builddir/.cache/go-build/98/98248d41017cb69cb8fa7f6fc5606d67cf3ee65584b89a5c638ffa2abbca4713-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns cp $WORK/b181/_pkg_.a /builddir/.cache/go-build/64/641a7a18622d6d45a0ac38680fc07ab39ca7ad7ada81d4e601b5fdd94e9772af-d # internal mkdir -p $WORK/b387/ cat >/tmp/go-build3413775437/b387/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/balancer/grpclb/state=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/grpclb/state importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/internal/backoff=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff importmap google.golang.org/grpc/internal/envconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig importmap google.golang.org/grpc/internal/grpcrand=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver importmap google.golang.org/grpc/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3413775437/b388/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build3413775437/b362/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff=/tmp/go-build3413775437/b376/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig=/tmp/go-build3413775437/b383/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand=/tmp/go-build3413775437/b373/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build3413775437/b369/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b387/_pkg_.a -trimpath "$WORK/b387=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns -complete -installsuffix shared -buildid BhnKq6C9jCGf9UJb9j1K/BhnKq6C9jCGf9UJb9j1K -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns/dns_resolver.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns/go113.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b391/_pkg_.a # internal cp $WORK/b391/_pkg_.a /builddir/.cache/go-build/5e/5ec4c1a97f770a0991011c553b0bcf3cb2e067a7712e838465081cb0894732bf-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/unix mkdir -p $WORK/b390/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b367/_pkg_.a # internal cat >/tmp/go-build3413775437/b390/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/internal/transport/networktype=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3413775437/b391/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b390/_pkg_.a -trimpath "$WORK/b390=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/unix -complete -installsuffix shared -buildid FCtt8B9VW8EAqtdpjn9H/FCtt8B9VW8EAqtdpjn9H -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/unix/unix.go cp $WORK/b367/_pkg_.a /builddir/.cache/go-build/3a/3a15b30b316b30886a6a645acbfb8fbc1dd4b5f166f36b8bdb0adccd1f4f5e8b-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer mkdir -p $WORK/b360/ cat >/tmp/go-build3413775437/b360/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/connectivity=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity importmap google.golang.org/grpc/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials importmap google.golang.org/grpc/internal=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver importmap google.golang.org/grpc/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity=/tmp/go-build3413775437/b361/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build3413775437/b364/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal=/tmp/go-build3413775437/b367/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build3413775437/b370/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build3413775437/b369/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b360/_pkg_.a -trimpath "$WORK/b360=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer -complete -installsuffix shared -buildid ZInTyDApLEsu9FOExVm8/ZInTyDApLEsu9FOExVm8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/balancer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b389/_pkg_.a # internal cp $WORK/b389/_pkg_.a /builddir/.cache/go-build/2b/2be1897a486502016644925505e26cf9bc4cd2267d3562c2259596d883dceee6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b390/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b380/_pkg_.a # internal cp $WORK/b390/_pkg_.a /builddir/.cache/go-build/67/67478f1627367a7f90b210dd6cb45594405c2ea8b57027b5d07ac64a4ca61f53-d # internal cp $WORK/b380/_pkg_.a /builddir/.cache/go-build/a9/a93491ca4b550ac6c659cb87806a0254b14b1a06e0194687d8b64c3665960234-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b352/_pkg_.a # internal cp $WORK/b352/_pkg_.a /builddir/.cache/go-build/83/83dcd7256bb1f623c6dc90749c6f1aa93dc4e7db051c030f58f9584ee3bdb1db-d # internal github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs mkdir -p $WORK/b695/ github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog mkdir -p $WORK/b378/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b484/_pkg_.a # internal cat >/tmp/go-build3413775437/b695/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build3413775437/b354/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build3413775437/b352/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b695/_pkg_.a -trimpath "$WORK/b695=>" -p github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs -complete -installsuffix shared -buildid Pp7Iq7gEOChClaO6d-ix/Pp7Iq7gEOChClaO6d-ix -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs/grpc.go cat >/tmp/go-build3413775437/b378/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes importmap google.golang.org/grpc/binarylog/grpc_binarylog_v1=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1 importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/internal/grpcutil=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes=/tmp/go-build3413775437/b174/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build3413775437/b379/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build3413775437/b362/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil=/tmp/go-build3413775437/b380/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build3413775437/b370/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build3413775437/b352/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b378/_pkg_.a -trimpath "$WORK/b378=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog -complete -installsuffix shared -buildid pa1JWVkOc9WS6pTvviBW/pa1JWVkOc9WS6pTvviBW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog/binarylog.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog/binarylog_testutil.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog/env_config.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog/method_logger.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog/sink.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b387/_pkg_.a # internal cp $WORK/b484/_pkg_.a /builddir/.cache/go-build/b2/b2ec90e6bda388999efeb4bfca2328f4bb319ac135da38df952ed768f48b1662-d # internal cp $WORK/b387/_pkg_.a /builddir/.cache/go-build/44/449ad61cd1471ccb19df071b64dbc043924d3af740356c9c34fdcb04c2ffb3dd-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b360/_pkg_.a # internal cp $WORK/b360/_pkg_.a /builddir/.cache/go-build/3d/3d76566468d396db8fde8dcb61deea6b532934f8168e8603efd919442d385022-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base mkdir -p $WORK/b371/ github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig mkdir -p $WORK/b386/ cat >/tmp/go-build3413775437/b371/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/attributes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes importmap google.golang.org/grpc/balancer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer importmap google.golang.org/grpc/connectivity=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes=/tmp/go-build3413775437/b365/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer=/tmp/go-build3413775437/b360/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity=/tmp/go-build3413775437/b361/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build3413775437/b362/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b371/_pkg_.a -trimpath "$WORK/b371=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base -complete -installsuffix shared -buildid 5z2DE7sC-edvnOV5rpSS/5z2DE7sC-edvnOV5rpSS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base/balancer.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base/base.go cat >/tmp/go-build3413775437/b386/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/balancer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer=/tmp/go-build3413775437/b360/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build3413775437/b354/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build3413775437/b362/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build3413775437/b369/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b386/_pkg_.a -trimpath "$WORK/b386=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig -complete -installsuffix shared -buildid Zl0PERpSOfazS1o3yTat/Zl0PERpSOfazS1o3yTat -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig/serviceconfig.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b695/_pkg_.a # internal cp $WORK/b695/_pkg_.a /builddir/.cache/go-build/92/92835193f2fc3035a507e982e2712505d31edbf70bc397db1ad6ef76083043aa-d # internal github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms mkdir -p $WORK/b694/ cat >/tmp/go-build3413775437/b694/importcfg << 'EOF' # internal # import config importmap github.com/containerd/containerd/errdefs=github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs importmap github.com/containerd/containerd/log=github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/log importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs=/tmp/go-build3413775437/b695/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/log=/tmp/go-build3413775437/b696/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3413775437/b688/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b694/_pkg_.a -trimpath "$WORK/b694=>" -p github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms -complete -installsuffix shared -buildid Btr1edGukTYGzJiadnGH/Btr1edGukTYGzJiadnGH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms/compare.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms/cpuinfo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms/database.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms/defaults_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms/platforms.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b382/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b386/_pkg_.a # internal cp $WORK/b386/_pkg_.a /builddir/.cache/go-build/de/ded113c0347de3674194caf982cbc74e3261be2159d00e65f2b1993c56cb7ea5-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver mkdir -p $WORK/b385/ cat >/tmp/go-build3413775437/b385/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/internal/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3413775437/b386/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build3413775437/b370/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b385/_pkg_.a -trimpath "$WORK/b385=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver -complete -installsuffix shared -buildid Dr7Dc0id7F-YaR-LD4se/Dr7Dc0id7F-YaR-LD4se -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/config_selector.go cp $WORK/b382/_pkg_.a /builddir/.cache/go-build/e1/e191750f8400f1e1ed3574de3d19605e16056613108d286235b012102c678208-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b371/_pkg_.a # internal cp $WORK/b371/_pkg_.a /builddir/.cache/go-build/91/91f648e921714e9bb5bbb239cd58c3748a30acec873c5457240c58667746adb6-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/roundrobin mkdir -p $WORK/b372/ cat >/tmp/go-build3413775437/b372/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/balancer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer importmap google.golang.org/grpc/balancer/base=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/internal/grpcrand=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer=/tmp/go-build3413775437/b360/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base=/tmp/go-build3413775437/b371/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build3413775437/b362/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand=/tmp/go-build3413775437/b373/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b372/_pkg_.a -trimpath "$WORK/b372=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/roundrobin -complete -installsuffix shared -buildid QRFBOtufA9qwSLGIzLh3/QRFBOtufA9qwSLGIzLh3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/roundrobin/roundrobin.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b385/_pkg_.a # internal cp $WORK/b385/_pkg_.a /builddir/.cache/go-build/39/39e360956d0dfc9ef3240a26a32053b4679110c8454bd1f5fb25a031c6af3c71-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b372/_pkg_.a # internal cp $WORK/b372/_pkg_.a /builddir/.cache/go-build/54/54f914cf9610844826af118f5eb4ef80688b477e020d118d90f918a3c2c0353e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b694/_pkg_.a # internal cp $WORK/b694/_pkg_.a /builddir/.cache/go-build/28/28055509a9c8c13f0928ce604e1919bc9da12eec971701a3834e2ff231970576-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b378/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b749/_pkg_.a # internal cp $WORK/b378/_pkg_.a /builddir/.cache/go-build/f2/f22d5d2a1578a89b5f578782db7ce74a13c89dcb0f4ed574b2fd5a8d60b57d4c-d # internal cp $WORK/b749/_pkg_.a /builddir/.cache/go-build/f2/f24ac257c99e52f26fa65b504a3692d096d03cf3d075a909f2656712b2a31939-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b753/_pkg_.a # internal cp $WORK/b753/_pkg_.a /builddir/.cache/go-build/9d/9d10ecf7b5954c51b28fe0eff8055077233fa08a5e3b23e2516a8a59b9004770-d # internal github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 mkdir -p $WORK/b752/ cat >/tmp/go-build3413775437/b752/importcfg << 'EOF' # internal # import config importmap github.com/cncf/xds/go/udpa/annotations=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations importmap github.com/envoyproxy/go-control-plane/envoy/annotations=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations importmap github.com/envoyproxy/go-control-plane/envoy/type/v3=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3 importmap github.com/envoyproxy/protoc-gen-validate/validate=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/wrappers=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3413775437/b746/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3413775437/b751/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3413775437/b753/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3413775437/b750/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers=/tmp/go-build3413775437/b754/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/mail=/tmp/go-build3413775437/b747/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b752/_pkg_.a -trimpath "$WORK/b752=>" -p github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 -complete -installsuffix shared -buildid 3Oy7LoqY02U07zsfpNfu/3Oy7LoqY02U07zsfpNfu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b752/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/http_inputs.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/http_inputs.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/metadata.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/metadata.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/node.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/node.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/number.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/number.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/path.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/path.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/regex.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/regex.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/string.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/string.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/struct.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/struct.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/value.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/value.pb.validate.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b324/_pkg_.a # internal cp $WORK/b324/_pkg_.a /builddir/.cache/go-build/a2/a2ba3294747887ba8f8fa34acc781ac5b18b6bd4c0a614f0806c48b2a94a4da7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b068/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b752/_pkg_.a # internal cp $WORK/b068/_pkg_.a /builddir/.cache/go-build/10/107743a266ab42baa96002b4f9cfbc41045792c574356088f66b5ef23f7871b0-d # internal expvar mkdir -p $WORK/b067/ github.com/prometheus/prometheus/vendor/golang.org/x/net/context/ctxhttp github.com/prometheus/prometheus/vendor/golang.org/x/net/trace mkdir -p $WORK/b193/ github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt net/http/httputil cat >/tmp/go-build3413775437/b067/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a EOF mkdir -p $WORK/b251/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b067/_pkg_.a -trimpath "$WORK/b067=>" -p expvar -std -complete -installsuffix shared -buildid 6mjT9Tx7_wZCvCyrL1Q6/6mjT9Tx7_wZCvCyrL1Q6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /usr/lib/golang/src/expvar/expvar.go cat >/tmp/go-build3413775437/b193/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/internal/timeseries=github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/timeseries packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/timeseries=/tmp/go-build3413775437/b194/_pkg_.a packagefile html/template=/tmp/go-build3413775437/b195/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile text/tabwriter=/tmp/go-build3413775437/b199/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws mkdir -p $WORK/b236/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b193/_pkg_.a -trimpath "$WORK/b193=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/trace -complete -installsuffix shared -buildid kTS0wF3i8t5xfTcbhl67/kTS0wF3i8t5xfTcbhl67 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/trace/events.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/trace/histogram.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/trace/trace.go mkdir -p $WORK/b202/ cat >/tmp/go-build3413775437/b251/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3413775437/b127/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile mime=/tmp/go-build3413775437/b136/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/httptrace=/tmp/go-build3413775437/b139/_pkg_.a packagefile net/http/internal=/tmp/go-build3413775437/b140/_pkg_.a packagefile net/http/internal/ascii=/tmp/go-build3413775437/b141/_pkg_.a packagefile net/textproto=/tmp/go-build3413775437/b133/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 cat >/tmp/go-build3413775437/b236/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/endpoints=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints importmap github.com/aws/aws-sdk-go/internal/sdkio=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3413775437/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3413775437/b243/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF mkdir -p $WORK/b218/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b251/_pkg_.a -trimpath "$WORK/b251=>" -p net/http/httputil -std -complete -installsuffix shared -buildid 9pGHAmqT96pX2alzJKVA/9pGHAmqT96pX2alzJKVA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /usr/lib/golang/src/net/http/httputil/dump.go /usr/lib/golang/src/net/http/httputil/httputil.go /usr/lib/golang/src/net/http/httputil/persist.go /usr/lib/golang/src/net/http/httputil/reverseproxy.go cat >/tmp/go-build3413775437/b202/importcfg << 'EOF' # internal # import config importmap github.com/opentracing/opentracing-go/log=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log=/tmp/go-build3413775437/b203/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b236/_pkg_.a -trimpath "$WORK/b236=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws -complete -installsuffix shared -buildid myEZjI17y5UaaxGsAeKK/myEZjI17y5UaaxGsAeKK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/context_1_9.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/context_background_1_7.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/context_sleep.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/convert_types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/jsonvalue.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/url.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/version.go github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b202/_pkg_.a -trimpath "$WORK/b202=>" -p github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go -complete -installsuffix shared -buildid VB4TBjDYtK9cVX85A1Ol/VB4TBjDYtK9cVX85A1Ol -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/globaltracer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/gocontext.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/noop.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/propagation.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/span.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/tracer.go cat >/tmp/go-build3413775437/b218/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http/httpguts=github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts importmap golang.org/x/net/http2/hpack=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack importmap golang.org/x/net/idna=github.com/prometheus/prometheus/vendor/golang.org/x/net/idna packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts=/tmp/go-build3413775437/b219/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack=/tmp/go-build3413775437/b225/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/idna=/tmp/go-build3413775437/b220/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/httptrace=/tmp/go-build3413775437/b139/_pkg_.a packagefile net/textproto=/tmp/go-build3413775437/b133/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF mkdir -p $WORK/b297/ net/http/cookiejar /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b218/_pkg_.a -trimpath "$WORK/b218=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 -complete -installsuffix shared -buildid DIR2_lBDYCsf9n1F1uXW/DIR2_lBDYCsf9n1F1uXW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/ascii.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/ciphers.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/client_conn_pool.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/databuffer.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/flow.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/frame.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/go111.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/go115.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/gotrack.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/headermap.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/http2.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/pipe.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/server.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/transport.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/write.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/writesched.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/writesched_priority.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/writesched_random.go cat >/tmp/go-build3413775437/b297/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp mkdir -p $WORK/b308/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b297/_pkg_.a -trimpath "$WORK/b297=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing -complete -installsuffix shared -buildid YtE85kRoMnHfRMrEthGP/YtE85kRoMnHfRMrEthGP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing/tracing.go mkdir -p $WORK/b228/ mkdir -p $WORK/b296/ github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation mkdir -p $WORK/b413/ github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth github.com/prometheus/prometheus/vendor/github.com/prometheus/common/server mkdir -p $WORK/b867/ cat >/tmp/go-build3413775437/b296/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF net/http/httptest cat >/tmp/go-build3413775437/b308/importcfg << 'EOF' # internal # import config packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a EOF mkdir -p $WORK/b816/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b296/_pkg_.a -trimpath "$WORK/b296=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger -complete -installsuffix shared -buildid W8mD04EJiAO1G21TVWeK/W8mD04EJiAO1G21TVWeK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger/logger.go cat >/tmp/go-build3413775437/b228/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/filter cat >/tmp/go-build3413775437/b413/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/trace=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace=/tmp/go-build3413775437/b406/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a EOF mkdir -p $WORK/b871/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b308/_pkg_.a -trimpath "$WORK/b308=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp -complete -installsuffix shared -buildid jZBgkdq9ndjetIO8Tm5S/jZBgkdq9ndjetIO8Tm5S -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp/cleanhttp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp/handlers.go github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode mkdir -p $WORK/b771/ github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/transport github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi cat >/tmp/go-build3413775437/b816/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile flag=/tmp/go-build3413775437/b433/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3413775437/b127/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/internal/testcert=/tmp/go-build3413775437/b817/_pkg_.a packagefile net/textproto=/tmp/go-build3413775437/b133/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime mkdir -p $WORK/b845/ github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets net/rpc github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics cat >/tmp/go-build3413775437/b871/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b867/importcfg << 'EOF' # internal # import config packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a EOF mkdir -p $WORK/b336/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b228/_pkg_.a -trimpath "$WORK/b228=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/context/ctxhttp -complete -installsuffix shared -buildid -WcEKFbuNaOp0Palw_oF/-WcEKFbuNaOp0Palw_oF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go cat >/tmp/go-build3413775437/b771/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b871/_pkg_.a -trimpath "$WORK/b871=>" -p github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/filter -complete -installsuffix shared -buildid 6M2KrRJNRaAyEOLtpMlP/6M2KrRJNRaAyEOLtpMlP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b871/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/filter/filter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/filter/filters.go github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag mkdir -p $WORK/b782/ github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b816/_pkg_.a -trimpath "$WORK/b816=>" -p net/http/httptest -std -complete -installsuffix shared -buildid ZzCaX6Aj47Bw9lfDSpl4/ZzCaX6Aj47Bw9lfDSpl4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b816/importcfg -pack /usr/lib/golang/src/net/http/httptest/httptest.go /usr/lib/golang/src/net/http/httptest/recorder.go /usr/lib/golang/src/net/http/httptest/server.go github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b867/_pkg_.a -trimpath "$WORK/b867=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/server -complete -installsuffix shared -buildid i90zAsk4r5WE_yDy4LJ1/i90zAsk4r5WE_yDy4LJ1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b867/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/server/static_file_server.go cat >/tmp/go-build3413775437/b845/importcfg << 'EOF' # internal # import config importmap github.com/uber/jaeger-client-go/log=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift importmap github.com/uber/jaeger-client-go/thrift-gen/agent=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent importmap github.com/uber/jaeger-client-go/thrift-gen/jaeger=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger importmap github.com/uber/jaeger-client-go/thrift-gen/zipkincore=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log=/tmp/go-build3413775437/b838/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build3413775437/b839/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent=/tmp/go-build3413775437/b846/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger=/tmp/go-build3413775437/b842/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore=/tmp/go-build3413775437/b844/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b413/_pkg_.a -trimpath "$WORK/b413=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation -complete -installsuffix shared -buildid pmm8-t4TmUD_ulGXbhQs/pmm8-t4TmUD_ulGXbhQs -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation/propagation.go mkdir -p $WORK/b467/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b771/_pkg_.a -trimpath "$WORK/b771=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors -complete -installsuffix shared -buildid XtHd0BtEWHcM7dpUR_oR/XtHd0BtEWHcM7dpUR_oR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/auth.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/headers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/middleware.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/parsing.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/schema.go github.com/prometheus/prometheus/vendor/github.com/julienschmidt/httprouter cat >/tmp/go-build3413775437/b467/importcfg << 'EOF' # internal # import config importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b467/_pkg_.a -trimpath "$WORK/b467=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime -complete -installsuffix shared -buildid FA9oB9TW2dtehfiLF-BK/FA9oB9TW2dtehfiLF-BK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go cat >/tmp/go-build3413775437/b336/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF mkdir -p $WORK/b483/ cat >/tmp/go-build3413775437/b782/importcfg << 'EOF' # internal # import config importmap github.com/mailru/easyjson/jlexer=github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer importmap github.com/mailru/easyjson/jwriter=github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jwriter importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer=/tmp/go-build3413775437/b783/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jwriter=/tmp/go-build3413775437/b785/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b336/_pkg_.a -trimpath "$WORK/b336=>" -p github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata -complete -installsuffix shared -buildid WU2MB0mP3r2qIlj-LXl1/WU2MB0mP3r2qIlj-LXl1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata/metadata.go ./_build/src/github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata/retry.go ./_build/src/github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata/retry_linux.go mkdir -p $WORK/b706/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b845/_pkg_.a -trimpath "$WORK/b845=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils -complete -installsuffix shared -buildid nNJSmSGBBzPqRQATJ6Gm/nNJSmSGBBzPqRQATJ6Gm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b845/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/http_json.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/localip.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/rand.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/rate_limiter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/reconnecting_udp_conn.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/udp_client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/utils.go cat >/tmp/go-build3413775437/b483/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/any=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any importmap github.com/googleapis/gnostic/extensions=github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions importmap github.com/googleapis/gnostic/jsonschema=github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema importmap gopkg.in/yaml.v3=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any=/tmp/go-build3413775437/b175/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions=/tmp/go-build3413775437/b484/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema=/tmp/go-build3413775437/b485/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3=/tmp/go-build3413775437/b486/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os/exec=/tmp/go-build3413775437/b266/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF cat >/tmp/go-build3413775437/b706/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF mkdir -p $WORK/b733/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b483/_pkg_.a -trimpath "$WORK/b483=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler -complete -installsuffix shared -buildid YSp_15QmCD4WOXPkKbgR/YSp_15QmCD4WOXPkKbgR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler/context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler/extensions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler/main.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler/reader.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b706/_pkg_.a -trimpath "$WORK/b706=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode -complete -installsuffix shared -buildid 9k74mW3pa11HX48JnWTA/9k74mW3pa11HX48JnWTA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b706/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode/handler.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode/register.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b782/_pkg_.a -trimpath "$WORK/b782=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag -complete -installsuffix shared -buildid siHp8uIBYrlliLdN9aDe/siHp8uIBYrlliLdN9aDe -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b782/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/convert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/convert_types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/json.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/loading.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/name_lexem.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/net.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/path.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/post_go18.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/post_go19.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/split.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/util.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/yaml.go cat >/tmp/go-build3413775437/b733/importcfg << 'EOF' # internal # import config packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b733/_pkg_.a -trimpath "$WORK/b733=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth -complete -installsuffix shared -buildid PGap_xZX8u2v0SAPyd1u/PGap_xZX8u2v0SAPyd1u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth/auth.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth/no_auth.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth/token.go mkdir -p $WORK/b423/ mkdir -p $WORK/b344/ mkdir -p $WORK/b741/ cat >/tmp/go-build3413775437/b423/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b423/_pkg_.a -trimpath "$WORK/b423=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/transport -complete -installsuffix shared -buildid ejoLcARwVeznouiPoCdo/ejoLcARwVeznouiPoCdo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/transport/apikey.go mkdir -p $WORK/b315/ cat >/tmp/go-build3413775437/b344/importcfg << 'EOF' # internal # import config importmap google.golang.org/api/internal/third_party/uritemplates=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build3413775437/b345/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cat >/tmp/go-build3413775437/b741/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile encoding/gob=/tmp/go-build3413775437/b742/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile go/token=/tmp/go-build3413775437/b156/_pkg_.a packagefile html/template=/tmp/go-build3413775437/b195/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b344/_pkg_.a -trimpath "$WORK/b344=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi -complete -installsuffix shared -buildid ntfZXXww5dt4TTyJ6vbj/ntfZXXww5dt4TTyJ6vbj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b344/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/googleapi.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/types.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b741/_pkg_.a -trimpath "$WORK/b741=>" -p net/rpc -std -complete -installsuffix shared -buildid Xgtx7PYXkvycNjJ_vNMM/Xgtx7PYXkvycNjJ_vNMM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack /usr/lib/golang/src/net/rpc/client.go /usr/lib/golang/src/net/rpc/debug.go /usr/lib/golang/src/net/rpc/server.go mkdir -p $WORK/b707/ cat >/tmp/go-build3413775437/b315/importcfg << 'EOF' # internal # import config importmap github.com/hashicorp/go-immutable-radix=github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix=/tmp/go-build3413775437/b316/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile os/signal=/tmp/go-build3413775437/b201/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF mkdir -p $WORK/b301/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b315/_pkg_.a -trimpath "$WORK/b315=>" -p github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics -complete -installsuffix shared -buildid dDT5XbETHk2Xtx7sWcHu/dDT5XbETHk2Xtx7sWcHu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/const_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/inmem.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/inmem_endpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/inmem_signal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/metrics.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/sink.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/start.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/statsd.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/statsite.go cat >/tmp/go-build3413775437/b707/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/proxy=github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy=/tmp/go-build3413775437/b708/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b301/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/internal/ascii=/tmp/go-build3413775437/b141/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b301/_pkg_.a -trimpath "$WORK/b301=>" -p net/http/cookiejar -std -complete -installsuffix shared -buildid 3TbDLJGpviSakfPfdb2q/3TbDLJGpviSakfPfdb2q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack /usr/lib/golang/src/net/http/cookiejar/jar.go /usr/lib/golang/src/net/http/cookiejar/punycode.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b707/_pkg_.a -trimpath "$WORK/b707=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets -complete -installsuffix shared -buildid q6uxaeY0YJ-3CHNZf3O0/q6uxaeY0YJ-3CHNZf3O0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets/inmem_socket.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets/proxy.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets/sockets.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets/sockets_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets/tcp_socket.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets/unix_socket.go mkdir -p $WORK/b183/ mkdir -p $WORK/b712/ cat >/tmp/go-build3413775437/b183/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes importmap github.com/matttproud/golang_protobuf_extensions/pbutil=github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil importmap github.com/prometheus/client_model/go=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go importmap github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes=/tmp/go-build3413775437/b174/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil=/tmp/go-build3413775437/b184/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build3413775437/b182/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg=/tmp/go-build3413775437/b185/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile mime=/tmp/go-build3413775437/b136/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF mkdir -p $WORK/b866/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "$WORK/b183=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt -complete -installsuffix shared -buildid gaNEPEafYZwHrrwZrXg8/gaNEPEafYZwHrrwZrXg8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt/expfmt.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt/openmetrics_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt/text_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt/text_parse.go cat >/tmp/go-build3413775437/b712/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b866/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b712/_pkg_.a -trimpath "$WORK/b712=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud -complete -installsuffix shared -buildid G97uGn3WEuhQjExnidNT/G97uGn3WEuhQjExnidNT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b712/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/auth_options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/auth_result.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/endpoint_search.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/params.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/provider_client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/service_client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/util.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b866/_pkg_.a -trimpath "$WORK/b866=>" -p github.com/prometheus/prometheus/vendor/github.com/julienschmidt/httprouter -complete -installsuffix shared -buildid upKSqyyOQsE3R49ojGqs/upKSqyyOQsE3R49ojGqs -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b866/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/julienschmidt/httprouter/path.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/julienschmidt/httprouter/router.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/julienschmidt/httprouter/tree.go cp $WORK/b752/_pkg_.a /builddir/.cache/go-build/6f/6f563a46208a0ac72fc477bbf84d15343af4e8fceb72d3f83588f2e32758c766-d # internal github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3 mkdir -p $WORK/b745/ cat >/tmp/go-build3413775437/b745/importcfg << 'EOF' # internal # import config importmap github.com/cncf/xds/go/udpa/annotations=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations importmap github.com/cncf/xds/go/xds/annotations/v3=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3 importmap github.com/cncf/xds/go/xds/core/v3=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3 importmap github.com/envoyproxy/go-control-plane/envoy/annotations=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations importmap github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 importmap github.com/envoyproxy/go-control-plane/envoy/type/v3=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3 importmap github.com/envoyproxy/protoc-gen-validate/validate=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/any=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any importmap github.com/golang/protobuf/ptypes/duration=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration importmap github.com/golang/protobuf/ptypes/struct=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/struct importmap github.com/golang/protobuf/ptypes/wrappers=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb importmap google.golang.org/protobuf/types/known/emptypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/emptypb packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3413775437/b746/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3413775437/b748/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3413775437/b749/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3413775437/b751/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3413775437/b752/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3413775437/b753/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3413775437/b750/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any=/tmp/go-build3413775437/b175/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration=/tmp/go-build3413775437/b177/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/struct=/tmp/go-build3413775437/b756/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers=/tmp/go-build3413775437/b754/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3413775437/b758/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/mail=/tmp/go-build3413775437/b747/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b745/_pkg_.a -trimpath "$WORK/b745=>" -p github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3 -complete -installsuffix shared -buildid -0u9D2UD704qVex3JfHi/-0u9D2UD704qVex3JfHi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b745/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/address.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/address.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/backoff.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/backoff.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/base.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/base.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/config_source.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/config_source.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/event_service_config.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/event_service_config.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/extension.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/extension.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_method_list.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_method_list.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_service.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_service.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/health_check.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/health_check.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/http_uri.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/http_uri.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/protocol.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/protocol.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/proxy_protocol.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/proxy_protocol.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/resolver.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/resolver.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/socket_option.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/socket_option.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/substitution_format_string.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/substitution_format_string.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/udp_socket_config.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/udp_socket_config.pb.validate.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b733/_pkg_.a # internal cp $WORK/b733/_pkg_.a /builddir/.cache/go-build/fd/fddef5c3ffbb69f2b1705b73f87287615f0ead5015e2a30f4a7b045a2087275b-d # internal github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/union mkdir -p $WORK/b872/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b871/_pkg_.a # internal cat >/tmp/go-build3413775437/b872/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b872/_pkg_.a -trimpath "$WORK/b872=>" -p github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/union -complete -installsuffix shared -buildid nuWKP2zLc31P8djI8P-P/nuWKP2zLc31P8djI8P-P -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b872/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/union/union.go cp $WORK/b871/_pkg_.a /builddir/.cache/go-build/d1/d1140ca6b5bac22e56da16f1c0ea3d355596b30245aa26404925f6f2cbb409a2-d # internal github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/vfsutil mkdir -p $WORK/b874/ cat >/tmp/go-build3413775437/b874/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b874/_pkg_.a -trimpath "$WORK/b874=>" -p github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/vfsutil -complete -installsuffix shared -buildid Gdm1v7l-6-MpRy-FM8LW/Gdm1v7l-6-MpRy-FM8LW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b874/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/vfsutil/file.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/vfsutil/vfsutil.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/vfsutil/walk.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b413/_pkg_.a # internal cp $WORK/b413/_pkg_.a /builddir/.cache/go-build/44/44a8064379b01ccbb0444ee167dc31024d3db7c0d59e56354c8d8f85603fe0fc-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/propagation/b3 mkdir -p $WORK/b405/ cat >/tmp/go-build3413775437/b405/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/trace=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace importmap go.opencensus.io/trace/propagation=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace=/tmp/go-build3413775437/b406/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation=/tmp/go-build3413775437/b413/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b405/_pkg_.a -trimpath "$WORK/b405=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/propagation/b3 -complete -installsuffix shared -buildid iYjdSOHC55nq1FYYl-rz/iYjdSOHC55nq1FYYl-rz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/propagation/b3/b3.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b228/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b297/_pkg_.a # internal cp $WORK/b228/_pkg_.a /builddir/.cache/go-build/b2/b2911d557df293974857c5df9d8ffa465bd92a81ca3ffb7e13ab8d893fecbcc3-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal mkdir -p $WORK/b227/ cat >/tmp/go-build3413775437/b227/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/context/ctxhttp=github.com/prometheus/prometheus/vendor/golang.org/x/net/context/ctxhttp packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile encoding/pem=/tmp/go-build3413775437/b111/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/context/ctxhttp=/tmp/go-build3413775437/b228/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile mime=/tmp/go-build3413775437/b136/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b227/_pkg_.a -trimpath "$WORK/b227=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal -complete -installsuffix shared -buildid 9h7240KCVyMpqwngkOiM/9h7240KCVyMpqwngkOiM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal/oauth2.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal/token.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal/transport.go cp $WORK/b297/_pkg_.a /builddir/.cache/go-build/e8/e8ccc492ffee41e0ce15b4236e1f0264024973b2844b1669967ecaebf954a94a-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/internal/propagation mkdir -p $WORK/b425/ cat >/tmp/go-build3413775437/b425/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/trace=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace importmap go.opencensus.io/trace/propagation=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace=/tmp/go-build3413775437/b406/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation=/tmp/go-build3413775437/b413/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b425/_pkg_.a -trimpath "$WORK/b425=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/internal/propagation -complete -installsuffix shared -buildid 19i3_aI_gO_f3S-LyzpV/19i3_aI_gO_f3S-LyzpV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/internal/propagation/http.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b467/_pkg_.a # internal cp $WORK/b467/_pkg_.a /builddir/.cache/go-build/c0/c018e144b1380688ea63d0ebdb2b62406f059662539db05f2fbe571654a98960-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime mkdir -p $WORK/b459/ cat >/tmp/go-build3413775437/b459/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/conversion/queryparams=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors importmap k8s.io/apimachinery/pkg/util/json=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json importmap k8s.io/apimachinery/pkg/util/naming=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 importmap sigs.k8s.io/structured-merge-diff/v4/value=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile go/ast=/tmp/go-build3413775437/b211/_pkg_.a packagefile go/doc=/tmp/go-build3413775437/b210/_pkg_.a packagefile go/parser=/tmp/go-build3413775437/b460/_pkg_.a packagefile go/token=/tmp/go-build3413775437/b156/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build3413775437/b444/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams=/tmp/go-build3413775437/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3413775437/b457/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json=/tmp/go-build3413775437/b465/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming=/tmp/go-build3413775437/b466/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3413775437/b454/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build3413775437/b468/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b459/_pkg_.a -trimpath "$WORK/b459=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime -complete -installsuffix shared -buildid -t0I8n97mI7kvMo_N3yy/-t0I8n97mI7kvMo_N3yy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/codec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/codec_check.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/converter.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/embedded.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/error.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/extension.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/helper.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/interfaces.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/mapper.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/negotiate.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/scheme.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/scheme_builder.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/swagger_doc_generator.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/types_proto.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b423/_pkg_.a # internal cp $WORK/b423/_pkg_.a /builddir/.cache/go-build/f8/f852c4bd3bf55d1bd9a1906cd9ea0660f5de06a89d01cc001b6f2cb1fe752982-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait mkdir -p $WORK/b553/ cat >/tmp/go-build3413775437/b553/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build3413775437/b540/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b553/_pkg_.a -trimpath "$WORK/b553=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait -complete -installsuffix shared -buildid iC6Q79puiaXsVXXBOA3-/iC6Q79puiaXsVXXBOA3- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b308/_pkg_.a # internal cp $WORK/b308/_pkg_.a /builddir/.cache/go-build/93/9363fe052f33ba6520cbbe322415cfcb45adea020cfb5641f90539ae2940f5cf-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue mkdir -p $WORK/b555/ cat >/tmp/go-build3413775437/b555/importcfg << 'EOF' # internal # import config importmap golang.org/x/time/rate=github.com/prometheus/prometheus/vendor/golang.org/x/time/rate importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime packagefile container/heap=/tmp/go-build3413775437/b556/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/time/rate=/tmp/go-build3413775437/b557/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build3413775437/b540/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b555/_pkg_.a -trimpath "$WORK/b555=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue -complete -installsuffix shared -buildid 5bWSHhiqgXXmhoJCK67g/5bWSHhiqgXXmhoJCK67g -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/default_rate_limiters.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/metrics.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/parallelizer.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/queue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/rate_limiting_queue.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b867/_pkg_.a # internal cp $WORK/b867/_pkg_.a /builddir/.cache/go-build/f7/f773843d02b6caac402a36ba497df3a15e7eadcddf992919ffb0f2b804dcf788-d # internal net/http/pprof mkdir -p $WORK/b876/ cat >/tmp/go-build3413775437/b876/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile html=/tmp/go-build3413775437/b196/_pkg_.a packagefile internal/profile=/tmp/go-build3413775437/b877/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile runtime/pprof=/tmp/go-build3413775437/b419/_pkg_.a packagefile runtime/trace=/tmp/go-build3413775437/b412/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b876/_pkg_.a -trimpath "$WORK/b876=>" -p net/http/pprof -std -complete -installsuffix shared -buildid 4TNmFy1AoB17BCT3gSln/4TNmFy1AoB17BCT3gSln -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b876/importcfg -pack /usr/lib/golang/src/net/http/pprof/pprof.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b202/_pkg_.a # internal cp $WORK/b202/_pkg_.a /builddir/.cache/go-build/73/7310c1cd3ca50db570a13031d6b84a414f09d413959112b7e0170675d62ff0df-d # internal github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext mkdir -p $WORK/b833/ cat >/tmp/go-build3413775437/b833/importcfg << 'EOF' # internal # import config importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/opentracing/opentracing-go/log=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build3413775437/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log=/tmp/go-build3413775437/b203/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b833/_pkg_.a -trimpath "$WORK/b833=>" -p github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext -complete -installsuffix shared -buildid _YVBUik2w2amdS-J9N2N/_YVBUik2w2amdS-J9N2N -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b833/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext/field.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext/tags.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b301/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b707/_pkg_.a # internal cp $WORK/b301/_pkg_.a /builddir/.cache/go-build/2f/2f90772f899a3d4cb9a4e2dd8a9a5f3a9adb731f0b9f479eaf2926dbbb7f0c10-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix mkdir -p $WORK/b672/ cp $WORK/b707/_pkg_.a /builddir/.cache/go-build/73/73061d6d9994d85788f8a27b2c18f51971b42ec8b021264c77deecd254051a9e-d # internal cat >/tmp/go-build3413775437/b672/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile net/http/cookiejar=/tmp/go-build3413775437/b301/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b672/_pkg_.a -trimpath "$WORK/b672=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix -complete -installsuffix shared -buildid 6ewJou_ohK08DMtl38-8/6ewJou_ohK08DMtl38-8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix/list.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix/table.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b296/_pkg_.a # internal cp $WORK/b296/_pkg_.a /builddir/.cache/go-build/0c/0cc7a5b887a2dc5c70f3d0719f1ec89e3140d351789054bb17f2c6706921a33f-d # internal github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal mkdir -p $WORK/b294/ cat >/tmp/go-build3413775437/b294/importcfg << 'EOF' # internal # import config importmap github.com/Azure/go-autorest/autorest/date=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date importmap github.com/Azure/go-autorest/logger=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger importmap github.com/Azure/go-autorest/tracing=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing importmap github.com/golang-jwt/jwt/v4=github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4 importmap golang.org/x/crypto/pkcs12=github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12 packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile crypto/sha1=/tmp/go-build3413775437/b105/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date=/tmp/go-build3413775437/b295/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger=/tmp/go-build3413775437/b296/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing=/tmp/go-build3413775437/b297/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4=/tmp/go-build3413775437/b298/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12=/tmp/go-build3413775437/b299/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/cookiejar=/tmp/go-build3413775437/b301/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b872/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b706/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b294/_pkg_.a -trimpath "$WORK/b294=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal -complete -installsuffix shared -buildid T8iwqxyYQSxHoVbpViXh/T8iwqxyYQSxHoVbpViXh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/devicetoken.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/persist.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/sender.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/token.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/token_1.13.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/version.go cp $WORK/b706/_pkg_.a /builddir/.cache/go-build/94/9462a3a25b3197a6df6b6ba922130801e5cb31e9b653e2e1273e8db4543b306c-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs mkdir -p $WORK/b705/ cat >/tmp/go-build3413775437/b705/importcfg << 'EOF' # internal # import config importmap github.com/containerd/containerd/errdefs=github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs importmap github.com/docker/distribution/registry/api/errcode=github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode importmap github.com/sirupsen/logrus=github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs=/tmp/go-build3413775437/b695/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode=/tmp/go-build3413775437/b706/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus=/tmp/go-build3413775437/b697/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build3413775437/b354/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build3413775437/b352/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b705/_pkg_.a -trimpath "$WORK/b705=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs -complete -installsuffix shared -buildid S_JDBwStXOVnJW_WiOoJ/S_JDBwStXOVnJW_WiOoJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs/defs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs/http_helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs/is.go cp $WORK/b872/_pkg_.a /builddir/.cache/go-build/ef/ef00e2792ebcfd5281d93a1771e952c973b302434c7b56688ce7fce291424901-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b405/_pkg_.a # internal cp $WORK/b405/_pkg_.a /builddir/.cache/go-build/10/102347d3a30dcd7fcf569c23a1bbacf6de9b5a096d646474d648b067e84d4473-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b067/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b833/_pkg_.a # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp mkdir -p $WORK/b404/ cat >/tmp/go-build3413775437/b404/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/plugin/ochttp/propagation/b3=github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/propagation/b3 importmap go.opencensus.io/stats=github.com/prometheus/prometheus/vendor/go.opencensus.io/stats importmap go.opencensus.io/stats/view=github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view importmap go.opencensus.io/tag=github.com/prometheus/prometheus/vendor/go.opencensus.io/tag importmap go.opencensus.io/trace=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace importmap go.opencensus.io/trace/propagation=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/propagation/b3=/tmp/go-build3413775437/b405/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats=/tmp/go-build3413775437/b414/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view=/tmp/go-build3413775437/b420/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/tag=/tmp/go-build3413775437/b418/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace=/tmp/go-build3413775437/b406/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation=/tmp/go-build3413775437/b413/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/httptrace=/tmp/go-build3413775437/b139/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b404/_pkg_.a -trimpath "$WORK/b404=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp -complete -installsuffix shared -buildid dcJBL9KrJKUon_0wIBaf/dcJBL9KrJKUon_0wIBaf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/client.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/client_stats.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/route.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/server.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/span_annotating_client_trace.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/stats.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/trace.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/wrapped_body.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b336/_pkg_.a # internal cp $WORK/b833/_pkg_.a /builddir/.cache/go-build/67/67f97a8c614455b20d1a204bd9318ef6e8953879e41ac53ef560e30a9c99f3e2-d # internal github.com/prometheus/prometheus/vendor/github.com/opentracing-contrib/go-stdlib/nethttp mkdir -p $WORK/b855/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b227/_pkg_.a # internal cat >/tmp/go-build3413775437/b855/importcfg << 'EOF' # internal # import config importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/opentracing/opentracing-go/ext=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext importmap github.com/opentracing/opentracing-go/log=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build3413775437/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext=/tmp/go-build3413775437/b833/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log=/tmp/go-build3413775437/b203/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/httptrace=/tmp/go-build3413775437/b139/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b855/_pkg_.a -trimpath "$WORK/b855=>" -p github.com/prometheus/prometheus/vendor/github.com/opentracing-contrib/go-stdlib/nethttp -complete -installsuffix shared -buildid BAME9OhvThVIyUotNPaU/BAME9OhvThVIyUotNPaU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b855/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing-contrib/go-stdlib/nethttp/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing-contrib/go-stdlib/nethttp/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing-contrib/go-stdlib/nethttp/server.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing-contrib/go-stdlib/nethttp/status-code-tracker.go cp $WORK/b067/_pkg_.a /builddir/.cache/go-build/f8/f8887d8d571ceeb5e61412ea3b38b7175f1f9c64e59c68ea361de866c4486209-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b874/_pkg_.a # internal cp $WORK/b336/_pkg_.a /builddir/.cache/go-build/78/78874816b80c167ca9108fca365e44d137dcff16f656fa1bd76bd95dc0d1b742-d # internal cp $WORK/b874/_pkg_.a /builddir/.cache/go-build/fb/fb82aec7611afa0c8a1917001ac22d50ff3956b4b5b2605584739c8f74fc5154-d # internal github.com/prometheus/prometheus/vendor/github.com/shurcooL/vfsgen mkdir -p $WORK/b873/ cp $WORK/b227/_pkg_.a /builddir/.cache/go-build/a6/a6db48b2c9cb559fa623ab6e224b1592d7dc8912fc150fc25f780d1eec2eb034-d # internal cat >/tmp/go-build3413775437/b873/importcfg << 'EOF' # internal # import config importmap github.com/shurcooL/httpfs/vfsutil=github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/vfsutil packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/vfsutil=/tmp/go-build3413775437/b874/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile text/template=/tmp/go-build3413775437/b197/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b873/_pkg_.a -trimpath "$WORK/b873=>" -p github.com/prometheus/prometheus/vendor/github.com/shurcooL/vfsgen -complete -installsuffix shared -buildid 6UJ-Om5S-osOldGjzAfR/6UJ-Om5S-osOldGjzAfR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b873/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/shurcooL/vfsgen/commentwriter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/shurcooL/vfsgen/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/shurcooL/vfsgen/generator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/shurcooL/vfsgen/options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/shurcooL/vfsgen/stringwriter.go github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 mkdir -p $WORK/b226/ cat >/tmp/go-build3413775437/b226/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2/internal=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal=/tmp/go-build3413775437/b227/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b226/_pkg_.a -trimpath "$WORK/b226=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 -complete -installsuffix shared -buildid RFJKzAr1eiWqHLr0qQ7d/RFJKzAr1eiWqHLr0qQ7d -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/oauth2.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/token.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/transport.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b344/_pkg_.a # internal cp $WORK/b344/_pkg_.a /builddir/.cache/go-build/8f/8f1c8594de6d2753ff23d1995b68b902ea06ef2bfea2c9a5cab322f8352b50ef-d # internal github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror mkdir -p $WORK/b348/ cat >/tmp/go-build3413775437/b348/importcfg << 'EOF' # internal # import config importmap github.com/googleapis/gax-go/v2/apierror/internal/proto=github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto importmap google.golang.org/api/googleapi=github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi importmap google.golang.org/genproto/googleapis/rpc/errdetails=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/errdetails importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status importmap google.golang.org/protobuf/encoding/protojson=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build3413775437/b349/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi=/tmp/go-build3413775437/b344/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build3413775437/b351/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build3413775437/b352/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson=/tmp/go-build3413775437/b356/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b348/_pkg_.a -trimpath "$WORK/b348=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror -complete -installsuffix shared -buildid fu1MgMjLaDH0OAeSBtMX/fu1MgMjLaDH0OAeSBtMX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b348/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/apierror.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b483/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b845/_pkg_.a # internal cp $WORK/b483/_pkg_.a /builddir/.cache/go-build/0c/0cdc6c95241d9d5f59ef494b4bc4daa703716ec8c572af506d51640bbbe8e58a-d # internal cp $WORK/b845/_pkg_.a /builddir/.cache/go-build/76/76da0badb200f5991a3c3e8a2dd5b2568abaf98cbffefabadd3428ad4251a550-d # internal github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2 mkdir -p $WORK/b482/ cat >/tmp/go-build3413775437/b482/importcfg << 'EOF' # internal # import config importmap github.com/googleapis/gnostic/compiler=github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb importmap gopkg.in/yaml.v3=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler=/tmp/go-build3413775437/b483/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3=/tmp/go-build3413775437/b486/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b482/_pkg_.a -trimpath "$WORK/b482=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2 -complete -installsuffix shared -buildid 5yEql22f01WMBWbEtp6G/5yEql22f01WMBWbEtp6G -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2/document.go mkdir -p $WORK/b832/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b866/_pkg_.a # internal cat >/tmp/go-build3413775437/b832/importcfg << 'EOF' # internal # import config importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/opentracing/opentracing-go/ext=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext importmap github.com/opentracing/opentracing-go/log=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log importmap github.com/uber/jaeger-client-go/internal/baggage=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage importmap github.com/uber/jaeger-client-go/internal/reporterstats=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/reporterstats importmap github.com/uber/jaeger-client-go/internal/spanlog=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/spanlog importmap github.com/uber/jaeger-client-go/internal/throttler=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler importmap github.com/uber/jaeger-client-go/log=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift importmap github.com/uber/jaeger-client-go/thrift-gen/jaeger=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger importmap github.com/uber/jaeger-client-go/thrift-gen/sampling=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling importmap github.com/uber/jaeger-client-go/thrift-gen/zipkincore=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore importmap github.com/uber/jaeger-client-go/utils=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils importmap github.com/uber/jaeger-lib/metrics=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics importmap go.uber.org/atomic=github.com/prometheus/prometheus/vendor/go.uber.org/atomic packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build3413775437/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext=/tmp/go-build3413775437/b833/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log=/tmp/go-build3413775437/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage=/tmp/go-build3413775437/b834/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/reporterstats=/tmp/go-build3413775437/b835/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/spanlog=/tmp/go-build3413775437/b836/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler=/tmp/go-build3413775437/b837/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log=/tmp/go-build3413775437/b838/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build3413775437/b839/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger=/tmp/go-build3413775437/b842/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling=/tmp/go-build3413775437/b843/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore=/tmp/go-build3413775437/b844/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils=/tmp/go-build3413775437/b845/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics=/tmp/go-build3413775437/b847/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build3413775437/b798/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b832/_pkg_.a -trimpath "$WORK/b832=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go -complete -installsuffix shared -buildid N1EgS7jvdHFyuDdYjIsw/N1EgS7jvdHFyuDdYjIsw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b832/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/baggage_setter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/constants.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/contrib_observer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/header.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/interop.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/jaeger_tag.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/jaeger_thrift_span.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/metrics.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/observer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/process.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/propagation.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/reference.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/reporter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/reporter_options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/sampler.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/sampler_remote.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/sampler_remote_options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/sampler_v2.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/span.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/span_allocator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/span_context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/tracer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/tracer_options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/transport_udp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/zipkin.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/zipkin_thrift_span.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b236/_pkg_.a # internal cp $WORK/b866/_pkg_.a /builddir/.cache/go-build/eb/eb7cab2e73d5aa3a76e38613a19ce7b4958c2fd65917989f6acdf86f8b44f6f4-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/common/route mkdir -p $WORK/b865/ cat >/tmp/go-build3413775437/b865/importcfg << 'EOF' # internal # import config importmap github.com/julienschmidt/httprouter=github.com/prometheus/prometheus/vendor/github.com/julienschmidt/httprouter packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/julienschmidt/httprouter=/tmp/go-build3413775437/b866/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b865/_pkg_.a -trimpath "$WORK/b865=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/route -complete -installsuffix shared -buildid oHjJonKFlRQIh5LuoMzJ/oHjJonKFlRQIh5LuoMzJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b865/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/route/route.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b251/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b672/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b553/_pkg_.a # internal cp $WORK/b672/_pkg_.a /builddir/.cache/go-build/2c/2cdb9332fd47a056abc57c4b2fd2bd42c8613c9cf9e879c585b2f00e2c1ccb85-d # internal github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2 mkdir -p $WORK/b671/ cat >/tmp/go-build3413775437/b671/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/publicsuffix=github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile encoding/xml=/tmp/go-build3413775437/b259/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix=/tmp/go-build3413775437/b672/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile mime/multipart=/tmp/go-build3413775437/b137/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/cookiejar=/tmp/go-build3413775437/b301/_pkg_.a packagefile net/http/httptrace=/tmp/go-build3413775437/b139/_pkg_.a packagefile net/textproto=/tmp/go-build3413775437/b133/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b671/_pkg_.a -trimpath "$WORK/b671=>" -p github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2 -complete -installsuffix shared -buildid CUAI-M0hBlt5h_LV9Qq0/CUAI-M0hBlt5h_LV9Qq0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/middleware.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/redirect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/response.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/resty.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/retry.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/trace.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/util.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b425/_pkg_.a # internal cp $WORK/b553/_pkg_.a /builddir/.cache/go-build/42/42bca97c26df936902b2bd8797a250104a2762ff06d48e8babdb8f3405cc464f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b816/_pkg_.a # internal cp $WORK/b236/_pkg_.a /builddir/.cache/go-build/ac/ac25c3d2090fe529c679ccd419acd5f9461131d3b77d83ebfee2ae2bbc5b5f76-d # internal cp $WORK/b251/_pkg_.a /builddir/.cache/go-build/f8/f89ae2e9121f1bc499cce121e340b544f142cbaa93a920c97eab16d9404768c4-d # internal cp $WORK/b425/_pkg_.a /builddir/.cache/go-build/10/102c9aefbb56c8b50b5dda576c527e6bf8a98569fb030e17d36f4e22c1cd5ef2-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request mkdir -p $WORK/b247/ github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw mkdir -p $WORK/b732/ cat >/tmp/go-build3413775437/b247/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/awsutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/internal/sdkio=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3413775437/b248/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3413775437/b246/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3413775437/b243/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b247/_pkg_.a -trimpath "$WORK/b247=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request -complete -installsuffix shared -buildid OhqVQGGggVenqB0lgOJC/OhqVQGGggVenqB0lgOJC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/handlers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/http_request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/offset_reader.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/request_context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/retryer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/validation.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/waiter.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b771/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b741/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b193/_pkg_.a # internal cat >/tmp/go-build3413775437/b732/importcfg << 'EOF' # internal # import config importmap github.com/scaleway/scaleway-sdk-go/internal/auth=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth importmap github.com/scaleway/scaleway-sdk-go/internal/errors=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors importmap github.com/scaleway/scaleway-sdk-go/logger=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger importmap github.com/scaleway/scaleway-sdk-go/validation=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth=/tmp/go-build3413775437/b733/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors=/tmp/go-build3413775437/b728/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger=/tmp/go-build3413775437/b734/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation=/tmp/go-build3413775437/b735/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/httputil=/tmp/go-build3413775437/b251/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile text/template=/tmp/go-build3413775437/b197/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b732/_pkg_.a -trimpath "$WORK/b732=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw -complete -installsuffix shared -buildid vXSxyO33uW-E-IQsWczp/vXSxyO33uW-E-IQsWczp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/client_option.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/config_legacy.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/convert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/custom_types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/env.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/locality.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/path.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/request_option.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/version.go cp $WORK/b816/_pkg_.a /builddir/.cache/go-build/12/129af7ef193f0aedaeb0108851b8e0eec885a85a749048361d73a23e8ba70551-d # internal github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert mkdir -p $WORK/b814/ cat >/tmp/go-build3413775437/b814/importcfg << 'EOF' # internal # import config importmap github.com/davecgh/go-spew/spew=github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew importmap github.com/pmezard/go-difflib/difflib=github.com/prometheus/prometheus/vendor/github.com/pmezard/go-difflib/difflib importmap gopkg.in/yaml.v3=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew=/tmp/go-build3413775437/b544/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pmezard/go-difflib/difflib=/tmp/go-build3413775437/b815/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3=/tmp/go-build3413775437/b486/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/httptest=/tmp/go-build3413775437/b816/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile runtime/debug=/tmp/go-build3413775437/b192/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b814/_pkg_.a -trimpath "$WORK/b814=>" -p github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert -complete -installsuffix shared -buildid 8-n0UWaUC_1M3-0-PlHz/8-n0UWaUC_1M3-0-PlHz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b814/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/assertion_compare.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/assertion_format.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/assertion_forward.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/assertion_order.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/assertions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/forward_assertions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/http_assertions.go cp $WORK/b193/_pkg_.a /builddir/.cache/go-build/a1/a13e10bc009897e22fa831cc43e9596523ed639dac390646f691228042c2491d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b876/_pkg_.a # internal cp $WORK/b771/_pkg_.a /builddir/.cache/go-build/28/281f079035b43d18a6b1d3266a63e2f23aee4cb348f2efcc86577ec697a417f6-d # internal cp $WORK/b876/_pkg_.a /builddir/.cache/go-build/02/023139daa72f5fc16a3d03cea58ba26addf43357d01f76a60b0d6420a77a64ed-d # internal cp $WORK/b741/_pkg_.a /builddir/.cache/go-build/6f/6feb4ad3c3291cdde55f061619833393dc174b2b69679b7057f802ad92b2990e-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt mkdir -p $WORK/b768/ cat >/tmp/go-build3413775437/b768/importcfg << 'EOF' # internal # import config importmap github.com/asaskevich/govalidator=github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator importmap github.com/go-openapi/errors=github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors importmap github.com/mitchellh/mapstructure=github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure importmap github.com/oklog/ulid=github.com/prometheus/prometheus/vendor/github.com/oklog/ulid importmap go.mongodb.org/mongo-driver/bson=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson importmap go.mongodb.org/mongo-driver/bson/bsontype=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype importmap go.mongodb.org/mongo-driver/bson/primitive=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile database/sql/driver=/tmp/go-build3413775437/b769/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator=/tmp/go-build3413775437/b770/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors=/tmp/go-build3413775437/b771/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure=/tmp/go-build3413775437/b318/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/oklog/ulid=/tmp/go-build3413775437/b772/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson=/tmp/go-build3413775437/b773/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3413775437/b777/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3413775437/b778/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net/mail=/tmp/go-build3413775437/b747/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc mkdir -p $WORK/b740/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b768/_pkg_.a -trimpath "$WORK/b768=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt -complete -installsuffix shared -buildid 8_ViDneJgy2Syd-gXr_R/8_ViDneJgy2Syd-gXr_R -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b768/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/bson.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/date.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/default.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/format.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/time.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/ulid.go cat >/tmp/go-build3413775437/b740/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/xml=/tmp/go-build3413775437/b259/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/cookiejar=/tmp/go-build3413775437/b301/_pkg_.a packagefile net/rpc=/tmp/go-build3413775437/b741/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b740/_pkg_.a -trimpath "$WORK/b740=>" -p github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc -complete -installsuffix shared -buildid lCORboPzaeEE2qzG-GZp/lCORboPzaeEE2qzG-GZp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc/decoder.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc/encoder.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc/is_zero.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc/request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc/response.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b555/_pkg_.a # internal cp $WORK/b555/_pkg_.a /builddir/.cache/go-build/01/012dde415db845d5c3b5a585a5928cac7b3425bb3be00b89dae63f78b203ee43-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b865/_pkg_.a # internal cp $WORK/b865/_pkg_.a /builddir/.cache/go-build/d5/d556b64abb3eef1ffc834fd72b9be7b6929149bb9ee9c7f7e0f711547e94454e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b315/_pkg_.a # internal cp $WORK/b315/_pkg_.a /builddir/.cache/go-build/86/86297cf1915ce6127db51d1f400921c9127633876ce939e03e36b18845923650-d # internal github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate mkdir -p $WORK/b314/ cat >/tmp/go-build3413775437/b314/importcfg << 'EOF' # internal # import config importmap github.com/armon/go-metrics=github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics=/tmp/go-build3413775437/b315/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b314/_pkg_.a -trimpath "$WORK/b314=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate -complete -installsuffix shared -buildid PTo4KT7Fv9wleQOcBCJB/PTo4KT7Fv9wleQOcBCJB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate/coordinate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate/phantom.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b705/_pkg_.a # internal cp $WORK/b705/_pkg_.a /builddir/.cache/go-build/3b/3b68cff85eb2bfcc93926ed3c8c9ab1e0c6db77171723a3e01e2cc0395799459-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/client mkdir -p $WORK/b693/ cat >/tmp/go-build3413775437/b693/importcfg << 'EOF' # internal # import config importmap github.com/containerd/containerd/platforms=github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms importmap github.com/docker/distribution/reference=github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference importmap github.com/docker/docker/api=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api importmap github.com/docker/docker/api/types=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types importmap github.com/docker/docker/api/types/container=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container importmap github.com/docker/docker/api/types/events=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/events importmap github.com/docker/docker/api/types/filters=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters importmap github.com/docker/docker/api/types/image=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image importmap github.com/docker/docker/api/types/network=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network importmap github.com/docker/docker/api/types/registry=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry importmap github.com/docker/docker/api/types/swarm=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm importmap github.com/docker/docker/api/types/time=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time importmap github.com/docker/docker/api/types/versions=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions importmap github.com/docker/docker/api/types/volume=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume importmap github.com/docker/docker/errdefs=github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs importmap github.com/docker/go-connections/sockets=github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets importmap github.com/docker/go-connections/tlsconfig=github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig importmap github.com/opencontainers/go-digest=github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms=/tmp/go-build3413775437/b694/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference=/tmp/go-build3413775437/b698/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api=/tmp/go-build3413775437/b700/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types=/tmp/go-build3413775437/b677/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container=/tmp/go-build3413775437/b678/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/events=/tmp/go-build3413775437/b701/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters=/tmp/go-build3413775437/b684/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image=/tmp/go-build3413775437/b702/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network=/tmp/go-build3413775437/b686/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry=/tmp/go-build3413775437/b687/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm=/tmp/go-build3413775437/b691/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time=/tmp/go-build3413775437/b703/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions=/tmp/go-build3413775437/b685/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume=/tmp/go-build3413775437/b704/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs=/tmp/go-build3413775437/b705/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets=/tmp/go-build3413775437/b707/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig=/tmp/go-build3413775437/b710/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest=/tmp/go-build3413775437/b689/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3413775437/b688/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/httputil=/tmp/go-build3413775437/b251/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b693/_pkg_.a -trimpath "$WORK/b693=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/client -complete -installsuffix shared -buildid TpkIvM_6_dc0C44hvDKI/TpkIvM_6_dc0C44hvDKI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/build_cancel.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/build_prune.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/checkpoint_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/checkpoint_delete.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/checkpoint_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/client_deprecated.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/client_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/config_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/config_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/config_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/config_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/config_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_attach.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_commit.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_copy.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_diff.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_exec.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_export.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_kill.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_logs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_pause.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_prune.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_rename.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_resize.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_restart.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_start.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_stats.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_stop.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_top.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_unpause.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_wait.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/disk_usage.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/distribution_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/events.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/hijack.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_build.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_history.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_import.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_load.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_prune.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_pull.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_push.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_save.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_search.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_tag.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/info.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/interface.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/interface_experimental.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/interface_stable.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/login.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_connect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_disconnect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_prune.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/node_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/node_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/node_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/node_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/ping.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_disable.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_enable.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_install.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_push.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_set.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_upgrade.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/secret_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/secret_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/secret_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/secret_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/secret_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/service_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/service_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/service_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/service_logs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/service_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/service_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_get_unlock_key.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_init.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_join.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_leave.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_unlock.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/task_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/task_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/task_logs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/version.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/volume_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/volume_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/volume_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/volume_prune.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/volume_remove.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b873/_pkg_.a # internal cp $WORK/b873/_pkg_.a /builddir/.cache/go-build/51/5132c8dad97212222db1de508dfbb99aee8cf953d40da757ed79ab4eb4d274f9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b226/_pkg_.a # internal cp $WORK/b226/_pkg_.a /builddir/.cache/go-build/e4/e40118588cb461b0a481c1bfa96dffaf78cf36719159d3ab389f5c86c243c30e-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/clientcredentials mkdir -p $WORK/b229/ cat >/tmp/go-build3413775437/b229/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap golang.org/x/oauth2/internal=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build3413775437/b226/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal=/tmp/go-build3413775437/b227/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b229/_pkg_.a -trimpath "$WORK/b229=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/clientcredentials -complete -installsuffix shared -buildid Ye4p3TE6o8UXwNBTZqWR/Ye4p3TE6o8UXwNBTZqWR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/clientcredentials/clientcredentials.go github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/authhandler mkdir -p $WORK/b337/ cat >/tmp/go-build3413775437/b337/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build3413775437/b226/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b337/_pkg_.a -trimpath "$WORK/b337=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/authhandler -complete -installsuffix shared -buildid V67xPkqzKjWwmHOFRG_k/V67xPkqzKjWwmHOFRG_k -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/authhandler/authhandler.go github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount mkdir -p $WORK/b338/ cat >/tmp/go-build3413775437/b338/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/hmac=/tmp/go-build3413775437/b101/_pkg_.a packagefile crypto/sha256=/tmp/go-build3413775437/b106/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build3413775437/b226/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b338/_pkg_.a -trimpath "$WORK/b338=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount -complete -installsuffix shared -buildid jDCcMbTNSWVr3ENfeL7T/jDCcMbTNSWVr3ENfeL7T -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b338/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/aws.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/basecredentials.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/clientauth.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/err.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/filecredsource.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/impersonate.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/sts_exchange.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/urlcredsource.go github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jwt mkdir -p $WORK/b340/ github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate cat >/tmp/go-build3413775437/b340/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap golang.org/x/oauth2/internal=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal importmap golang.org/x/oauth2/jws=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build3413775437/b226/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal=/tmp/go-build3413775437/b227/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws=/tmp/go-build3413775437/b339/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b340/_pkg_.a -trimpath "$WORK/b340=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jwt -complete -installsuffix shared -buildid A1P5CLM9H4qNV4acxzwM/A1P5CLM9H4qNV4acxzwM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jwt/jwt.go github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo mkdir -p $WORK/b320/ cat >/tmp/go-build3413775437/b320/importcfg << 'EOF' # internal # import config importmap github.com/digitalocean/godo/metrics=github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics importmap github.com/google/go-querystring/query=github.com/prometheus/prometheus/vendor/github.com/google/go-querystring/query importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics=/tmp/go-build3413775437/b321/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-querystring/query=/tmp/go-build3413775437/b322/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build3413775437/b226/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b320/_pkg_.a -trimpath "$WORK/b320=>" -p github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo -complete -installsuffix shared -buildid apLWOq4DoBfqyEe1xK6F/apLWOq4DoBfqyEe1xK6F -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/1-click.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/account.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/action.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/apps.gen.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/apps.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/balance.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/billing_history.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/cdn.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/certificates.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/databases.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/domains.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/droplet_actions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/droplets.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/firewalls.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/floating_ips.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/floating_ips_actions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/godo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/image_actions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/images.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/invoices.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/keys.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/kubernetes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/links.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/load_balancers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/meta.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/monitoring.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/projects.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/regions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/registry.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/sizes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/snapshots.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/storage.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/storage_actions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/strings.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/tags.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/timestamp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/vpcs.go mkdir -p $WORK/b401/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b348/_pkg_.a # internal cat >/tmp/go-build3413775437/b401/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build3413775437/b226/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b401/_pkg_.a -trimpath "$WORK/b401=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate -complete -installsuffix shared -buildid 4tSkHCPdsOICUTE5QjJb/4tSkHCPdsOICUTE5QjJb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate/impersonate.go cp $WORK/b348/_pkg_.a /builddir/.cache/go-build/58/5809c4c0f9bc6b3ddf674ad96ce5bfe5e5aa801aee00e0f7ffef083dc98360ac-d # internal github.com/prometheus/prometheus/web/ui /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b782/_pkg_.a # internal mkdir -p $WORK/b870/ cat >/tmp/go-build3413775437/b870/importcfg << 'EOF' # internal # import config importmap github.com/shurcooL/httpfs/filter=github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/filter importmap github.com/shurcooL/httpfs/union=github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/union importmap github.com/shurcooL/vfsgen=github.com/prometheus/prometheus/vendor/github.com/shurcooL/vfsgen packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/filter=/tmp/go-build3413775437/b871/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/union=/tmp/go-build3413775437/b872/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/shurcooL/vfsgen=/tmp/go-build3413775437/b873/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b870/_pkg_.a -trimpath "$WORK/b870=>" -p github.com/prometheus/prometheus/web/ui -complete -installsuffix shared -buildid SyXnC1ra6qFyRHtT1CIW/SyXnC1ra6qFyRHtT1CIW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b870/importcfg -pack ./_build/src/github.com/prometheus/prometheus/web/ui/assets_vfsdata.go ./_build/src/github.com/prometheus/prometheus/web/ui/doc.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b183/_pkg_.a # internal cp $WORK/b782/_pkg_.a /builddir/.cache/go-build/99/9916e6276b7afec7e62a369727200378bd68a72f0cb5511a142e7bb7aec2a7b0-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer mkdir -p $WORK/b790/ cat >/tmp/go-build3413775437/b790/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build3413775437/b782/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b790/_pkg_.a -trimpath "$WORK/b790=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer -complete -installsuffix shared -buildid Pty6dm6eGm7cO2Avuoi8/Pty6dm6eGm7cO2Avuoi8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b790/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer/pointer.go cp $WORK/b183/_pkg_.a /builddir/.cache/go-build/13/13db16606d27c8892ae1d729c6c10aabc1b8716b6c83092e511e25917c7f147a-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint mkdir -p $WORK/b811/ cat >/tmp/go-build3413775437/b811/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_model/go=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go importmap github.com/prometheus/common/expfmt=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build3413775437/b182/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt=/tmp/go-build3413775437/b183/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b811/_pkg_.a -trimpath "$WORK/b811=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint -complete -installsuffix shared -buildid DIQNeImnA8qz1gklXfq5/DIQNeImnA8qz1gklXfq5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b811/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint/promlint.go github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus mkdir -p $WORK/b066/ cat >/tmp/go-build3413775437/b066/importcfg << 'EOF' # internal # import config importmap github.com/beorn7/perks/quantile=github.com/prometheus/prometheus/vendor/github.com/beorn7/perks/quantile importmap github.com/cespare/xxhash/v2=github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes importmap github.com/prometheus/client_golang/prometheus/internal=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal importmap github.com/prometheus/client_model/go=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go importmap github.com/prometheus/common/expfmt=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/procfs=github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile expvar=/tmp/go-build3413775437/b067/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/beorn7/perks/quantile=/tmp/go-build3413775437/b142/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2=/tmp/go-build3413775437/b143/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes=/tmp/go-build3413775437/b174/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build3413775437/b181/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build3413775437/b182/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt=/tmp/go-build3413775437/b183/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs=/tmp/go-build3413775437/b187/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile runtime/debug=/tmp/go-build3413775437/b192/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "$WORK/b066=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus -complete -installsuffix shared -buildid 5tlsyFbGWXB6__PYJxg3/5tlsyFbGWXB6__PYJxg3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/collector.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/counter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/desc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/expvar_collector.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/fnv.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/gauge.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/go_collector.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/histogram.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/labels.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/metric.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/observer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/process_collector.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/process_collector_other.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/registry.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/summary.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/timer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/untyped.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/value.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/vec.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/wrap.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b337/_pkg_.a # internal cp $WORK/b337/_pkg_.a /builddir/.cache/go-build/58/58cb6595133a54678223f9ec26e62e5a83a3196c9633c49e9617ea038e48fac9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b229/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b340/_pkg_.a # internal cp $WORK/b229/_pkg_.a /builddir/.cache/go-build/6b/6b4b454a9e39a379e173c13d7bb1632de3cfd415a560af9673e6e40e4f9f3e4a-d # internal cp $WORK/b340/_pkg_.a /builddir/.cache/go-build/f5/f5664312df7c4886f49e2178658d1768856826c93c7eb621e94dab5a3b7276b5-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b401/_pkg_.a # internal cp $WORK/b401/_pkg_.a /builddir/.cache/go-build/93/937b02b0ae36d9d186cb903a0493566291a61b9a35614fcc70c8f8790485af10-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b314/_pkg_.a # internal cp $WORK/b314/_pkg_.a /builddir/.cache/go-build/fc/fc6483c6ccf25b130c719f33a96e2d3900fd630fd1e8dc010e79dfb0bf6c0e54-d # internal github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api mkdir -p $WORK/b307/ cat >/tmp/go-build3413775437/b307/importcfg << 'EOF' # internal # import config importmap github.com/hashicorp/go-cleanhttp=github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp importmap github.com/hashicorp/go-hclog=github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog importmap github.com/hashicorp/go-rootcerts=github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts importmap github.com/hashicorp/serf/coordinate=github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate importmap github.com/mitchellh/mapstructure=github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp=/tmp/go-build3413775437/b308/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog=/tmp/go-build3413775437/b309/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts=/tmp/go-build3413775437/b313/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate=/tmp/go-build3413775437/b314/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure=/tmp/go-build3413775437/b318/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b307/_pkg_.a -trimpath "$WORK/b307=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api -complete -installsuffix shared -buildid F9st-qqeh65SwZ_TpgDd/F9st-qqeh65SwZ_TpgDd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/acl.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/agent.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/catalog.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/config_entry.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/config_entry_cluster.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/config_entry_discoverychain.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/config_entry_gateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/config_entry_intentions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/connect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/connect_ca.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/connect_intention.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/coordinate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/debug.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/discovery_chain.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/event.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/health.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/kv.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/lock.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/namespace.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator_area.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator_autopilot.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator_keyring.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator_license.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator_raft.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator_segment.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/prepared_query.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/raw.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/semaphore.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/session.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/snapshot.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/txn.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b712/_pkg_.a # internal cp $WORK/b712/_pkg_.a /builddir/.cache/go-build/40/40da3743decf1601e07f2189fe999d0eced6c9dbd8a08a2cdf68951c93437ec7-d # internal github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils mkdir -p $WORK/b720/ github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens mkdir -p $WORK/b716/ cat >/tmp/go-build3413775437/b720/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build3413775437/b712/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b720/_pkg_.a -trimpath "$WORK/b720=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils -complete -installsuffix shared -buildid EeiwCVem0zStJ49KYMej/EeiwCVem0zStJ49KYMej -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils/base_endpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils/choose_version.go mkdir -p $WORK/b718/ cat >/tmp/go-build3413775437/b716/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build3413775437/b712/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b716/_pkg_.a -trimpath "$WORK/b716=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination -complete -installsuffix shared -buildid yu30qUGitdMi53kT2Wp7/yu30qUGitdMi53kT2Wp7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b716/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/http.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/linked.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/marker.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/pager.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/pkg.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/single.go cat >/tmp/go-build3413775437/b718/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build3413775437/b712/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b718/_pkg_.a -trimpath "$WORK/b718=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens -complete -installsuffix shared -buildid o2E8KhN53jduh0gdYUfR/o2E8KhN53jduh0gdYUfR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/urls.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b294/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b855/_pkg_.a # internal cp $WORK/b294/_pkg_.a /builddir/.cache/go-build/a3/a3a211cccaa572310ab02169abbc96b72999d624d5ce892f9f11240d18c8934c-d # internal github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest mkdir -p $WORK/b293/ cat >/tmp/go-build3413775437/b293/importcfg << 'EOF' # internal # import config importmap github.com/Azure/go-autorest/autorest/adal=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal importmap github.com/Azure/go-autorest/logger=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger importmap github.com/Azure/go-autorest/tracing=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/hmac=/tmp/go-build3413775437/b101/_pkg_.a packagefile crypto/sha256=/tmp/go-build3413775437/b106/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile encoding/xml=/tmp/go-build3413775437/b259/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal=/tmp/go-build3413775437/b294/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger=/tmp/go-build3413775437/b296/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing=/tmp/go-build3413775437/b297/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile mime/multipart=/tmp/go-build3413775437/b137/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/cookiejar=/tmp/go-build3413775437/b301/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b293/_pkg_.a -trimpath "$WORK/b293=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest -complete -installsuffix shared -buildid -IMN93n3NCJKDrsnf5_R/-IMN93n3NCJKDrsnf5_R -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/authorization.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/authorization_sas.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/authorization_storage.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/autorest.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/preparer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/responder.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/retriablerequest.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.8.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/sender.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/utility.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/utility_1.13.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/version.go cp $WORK/b855/_pkg_.a /builddir/.cache/go-build/0a/0a1ecf7fef44c8badf54f39777071d0f2c774c5aed3af3b806fac2b55850d422-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b811/_pkg_.a # internal cp $WORK/b811/_pkg_.a /builddir/.cache/go-build/4a/4aac4e0e02d1dafe009b44de8fdcb77f2379974db0e165b8ce6d4ee0000e63a3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b790/_pkg_.a # internal cp $WORK/b790/_pkg_.a /builddir/.cache/go-build/96/961f6abf60df6cb16cef91ec6a72d00320785ba205fc6186c623f68ddb5add56-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonreference mkdir -p $WORK/b792/ cat >/tmp/go-build3413775437/b792/importcfg << 'EOF' # internal # import config importmap github.com/PuerkitoBio/purell=github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/purell importmap github.com/go-openapi/jsonpointer=github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/purell=/tmp/go-build3413775437/b793/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer=/tmp/go-build3413775437/b790/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b792/_pkg_.a -trimpath "$WORK/b792=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonreference -complete -installsuffix shared -buildid Xc4f5j9Jgjjd_SMDEyq2/Xc4f5j9Jgjjd_SMDEyq2 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonreference/reference.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b247/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b338/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b720/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b792/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b671/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b740/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b732/_pkg_.a # internal cp $WORK/b247/_pkg_.a /builddir/.cache/go-build/7a/7a4249e50b44a54e3a4e2ec5fd20ecc5e6d341b3441d29c2df4e7c1867545e9b-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client mkdir -p $WORK/b245/ cp $WORK/b720/_pkg_.a /builddir/.cache/go-build/a9/a99831965b9c4908455603b23a455cb0c69c6c1e961e032281394db08b235ffa-d # internal cp $WORK/b792/_pkg_.a /builddir/.cache/go-build/4f/4f44357bf1bf52b989fa498d607e48131adac9d78e38d6dc8c1c6087447044b0-d # internal cat >/tmp/go-build3413775437/b245/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/sdkrand=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3413775437/b246/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build3413775437/b250/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net/http/httputil=/tmp/go-build3413775437/b251/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b245/_pkg_.a -trimpath "$WORK/b245=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client -complete -installsuffix shared -buildid foXsO_vtdMkHyBIU4egp/foXsO_vtdMkHyBIU4egp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/no_op_retryer.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol mkdir -p $WORK/b256/ cp $WORK/b732/_pkg_.a /builddir/.cache/go-build/b6/b613468ef48ce31c177ef782708172b0dc8cfb721b7719a26e481b9905774eee-d # internal cat >/tmp/go-build3413775437/b256/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/sdkmath=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkmath packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3413775437/b246/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkmath=/tmp/go-build3413775437/b257/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b256/_pkg_.a -trimpath "$WORK/b256=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol -complete -installsuffix shared -buildid xdavuW57p8RTPuIUmGwE/xdavuW57p8RTPuIUmGwE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/host.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/host_prefix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/idempotency.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonvalue.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/payload.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/protocol.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/timestamp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal_error.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers mkdir -p $WORK/b264/ cat >/tmp/go-build3413775437/b264/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b264/_pkg_.a -trimpath "$WORK/b264=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers -complete -installsuffix shared -buildid Q5IZOHR8IfWQjYFA1XjR/Q5IZOHR8IfWQjYFA1XjR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/user_agent.go cp $WORK/b740/_pkg_.a /builddir/.cache/go-build/e3/e344b31ca9b51ce39c833196e357b5f4f250fd56523aaa49292b03b97633ac89-d # internal cp $WORK/b671/_pkg_.a /builddir/.cache/go-build/7e/7e73257f7f2a1a047e59437a9a62d0fc2fa4f02e411b755ca8fa623be0ad9b7d-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm mkdir -p $WORK/b273/ cat >/tmp/go-build3413775437/b273/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b273/_pkg_.a -trimpath "$WORK/b273=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm -complete -installsuffix shared -buildid mKDRq_aFOa14TaNUAuuE/mKDRq_aFOa14TaNUAuuE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm/enable.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm/metric.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm/metric_chan.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm/metric_exception.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm/reporter.go github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1 mkdir -p $WORK/b726/ github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1 mkdir -p $WORK/b737/ cat >/tmp/go-build3413775437/b726/importcfg << 'EOF' # internal # import config importmap github.com/scaleway/scaleway-sdk-go/internal/async=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async importmap github.com/scaleway/scaleway-sdk-go/internal/errors=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors importmap github.com/scaleway/scaleway-sdk-go/internal/marshaler=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler importmap github.com/scaleway/scaleway-sdk-go/internal/parameter=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter importmap github.com/scaleway/scaleway-sdk-go/namegenerator=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator importmap github.com/scaleway/scaleway-sdk-go/scw=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async=/tmp/go-build3413775437/b727/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors=/tmp/go-build3413775437/b728/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler=/tmp/go-build3413775437/b729/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter=/tmp/go-build3413775437/b730/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator=/tmp/go-build3413775437/b731/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw=/tmp/go-build3413775437/b732/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b726/_pkg_.a -trimpath "$WORK/b726=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1 -complete -installsuffix shared -buildid w6JrIHSBBBOlH9KN7iSk/w6JrIHSBBBOlH9KN7iSk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b726/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1/baremetal_sdk.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1/server_utils.go cat >/tmp/go-build3413775437/b737/importcfg << 'EOF' # internal # import config importmap github.com/scaleway/scaleway-sdk-go/internal/errors=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors importmap github.com/scaleway/scaleway-sdk-go/internal/marshaler=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler importmap github.com/scaleway/scaleway-sdk-go/internal/parameter=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter importmap github.com/scaleway/scaleway-sdk-go/namegenerator=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator importmap github.com/scaleway/scaleway-sdk-go/scw=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors=/tmp/go-build3413775437/b728/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler=/tmp/go-build3413775437/b729/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter=/tmp/go-build3413775437/b730/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator=/tmp/go-build3413775437/b731/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw=/tmp/go-build3413775437/b732/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b737/_pkg_.a -trimpath "$WORK/b737=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1 -complete -installsuffix shared -buildid Id5gLVVYelsww1osG8ew/Id5gLVVYelsww1osG8ew -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b737/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1/marketplace_sdk.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1/marketplace_utils.go github.com/prometheus/prometheus/vendor/github.com/linode/linodego mkdir -p $WORK/b670/ cp $WORK/b338/_pkg_.a /builddir/.cache/go-build/7e/7e999d1741721346aae789e66e3372a4b7ce27fc66633103798345fc06a7d3f6-d # internal cat >/tmp/go-build3413775437/b670/importcfg << 'EOF' # internal # import config importmap github.com/go-resty/resty/v2=github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2 importmap github.com/linode/linodego/internal/duration=github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/duration importmap github.com/linode/linodego/internal/parseabletime=github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/parseabletime packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2=/tmp/go-build3413775437/b671/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/duration=/tmp/go-build3413775437/b673/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/parseabletime=/tmp/go-build3413775437/b674/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile runtime/debug=/tmp/go-build3413775437/b192/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile text/template=/tmp/go-build3413775437/b197/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b670/_pkg_.a -trimpath "$WORK/b670=>" -p github.com/prometheus/prometheus/vendor/github.com/linode/linodego -complete -installsuffix shared -buildid QaVVJr5iREw--Ihi58_D/QaVVJr5iREw--Ihi58_D -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_events.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_invoices.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_notifications.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_oauth_client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_payments.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_settings.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_user_grants.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_users.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/comparison.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/domain_records.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/domains.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/firewall_devices.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/firewall_rules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/firewalls.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/images.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instance_configs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instance_disks.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instance_ips.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instance_snapshots.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instance_stats.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instance_volumes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instances.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/kernels.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/lke_cluster_pools.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/lke_clusters.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/longview.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/longview_subscriptions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/managed.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/network_ips.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/network_pools.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/network_ranges.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/nodebalancer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/nodebalancer_config_nodes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/nodebalancer_configs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/nodebalancer_stats.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/object_storage_bucket_certs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/object_storage_buckets.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/object_storage_clusters.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/object_storage_keys.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/object_storage_object.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/pagination.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/profile.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/profile_sshkeys.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/profile_tokens.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/regions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/resources.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/retries.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/stackscripts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/support.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/tags.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/version.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/vlans.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/volumes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/waitfor.go github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec mkdir -p $WORK/b791/ cat >/tmp/go-build3413775437/b791/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/jsonpointer=github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer importmap github.com/go-openapi/jsonreference=github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonreference importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile crypto/sha256=/tmp/go-build3413775437/b106/_pkg_.a packagefile encoding/gob=/tmp/go-build3413775437/b742/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer=/tmp/go-build3413775437/b790/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonreference=/tmp/go-build3413775437/b792/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build3413775437/b782/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b791/_pkg_.a -trimpath "$WORK/b791=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec -complete -installsuffix shared -buildid GC0OuGJfVnWEASpsBx8I/GC0OuGJfVnWEASpsBx8I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/bindata.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/cache.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/contact_info.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/debug.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/expander.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/external_docs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/header.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/info.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/items.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/license.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/normalizer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/normalizer_nonwindows.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/operation.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/parameter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/path_item.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/paths.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/properties.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/ref.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/resolver.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/response.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/responses.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/schema.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/schema_loader.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/security_scheme.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/spec.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/swagger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/tag.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/validations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/xml_object.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b459/_pkg_.a # internal github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google mkdir -p $WORK/b335/ cat >/tmp/go-build3413775437/b335/importcfg << 'EOF' # internal # import config importmap cloud.google.com/go/compute/metadata=github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap golang.org/x/oauth2/authhandler=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/authhandler importmap golang.org/x/oauth2/google/internal/externalaccount=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount importmap golang.org/x/oauth2/internal=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal importmap golang.org/x/oauth2/jws=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws importmap golang.org/x/oauth2/jwt=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jwt packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata=/tmp/go-build3413775437/b336/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build3413775437/b226/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/authhandler=/tmp/go-build3413775437/b337/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount=/tmp/go-build3413775437/b338/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal=/tmp/go-build3413775437/b227/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws=/tmp/go-build3413775437/b339/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jwt=/tmp/go-build3413775437/b340/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile os/user=/tmp/go-build3413775437/b341/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b335/_pkg_.a -trimpath "$WORK/b335=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google -complete -installsuffix shared -buildid 0NiTGM0XwPLmgQGq0H3T/0NiTGM0XwPLmgQGq0H3T -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/appengine.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/appengine_gen2_flex.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/default.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/google.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/jwt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/sdk.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b404/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b718/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b768/_pkg_.a # internal cp $WORK/b718/_pkg_.a /builddir/.cache/go-build/37/37346b14bb69675af51f739aa6a82993914c991056e0100580b3763f3c49a5e3-d # internal github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens mkdir -p $WORK/b717/ cat >/tmp/go-build3413775437/b717/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens packagefile crypto/hmac=/tmp/go-build3413775437/b101/_pkg_.a packagefile crypto/sha1=/tmp/go-build3413775437/b105/_pkg_.a packagefile crypto/sha256=/tmp/go-build3413775437/b106/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build3413775437/b712/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=/tmp/go-build3413775437/b718/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b717/_pkg_.a -trimpath "$WORK/b717=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens -complete -installsuffix shared -buildid uCBJtZ0PXP9TS3AkCEpf/uCBJtZ0PXP9TS3AkCEpf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens/urls.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b716/_pkg_.a # internal cp $WORK/b459/_pkg_.a /builddir/.cache/go-build/b0/b01ac76117417aa7219605cf4dbcfa80e1e3977a5323113a806f7dcf5e4b3df8-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer mkdir -p $WORK/b490/ cat >/tmp/go-build3413775437/b490/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b490/_pkg_.a -trimpath "$WORK/b490=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer -complete -installsuffix shared -buildid w8hi-2aqRw22wUdpy_Xb/w8hi-2aqRw22wUdpy_Xb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer/recognizer.go cp $WORK/b716/_pkg_.a /builddir/.cache/go-build/51/511e0a7abf8e949adce5f9bf1ca46931922217ba5f9d347403028932d6bce19b-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming mkdir -p $WORK/b539/ cat >/tmp/go-build3413775437/b539/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b539/_pkg_.a -trimpath "$WORK/b539=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming -complete -installsuffix shared -buildid wuktv6E3WpLhpv5oDIfV/wuktv6E3WpLhpv5oDIfV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b539/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming/streaming.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api mkdir -p $WORK/b550/ cp $WORK/b404/_pkg_.a /builddir/.cache/go-build/ab/ab72cabd2714a06cd53d80fdfd325b8de40a92820fc9ab3911901e32180d431e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b814/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants mkdir -p $WORK/b715/ github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1 mkdir -p $WORK/b719/ cat >/tmp/go-build3413775437/b715/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/pagination=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build3413775437/b712/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build3413775437/b716/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b715/_pkg_.a -trimpath "$WORK/b715=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants -complete -installsuffix shared -buildid 01lCRMu83Qd-VOpb-8Zk/01lCRMu83Qd-VOpb-8Zk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b715/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/urls.go cat >/tmp/go-build3413775437/b719/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens importmap github.com/gophercloud/gophercloud/pagination=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination packagefile crypto/hmac=/tmp/go-build3413775437/b101/_pkg_.a packagefile crypto/sha1=/tmp/go-build3413775437/b105/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build3413775437/b712/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=/tmp/go-build3413775437/b718/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build3413775437/b716/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b719/_pkg_.a -trimpath "$WORK/b719=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1 -complete -installsuffix shared -buildid quaov4BTjLgMtAfBcA_I/quaov4BTjLgMtAfBcA_I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/urls.go github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips mkdir -p $WORK/b721/ github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors mkdir -p $WORK/b722/ cat >/tmp/go-build3413775437/b721/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/pagination=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build3413775437/b712/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build3413775437/b716/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b721/_pkg_.a -trimpath "$WORK/b721=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips -complete -installsuffix shared -buildid 51H78xNo5fnifFTNMVyr/51H78xNo5fnifFTNMVyr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b721/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/urls.go cat >/tmp/go-build3413775437/b722/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/pagination=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build3413775437/b712/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build3413775437/b716/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b722/_pkg_.a -trimpath "$WORK/b722=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors -complete -installsuffix shared -buildid aJIfvfRjq9LoNiJ8vsFD/aJIfvfRjq9LoNiJ8vsFD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b722/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/urls.go github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers mkdir -p $WORK/b723/ cat >/tmp/go-build3413775437/b723/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/pagination=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build3413775437/b712/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build3413775437/b716/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b723/_pkg_.a -trimpath "$WORK/b723=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers -complete -installsuffix shared -buildid EP0Ysyb-Q_lISH35CnFX/EP0Ysyb-Q_lISH35CnFX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b723/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/urls.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/util.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b539/_pkg_.a # internal cat >/tmp/go-build3413775437/b550/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b550/_pkg_.a -trimpath "$WORK/b550=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api -complete -installsuffix shared -buildid gQgdDJH-zasoa9gnzs1k/gQgdDJH-zasoa9gnzs1k -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/zz_generated.deepcopy.go cp $WORK/b539/_pkg_.a /builddir/.cache/go-build/8d/8d5300682966b8fdf5a5587a3ce50394c94df9128116b03702f83a299316375e-d # internal cp $WORK/b768/_pkg_.a /builddir/.cache/go-build/81/8125cef3c5cc178d0ba1332ec770ac304dd10a1c7d28ae94dfb72c2e3765ad4d-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime mkdir -p $WORK/b797/ cat >/tmp/go-build3413775437/b797/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/errors=github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors importmap github.com/go-openapi/strfmt=github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/csv=/tmp/go-build3413775437/b664/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile encoding/xml=/tmp/go-build3413775437/b259/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors=/tmp/go-build3413775437/b771/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt=/tmp/go-build3413775437/b768/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build3413775437/b782/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile mime=/tmp/go-build3413775437/b136/_pkg_.a packagefile mime/multipart=/tmp/go-build3413775437/b137/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b797/_pkg_.a -trimpath "$WORK/b797=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime -complete -installsuffix shared -buildid aKdiwHQYQ0eYwNnxTAEo/aKdiwHQYQ0eYwNnxTAEo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b797/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/bytestream.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/client_auth_info.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/client_operation.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/client_request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/client_response.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/constants.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/csv.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/discard.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/file.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/headers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/interfaces.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/json.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/statuses.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/text.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/values.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/xml.go cp $WORK/b814/_pkg_.a /builddir/.cache/go-build/aa/aa9d7c4229f555520e9fddeb842cbc972b997f336c4a210d94a936abe3641aaf-d # internal github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require mkdir -p $WORK/b813/ cat >/tmp/go-build3413775437/b813/importcfg << 'EOF' # internal # import config importmap github.com/stretchr/testify/assert=github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert=/tmp/go-build3413775437/b814/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b813/_pkg_.a -trimpath "$WORK/b813=>" -p github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require -complete -installsuffix shared -buildid HXZ2F3bMGYxbAD3OlB4i/HXZ2F3bMGYxbAD3OlB4i -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b813/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require/forward_requirements.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require/require.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require/require_forward.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require/requirements.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b737/_pkg_.a # internal cp $WORK/b737/_pkg_.a /builddir/.cache/go-build/6d/6dfbba26eb14ba8e84e8906eb19f25eeb9de2a5591d9cd1be1547121f2d68447-d # internal github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1 mkdir -p $WORK/b736/ cat >/tmp/go-build3413775437/b736/importcfg << 'EOF' # internal # import config importmap github.com/scaleway/scaleway-sdk-go/api/marketplace/v1=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1 importmap github.com/scaleway/scaleway-sdk-go/internal/async=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async importmap github.com/scaleway/scaleway-sdk-go/internal/errors=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors importmap github.com/scaleway/scaleway-sdk-go/internal/marshaler=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler importmap github.com/scaleway/scaleway-sdk-go/internal/parameter=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter importmap github.com/scaleway/scaleway-sdk-go/namegenerator=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator importmap github.com/scaleway/scaleway-sdk-go/scw=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw importmap github.com/scaleway/scaleway-sdk-go/validation=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1=/tmp/go-build3413775437/b737/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async=/tmp/go-build3413775437/b727/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors=/tmp/go-build3413775437/b728/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler=/tmp/go-build3413775437/b729/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter=/tmp/go-build3413775437/b730/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator=/tmp/go-build3413775437/b731/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw=/tmp/go-build3413775437/b732/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation=/tmp/go-build3413775437/b735/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b736/_pkg_.a -trimpath "$WORK/b736=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1 -complete -installsuffix shared -buildid _Tjnok7GdbkV-OA6mMgd/_Tjnok7GdbkV-OA6mMgd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/image_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/instance_metadata_sdk.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/instance_sdk.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/instance_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/security_group_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/server_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/snapshot_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/volume_utils.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b490/_pkg_.a # internal cp $WORK/b490/_pkg_.a /builddir/.cache/go-build/f6/f6461e7664397ef7af6647f85bf49c28e96524b7c887add212a977f9d7f7122e-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json mkdir -p $WORK/b489/ cat >/tmp/go-build3413775437/b489/importcfg << 'EOF' # internal # import config importmap github.com/json-iterator/go=github.com/prometheus/prometheus/vendor/github.com/json-iterator/go importmap github.com/modern-go/reflect2=github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/recognizer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer importmap k8s.io/apimachinery/pkg/util/framer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer importmap k8s.io/apimachinery/pkg/util/yaml=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/yaml importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 importmap sigs.k8s.io/yaml=github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/json-iterator/go=/tmp/go-build3413775437/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2=/tmp/go-build3413775437/b471/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3413775437/b490/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer=/tmp/go-build3413775437/b491/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/yaml=/tmp/go-build3413775437/b492/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml=/tmp/go-build3413775437/b493/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b489/_pkg_.a -trimpath "$WORK/b489=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json -complete -installsuffix shared -buildid kR9Zu-I5OsG6XhMI0QXh/kR9Zu-I5OsG6XhMI0QXh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json/json.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json/meta.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b264/_pkg_.a # internal cp $WORK/b264/_pkg_.a /builddir/.cache/go-build/2e/2e1f489b26ecde141bb8f8ea36fcec4773e5279132d3d6651cbd7865bbe5d569-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b245/_pkg_.a # internal cp $WORK/b245/_pkg_.a /builddir/.cache/go-build/74/74a1b993f55fd2e6c51610923dce51997d51035a6e4219cf16de7f8646e286fa-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b273/_pkg_.a # internal cp $WORK/b273/_pkg_.a /builddir/.cache/go-build/28/28c357bb3455ce28dc32d4983e47d92a92f291907539661694979be3ef5d84f3-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata mkdir -p $WORK/b276/ cat >/tmp/go-build3413775437/b276/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/corehandlers=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/sdkuri=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3413775437/b245/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3413775437/b246/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3413775437/b264/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build3413775437/b277/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b276/_pkg_.a -trimpath "$WORK/b276=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata -complete -installsuffix shared -buildid mkVfTLPiD5MDKaCEoNge/mkVfTLPiD5MDKaCEoNge -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/token_provider.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b256/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b550/_pkg_.a # internal cp $WORK/b256/_pkg_.a /builddir/.cache/go-build/7e/7ea7b1685257bd58e7665e0458f5d26400ff516b2d855497664e80f7af5498f3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b717/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest mkdir -p $WORK/b255/ cat >/tmp/go-build3413775437/b255/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/strings=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build3413775437/b254/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3413775437/b256/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b255/_pkg_.a -trimpath "$WORK/b255=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest -complete -installsuffix shared -buildid q4KnUQPrPLVPht8lrl7_/q4KnUQPrPLVPht8lrl7_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go cp $WORK/b550/_pkg_.a /builddir/.cache/go-build/69/69d4ebf3ab1708d1e2a3aa625c46be9c0dc056807cc25cbf6ef4c610716b2c16-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil mkdir -p $WORK/b260/ cp $WORK/b717/_pkg_.a /builddir/.cache/go-build/c3/c396c8098f833eb5a60bb8e7e0a80a724c6d213796d24b2940176914edb80af6-d # internal cat >/tmp/go-build3413775437/b260/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3413775437/b256/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil mkdir -p $WORK/b261/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b260/_pkg_.a -trimpath "$WORK/b260=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil -complete -installsuffix shared -buildid XG30sDxwu2TkWanhwKOf/XG30sDxwu2TkWanhwKOf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil mkdir -p $WORK/b270/ cat >/tmp/go-build3413775437/b261/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/xml=/tmp/go-build3413775437/b259/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3413775437/b256/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b261/_pkg_.a -trimpath "$WORK/b261=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil -complete -installsuffix shared -buildid b8D0JagDB3rkcbTSKnNf/b8D0JagDB3rkcbTSKnNf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/sort.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go cat >/tmp/go-build3413775437/b270/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3413775437/b256/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b270/_pkg_.a -trimpath "$WORK/b270=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil -complete -installsuffix shared -buildid DWMIIpSrEjkjA8qs0a7C/DWMIIpSrEjkjA8qs0a7C -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1 mkdir -p $WORK/b667/ cat >/tmp/go-build3413775437/b667/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/client-go/tools/clientcmd/api=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build3413775437/b444/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3413775437/b550/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b722/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b667/_pkg_.a -trimpath "$WORK/b667=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1 -complete -installsuffix shared -buildid 8bujWCT0wW6-fvYUpq8h/8bujWCT0wW6-fvYUpq8h -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.defaults.go cp $WORK/b722/_pkg_.a /builddir/.cache/go-build/17/17af8b4d8bd9ad91017ecffe68d526fe98c0609a9d4782d6fedbaa4f55b9d334-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b715/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b726/_pkg_.a # internal cp $WORK/b715/_pkg_.a /builddir/.cache/go-build/b4/b47aabbe3367a1e881f2211c41ede4c3e60d9e4464d7219bd1e34e68afa8c5f9-d # internal github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens mkdir -p $WORK/b714/ cat >/tmp/go-build3413775437/b714/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/openstack/identity/v2/tenants=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build3413775437/b712/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants=/tmp/go-build3413775437/b715/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b714/_pkg_.a -trimpath "$WORK/b714=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens -complete -installsuffix shared -buildid GVwAy6AVYDO0NEs-Y0lz/GVwAy6AVYDO0NEs-Y0lz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b714/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/urls.go cp $WORK/b726/_pkg_.a /builddir/.cache/go-build/a2/a2a12764e3b24152be438b07d2caf9f84ad153ce7ff0aa33caee8ae46b7ed1a9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b721/_pkg_.a # internal cp $WORK/b721/_pkg_.a /builddir/.cache/go-build/ed/edd18799eab89c7ac65a808f45d089393025ebad87701275034a50a98170d789-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b489/_pkg_.a # internal cp $WORK/b489/_pkg_.a /builddir/.cache/go-build/b8/b8855a64c04669e7a5839f64e4ce8ef5ada5a4dbc302f72148772dad5e883915-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b335/_pkg_.a # internal cp $WORK/b335/_pkg_.a /builddir/.cache/go-build/e9/e9e472c6b86ba89ca45db7ef513ace24ee1bfee6394f22c695b2d6582b66b581-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b693/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b797/_pkg_.a # internal cp $WORK/b797/_pkg_.a /builddir/.cache/go-build/6f/6fdc3b0b3d659aad52434717a3a22d87c1aa1b3c0643b20ee25293bbc5e72615-d # internal cp $WORK/b693/_pkg_.a /builddir/.cache/go-build/ce/cec5439fe0e8c33a7741c794866212c46e659c7c880621dc7d16438f2eb90376-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b832/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b714/_pkg_.a # internal cp $WORK/b714/_pkg_.a /builddir/.cache/go-build/5f/5fef8dcaaaa154fc65c60bddbd7b2ae1c691d75592e71427a94f30409180c959-d # internal cp $WORK/b832/_pkg_.a /builddir/.cache/go-build/26/261373239fdf1790b0b28d0a1862c6a1d56ecf476d9840d8f40524fe5ebb32b7-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote mkdir -p $WORK/b885/ cat >/tmp/go-build3413775437/b885/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/uber/jaeger-client-go=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go importmap github.com/uber/jaeger-client-go/utils=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go=/tmp/go-build3413775437/b832/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils=/tmp/go-build3413775437/b845/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b885/_pkg_.a -trimpath "$WORK/b885=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote -complete -installsuffix shared -buildid agK4quC5A-xmQK8PrQom/agK4quC5A-xmQK8PrQom -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b885/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/throttler.go github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/transport mkdir -p $WORK/b887/ github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage/remote mkdir -p $WORK/b883/ cat >/tmp/go-build3413775437/b887/importcfg << 'EOF' # internal # import config importmap github.com/uber/jaeger-client-go=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift importmap github.com/uber/jaeger-client-go/thrift-gen/jaeger=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go=/tmp/go-build3413775437/b832/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build3413775437/b839/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger=/tmp/go-build3413775437/b842/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b883/importcfg << 'EOF' # internal # import config importmap github.com/uber/jaeger-client-go=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go importmap github.com/uber/jaeger-client-go/internal/baggage=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage importmap github.com/uber/jaeger-client-go/thrift-gen/baggage=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage importmap github.com/uber/jaeger-client-go/utils=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go=/tmp/go-build3413775437/b832/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage=/tmp/go-build3413775437/b834/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage=/tmp/go-build3413775437/b884/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils=/tmp/go-build3413775437/b845/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b887/_pkg_.a -trimpath "$WORK/b887=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/transport -complete -installsuffix shared -buildid lv1zaoZTyIzsZnTkWSbp/lv1zaoZTyIzsZnTkWSbp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b887/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/transport/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/transport/http.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b883/_pkg_.a -trimpath "$WORK/b883=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage/remote -complete -installsuffix shared -buildid 8rixGgyxq-hUnaSsA8Hg/8rixGgyxq-hUnaSsA8Hg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b883/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/restriction_manager.go github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/rpcmetrics mkdir -p $WORK/b886/ cat >/tmp/go-build3413775437/b886/importcfg << 'EOF' # internal # import config importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/opentracing/opentracing-go/ext=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext importmap github.com/uber/jaeger-client-go=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go importmap github.com/uber/jaeger-lib/metrics=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build3413775437/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext=/tmp/go-build3413775437/b833/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go=/tmp/go-build3413775437/b832/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics=/tmp/go-build3413775437/b847/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b886/_pkg_.a -trimpath "$WORK/b886=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/rpcmetrics -complete -installsuffix shared -buildid m30SG-T-g01IuvMPknzQ/m30SG-T-g01IuvMPknzQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b886/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/rpcmetrics/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/rpcmetrics/endpoints.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/rpcmetrics/metrics.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/rpcmetrics/normalizer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/rpcmetrics/observer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b260/_pkg_.a # internal cp $WORK/b260/_pkg_.a /builddir/.cache/go-build/3a/3acca6cfeb723fc924e07833a4aa56e1f423f1850d3bd77a1aedb9b005b866e9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b066/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b293/_pkg_.a # internal cp $WORK/b066/_pkg_.a /builddir/.cache/go-build/8e/8ed8289994df79a1e8dff8952c1b0f2f2354583438f98a439001f6fe5adecf26-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version mkdir -p $WORK/b215/ github.com/prometheus/prometheus/discovery/refresh mkdir -p $WORK/b288/ cat >/tmp/go-build3413775437/b215/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile text/template=/tmp/go-build3413775437/b197/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b215/_pkg_.a -trimpath "$WORK/b215=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version -complete -installsuffix shared -buildid QjJC93bO0Ee1lybrS-v_/QjJC93bO0Ee1lybrS-v_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version/info.go cat >/tmp/go-build3413775437/b288/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b288/_pkg_.a -trimpath "$WORK/b288=>" -p github.com/prometheus/prometheus/discovery/refresh -complete -installsuffix shared -buildid t1uVEBFSFGxfB13bjETC/t1uVEBFSFGxfB13bjETC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/refresh/refresh.go github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp mkdir -p $WORK/b430/ cp $WORK/b293/_pkg_.a /builddir/.cache/go-build/25/25392f20297468ff74a8f4f3889de96c6336452e091784bcd6cd7ee78477b0c2-d # internal cat >/tmp/go-build3413775437/b430/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/client_model/go=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go importmap github.com/prometheus/common/expfmt=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build3413775437/b182/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt=/tmp/go-build3413775437/b183/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/httptrace=/tmp/go-build3413775437/b139/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b430/_pkg_.a -trimpath "$WORK/b430=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp -complete -installsuffix shared -buildid Go08PUyJIY7G6S0bcaKc/Go08PUyJIY7G6S0bcaKc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp/delegator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp/http.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.go github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure mkdir -p $WORK/b302/ github.com/prometheus/prometheus/util/treecache mkdir -p $WORK/b764/ cat >/tmp/go-build3413775437/b302/importcfg << 'EOF' # internal # import config importmap github.com/Azure/go-autorest/autorest=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest importmap github.com/Azure/go-autorest/logger=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger importmap github.com/Azure/go-autorest/tracing=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest=/tmp/go-build3413775437/b293/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger=/tmp/go-build3413775437/b296/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing=/tmp/go-build3413775437/b297/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b302/_pkg_.a -trimpath "$WORK/b302=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure -complete -installsuffix shared -buildid OVfE-RJDpSWH0-XsywDr/OVfE-RJDpSWH0-XsywDr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure/async.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure/azure.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure/environments.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure/metadata_environment.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure/rp.go cat >/tmp/go-build3413775437/b764/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/go-zookeeper/zk=github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk=/tmp/go-build3413775437/b763/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b764/_pkg_.a -trimpath "$WORK/b764=>" -p github.com/prometheus/prometheus/util/treecache -complete -installsuffix shared -buildid ttjUq62t-MsJRiqIDvQK/ttjUq62t-MsJRiqIDvQK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b764/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/treecache/treecache.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b813/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil mkdir -p $WORK/b810/ cat >/tmp/go-build3413775437/b810/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/client_golang/prometheus/internal=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal importmap github.com/prometheus/client_golang/prometheus/testutil/promlint=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint importmap github.com/prometheus/client_model/go=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go importmap github.com/prometheus/common/expfmt=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build3413775437/b181/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint=/tmp/go-build3413775437/b811/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build3413775437/b182/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt=/tmp/go-build3413775437/b183/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b810/_pkg_.a -trimpath "$WORK/b810=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil -complete -installsuffix shared -buildid KJEEVPDYW9hOLGHIMi8V/KJEEVPDYW9hOLGHIMi8V -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b810/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/lint.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/testutil.go github.com/prometheus/prometheus/util/stats mkdir -p $WORK/b830/ cat >/tmp/go-build3413775437/b830/importcfg << 'EOF' # internal # import config importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build3413775437/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b830/_pkg_.a -trimpath "$WORK/b830=>" -p github.com/prometheus/prometheus/util/stats -complete -installsuffix shared -buildid ezQAKslS-YiDripTrgns/ezQAKslS-YiDripTrgns -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b830/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/stats/query_stats.go ./_build/src/github.com/prometheus/prometheus/util/stats/timer.go github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promauto mkdir -p $WORK/b856/ github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/prometheus /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b719/_pkg_.a # internal cat >/tmp/go-build3413775437/b856/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b856/_pkg_.a -trimpath "$WORK/b856=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promauto -complete -installsuffix shared -buildid e8hRmXhTqpuUPJdcLSS0/e8hRmXhTqpuUPJdcLSS0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b856/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promauto/auto.go mkdir -p $WORK/b888/ cat >/tmp/go-build3413775437/b888/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/uber/jaeger-lib/metrics=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics=/tmp/go-build3413775437/b847/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b888/_pkg_.a -trimpath "$WORK/b888=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/prometheus -complete -installsuffix shared -buildid 56Nv77okcLuyj8M6V8fX/56Nv77okcLuyj8M6V8fX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b888/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/prometheus/cache.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/prometheus/factory.go cp $WORK/b813/_pkg_.a /builddir/.cache/go-build/41/411487d6c5819410cc9f29b93b7f4d454791ac1f6b1f914548a388edb7fe6190-d # internal github.com/prometheus/prometheus/util/testutil mkdir -p $WORK/b812/ cat >/tmp/go-build3413775437/b812/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/stretchr/testify/require=github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require importmap go.uber.org/goleak=github.com/prometheus/prometheus/vendor/go.uber.org/goleak packagefile crypto/sha256=/tmp/go-build3413775437/b106/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require=/tmp/go-build3413775437/b813/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/goleak=/tmp/go-build3413775437/b818/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile testing=/tmp/go-build3413775437/b432/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b812/_pkg_.a -trimpath "$WORK/b812=>" -p github.com/prometheus/prometheus/util/testutil -complete -installsuffix shared -buildid J88QHLo6kB5otWq6dx9E/J88QHLo6kB5otWq6dx9E -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b812/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/testutil/context.go ./_build/src/github.com/prometheus/prometheus/util/testutil/directory.go ./_build/src/github.com/prometheus/prometheus/util/testutil/logging.go ./_build/src/github.com/prometheus/prometheus/util/testutil/port.go ./_build/src/github.com/prometheus/prometheus/util/testutil/roundtrip.go ./_build/src/github.com/prometheus/prometheus/util/testutil/testing.go cp $WORK/b719/_pkg_.a /builddir/.cache/go-build/4b/4bcb557f8d73c733792704b07410d8958a6947f5624b6606fec252549daac4a8-d # internal github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack mkdir -p $WORK/b713/ cat >/tmp/go-build3413775437/b713/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/openstack/identity/v2/tokens=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens importmap github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens importmap github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1 importmap github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens importmap github.com/gophercloud/gophercloud/openstack/utils=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build3413775437/b712/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens=/tmp/go-build3413775437/b714/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens=/tmp/go-build3413775437/b717/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1=/tmp/go-build3413775437/b719/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=/tmp/go-build3413775437/b718/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils=/tmp/go-build3413775437/b720/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b713/_pkg_.a -trimpath "$WORK/b713=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack -complete -installsuffix shared -buildid 5LvPV48WbHyPzG6jZdq-/5LvPV48WbHyPzG6jZdq- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b713/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/auth_env.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/endpoint_location.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/errors.go github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack mkdir -p $WORK/b061/ cat >/tmp/go-build3413775437/b061/importcfg << 'EOF' # internal # import config importmap github.com/jpillora/backoff=github.com/prometheus/prometheus/vendor/github.com/jpillora/backoff importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap golang.org/x/net/trace=github.com/prometheus/prometheus/vendor/golang.org/x/net/trace packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/jpillora/backoff=/tmp/go-build3413775437/b062/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/trace=/tmp/go-build3413775437/b193/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b061/_pkg_.a -trimpath "$WORK/b061=>" -p github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack -complete -installsuffix shared -buildid 8UeBUxVHXwqvx8QmK5Ol/8UeBUxVHXwqvx8QmK5Ol -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack/dialer_reporter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack/dialer_wrapper.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack/listener_reporter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack/listener_wrapper.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b270/_pkg_.a # internal cp $WORK/b270/_pkg_.a /builddir/.cache/go-build/8a/8af47e8c2b53174cf2ee95bec6f7486c878fabcb8484ac0460e2975c79651167-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds mkdir -p $WORK/b278/ cat >/tmp/go-build3413775437/b278/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3413775437/b245/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3413775437/b246/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3413775437/b270/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b278/_pkg_.a -trimpath "$WORK/b278=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds -complete -installsuffix shared -buildid Uw2nu8svBAhpA2eTrgCO/Uw2nu8svBAhpA2eTrgCO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b276/_pkg_.a # internal cp $WORK/b276/_pkg_.a /builddir/.cache/go-build/e8/e83e085e426e68c2a28b8b8a6ea28b8008211753646ee77a247e134dd276f4b1-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds mkdir -p $WORK/b275/ cat >/tmp/go-build3413775437/b275/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/ec2metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/sdkuri=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3413775437/b245/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3413775437/b276/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build3413775437/b277/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b275/_pkg_.a -trimpath "$WORK/b275=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds -complete -installsuffix shared -buildid 6EG4aE9ya2llK6xoglrA/6EG4aE9ya2llK6xoglrA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b218/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b883/_pkg_.a # internal cp $WORK/b883/_pkg_.a /builddir/.cache/go-build/2a/2ac9dc109882a1206893354c6ddc50d82394c4b475ccb292548e3c4072d728f7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b886/_pkg_.a # internal cp $WORK/b886/_pkg_.a /builddir/.cache/go-build/d0/d08cda3983bcaeca7931a995c59869bf8a64e3012605c20aa2bd3cad76883394-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b885/_pkg_.a # internal cp $WORK/b218/_pkg_.a /builddir/.cache/go-build/6b/6b6ad73cfb9ba2fb886fe18ef176fc1e391941bb4f69e3bb81615bc0417536c3-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net mkdir -p $WORK/b475/ github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport mkdir -p $WORK/b392/ cat >/tmp/go-build3413775437/b475/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http2=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2=/tmp/go-build3413775437/b218/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3413775437/b454/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile mime=/tmp/go-build3413775437/b136/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b475/_pkg_.a -trimpath "$WORK/b475=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net -complete -installsuffix shared -buildid Oe_pmzhm_8kmH_VGrbcN/Oe_pmzhm_8kmH_VGrbcN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net/http.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net/interface.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net/port_range.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net/port_split.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net/util.go cat >/tmp/go-build3413775437/b392/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap golang.org/x/net/http2=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 importmap golang.org/x/net/http2/hpack=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack importmap google.golang.org/genproto/googleapis/rpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/internal/channelz=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz importmap google.golang.org/grpc/internal/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials importmap google.golang.org/grpc/internal/grpcrand=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand importmap google.golang.org/grpc/internal/grpcutil=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil importmap google.golang.org/grpc/internal/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/metadata importmap google.golang.org/grpc/internal/syscall=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/syscall importmap google.golang.org/grpc/internal/transport/networktype=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype importmap google.golang.org/grpc/keepalive=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/peer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver importmap google.golang.org/grpc/stats=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status importmap google.golang.org/grpc/tap=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2=/tmp/go-build3413775437/b218/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack=/tmp/go-build3413775437/b225/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3413775437/b353/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build3413775437/b354/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build3413775437/b364/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build3413775437/b362/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz=/tmp/go-build3413775437/b382/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials=/tmp/go-build3413775437/b366/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand=/tmp/go-build3413775437/b373/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil=/tmp/go-build3413775437/b380/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/metadata=/tmp/go-build3413775437/b393/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/syscall=/tmp/go-build3413775437/b394/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3413775437/b391/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive=/tmp/go-build3413775437/b395/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build3413775437/b370/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer=/tmp/go-build3413775437/b396/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats=/tmp/go-build3413775437/b397/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build3413775437/b352/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap=/tmp/go-build3413775437/b398/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/httputil=/tmp/go-build3413775437/b251/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b392/_pkg_.a -trimpath "$WORK/b392=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport -complete -installsuffix shared -buildid dmcr1dDPS-rYSIu165fh/dmcr1dDPS-rYSIu165fh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/bdp_estimator.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/controlbuf.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/flowcontrol.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/handler_server.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/http2_client.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/http2_server.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/http_util.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/proxy.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/transport.go cp $WORK/b885/_pkg_.a /builddir/.cache/go-build/47/47a74d6d19ae0f5aa31c831c2b7e6ca823f9871629f20d692c8c49b2cdbe183b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b887/_pkg_.a # internal cp $WORK/b887/_pkg_.a /builddir/.cache/go-build/6e/6e2595afa23449a82212d07d31512ef6f02bca140503f70a28c4e21eb037c77c-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/config mkdir -p $WORK/b882/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b810/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b215/_pkg_.a # internal cat >/tmp/go-build3413775437/b882/importcfg << 'EOF' # internal # import config importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/uber/jaeger-client-go=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go importmap github.com/uber/jaeger-client-go/internal/baggage/remote=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage/remote importmap github.com/uber/jaeger-client-go/internal/throttler/remote=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote importmap github.com/uber/jaeger-client-go/rpcmetrics=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/rpcmetrics importmap github.com/uber/jaeger-client-go/transport=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/transport importmap github.com/uber/jaeger-client-go/utils=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils importmap github.com/uber/jaeger-lib/metrics=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build3413775437/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go=/tmp/go-build3413775437/b832/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage/remote=/tmp/go-build3413775437/b883/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote=/tmp/go-build3413775437/b885/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/rpcmetrics=/tmp/go-build3413775437/b886/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/transport=/tmp/go-build3413775437/b887/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils=/tmp/go-build3413775437/b845/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics=/tmp/go-build3413775437/b847/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b882/_pkg_.a -trimpath "$WORK/b882=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/config -complete -installsuffix shared -buildid LHZu6fLjR-F3nNz14JfE/LHZu6fLjR-F3nNz14JfE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b882/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/config/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/config/config_env.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/config/options.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b667/_pkg_.a # internal cp $WORK/b215/_pkg_.a /builddir/.cache/go-build/04/043335463d4ff08e4e8214887aacbb2191caebb7b19a82ed12bb9da41e1b1681-d # internal cp $WORK/b810/_pkg_.a /builddir/.cache/go-build/f7/f71d3246b9ad2f6f772a9b41d8027cb0349133e362745719107740997c1948e3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b255/_pkg_.a # internal cp $WORK/b667/_pkg_.a /builddir/.cache/go-build/6d/6d27406a14e1d40496a0c42122c2f7faa75de1fb07af4d13554c3134b93180eb-d # internal cp $WORK/b255/_pkg_.a /builddir/.cache/go-build/f0/f0fa2fa0063e382f7b08df4470bbb314d8ecf4f0c5d67a6cb67377102bc25161-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc mkdir -p $WORK/b271/ github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 mkdir -p $WORK/b253/ cat >/tmp/go-build3413775437/b271/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol importmap github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil importmap github.com/aws/aws-sdk-go/private/protocol/rest=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3413775437/b256/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3413775437/b270/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3413775437/b255/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b271/_pkg_.a -trimpath "$WORK/b271=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc -complete -installsuffix shared -buildid 1sae4D6jIWv5GGAs2_Ks/1sae4D6jIWv5GGAs2_Ks -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/unmarshal_error.go cat >/tmp/go-build3413775437/b253/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/sdkio=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio importmap github.com/aws/aws-sdk-go/internal/strings=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings importmap github.com/aws/aws-sdk-go/private/protocol/rest=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest packagefile crypto/hmac=/tmp/go-build3413775437/b101/_pkg_.a packagefile crypto/sha256=/tmp/go-build3413775437/b106/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3413775437/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build3413775437/b254/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3413775437/b255/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b253/_pkg_.a -trimpath "$WORK/b253=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 -complete -installsuffix shared -buildid Fbd9mezCqWePS-G72oiF/Fbd9mezCqWePS-G72oiF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/request_context_go1.7.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/stream.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/uri_path.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b812/_pkg_.a # internal cp $WORK/b812/_pkg_.a /builddir/.cache/go-build/50/505a2a5a024ec1be4ae4134b49bca6d90c6263b9614821f40b724e5773f09789-d # internal github.com/prometheus/prometheus/tsdb/tsdbutil mkdir -p $WORK/b809/ cat >/tmp/go-build3413775437/b809/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/client_golang/prometheus/testutil=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil importmap github.com/stretchr/testify/require=github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil=/tmp/go-build3413775437/b810/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunkenc=/tmp/go-build3413775437/b805/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build3413775437/b806/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build3413775437/b807/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build3413775437/b808/_pkg_.a packagefile github.com/prometheus/prometheus/util/testutil=/tmp/go-build3413775437/b812/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require=/tmp/go-build3413775437/b813/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile testing=/tmp/go-build3413775437/b432/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b830/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b809/_pkg_.a -trimpath "$WORK/b809=>" -p github.com/prometheus/prometheus/tsdb/tsdbutil -complete -installsuffix shared -buildid DP3A4ZdQToK0O3qGbuRo/DP3A4ZdQToK0O3qGbuRo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b809/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/tsdbutil/buffer.go ./_build/src/github.com/prometheus/prometheus/tsdb/tsdbutil/chunks.go ./_build/src/github.com/prometheus/prometheus/tsdb/tsdbutil/dir_locker.go ./_build/src/github.com/prometheus/prometheus/tsdb/tsdbutil/dir_locker_testutil.go cp $WORK/b830/_pkg_.a /builddir/.cache/go-build/a7/a7fa1f0e13f39bd4bc8ce3b5c35924946f6506c7d9986533681e85f5f909173d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b288/_pkg_.a # internal cp $WORK/b288/_pkg_.a /builddir/.cache/go-build/39/39593b1372fc9c245ead5803724a17745b23e285302877530c0168da51b9c149-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b888/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b856/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b261/_pkg_.a # internal cp $WORK/b888/_pkg_.a /builddir/.cache/go-build/92/92c91c4da891947cada9d7f35a182c279b05b2ba4b0b3e4a794d689c6d140b09-d # internal cp $WORK/b856/_pkg_.a /builddir/.cache/go-build/e5/e555377dd42f055630c18218e76c83cb6473e0ef14935acc4a436d688b9b5aeb-d # internal cp $WORK/b261/_pkg_.a /builddir/.cache/go-build/13/13982139df4a5a200addecf9e8c735ff626aac0b64e69982edbe38ad03a88993-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query mkdir -p $WORK/b258/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b723/_pkg_.a # internal cat >/tmp/go-build3413775437/b258/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/private/protocol/query/queryutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil importmap github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil packagefile encoding/xml=/tmp/go-build3413775437/b259/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build3413775437/b260/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build3413775437/b261/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b258/_pkg_.a -trimpath "$WORK/b258=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query -complete -installsuffix shared -buildid M58e74BoGGJGEPqpXmhz/M58e74BoGGJGEPqpXmhz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/build.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b764/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query mkdir -p $WORK/b286/ cat >/tmp/go-build3413775437/b286/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/private/protocol/query/queryutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil importmap github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil packagefile encoding/xml=/tmp/go-build3413775437/b259/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build3413775437/b260/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build3413775437/b261/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b286/_pkg_.a -trimpath "$WORK/b286=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query -complete -installsuffix shared -buildid DJon7uRdYgYOMBgfwalY/DJon7uRdYgYOMBgfwalY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go cp $WORK/b764/_pkg_.a /builddir/.cache/go-build/44/442bc8731f09e203aa48e28c0877d7532b30cf63e7ff5dff86588665dee8e080-d # internal cp $WORK/b723/_pkg_.a /builddir/.cache/go-build/16/160b8cc35dd84081696f8c34a61c49bf55c234647e29c7df508503cd54dac791-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b275/_pkg_.a # internal cp $WORK/b275/_pkg_.a /builddir/.cache/go-build/22/22218d8bd8b7bec7ca2a4db32270f9791f263f0acc49a0095893ec6f1d332d47-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b278/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b061/_pkg_.a # internal cp $WORK/b278/_pkg_.a /builddir/.cache/go-build/e8/e87a59fad1b8575f2153cf711ad3f2c05609d21cc416585f921f496ab9b5b677-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults mkdir -p $WORK/b274/ cat >/tmp/go-build3413775437/b274/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/corehandlers=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds importmap github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds importmap github.com/aws/aws-sdk-go/aws/ec2metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata importmap github.com/aws/aws-sdk-go/aws/endpoints=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/shareddefaults=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3413775437/b264/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/tmp/go-build3413775437/b275/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=/tmp/go-build3413775437/b278/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3413775437/b276/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3413775437/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3413775437/b240/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b274/_pkg_.a -trimpath "$WORK/b274=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults -complete -installsuffix shared -buildid lgFDF5oZJY8PvfLryB4D/lgFDF5oZJY8PvfLryB4D -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults/shared_config.go cp $WORK/b061/_pkg_.a /builddir/.cache/go-build/60/60c5c0db334674e26ea9f98d955f8d420280db2d75708236fd679064f0f89600-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config mkdir -p $WORK/b217/ cat >/tmp/go-build3413775437/b217/importcfg << 'EOF' # internal # import config importmap github.com/mwitkow/go-conntrack=github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack importmap golang.org/x/net/http2=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap golang.org/x/oauth2/clientcredentials=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/clientcredentials importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/sha256=/tmp/go-build3413775437/b106/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack=/tmp/go-build3413775437/b061/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2=/tmp/go-build3413775437/b218/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build3413775437/b226/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/clientcredentials=/tmp/go-build3413775437/b229/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b217/_pkg_.a -trimpath "$WORK/b217=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config -complete -installsuffix shared -buildid GbHLb9eBrBuzug6ZnJlZ/GbHLb9eBrBuzug6ZnJlZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config/http_config.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b713/_pkg_.a # internal cp $WORK/b713/_pkg_.a /builddir/.cache/go-build/87/87157d81ca417eb642408b03033164f005a56d1ee66f3df1f1a5967c15210b0a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b271/_pkg_.a # internal cp $WORK/b271/_pkg_.a /builddir/.cache/go-build/89/8962d49a9840bc0bd3763bc6ccb9871694c4c4a8379b61a2394fa0da74cd7751-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson mkdir -p $WORK/b269/ cat >/tmp/go-build3413775437/b269/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol importmap github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil importmap github.com/aws/aws-sdk-go/private/protocol/jsonrpc=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc importmap github.com/aws/aws-sdk-go/private/protocol/rest=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3413775437/b256/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3413775437/b270/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build3413775437/b271/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3413775437/b255/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b269/_pkg_.a -trimpath "$WORK/b269=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson -complete -installsuffix shared -buildid xeYk-DoknR54csIOg1Tb/xeYk-DoknR54csIOg1Tb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/restjson.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/unmarshal_error.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b258/_pkg_.a # internal cp $WORK/b258/_pkg_.a /builddir/.cache/go-build/33/3376befce6e31a758acf9ac9d8423527485b2f012342d139306f6eafc3c3e4a8-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b286/_pkg_.a # internal cp $WORK/b286/_pkg_.a /builddir/.cache/go-build/78/78ed3b2f880324317a719bd1011ed53edb9ee8e12ceac81768dba75cade7ab43-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b809/_pkg_.a # internal cp $WORK/b809/_pkg_.a /builddir/.cache/go-build/69/69518f06e41707fb5988c240e66a3c87fdf7c67eade392a418ddc754a9727b82-d # internal github.com/prometheus/prometheus/storage mkdir -p $WORK/b804/ cat >/tmp/go-build3413775437/b804/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile container/heap=/tmp/go-build3413775437/b556/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build3413775437/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunkenc=/tmp/go-build3413775437/b805/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build3413775437/b806/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build3413775437/b807/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tsdbutil=/tmp/go-build3413775437/b809/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b804/_pkg_.a -trimpath "$WORK/b804=>" -p github.com/prometheus/prometheus/storage -complete -installsuffix shared -buildid llNnZRPOrzAT-wrr2k1f/llNnZRPOrzAT-wrr2k1f -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack ./_build/src/github.com/prometheus/prometheus/storage/buffer.go ./_build/src/github.com/prometheus/prometheus/storage/fanout.go ./_build/src/github.com/prometheus/prometheus/storage/generic.go ./_build/src/github.com/prometheus/prometheus/storage/interface.go ./_build/src/github.com/prometheus/prometheus/storage/lazy.go ./_build/src/github.com/prometheus/prometheus/storage/memoized_iterator.go ./_build/src/github.com/prometheus/prometheus/storage/merge.go ./_build/src/github.com/prometheus/prometheus/storage/noop.go ./_build/src/github.com/prometheus/prometheus/storage/secondary.go ./_build/src/github.com/prometheus/prometheus/storage/series.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b274/_pkg_.a # internal cp $WORK/b274/_pkg_.a /builddir/.cache/go-build/f3/f3cb1a78212ccd13ed61c65dbf6e8f053bff0ca14d0a8da86039efe0110ad80b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b269/_pkg_.a # internal cp $WORK/b269/_pkg_.a /builddir/.cache/go-build/1c/1c742f13a1a5ad76e37cf60e4f10b0b50b50aa79f57de059995ef37013816186-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b253/_pkg_.a # internal cp $WORK/b253/_pkg_.a /builddir/.cache/go-build/6c/6c7e98f36b0f0d30c629ca9270254d0ff88d1e537c75ae4e9dd52326d1cb243e-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso mkdir -p $WORK/b268/ github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts cat >/tmp/go-build3413775437/b268/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awsutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/aws/signer/v4=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol importmap github.com/aws/aws-sdk-go/private/protocol/restjson=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3413775437/b248/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3413775437/b245/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3413775437/b246/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3413775437/b253/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3413775437/b256/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build3413775437/b269/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b268/_pkg_.a -trimpath "$WORK/b268=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso -complete -installsuffix shared -buildid hPbpolRCZimin-t9rADd/hPbpolRCZimin-t9rADd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/service.go mkdir -p $WORK/b252/ cat >/tmp/go-build3413775437/b252/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awsutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/aws/signer/v4=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 importmap github.com/aws/aws-sdk-go/private/protocol/query=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3413775437/b248/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3413775437/b245/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3413775437/b246/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3413775437/b253/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build3413775437/b258/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b252/_pkg_.a -trimpath "$WORK/b252=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts -complete -installsuffix shared -buildid X8zrUysFlOFWdBxI4oZK/X8zrUysFlOFWdBxI4oZK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/customizations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/service.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b320/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail mkdir -p $WORK/b287/ cat >/tmp/go-build3413775437/b287/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awsutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/aws/signer/v4=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol importmap github.com/aws/aws-sdk-go/private/protocol/jsonrpc=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3413775437/b248/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3413775437/b245/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3413775437/b246/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3413775437/b253/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3413775437/b256/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build3413775437/b271/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b287/_pkg_.a -trimpath "$WORK/b287=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail -complete -installsuffix shared -buildid FHB91bJtNlo17rqno0HP/FHB91bJtNlo17rqno0HP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail/service.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2 mkdir -p $WORK/b285/ cat >/tmp/go-build3413775437/b285/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awsutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/endpoints=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/aws/signer/v4=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol importmap github.com/aws/aws-sdk-go/private/protocol/ec2query=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3413775437/b248/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3413775437/b245/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3413775437/b246/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3413775437/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3413775437/b253/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3413775437/b256/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query=/tmp/go-build3413775437/b286/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b285/_pkg_.a -trimpath "$WORK/b285=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2 -complete -installsuffix shared -buildid VJWp8pm48mIneCwpltDb/VJWp8pm48mIneCwpltDb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/customizations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/service.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/waiters.go cp $WORK/b320/_pkg_.a /builddir/.cache/go-build/1f/1ff5fa770ca5e10d56db687b2b3ed34ba1830410ba07a31a61f43a41e47fda3c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b882/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b217/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b475/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b307/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b736/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b791/_pkg_.a # internal cp $WORK/b882/_pkg_.a /builddir/.cache/go-build/88/88439c9db72fcc91e325de75e4ff0e8e3e2e4b68341f18f3f49d13cd34242194-d # internal cp $WORK/b217/_pkg_.a /builddir/.cache/go-build/4b/4b1354efbb528aa146e4f3d9ded8ec86ced4b29fcbd7951bb6f39a0b8a1e8cd6-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web mkdir -p $WORK/b216/ github.com/prometheus/prometheus/discovery mkdir -p $WORK/b279/ cat >/tmp/go-build3413775437/b216/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap golang.org/x/crypto/bcrypt=github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt=/tmp/go-build3413775437/b231/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b216/_pkg_.a -trimpath "$WORK/b216=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web -complete -installsuffix shared -buildid CpxEOH6mTCX5BXGMO4AO/CpxEOH6mTCX5BXGMO4AO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web/cache.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web/handler.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web/tls_config.go cat >/tmp/go-build3413775437/b279/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b279/_pkg_.a -trimpath "$WORK/b279=>" -p github.com/prometheus/prometheus/discovery -complete -installsuffix shared -buildid FRP7LBvS1cGTdz1HXp0q/FRP7LBvS1cGTdz1HXp0q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/discovery.go ./_build/src/github.com/prometheus/prometheus/discovery/manager.go ./_build/src/github.com/prometheus/prometheus/discovery/registry.go cp $WORK/b736/_pkg_.a /builddir/.cache/go-build/92/92acb415716938952c7f765003c86f37a0d67a8be7debaf07926d2d5aad2ea71-d # internal cp $WORK/b475/_pkg_.a /builddir/.cache/go-build/d3/d3bc90debd988df6657dea5d6a749be33c8adcb649f75dd69e9f7edb796de7f2-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch mkdir -p $WORK/b474/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport mkdir -p $WORK/b552/ cat >/tmp/go-build3413775437/b474/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/net=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net=/tmp/go-build3413775437/b475/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b474/_pkg_.a -trimpath "$WORK/b474=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch -complete -installsuffix shared -buildid pQAddAEV2LGMQXcl2EFV/pQAddAEV2LGMQXcl2EFV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch/filter.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch/mux.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch/watch.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch/zz_generated.deepcopy.go cat >/tmp/go-build3413775437/b552/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap k8s.io/apimachinery/pkg/util/net=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/apimachinery/pkg/util/wait=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait importmap k8s.io/client-go/util/connrotation=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation importmap k8s.io/client-go/util/workqueue=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/pem=/tmp/go-build3413775437/b111/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build3413775437/b226/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net=/tmp/go-build3413775437/b475/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3413775437/b553/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation=/tmp/go-build3413775437/b554/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue=/tmp/go-build3413775437/b555/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b552/_pkg_.a -trimpath "$WORK/b552=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport -complete -installsuffix shared -buildid 4VqXF5YPRUBBlJYVex2h/4VqXF5YPRUBBlJYVex2h -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport/cache.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport/cert_rotation.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport/config.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport/round_trippers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport/token_source.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport/transport.go cp $WORK/b307/_pkg_.a /builddir/.cache/go-build/94/949507f9b0ef080491a015ce606cd5685ae946c9ba74187e0e78b8d1fb87c18f-d # internal cp $WORK/b791/_pkg_.a /builddir/.cache/go-build/2d/2d516469ecdc1859ed982f2c3345e2031b8630d9ce0be4b24e15e5421dc3c80c-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis mkdir -p $WORK/b788/ cat >/tmp/go-build3413775437/b788/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/analysis/internal=github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/internal importmap github.com/go-openapi/jsonpointer=github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer importmap github.com/go-openapi/spec=github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec importmap github.com/go-openapi/strfmt=github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/internal=/tmp/go-build3413775437/b789/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer=/tmp/go-build3413775437/b790/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec=/tmp/go-build3413775437/b791/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt=/tmp/go-build3413775437/b768/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build3413775437/b782/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b788/_pkg_.a -trimpath "$WORK/b788=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis -complete -installsuffix shared -buildid -5FygL_c_hjm_krkkGPB/-5FygL_c_hjm_krkkGPB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b788/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/analyzer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/debug.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/fixer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/flatten.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/mixin.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/schema.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b302/_pkg_.a # internal cp $WORK/b302/_pkg_.a /builddir/.cache/go-build/a3/a326ea8056d1de5b5764c6849a4f9de8b948e7d981ce4d9bb61510e97bb8f642-d # internal github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network mkdir -p $WORK/b305/ cat >/tmp/go-build3413775437/b305/importcfg << 'EOF' # internal # import config importmap github.com/Azure/azure-sdk-for-go/version=github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version importmap github.com/Azure/go-autorest/autorest=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest importmap github.com/Azure/go-autorest/autorest/azure=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure importmap github.com/Azure/go-autorest/autorest/date=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date importmap github.com/Azure/go-autorest/autorest/to=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to importmap github.com/Azure/go-autorest/autorest/validation=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation importmap github.com/Azure/go-autorest/tracing=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version=/tmp/go-build3413775437/b292/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest=/tmp/go-build3413775437/b293/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure=/tmp/go-build3413775437/b302/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date=/tmp/go-build3413775437/b295/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to=/tmp/go-build3413775437/b303/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation=/tmp/go-build3413775437/b304/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing=/tmp/go-build3413775437/b297/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b305/_pkg_.a -trimpath "$WORK/b305=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network -complete -installsuffix shared -buildid gq3Lx8SXUSObapn_O6UC/gq3Lx8SXUSObapn_O6UC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/applicationgateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/applicationsecuritygroups.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/availabledelegations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/availableendpointservices.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/availableresourcegroupdelegations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/azurefirewallfqdntags.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/azurefirewalls.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/bgpservicecommunities.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/connectionmonitors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/ddosprotectionplans.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/defaultsecurityrules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/enums.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuitauthorizations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuitconnections.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuitpeerings.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuits.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteconnections.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecrossconnectionpeerings.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecrossconnections.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutegateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutelinks.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteports.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteportslocations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteserviceproviders.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/hubvirtualnetworkconnections.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/inboundnatrules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfaceendpoints.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfaceipconfigurations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfaceloadbalancers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfacesgroup.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfacetapconfigurations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerbackendaddresspools.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerfrontendipconfigurations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerloadbalancingrules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancernetworkinterfaces.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalanceroutboundrules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerprobes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/localnetworkgateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/models.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/operations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/p2svpngateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/p2svpnserverconfigurations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/packetcaptures.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/profiles.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/publicipaddresses.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/publicipprefixes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routefilterrules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routefilters.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routetables.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/securitygroups.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/securityrules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/serviceendpointpolicies.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/serviceendpointpolicydefinitions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/subnets.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/usages.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/version.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualhubs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworkgatewayconnections.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworkgateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworkpeerings.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworks.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworktaps.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualwans.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpnconnections.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpngateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpnsites.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpnsitesconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/watchers.go github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute mkdir -p $WORK/b291/ cat >/tmp/go-build3413775437/b291/importcfg << 'EOF' # internal # import config importmap github.com/Azure/azure-sdk-for-go/version=github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version importmap github.com/Azure/go-autorest/autorest=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest importmap github.com/Azure/go-autorest/autorest/azure=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure importmap github.com/Azure/go-autorest/autorest/date=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date importmap github.com/Azure/go-autorest/autorest/to=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to importmap github.com/Azure/go-autorest/autorest/validation=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation importmap github.com/Azure/go-autorest/tracing=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version=/tmp/go-build3413775437/b292/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest=/tmp/go-build3413775437/b293/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure=/tmp/go-build3413775437/b302/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date=/tmp/go-build3413775437/b295/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to=/tmp/go-build3413775437/b303/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation=/tmp/go-build3413775437/b304/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing=/tmp/go-build3413775437/b297/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b291/_pkg_.a -trimpath "$WORK/b291=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute -complete -installsuffix shared -buildid IAVuhYUnI7vpUh8yuqmj/IAVuhYUnI7vpUh8yuqmj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/availabilitysets.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/containerservices.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/disks.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/enums.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/galleries.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/galleryimages.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/galleryimageversions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/images.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/loganalytics.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/models.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/operations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/proximityplacementgroups.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/resourceskus.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/snapshots.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/usage.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/version.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineextensionimages.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineextensions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineimages.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineruncommands.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachines.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesetextensions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesetrollingupgrades.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesets.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesetvms.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinesizes.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b268/_pkg_.a # internal cp $WORK/b268/_pkg_.a /builddir/.cache/go-build/c9/c98a939aa1dcea46834de4ce274ccf86dfcc1ca422296584951349c45606991b-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface mkdir -p $WORK/b272/ cat >/tmp/go-build3413775437/b272/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/service/sso=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso=/tmp/go-build3413775437/b268/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b272/_pkg_.a -trimpath "$WORK/b272=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface -complete -installsuffix shared -buildid Z_9440TBlaQXC1rThgio/Z_9440TBlaQXC1rThgio -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface/interface.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b252/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b430/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b804/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b870/_pkg_.a # internal cp $WORK/b252/_pkg_.a /builddir/.cache/go-build/90/900eb3dfc82556720577d3f1692125b6db918519c61242a795355a84badecab4-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface mkdir -p $WORK/b262/ cat >/tmp/go-build3413775437/b262/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/service/sts=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3413775437/b252/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b262/_pkg_.a -trimpath "$WORK/b262=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface -complete -installsuffix shared -buildid HB37m95NCAqsDwMbmsj7/HB37m95NCAqsDwMbmsj7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface/interface.go cp $WORK/b430/_pkg_.a /builddir/.cache/go-build/fe/fe1285c6dc389f02dc9b097ad1b112863c25cdd838de08a63fc302e171e3d4aa-d # internal github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation mkdir -p $WORK/b429/ cp $WORK/b804/_pkg_.a /builddir/.cache/go-build/7c/7c9fc0272d879fdbefa79e6b0538cd623a88cc4f1eecfdc33617d0d5701c7a09-d # internal cat >/tmp/go-build3413775437/b429/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/client_golang/prometheus/promhttp=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build3413775437/b430/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b429/_pkg_.a -trimpath "$WORK/b429=>" -p github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation -complete -installsuffix shared -buildid y_Qpaur_dWQZMcRuuUaF/y_Qpaur_dWQZMcRuuUaF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation/metrics.go github.com/prometheus/prometheus/promql/parser mkdir -p $WORK/b803/ github.com/prometheus/prometheus/tsdb/index cat >/tmp/go-build3413775437/b803/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build3413775437/b801/_pkg_.a packagefile github.com/prometheus/prometheus/model/value=/tmp/go-build3413775437/b802/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b803/_pkg_.a -trimpath "$WORK/b803=>" -p github.com/prometheus/prometheus/promql/parser -complete -installsuffix shared -buildid 0B1I-EzFx3zkbnJImSsf/0B1I-EzFx3zkbnJImSsf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b803/importcfg -pack ./_build/src/github.com/prometheus/prometheus/promql/parser/ast.go ./_build/src/github.com/prometheus/prometheus/promql/parser/functions.go ./_build/src/github.com/prometheus/prometheus/promql/parser/generated_parser.y.go ./_build/src/github.com/prometheus/prometheus/promql/parser/lex.go ./_build/src/github.com/prometheus/prometheus/promql/parser/parse.go ./_build/src/github.com/prometheus/prometheus/promql/parser/printer.go ./_build/src/github.com/prometheus/prometheus/promql/parser/value.go mkdir -p $WORK/b824/ github.com/prometheus/prometheus/tsdb/tombstones mkdir -p $WORK/b826/ cat >/tmp/go-build3413775437/b826/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/encoding=/tmp/go-build3413775437/b821/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build3413775437/b807/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build3413775437/b808/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile hash/crc32=/tmp/go-build3413775437/b071/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b826/_pkg_.a -trimpath "$WORK/b826=>" -p github.com/prometheus/prometheus/tsdb/tombstones -complete -installsuffix shared -buildid 90kSbZd4zjq5_RoqHB3V/90kSbZd4zjq5_RoqHB3V -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b826/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/tombstones/tombstones.go cat >/tmp/go-build3413775437/b824/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile container/heap=/tmp/go-build3413775437/b556/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build3413775437/b806/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/encoding=/tmp/go-build3413775437/b821/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build3413775437/b807/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build3413775437/b808/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile hash/crc32=/tmp/go-build3413775437/b071/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b824/_pkg_.a -trimpath "$WORK/b824=>" -p github.com/prometheus/prometheus/tsdb/index -complete -installsuffix shared -buildid Hzh2Oe_i5DAY1FM5tmq1/Hzh2Oe_i5DAY1FM5tmq1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b824/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/index/index.go ./_build/src/github.com/prometheus/prometheus/tsdb/index/postings.go ./_build/src/github.com/prometheus/prometheus/tsdb/index/postingsstats.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b272/_pkg_.a # internal cp $WORK/b272/_pkg_.a /builddir/.cache/go-build/16/168a5a8a7bdcf9722835f015c168854fc7bef1095a4fc2490e1e78045278492d-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds mkdir -p $WORK/b267/ cat >/tmp/go-build3413775437/b267/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/service/sso=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso importmap github.com/aws/aws-sdk-go/service/sso/ssoiface=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface packagefile crypto/sha1=/tmp/go-build3413775437/b105/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3413775437/b245/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso=/tmp/go-build3413775437/b268/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface=/tmp/go-build3413775437/b272/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b267/_pkg_.a -trimpath "$WORK/b267=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds -complete -installsuffix shared -buildid B1BfgbDyE1f0TAolrFIy/B1BfgbDyE1f0TAolrFIy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/os.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/provider.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b474/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b279/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b216/_pkg_.a # internal cp $WORK/b474/_pkg_.a /builddir/.cache/go-build/2d/2d6924d5898ba6699f4fe406fc3b9856da8df0f62275393fc2461ea673cab1b2-d # internal cp $WORK/b216/_pkg_.a /builddir/.cache/go-build/f6/f67c37b261ea84f660c2f15e3129434ff7f10ec8914404b4165527c373c5654e-d # internal cp $WORK/b279/_pkg_.a /builddir/.cache/go-build/c7/c7233dd7f01a450a35dc0bcc26d7700d3ae12eb39790db4cd48da021313e91c2-d # internal github.com/prometheus/prometheus/discovery/consul mkdir -p $WORK/b306/ github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 mkdir -p $WORK/b442/ cat >/tmp/go-build3413775437/b306/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/hashicorp/consul/api=github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api=/tmp/go-build3413775437/b307/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b306/_pkg_.a -trimpath "$WORK/b306=>" -p github.com/prometheus/prometheus/discovery/consul -complete -installsuffix shared -buildid KXHaQ-pySfDsBl6-BEzv/KXHaQ-pySfDsBl6-BEzv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/consul/consul.go cat >/tmp/go-build3413775437/b442/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap github.com/google/gofuzz=github.com/prometheus/prometheus/vendor/github.com/google/gofuzz importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/fields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields importmap k8s.io/apimachinery/pkg/labels=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/selection=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/gofuzz=/tmp/go-build3413775437/b443/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build3413775437/b444/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields=/tmp/go-build3413775437/b446/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels=/tmp/go-build3413775437/b448/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection=/tmp/go-build3413775437/b447/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/discovery/digitalocean /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b442/_pkg_.a -trimpath "$WORK/b442=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 -complete -installsuffix shared -buildid 6JdT-BI3klfdMFdbYn8U/6JdT-BI3klfdMFdbYn8U -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/controller_ref.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/group_version.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/labels.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/meta.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time_fuzz.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time_proto.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/time.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/time_fuzz.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/time_proto.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/watch.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.defaults.go mkdir -p $WORK/b319/ cat >/tmp/go-build3413775437/b319/importcfg << 'EOF' # internal # import config importmap github.com/digitalocean/godo=github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo=/tmp/go-build3413775437/b320/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/discovery/dns mkdir -p $WORK/b323/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b319/_pkg_.a -trimpath "$WORK/b319=>" -p github.com/prometheus/prometheus/discovery/digitalocean -complete -installsuffix shared -buildid UyUxCZKQNhEOLCh84p9q/UyUxCZKQNhEOLCh84p9q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/digitalocean/digitalocean.go github.com/prometheus/prometheus/discovery/eureka mkdir -p $WORK/b331/ cat >/tmp/go-build3413775437/b323/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/miekg/dns=github.com/prometheus/prometheus/vendor/github.com/miekg/dns importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/miekg/dns=/tmp/go-build3413775437/b324/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b323/_pkg_.a -trimpath "$WORK/b323=>" -p github.com/prometheus/prometheus/discovery/dns -complete -installsuffix shared -buildid Wlk-VDf8ACONkbAA4zNX/Wlk-VDf8ACONkbAA4zNX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/dns/dns.go cat >/tmp/go-build3413775437/b331/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/xml=/tmp/go-build3413775437/b259/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b331/_pkg_.a -trimpath "$WORK/b331=>" -p github.com/prometheus/prometheus/discovery/eureka -complete -installsuffix shared -buildid Tc8R5ykxozdVX38Uqvyg/Tc8R5ykxozdVX38Uqvyg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b331/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/eureka/client.go ./_build/src/github.com/prometheus/prometheus/discovery/eureka/eureka.go github.com/prometheus/prometheus/discovery/file mkdir -p $WORK/b332/ github.com/prometheus/prometheus/discovery/http mkdir -p $WORK/b435/ cat >/tmp/go-build3413775437/b332/importcfg << 'EOF' # internal # import config importmap github.com/fsnotify/fsnotify=github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify=/tmp/go-build3413775437/b333/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b332/_pkg_.a -trimpath "$WORK/b332=>" -p github.com/prometheus/prometheus/discovery/file -complete -installsuffix shared -buildid NNeoiCwzgoRAwSJHF78b/NNeoiCwzgoRAwSJHF78b -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/file/file.go cat >/tmp/go-build3413775437/b435/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b435/_pkg_.a -trimpath "$WORK/b435=>" -p github.com/prometheus/prometheus/discovery/http -complete -installsuffix shared -buildid n_y1NpKv4B-ffUdA4l-p/n_y1NpKv4B-ffUdA4l-p -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/http/http.go github.com/prometheus/prometheus/discovery/marathon mkdir -p $WORK/b675/ cat >/tmp/go-build3413775437/b675/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b675/_pkg_.a -trimpath "$WORK/b675=>" -p github.com/prometheus/prometheus/discovery/marathon -complete -installsuffix shared -buildid lm-jqoZMZRGqtsWNWWjk/lm-jqoZMZRGqtsWNWWjk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/marathon/marathon.go github.com/prometheus/prometheus/discovery/moby mkdir -p $WORK/b676/ cat >/tmp/go-build3413775437/b676/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types importmap github.com/docker/docker/api/types/filters=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters importmap github.com/docker/docker/api/types/swarm=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm importmap github.com/docker/docker/client=github.com/prometheus/prometheus/vendor/github.com/docker/docker/client importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types=/tmp/go-build3413775437/b677/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters=/tmp/go-build3413775437/b684/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm=/tmp/go-build3413775437/b691/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/client=/tmp/go-build3413775437/b693/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b676/_pkg_.a -trimpath "$WORK/b676=>" -p github.com/prometheus/prometheus/discovery/moby -complete -installsuffix shared -buildid zW4uGuavmNJH1cQP5X6K/zW4uGuavmNJH1cQP5X6K -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/moby/docker.go ./_build/src/github.com/prometheus/prometheus/discovery/moby/dockerswarm.go ./_build/src/github.com/prometheus/prometheus/discovery/moby/network.go ./_build/src/github.com/prometheus/prometheus/discovery/moby/nodes.go ./_build/src/github.com/prometheus/prometheus/discovery/moby/services.go ./_build/src/github.com/prometheus/prometheus/discovery/moby/tasks.go github.com/prometheus/prometheus/discovery/openstack mkdir -p $WORK/b711/ cat >/tmp/go-build3413775437/b711/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/openstack=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack importmap github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips importmap github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors importmap github.com/gophercloud/gophercloud/openstack/compute/v2/servers=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers importmap github.com/gophercloud/gophercloud/pagination=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination importmap github.com/mwitkow/go-conntrack=github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build3413775437/b712/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack=/tmp/go-build3413775437/b713/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips=/tmp/go-build3413775437/b721/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors=/tmp/go-build3413775437/b722/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers=/tmp/go-build3413775437/b723/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build3413775437/b716/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack=/tmp/go-build3413775437/b061/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b711/_pkg_.a -trimpath "$WORK/b711=>" -p github.com/prometheus/prometheus/discovery/openstack -complete -installsuffix shared -buildid v08QLZAn8j9VGTKQhDe_/v08QLZAn8j9VGTKQhDe_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b711/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/openstack/hypervisor.go ./_build/src/github.com/prometheus/prometheus/discovery/openstack/instance.go ./_build/src/github.com/prometheus/prometheus/discovery/openstack/openstack.go github.com/prometheus/prometheus/discovery/puppetdb mkdir -p $WORK/b724/ cat >/tmp/go-build3413775437/b724/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b724/_pkg_.a -trimpath "$WORK/b724=>" -p github.com/prometheus/prometheus/discovery/puppetdb -complete -installsuffix shared -buildid PCBlDrvN4MCOPiYdFlx4/PCBlDrvN4MCOPiYdFlx4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b724/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/puppetdb/puppetdb.go ./_build/src/github.com/prometheus/prometheus/discovery/puppetdb/resources.go github.com/prometheus/prometheus/discovery/scaleway mkdir -p $WORK/b725/ cp $WORK/b870/_pkg_.a /builddir/.cache/go-build/f4/f4d79ed446590e2b159819095631aad3bad105d565feab82495b48a9d6e7e8eb-d # internal github.com/prometheus/prometheus/discovery/legacymanager mkdir -p $WORK/b765/ cat >/tmp/go-build3413775437/b765/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/discovery/uyuni /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b765/_pkg_.a -trimpath "$WORK/b765=>" -p github.com/prometheus/prometheus/discovery/legacymanager -complete -installsuffix shared -buildid BgTkeV8bBPVsZKWZj4LI/BgTkeV8bBPVsZKWZj4LI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b765/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/legacymanager/manager.go ./_build/src/github.com/prometheus/prometheus/discovery/legacymanager/registry.go mkdir -p $WORK/b739/ cat >/tmp/go-build3413775437/b725/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version importmap github.com/scaleway/scaleway-sdk-go/api/baremetal/v1=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1 importmap github.com/scaleway/scaleway-sdk-go/api/instance/v1=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1 importmap github.com/scaleway/scaleway-sdk-go/scw=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1=/tmp/go-build3413775437/b726/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1=/tmp/go-build3413775437/b736/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw=/tmp/go-build3413775437/b732/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b725/_pkg_.a -trimpath "$WORK/b725=>" -p github.com/prometheus/prometheus/discovery/scaleway -complete -installsuffix shared -buildid jq5kerdgC5ud-9FFX5jV/jq5kerdgC5ud-9FFX5jV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b725/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/scaleway/baremetal.go ./_build/src/github.com/prometheus/prometheus/discovery/scaleway/instance.go ./_build/src/github.com/prometheus/prometheus/discovery/scaleway/scaleway.go github.com/prometheus/prometheus/discovery/zookeeper mkdir -p $WORK/b762/ github.com/prometheus/prometheus/discovery/triton mkdir -p $WORK/b738/ cat >/tmp/go-build3413775437/b739/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/kolo/xmlrpc=github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc=/tmp/go-build3413775437/b740/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b762/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-zookeeper/zk=github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk=/tmp/go-build3413775437/b763/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile github.com/prometheus/prometheus/util/treecache=/tmp/go-build3413775437/b764/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b738/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/mwitkow/go-conntrack=github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack=/tmp/go-build3413775437/b061/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b739/_pkg_.a -trimpath "$WORK/b739=>" -p github.com/prometheus/prometheus/discovery/uyuni -complete -installsuffix shared -buildid QzIxYwKRFVK_Xza1X6TX/QzIxYwKRFVK_Xza1X6TX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b739/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/uyuni/uyuni.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b762/_pkg_.a -trimpath "$WORK/b762=>" -p github.com/prometheus/prometheus/discovery/zookeeper -complete -installsuffix shared -buildid s8KynqK1N4e2T91HryCB/s8KynqK1N4e2T91HryCB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/zookeeper/zookeeper.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b738/_pkg_.a -trimpath "$WORK/b738=>" -p github.com/prometheus/prometheus/discovery/triton -complete -installsuffix shared -buildid lOftJCt_DZ2q_y3eEOFB/lOftJCt_DZ2q_y3eEOFB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b738/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/triton/triton.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b552/_pkg_.a # internal cp $WORK/b552/_pkg_.a /builddir/.cache/go-build/3b/3bf121638e963cccdd6714ccb246ca11e05f809de4d346af1f8003121859cb1e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b262/_pkg_.a # internal cp $WORK/b262/_pkg_.a /builddir/.cache/go-build/15/152c0011220006f7c712c88821715c68eb5aae0ccf688b959afb7eb5edfc160c-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds mkdir -p $WORK/b244/ cat >/tmp/go-build3413775437/b244/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/sdkrand=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand importmap github.com/aws/aws-sdk-go/service/sts=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts importmap github.com/aws/aws-sdk-go/service/sts/stsiface=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3413775437/b245/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build3413775437/b250/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3413775437/b252/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface=/tmp/go-build3413775437/b262/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b244/_pkg_.a -trimpath "$WORK/b244=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds -complete -installsuffix shared -buildid hM9sw322xhpri5PM1jUX/hM9sw322xhpri5PM1jUX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/web_identity_provider.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b267/_pkg_.a # internal cp $WORK/b267/_pkg_.a /builddir/.cache/go-build/d6/d6c157ade5aaabd13738c8368d501024dd2360339310667baf8f62576f7a1c86-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b429/_pkg_.a # internal cp $WORK/b429/_pkg_.a /builddir/.cache/go-build/ec/ec19dad6dc269a8291c15648cc72c6845628e3687401286936c01eba4f5ba16b-d # internal github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud mkdir -p $WORK/b428/ cat >/tmp/go-build3413775437/b428/importcfg << 'EOF' # internal # import config importmap github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation=github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation importmap github.com/hetznercloud/hcloud-go/hcloud/schema=github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation=/tmp/go-build3413775437/b429/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema=/tmp/go-build3413775437/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/httputil=/tmp/go-build3413775437/b251/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile testing=/tmp/go-build3413775437/b432/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b428/_pkg_.a -trimpath "$WORK/b428=>" -p github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud -complete -installsuffix shared -buildid -Q4nyJNnoJ9iXPfKCHeh/-Q4nyJNnoJ9iXPfKCHeh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/action.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/certificate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/datacenter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/firewall.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/floating_ip.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/hcloud.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/helper.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/image.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/iso.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/load_balancer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/load_balancer_type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/location.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/network.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/placement_group.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/pricing.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/rdns.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/resource.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/server.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/server_type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/ssh_key.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/testing.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/volume.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b826/_pkg_.a # internal cp $WORK/b826/_pkg_.a /builddir/.cache/go-build/df/df4ce232313abeed4e4497264727fb73edf7e9750924d43989701c2018e804ba-d # internal github.com/prometheus/prometheus/tsdb/record mkdir -p $WORK/b825/ cat >/tmp/go-build3413775437/b825/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build3413775437/b806/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/encoding=/tmp/go-build3413775437/b821/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tombstones=/tmp/go-build3413775437/b826/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b825/_pkg_.a -trimpath "$WORK/b825=>" -p github.com/prometheus/prometheus/tsdb/record -complete -installsuffix shared -buildid OifX0WOAVhEK3m6ivXWx/OifX0WOAVhEK3m6ivXWx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b825/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/record/record.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b306/_pkg_.a # internal cp $WORK/b306/_pkg_.a /builddir/.cache/go-build/d4/d42a0a79271a89cf880efbde20aa20173d98860badd03c39ffaeccaf3ca2363e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b739/_pkg_.a # internal cp $WORK/b739/_pkg_.a /builddir/.cache/go-build/db/db220e60e122df9b6cf2fa5522a273777c318b36079d1e305fc6d5e43d05a6cc-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b435/_pkg_.a # internal cp $WORK/b435/_pkg_.a /builddir/.cache/go-build/37/375a7ff187da3656de36572044359737c453a5d8155a5009bede5abe138d84f5-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b331/_pkg_.a # internal cp $WORK/b331/_pkg_.a /builddir/.cache/go-build/63/6364ef8465b3a1871915dfa67ecef352f58b7128b7e46ccd606e120472d365ad-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b675/_pkg_.a # internal cp $WORK/b675/_pkg_.a /builddir/.cache/go-build/b5/b5420f7e421d982ade6ce045f5d43bcd53f392d9c0a47528e3461d98441570ba-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b762/_pkg_.a # internal cp $WORK/b762/_pkg_.a /builddir/.cache/go-build/f6/f6bdad000130cdf45a09e3a68b9210f7ac8fdfb9c8b29f6d6f7f3e7ab6997b87-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b725/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b319/_pkg_.a # internal cp $WORK/b725/_pkg_.a /builddir/.cache/go-build/f4/f498d80611ca6ff2c6e3727787a4fad63ff9a4ae37941a3b85cd9c457f3bd9d3-d # internal cp $WORK/b319/_pkg_.a /builddir/.cache/go-build/34/342357c14ff77a3ae5474a79712ae37be7a5bd612b4b6ed68909fd0890ebec1e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b332/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b738/_pkg_.a # internal cp $WORK/b332/_pkg_.a /builddir/.cache/go-build/aa/aa284d7a261118f86077770ea76bc49e4cfcdc9daec42803a851f7c478c84708-d # internal cp $WORK/b738/_pkg_.a /builddir/.cache/go-build/ac/acfaa45231f0f7fcc6e2d52c42dcec51dfe83df159acdbcda14d3bdf05013ba4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b323/_pkg_.a # internal cp $WORK/b323/_pkg_.a /builddir/.cache/go-build/1e/1ecaa781ffb89daa9d3bd331a6d869e0bd8e9b0b0d234763f0de8f394ea2e1f9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b724/_pkg_.a # internal cp $WORK/b724/_pkg_.a /builddir/.cache/go-build/24/24b4ad9caf4dd0193df4a3e5f6703bc3bf065c43414827b4703a379cf28c4dda-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b765/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b392/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b670/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b788/_pkg_.a # internal cp $WORK/b670/_pkg_.a /builddir/.cache/go-build/65/652a530fc0f2dc321aabe0b67b2eb6f57bb4abea4a6ccfbd65c99536732fc576-d # internal github.com/prometheus/prometheus/discovery/linode mkdir -p $WORK/b669/ cp $WORK/b765/_pkg_.a /builddir/.cache/go-build/04/04cb8c5013fcdc35f2c730d23b7dc6553909b28ab59bc0c574742a5b0fdcdb76-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b825/_pkg_.a # internal cp $WORK/b825/_pkg_.a /builddir/.cache/go-build/a9/a96be61a33e75a14c2998fdc060a202d55067392367567263541ab3134eb8ca8-d # internal github.com/prometheus/prometheus/tsdb/wal mkdir -p $WORK/b827/ cat >/tmp/go-build3413775437/b827/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/golang/snappy=github.com/prometheus/prometheus/vendor/github.com/golang/snappy importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/snappy=/tmp/go-build3413775437/b828/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build3413775437/b801/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build3413775437/b806/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build3413775437/b807/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build3413775437/b808/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/record=/tmp/go-build3413775437/b825/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tombstones=/tmp/go-build3413775437/b826/_pkg_.a packagefile hash/crc32=/tmp/go-build3413775437/b071/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b827/_pkg_.a -trimpath "$WORK/b827=>" -p github.com/prometheus/prometheus/tsdb/wal -complete -installsuffix shared -buildid LBPf-Vebe3jkJGzy_xAr/LBPf-Vebe3jkJGzy_xAr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b827/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/wal/checkpoint.go ./_build/src/github.com/prometheus/prometheus/tsdb/wal/live_reader.go ./_build/src/github.com/prometheus/prometheus/tsdb/wal/reader.go ./_build/src/github.com/prometheus/prometheus/tsdb/wal/wal.go ./_build/src/github.com/prometheus/prometheus/tsdb/wal/watcher.go cat >/tmp/go-build3413775437/b669/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/linode/linodego=github.com/prometheus/prometheus/vendor/github.com/linode/linodego importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/linode/linodego=/tmp/go-build3413775437/b670/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b669/_pkg_.a -trimpath "$WORK/b669=>" -p github.com/prometheus/prometheus/discovery/linode -complete -installsuffix shared -buildid XKDY1yYeJ9dBso0X92tE/XKDY1yYeJ9dBso0X92tE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/linode/linode.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b244/_pkg_.a # internal cp $WORK/b788/_pkg_.a /builddir/.cache/go-build/58/58d33b9222a14f34ac2d3bf059e8c677547353d3a74a9629a4a89603572057f4-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads mkdir -p $WORK/b796/ cat >/tmp/go-build3413775437/b796/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/analysis=github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis importmap github.com/go-openapi/spec=github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/gob=/tmp/go-build3413775437/b742/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis=/tmp/go-build3413775437/b788/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec=/tmp/go-build3413775437/b791/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build3413775437/b782/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b796/_pkg_.a -trimpath "$WORK/b796=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads -complete -installsuffix shared -buildid Amib8BtKmuGPB3GRb4mz/Amib8BtKmuGPB3GRb4mz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads/loaders.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads/options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads/spec.go cp $WORK/b244/_pkg_.a /builddir/.cache/go-build/37/372d73c78051b68cc47780d0306621345b7b9b6b2d1b0066964c4a3dea51147a-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session mkdir -p $WORK/b263/ cat >/tmp/go-build3413775437/b263/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/corehandlers=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/credentials/processcreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds importmap github.com/aws/aws-sdk-go/aws/credentials/ssocreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds importmap github.com/aws/aws-sdk-go/aws/credentials/stscreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds importmap github.com/aws/aws-sdk-go/aws/csm=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm importmap github.com/aws/aws-sdk-go/aws/defaults=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults importmap github.com/aws/aws-sdk-go/aws/endpoints=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/ini=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini importmap github.com/aws/aws-sdk-go/internal/shareddefaults=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3413775437/b245/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3413775437/b264/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds=/tmp/go-build3413775437/b265/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds=/tmp/go-build3413775437/b267/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build3413775437/b244/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm=/tmp/go-build3413775437/b273/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults=/tmp/go-build3413775437/b274/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3413775437/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build3413775437/b239/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3413775437/b240/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b263/_pkg_.a -trimpath "$WORK/b263=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session -complete -installsuffix shared -buildid L6w582mr5Ee0vTcizzcq/L6w582mr5Ee0vTcizzcq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session/credentials.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session/env_config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session/session.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session/shared_config.go cp $WORK/b392/_pkg_.a /builddir/.cache/go-build/4f/4fc372da681c07f14a17d991883972cd6d81e39e283f3274ce6eba2947fe0b53-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc mkdir -p $WORK/b358/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b711/_pkg_.a # internal cat >/tmp/go-build3413775437/b358/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/trace=github.com/prometheus/prometheus/vendor/golang.org/x/net/trace importmap google.golang.org/grpc/backoff=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff importmap google.golang.org/grpc/balancer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer importmap google.golang.org/grpc/balancer/base=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base importmap google.golang.org/grpc/balancer/roundrobin=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/roundrobin importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/connectivity=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity importmap google.golang.org/grpc/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials importmap google.golang.org/grpc/encoding=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding importmap google.golang.org/grpc/encoding/proto=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/proto importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/internal=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal importmap google.golang.org/grpc/internal/backoff=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff importmap google.golang.org/grpc/internal/balancerload=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/balancerload importmap google.golang.org/grpc/internal/binarylog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog importmap google.golang.org/grpc/internal/buffer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/buffer importmap google.golang.org/grpc/internal/channelz=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz importmap google.golang.org/grpc/internal/envconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig importmap google.golang.org/grpc/internal/grpcrand=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand importmap google.golang.org/grpc/internal/grpcsync=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcsync importmap google.golang.org/grpc/internal/grpcutil=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil importmap google.golang.org/grpc/internal/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver importmap google.golang.org/grpc/internal/resolver/dns=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns importmap google.golang.org/grpc/internal/resolver/passthrough=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/passthrough importmap google.golang.org/grpc/internal/resolver/unix=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/unix importmap google.golang.org/grpc/internal/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig importmap google.golang.org/grpc/internal/transport=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport importmap google.golang.org/grpc/keepalive=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/peer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver importmap google.golang.org/grpc/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig importmap google.golang.org/grpc/stats=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status importmap google.golang.org/grpc/tap=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/trace=/tmp/go-build3413775437/b193/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff=/tmp/go-build3413775437/b359/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer=/tmp/go-build3413775437/b360/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base=/tmp/go-build3413775437/b371/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3413775437/b372/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build3413775437/b354/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity=/tmp/go-build3413775437/b361/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build3413775437/b364/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding=/tmp/go-build3413775437/b374/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/proto=/tmp/go-build3413775437/b375/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build3413775437/b362/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal=/tmp/go-build3413775437/b367/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff=/tmp/go-build3413775437/b376/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/balancerload=/tmp/go-build3413775437/b377/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog=/tmp/go-build3413775437/b378/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/buffer=/tmp/go-build3413775437/b381/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz=/tmp/go-build3413775437/b382/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig=/tmp/go-build3413775437/b383/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand=/tmp/go-build3413775437/b373/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcsync=/tmp/go-build3413775437/b384/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil=/tmp/go-build3413775437/b380/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver=/tmp/go-build3413775437/b385/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3413775437/b387/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build3413775437/b389/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/unix=/tmp/go-build3413775437/b390/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3413775437/b386/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport=/tmp/go-build3413775437/b392/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive=/tmp/go-build3413775437/b395/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build3413775437/b370/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer=/tmp/go-build3413775437/b396/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build3413775437/b369/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats=/tmp/go-build3413775437/b397/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build3413775437/b352/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap=/tmp/go-build3413775437/b398/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b358/_pkg_.a -trimpath "$WORK/b358=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc -complete -installsuffix shared -buildid 8nHeddxdywOjdRt1KEMd/8nHeddxdywOjdRt1KEMd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer_conn_wrappers.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/call.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/clientconn.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codec.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/dialoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/interceptor.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/picker_wrapper.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/pickfirst.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/preloader.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver_conn_wrapper.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/rpc_util.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/server.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/service_config.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stream.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/trace.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/version.go cp $WORK/b711/_pkg_.a /builddir/.cache/go-build/96/9658ecd86a216ecb56d6e1cb28d92c07370001775df2b617c2d25bd757e6e4f5-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b676/_pkg_.a # internal cp $WORK/b676/_pkg_.a /builddir/.cache/go-build/14/14d34beec288b0776a9d7631bbc437c056f44abef66639e5dffd24956b990381-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b796/_pkg_.a # internal cp $WORK/b796/_pkg_.a /builddir/.cache/go-build/29/296e6befa5002bbae44454b6276241e555dd8e4ca961c2300a31c986d0cdf798-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate mkdir -p $WORK/b787/ cat >/tmp/go-build3413775437/b787/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/analysis=github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis importmap github.com/go-openapi/errors=github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors importmap github.com/go-openapi/jsonpointer=github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer importmap github.com/go-openapi/loads=github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads importmap github.com/go-openapi/runtime=github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime importmap github.com/go-openapi/spec=github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec importmap github.com/go-openapi/strfmt=github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis=/tmp/go-build3413775437/b788/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors=/tmp/go-build3413775437/b771/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer=/tmp/go-build3413775437/b790/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads=/tmp/go-build3413775437/b796/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime=/tmp/go-build3413775437/b797/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec=/tmp/go-build3413775437/b791/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt=/tmp/go-build3413775437/b768/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build3413775437/b782/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b787/_pkg_.a -trimpath "$WORK/b787=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate -complete -installsuffix shared -buildid 1tAstVGbfqyizLeaJyI7/1tAstVGbfqyizLeaJyI7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b787/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/debug.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/default_validator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/example_validator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/formats.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/object_validator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/result.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/rexp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/schema.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/schema_messages.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/schema_option.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/schema_props.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/slice_validator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/spec.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/spec_messages.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/validator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/values.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b824/_pkg_.a # internal cp $WORK/b824/_pkg_.a /builddir/.cache/go-build/f4/f4ada32cf5c3f06f11b4c6a82e0326bf7c26d9e3def22857bb7cb10cb4cec3ec-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b669/_pkg_.a # internal cp $WORK/b669/_pkg_.a /builddir/.cache/go-build/49/49182db31acd23117376e0dcdc795da06ae4d5b1a0aafe6a8e5f8dfe910822b4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b803/_pkg_.a # internal cp $WORK/b803/_pkg_.a /builddir/.cache/go-build/b7/b704a80ee5ae963ec8e9d88ed924d5d853f5493c278132957a4ec6752830412c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b482/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b263/_pkg_.a # internal cp $WORK/b263/_pkg_.a /builddir/.cache/go-build/07/078b35cc70cbcf03d1b01570c9a72b2b16332d81b72e943f2ab1e1cdc1c76e85-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4 mkdir -p $WORK/b235/ cat >/tmp/go-build3413775437/b235/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/credentials/stscreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds importmap github.com/aws/aws-sdk-go/aws/session=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session importmap github.com/aws/aws-sdk-go/aws/signer/v4=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build3413775437/b244/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session=/tmp/go-build3413775437/b263/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3413775437/b253/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/textproto=/tmp/go-build3413775437/b133/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b235/_pkg_.a -trimpath "$WORK/b235=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4 -complete -installsuffix shared -buildid qb1w4-myRQcxAWmEpRVS/qb1w4-myRQcxAWmEpRVS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4/sigv4.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4/sigv4_config.go cp $WORK/b482/_pkg_.a /builddir/.cache/go-build/e2/e2787c25a07eb73cdbca3c32fb5e1436a043b4cd7a83345e43f94d44af0c3026-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b827/_pkg_.a # internal cp $WORK/b827/_pkg_.a /builddir/.cache/go-build/f2/f2d9e6ba5c9ce70ef032bed5f10c724f6e5b11af31900c858f185ec07d137f1b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b235/_pkg_.a # internal cp $WORK/b235/_pkg_.a /builddir/.cache/go-build/cb/cb559ec05a591fa86e61c040de7747be68b16455a4bb21918caa5330f30a6be3-d # internal github.com/prometheus/prometheus/config mkdir -p $WORK/b234/ cat >/tmp/go-build3413775437/b234/importcfg << 'EOF' # internal # import config importmap github.com/alecthomas/units=github.com/prometheus/prometheus/vendor/github.com/alecthomas/units importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/sigv4=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4 importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/units=/tmp/go-build3413775437/b045/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4=/tmp/go-build3413775437/b235/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/relabel=/tmp/go-build3413775437/b282/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b234/_pkg_.a -trimpath "$WORK/b234=>" -p github.com/prometheus/prometheus/config -complete -installsuffix shared -buildid YcvUy5ee-ds6bAZSAW-v/YcvUy5ee-ds6bAZSAW-v -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack ./_build/src/github.com/prometheus/prometheus/config/config.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b745/_pkg_.a # internal cp $WORK/b745/_pkg_.a /builddir/.cache/go-build/0f/0fdedfa0ccd20efaaab83b49bb344f51315d8ac3e8566de23cfb6e3cba5a54ba-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b234/_pkg_.a # internal cp $WORK/b234/_pkg_.a /builddir/.cache/go-build/b5/b5f86ba6f53f2bc4ec5476b24635eed45b31386db46d2a0377922830b1ccf57b-d # internal github.com/prometheus/prometheus/scrape mkdir -p $WORK/b851/ cat >/tmp/go-build3413775437/b851/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/config=/tmp/go-build3413775437/b234/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build3413775437/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/relabel=/tmp/go-build3413775437/b282/_pkg_.a packagefile github.com/prometheus/prometheus/model/textparse=/tmp/go-build3413775437/b852/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build3413775437/b801/_pkg_.a packagefile github.com/prometheus/prometheus/model/value=/tmp/go-build3413775437/b802/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/util/osutil=/tmp/go-build3413775437/b760/_pkg_.a packagefile github.com/prometheus/prometheus/util/pool=/tmp/go-build3413775437/b853/_pkg_.a packagefile hash/fnv=/tmp/go-build3413775437/b149/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b851/_pkg_.a -trimpath "$WORK/b851=>" -p github.com/prometheus/prometheus/scrape -complete -installsuffix shared -buildid vY5s_xnNFWfl-igcR23P/vY5s_xnNFWfl-igcR23P -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b851/importcfg -pack ./_build/src/github.com/prometheus/prometheus/scrape/manager.go ./_build/src/github.com/prometheus/prometheus/scrape/scrape.go ./_build/src/github.com/prometheus/prometheus/scrape/target.go github.com/prometheus/prometheus/tsdb mkdir -p $WORK/b820/ cat >/tmp/go-build3413775437/b820/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/oklog/ulid=github.com/prometheus/prometheus/vendor/github.com/oklog/ulid importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap go.uber.org/atomic=github.com/prometheus/prometheus/vendor/go.uber.org/atomic importmap golang.org/x/sync/errgroup=github.com/prometheus/prometheus/vendor/golang.org/x/sync/errgroup packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/oklog/ulid=/tmp/go-build3413775437/b772/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/config=/tmp/go-build3413775437/b234/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build3413775437/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build3413775437/b801/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunkenc=/tmp/go-build3413775437/b805/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build3413775437/b806/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/encoding=/tmp/go-build3413775437/b821/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build3413775437/b807/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build3413775437/b808/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/goversion=/tmp/go-build3413775437/b823/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/index=/tmp/go-build3413775437/b824/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/record=/tmp/go-build3413775437/b825/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tombstones=/tmp/go-build3413775437/b826/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tsdbutil=/tmp/go-build3413775437/b809/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/wal=/tmp/go-build3413775437/b827/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build3413775437/b798/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sync/errgroup=/tmp/go-build3413775437/b829/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile hash/crc32=/tmp/go-build3413775437/b071/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b820/_pkg_.a -trimpath "$WORK/b820=>" -p github.com/prometheus/prometheus/tsdb -complete -installsuffix shared -buildid pw_yC_DGIlW6rrhFMDk1/pw_yC_DGIlW6rrhFMDk1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b820/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/block.go ./_build/src/github.com/prometheus/prometheus/tsdb/blockwriter.go ./_build/src/github.com/prometheus/prometheus/tsdb/compact.go ./_build/src/github.com/prometheus/prometheus/tsdb/db.go ./_build/src/github.com/prometheus/prometheus/tsdb/exemplar.go ./_build/src/github.com/prometheus/prometheus/tsdb/head.go ./_build/src/github.com/prometheus/prometheus/tsdb/head_append.go ./_build/src/github.com/prometheus/prometheus/tsdb/head_read.go ./_build/src/github.com/prometheus/prometheus/tsdb/head_wal.go ./_build/src/github.com/prometheus/prometheus/tsdb/isolation.go ./_build/src/github.com/prometheus/prometheus/tsdb/querier.go ./_build/src/github.com/prometheus/prometheus/tsdb/repair.go ./_build/src/github.com/prometheus/prometheus/tsdb/tsdbblockutil.go ./_build/src/github.com/prometheus/prometheus/tsdb/wal.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b428/_pkg_.a # internal cp $WORK/b428/_pkg_.a /builddir/.cache/go-build/3f/3f49ddcb0e1dde36e3c11d6536f1eaef8adf0994bc7b2cd34e73939b03f2511d-d # internal github.com/prometheus/prometheus/discovery/hetzner mkdir -p $WORK/b427/ cat >/tmp/go-build3413775437/b427/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/hetznercloud/hcloud-go/hcloud=github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud=/tmp/go-build3413775437/b428/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b427/_pkg_.a -trimpath "$WORK/b427=>" -p github.com/prometheus/prometheus/discovery/hetzner -complete -installsuffix shared -buildid mMtK8NNNLojIHzX9rI7F/mMtK8NNNLojIHzX9rI7F -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/hetzner/hcloud.go ./_build/src/github.com/prometheus/prometheus/discovery/hetzner/hetzner.go ./_build/src/github.com/prometheus/prometheus/discovery/hetzner/robot.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b427/_pkg_.a # internal cp $WORK/b427/_pkg_.a /builddir/.cache/go-build/b7/b7a57d2e112a721196ec5cb6c75df2701dd14ddd2dd495e33a76a10edeb8bf83-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b787/_pkg_.a # internal cp $WORK/b787/_pkg_.a /builddir/.cache/go-build/97/97178ea17036771dab84e040811e30d10d1ebbc27e1e9ae3403ad11192ffabaf-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models mkdir -p $WORK/b781/ cat >/tmp/go-build3413775437/b781/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/errors=github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors importmap github.com/go-openapi/strfmt=github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag importmap github.com/go-openapi/validate=github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors=/tmp/go-build3413775437/b771/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt=/tmp/go-build3413775437/b768/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build3413775437/b782/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate=/tmp/go-build3413775437/b787/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b781/_pkg_.a -trimpath "$WORK/b781=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models -complete -installsuffix shared -buildid dVK5bHATQiZOyddL711M/dVK5bHATQiZOyddL711M -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b781/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/alert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/alert_group.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/alert_groups.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/alert_status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/alertmanager_config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/alertmanager_status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/cluster_status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_alert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_alerts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_silence.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_silences.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/label_set.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/matcher.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/matchers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/peer_status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/postable_alert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/postable_alerts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/postable_silence.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/receiver.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/silence.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/silence_status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/version_info.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b358/_pkg_.a # internal cp $WORK/b358/_pkg_.a /builddir/.cache/go-build/d4/d4b911b30e0827607f895721ecf626b4c6f45024ed1974bdf75f2ad213e01e13-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/api/internal github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2 mkdir -p $WORK/b400/ github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 mkdir -p $WORK/b759/ cat >/tmp/go-build3413775437/b400/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap golang.org/x/oauth2/google=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google importmap google.golang.org/api/internal/impersonate=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate importmap google.golang.org/grpc=github.com/prometheus/prometheus/vendor/google.golang.org/grpc packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build3413775437/b226/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google=/tmp/go-build3413775437/b335/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate=/tmp/go-build3413775437/b401/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc=/tmp/go-build3413775437/b358/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a EOF mkdir -p $WORK/b347/ cat >/tmp/go-build3413775437/b759/importcfg << 'EOF' # internal # import config importmap github.com/cncf/xds/go/udpa/annotations=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations importmap github.com/envoyproxy/go-control-plane/envoy/config/core/v3=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3 importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/any=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any importmap github.com/golang/protobuf/ptypes/duration=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration importmap google.golang.org/genproto/googleapis/rpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status importmap google.golang.org/grpc=github.com/prometheus/prometheus/vendor/google.golang.org/grpc importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3413775437/b746/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3413775437/b745/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any=/tmp/go-build3413775437/b175/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration=/tmp/go-build3413775437/b177/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3413775437/b353/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc=/tmp/go-build3413775437/b358/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build3413775437/b354/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build3413775437/b352/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/mail=/tmp/go-build3413775437/b747/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b400/_pkg_.a -trimpath "$WORK/b400=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/internal -complete -installsuffix shared -buildid Kp1d8Iv0u6-D6-e7zlv0/Kp1d8Iv0u6-D6-e7zlv0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/conn_pool.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/creds.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/settings.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b759/_pkg_.a -trimpath "$WORK/b759=>" -p github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 -complete -installsuffix shared -buildid HcIrs0zpG7VPNO_KhiEQ/HcIrs0zpG7VPNO_KhiEQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b759/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/ads.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/ads.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/discovery.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/discovery.pb.validate.go cat >/tmp/go-build3413775437/b347/importcfg << 'EOF' # internal # import config importmap github.com/googleapis/gax-go/v2/apierror=github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror importmap google.golang.org/grpc=github.com/prometheus/prometheus/vendor/google.golang.org/grpc importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3413775437/b348/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc=/tmp/go-build3413775437/b358/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build3413775437/b354/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build3413775437/b352/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b347/_pkg_.a -trimpath "$WORK/b347=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2 -complete -installsuffix shared -buildid zvy7-am8b8pNeP3tRJA-/zvy7-am8b8pNeP3tRJA- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/call_option.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/gax.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/header.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/invoke.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b851/_pkg_.a # internal cp $WORK/b851/_pkg_.a /builddir/.cache/go-build/4d/4dc0014b990e0ffa3d0504c82eee09f939d2d475fca653648cd38f33d6976a9e-d # internal github.com/prometheus/prometheus/storage/remote mkdir -p $WORK/b854/ cat >/tmp/go-build3413775437/b854/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/golang/snappy=github.com/prometheus/prometheus/vendor/github.com/golang/snappy importmap github.com/opentracing-contrib/go-stdlib/nethttp=github.com/prometheus/prometheus/vendor/github.com/opentracing-contrib/go-stdlib/nethttp importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/opentracing/opentracing-go/ext=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/client_golang/prometheus/promauto=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promauto importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/sigv4=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4 importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version importmap go.uber.org/atomic=github.com/prometheus/prometheus/vendor/go.uber.org/atomic importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/md5=/tmp/go-build3413775437/b102/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/snappy=/tmp/go-build3413775437/b828/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing-contrib/go-stdlib/nethttp=/tmp/go-build3413775437/b855/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build3413775437/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext=/tmp/go-build3413775437/b833/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3413775437/b856/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4=/tmp/go-build3413775437/b235/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/config=/tmp/go-build3413775437/b234/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build3413775437/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/relabel=/tmp/go-build3413775437/b282/_pkg_.a packagefile github.com/prometheus/prometheus/model/textparse=/tmp/go-build3413775437/b852/_pkg_.a packagefile github.com/prometheus/prometheus/prompb=/tmp/go-build3413775437/b857/_pkg_.a packagefile github.com/prometheus/prometheus/scrape=/tmp/go-build3413775437/b851/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunkenc=/tmp/go-build3413775437/b805/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build3413775437/b806/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/record=/tmp/go-build3413775437/b825/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/wal=/tmp/go-build3413775437/b827/_pkg_.a packagefile github.com/prometheus/prometheus/util/gate=/tmp/go-build3413775437/b860/_pkg_.a packagefile github.com/prometheus/prometheus/util/logging=/tmp/go-build3413775437/b861/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build3413775437/b798/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile hash/crc32=/tmp/go-build3413775437/b071/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b854/_pkg_.a -trimpath "$WORK/b854=>" -p github.com/prometheus/prometheus/storage/remote -complete -installsuffix shared -buildid 8HXgQThgeKIBGKbkqPJB/8HXgQThgeKIBGKbkqPJB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b854/importcfg -pack ./_build/src/github.com/prometheus/prometheus/storage/remote/chunked.go ./_build/src/github.com/prometheus/prometheus/storage/remote/client.go ./_build/src/github.com/prometheus/prometheus/storage/remote/codec.go ./_build/src/github.com/prometheus/prometheus/storage/remote/ewma.go ./_build/src/github.com/prometheus/prometheus/storage/remote/intern.go ./_build/src/github.com/prometheus/prometheus/storage/remote/max_timestamp.go ./_build/src/github.com/prometheus/prometheus/storage/remote/metadata_watcher.go ./_build/src/github.com/prometheus/prometheus/storage/remote/queue_manager.go ./_build/src/github.com/prometheus/prometheus/storage/remote/read.go ./_build/src/github.com/prometheus/prometheus/storage/remote/read_handler.go ./_build/src/github.com/prometheus/prometheus/storage/remote/storage.go ./_build/src/github.com/prometheus/prometheus/storage/remote/write.go ./_build/src/github.com/prometheus/prometheus/storage/remote/write_handler.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b347/_pkg_.a # internal cp $WORK/b347/_pkg_.a /builddir/.cache/go-build/b3/b329d6d8d1894be1f3f50348d07dc9ba4a43551f63a71741d8bda1fdccffe0d7-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport mkdir -p $WORK/b346/ cat >/tmp/go-build3413775437/b346/importcfg << 'EOF' # internal # import config importmap github.com/googleapis/gax-go/v2=github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2 importmap google.golang.org/api/googleapi=github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2=/tmp/go-build3413775437/b347/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi=/tmp/go-build3413775437/b344/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile mime=/tmp/go-build3413775437/b136/_pkg_.a packagefile mime/multipart=/tmp/go-build3413775437/b137/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/textproto=/tmp/go-build3413775437/b133/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b346/_pkg_.a -trimpath "$WORK/b346=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport -complete -installsuffix shared -buildid 6QhqEaJ0SqFVIoFUkOYy/6QhqEaJ0SqFVIoFUkOYy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/buffer.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/json.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/jsonfloat.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/media.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/params.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/resumable.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/retryable_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/send.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/version.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b781/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b400/_pkg_.a # internal cp $WORK/b400/_pkg_.a /builddir/.cache/go-build/28/28055e50bd9ce29d2b2bb34df46576448b00f9021495404753671ae6d28b3d49-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/api/option mkdir -p $WORK/b399/ github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/internal/dca mkdir -p $WORK/b426/ cat >/tmp/go-build3413775437/b399/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap golang.org/x/oauth2/google=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google importmap google.golang.org/api/internal=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal importmap google.golang.org/api/internal/impersonate=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate importmap google.golang.org/grpc=github.com/prometheus/prometheus/vendor/google.golang.org/grpc packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build3413775437/b226/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google=/tmp/go-build3413775437/b335/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal=/tmp/go-build3413775437/b400/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate=/tmp/go-build3413775437/b401/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc=/tmp/go-build3413775437/b358/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b399/_pkg_.a -trimpath "$WORK/b399=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/option -complete -installsuffix shared -buildid zLIJ4OX5OfZD26wHC7iW/zLIJ4OX5OfZD26wHC7iW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/option/credentials_go19.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/option/option.go cat >/tmp/go-build3413775437/b426/importcfg << 'EOF' # internal # import config importmap google.golang.org/api/internal=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal importmap google.golang.org/api/transport/cert=github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal=/tmp/go-build3413775437/b400/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert=/tmp/go-build3413775437/b424/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b426/_pkg_.a -trimpath "$WORK/b426=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/internal/dca -complete -installsuffix shared -buildid NYpbkTjftT8_qqqLG0_J/NYpbkTjftT8_qqqLG0_J -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/internal/dca/dca.go cp $WORK/b781/_pkg_.a /builddir/.cache/go-build/d3/d3f4c7549db977352cb711701acd173b0163c60431f509a7178579c90c17e43e-d # internal github.com/prometheus/prometheus/notifier mkdir -p $WORK/b767/ cat >/tmp/go-build3413775437/b767/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/go-openapi/strfmt=github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/alertmanager/api/v2/models=github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version importmap go.uber.org/atomic=github.com/prometheus/prometheus/vendor/go.uber.org/atomic packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt=/tmp/go-build3413775437/b768/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models=/tmp/go-build3413775437/b781/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/config=/tmp/go-build3413775437/b234/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/relabel=/tmp/go-build3413775437/b282/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build3413775437/b798/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b767/_pkg_.a -trimpath "$WORK/b767=>" -p github.com/prometheus/prometheus/notifier -complete -installsuffix shared -buildid Jj6j0ELtFlqbdrmAlFi9/Jj6j0ELtFlqbdrmAlFi9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b767/importcfg -pack ./_build/src/github.com/prometheus/prometheus/notifier/notifier.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b426/_pkg_.a # internal cp $WORK/b426/_pkg_.a /builddir/.cache/go-build/5e/5e3a4de55f3daa941004304cd610785031a19bb45b6bbe30390c83244d10863c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b399/_pkg_.a # internal cp $WORK/b399/_pkg_.a /builddir/.cache/go-build/db/dba59042b7e17d6fd594e373f971becff5307ca92b3594dba5f44ec6c78a72ce-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/api/option/internaloption mkdir -p $WORK/b402/ github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http mkdir -p $WORK/b403/ cat >/tmp/go-build3413775437/b403/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/plugin/ochttp=github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp importmap golang.org/x/net/http2=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap google.golang.org/api/googleapi/transport=github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/transport importmap google.golang.org/api/internal=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal importmap google.golang.org/api/option=github.com/prometheus/prometheus/vendor/google.golang.org/api/option importmap google.golang.org/api/transport/cert=github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert importmap google.golang.org/api/transport/http/internal/propagation=github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/internal/propagation importmap google.golang.org/api/transport/internal/dca=github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/internal/dca packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp=/tmp/go-build3413775437/b404/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2=/tmp/go-build3413775437/b218/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build3413775437/b226/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/transport=/tmp/go-build3413775437/b423/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal=/tmp/go-build3413775437/b400/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option=/tmp/go-build3413775437/b399/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert=/tmp/go-build3413775437/b424/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/internal/propagation=/tmp/go-build3413775437/b425/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/internal/dca=/tmp/go-build3413775437/b426/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b403/_pkg_.a -trimpath "$WORK/b403=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http -complete -installsuffix shared -buildid yS5Bv6ax4m_SzCmtdJvn/yS5Bv6ax4m_SzCmtdJvn -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/configure_http2_go116.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/default_transport_go113.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/dial.go cat >/tmp/go-build3413775437/b402/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2/google=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google importmap google.golang.org/api/internal=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal importmap google.golang.org/api/option=github.com/prometheus/prometheus/vendor/google.golang.org/api/option packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google=/tmp/go-build3413775437/b335/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal=/tmp/go-build3413775437/b400/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option=/tmp/go-build3413775437/b399/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b402/_pkg_.a -trimpath "$WORK/b402=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/option/internaloption -complete -installsuffix shared -buildid WQfh_gBXqUf19S11k3aU/WQfh_gBXqUf19S11k3aU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/option/internaloption/internaloption.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b346/_pkg_.a # internal cp $WORK/b346/_pkg_.a /builddir/.cache/go-build/f0/f01595b568d817cb69c2b79e3ba19d2a3e6af13ba76fe6879a74be5f6863e0b6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b767/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b402/_pkg_.a # internal cp $WORK/b767/_pkg_.a /builddir/.cache/go-build/2c/2c8dfeca3463708a74e71c2a139a96a4e782a69b1021c9f3a0a0a065a1e0d538-d # internal cp $WORK/b402/_pkg_.a /builddir/.cache/go-build/f3/f3ca643a06c8187dfed1095a10ad9fca728cea88c56b77473e002246a06e1910-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b403/_pkg_.a # internal cp $WORK/b403/_pkg_.a /builddir/.cache/go-build/75/7532f619e66be5a777ce3f4ab48a3044fd234092c42d7c3c830ddb67c2e24752-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b759/_pkg_.a # internal github.com/prometheus/prometheus/vendor/google.golang.org/api/compute/v1 mkdir -p $WORK/b343/ cp $WORK/b759/_pkg_.a /builddir/.cache/go-build/51/511b8a75437413ca0bc62f4a8bcfc7a1bfcb90d325fa17fd6f0a0a33d3a17235-d # internal cat >/tmp/go-build3413775437/b343/importcfg << 'EOF' # internal # import config importmap google.golang.org/api/googleapi=github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi importmap google.golang.org/api/internal/gensupport=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport importmap google.golang.org/api/option=github.com/prometheus/prometheus/vendor/google.golang.org/api/option importmap google.golang.org/api/option/internaloption=github.com/prometheus/prometheus/vendor/google.golang.org/api/option/internaloption importmap google.golang.org/api/transport/http=github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi=/tmp/go-build3413775437/b344/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport=/tmp/go-build3413775437/b346/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option=/tmp/go-build3413775437/b399/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option/internaloption=/tmp/go-build3413775437/b402/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http=/tmp/go-build3413775437/b403/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF github.com/prometheus/prometheus/discovery/xds mkdir -p $WORK/b744/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b343/_pkg_.a -trimpath "$WORK/b343=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/compute/v1 -complete -installsuffix shared -buildid NkagWT6cStmRoyJJOyH7/NkagWT6cStmRoyJJOyH7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b343/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/compute/v1/compute-gen.go cat >/tmp/go-build3413775437/b744/importcfg << 'EOF' # internal # import config importmap github.com/envoyproxy/go-control-plane/envoy/config/core/v3=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3 importmap github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 importmap github.com/envoyproxy/protoc-gen-validate/validate=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version importmap google.golang.org/genproto/googleapis/api/annotations=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations importmap google.golang.org/protobuf/encoding/protojson=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3413775437/b745/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3413775437/b759/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3413775437/b750/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/util/osutil=/tmp/go-build3413775437/b760/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3413775437/b761/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson=/tmp/go-build3413775437/b356/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build3413775437/b160/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3413775437/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b744/_pkg_.a -trimpath "$WORK/b744=>" -p github.com/prometheus/prometheus/discovery/xds -complete -installsuffix shared -buildid Fwve-fiHVbvuqT0Gofbt/Fwve-fiHVbvuqT0Gofbt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b744/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/xds/client.go ./_build/src/github.com/prometheus/prometheus/discovery/xds/kuma.go ./_build/src/github.com/prometheus/prometheus/discovery/xds/kuma_mads.pb.go ./_build/src/github.com/prometheus/prometheus/discovery/xds/xds.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b442/_pkg_.a # internal cp $WORK/b442/_pkg_.a /builddir/.cache/go-build/5e/5e165d4a1d2835fdbf4cd35e6fbacb0a12685637b69e3781ff145c240b96a6a3-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors mkdir -p $WORK/b487/ github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf mkdir -p $WORK/b494/ cat >/tmp/go-build3413775437/b487/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/validation/field=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3413775437/b456/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b487/_pkg_.a -trimpath "$WORK/b487=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors -complete -installsuffix shared -buildid CIzZDa7zvspleTjApBl_/CIzZDa7zvspleTjApBl_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors/errors.go github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1 mkdir -p $WORK/b501/ github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1 github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1 github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1 github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 cat >/tmp/go-build3413775437/b494/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/recognizer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer importmap k8s.io/apimachinery/pkg/util/framer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3413775437/b490/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer=/tmp/go-build3413775437/b491/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b494/_pkg_.a -trimpath "$WORK/b494=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf -complete -installsuffix shared -buildid yYOQc6WtKvbQ913wZ6D8/yYOQc6WtKvbQ913wZ6D8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf/protobuf.go mkdir -p $WORK/b500/ cat >/tmp/go-build3413775437/b501/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b501/_pkg_.a -trimpath "$WORK/b501=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1 -complete -installsuffix shared -buildid LjNFqiAg5t1mQXsApc_F/LjNFqiAg5t1mQXsApc_F -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b501/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1/zz_generated.deepcopy.go cat >/tmp/go-build3413775437/b500/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b500/_pkg_.a -trimpath "$WORK/b500=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1 -complete -installsuffix shared -buildid 5R3zsmWZZ9oaRDiMSr_3/5R3zsmWZZ9oaRDiMSr_3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/zz_generated.prerelease-lifecycle.go github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1 mkdir -p $WORK/b516/ cat >/tmp/go-build3413775437/b516/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b516/_pkg_.a -trimpath "$WORK/b516=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1 -complete -installsuffix shared -buildid 89XpkWxZ_ogUZ1ASo20M/89XpkWxZ_ogUZ1ASo20M -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1 mkdir -p $WORK/b517/ github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1 mkdir -p $WORK/b522/ cat >/tmp/go-build3413775437/b517/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1 mkdir -p $WORK/b505/ mkdir -p $WORK/b506/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b517/_pkg_.a -trimpath "$WORK/b517=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1 -complete -installsuffix shared -buildid P_3-_Qh9KJE83UocVKaW/P_3-_Qh9KJE83UocVKaW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/zz_generated.prerelease-lifecycle.go github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1 mkdir -p $WORK/b499/ mkdir -p $WORK/b496/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication mkdir -p $WORK/b507/ github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1 mkdir -p $WORK/b508/ github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1 cat >/tmp/go-build3413775437/b522/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF mkdir -p $WORK/b437/ mkdir -p $WORK/b527/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b522/_pkg_.a -trimpath "$WORK/b522=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1 -complete -installsuffix shared -buildid QQrSLEeS12BkjSETleAd/QQrSLEeS12BkjSETleAd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/zz_generated.prerelease-lifecycle.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 cat >/tmp/go-build3413775437/b499/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1 cat >/tmp/go-build3413775437/b507/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cat >/tmp/go-build3413775437/b505/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cat >/tmp/go-build3413775437/b527/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF mkdir -p $WORK/b571/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b505/_pkg_.a -trimpath "$WORK/b505=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1 -complete -installsuffix shared -buildid wivW1oEPNQzzKJv811Gr/wivW1oEPNQzzKJv811Gr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b505/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b527/_pkg_.a -trimpath "$WORK/b527=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1 -complete -installsuffix shared -buildid n5lRAO0lohZLtwc9glbu/n5lRAO0lohZLtwc9glbu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b527/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1/zz_generated.deepcopy.go cat >/tmp/go-build3413775437/b571/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b571/_pkg_.a -trimpath "$WORK/b571=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 -complete -installsuffix shared -buildid VPtOC3d9bM0o4XJav2VH/VPtOC3d9bM0o4XJav2VH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/condition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/deleteoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/labelselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/labelselectorrequirement.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/managedfieldsentry.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/objectmeta.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/ownerreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/preconditions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/typemeta.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b499/_pkg_.a -trimpath "$WORK/b499=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1 -complete -installsuffix shared -buildid US9GmaKexIwUDbXMPpvK/US9GmaKexIwUDbXMPpvK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta mkdir -p $WORK/b566/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b507/_pkg_.a -trimpath "$WORK/b507=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1 -complete -installsuffix shared -buildid vus2ywDVf3iR0r6qpAsr/vus2ywDVf3iR0r6qpAsr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b507/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1/zz_generated.deepcopy.go cat >/tmp/go-build3413775437/b437/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cat >/tmp/go-build3413775437/b508/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cat >/tmp/go-build3413775437/b496/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/json=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json=/tmp/go-build3413775437/b465/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b508/_pkg_.a -trimpath "$WORK/b508=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1 -complete -installsuffix shared -buildid VYj24yma-8GLCI4xy-CX/VYj24yma-8GLCI4xy-CX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b508/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b437/_pkg_.a -trimpath "$WORK/b437=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 -complete -installsuffix shared -buildid 7aIBcE_nXI0-ViejfPLu/7aIBcE_nXI0-ViejfPLu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/annotation_key_constants.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/lifecycle.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/objectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/resource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/taint.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/toleration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/well_known_labels.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/well_known_taints.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/zz_generated.deepcopy.go cat >/tmp/go-build3413775437/b506/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b506/_pkg_.a -trimpath "$WORK/b506=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1 -complete -installsuffix shared -buildid 5urQPvPRNK5vWyfq6ii_/5urQPvPRNK5vWyfq6ii_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b506/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b496/_pkg_.a -trimpath "$WORK/b496=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured -complete -installsuffix shared -buildid NETRM7XwEVcNRsQ6XiKM/NETRM7XwEVcNRsQ6XiKM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured_list.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/zz_generated.deepcopy.go mkdir -p $WORK/b531/ mkdir -p $WORK/b541/ mkdir -p $WORK/b529/ mkdir -p $WORK/b530/ mkdir -p $WORK/b558/ mkdir -p $WORK/b658/ mkdir -p $WORK/b523/ cat >/tmp/go-build3413775437/b530/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cat >/tmp/go-build3413775437/b558/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/serializer/streaming=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming=/tmp/go-build3413775437/b539/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a EOF cat >/tmp/go-build3413775437/b523/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cat >/tmp/go-build3413775437/b531/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b558/_pkg_.a -trimpath "$WORK/b558=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch -complete -installsuffix shared -buildid L53RzJngTleCNWnO208_/L53RzJngTleCNWnO208_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch/decoder.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch/encoder.go cat >/tmp/go-build3413775437/b541/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a EOF cat >/tmp/go-build3413775437/b658/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build3413775437/b444/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b531/_pkg_.a -trimpath "$WORK/b531=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1 -complete -installsuffix shared -buildid rlCjfD3bacvL654xWV9u/rlCjfD3bacvL654xWV9u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/zz_generated.prerelease-lifecycle.go cat >/tmp/go-build3413775437/b529/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b530/_pkg_.a -trimpath "$WORK/b530=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1 -complete -installsuffix shared -buildid OSCbBXUXGlQqwVYywAVV/OSCbBXUXGlQqwVYywAVV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b541/_pkg_.a -trimpath "$WORK/b541=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication -complete -installsuffix shared -buildid fC3ILkZVcpSH1dH3dwaf/fC3ILkZVcpSH1dH3dwaf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b658/_pkg_.a -trimpath "$WORK/b658=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1 -complete -installsuffix shared -buildid yWW7OUtQmzReUEZNWz-F/yWW7OUtQmzReUEZNWz-F -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/zz_generated.defaults.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b529/_pkg_.a -trimpath "$WORK/b529=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1 -complete -installsuffix shared -buildid vYhsBq3xUJXCxWtG7HL0/vYhsBq3xUJXCxWtG7HL0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1/zz_generated.deepcopy.go cat >/tmp/go-build3413775437/b566/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build3413775437/b444/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3413775437/b457/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3413775437/b454/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b523/_pkg_.a -trimpath "$WORK/b523=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1 -complete -installsuffix shared -buildid DoE1xNETXVvEuxs5O8y4/DoE1xNETXVvEuxs5O8y4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b566/_pkg_.a -trimpath "$WORK/b566=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta -complete -installsuffix shared -buildid MjtEFKvYQu4Oj9XtJE5u/MjtEFKvYQu4Oj9XtJE5u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/conditions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/firsthit_restmapper.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/help.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/interfaces.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/lazy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/meta.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/multirestmapper.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/priority.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/restmapper.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b558/_pkg_.a # internal cp $WORK/b558/_pkg_.a /builddir/.cache/go-build/98/98a91d4acf91c4fcf39d3656b203a0d4a27c4ec18802d83bc8581838a610dfe6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b487/_pkg_.a # internal cp $WORK/b487/_pkg_.a /builddir/.cache/go-build/1f/1f9860797c1e7b3c8710d93bdfc84f7d2264fa2de6c6cb82bc753e8f693e2a11-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b494/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b854/_pkg_.a # internal cp $WORK/b494/_pkg_.a /builddir/.cache/go-build/1e/1e1baeadef7085afcfe4a2e1290014e6a797fb16d576b22e92730079c4c408a9-d # internal cp $WORK/b854/_pkg_.a /builddir/.cache/go-build/b1/b1e263fc07a75fead03ba543b79e432c5e5058faf298e6e4baa1767c9694f3e1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b571/_pkg_.a # internal cp $WORK/b571/_pkg_.a /builddir/.cache/go-build/64/640bc44e7c7f418a3d769aa3fc152475a5407b78bfc5d7d596ad866e3c86429c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b744/_pkg_.a # internal cp $WORK/b744/_pkg_.a /builddir/.cache/go-build/90/904e16d1a874c0fe8949a0748766b88dc7d382f7587421bcde68349e94987320-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b541/_pkg_.a # internal cp $WORK/b541/_pkg_.a /builddir/.cache/go-build/25/25615f37f17f603ddd5368eda4d263f5d4a40e6144c6903dd11bf9f0037f8f5c-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1 mkdir -p $WORK/b547/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 mkdir -p $WORK/b548/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 mkdir -p $WORK/b549/ cat >/tmp/go-build3413775437/b548/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/client-go/pkg/apis/clientauthentication=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build3413775437/b444/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3413775437/b541/_pkg_.a EOF cat >/tmp/go-build3413775437/b547/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/client-go/pkg/apis/clientauthentication=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build3413775437/b444/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3413775437/b541/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b547/_pkg_.a -trimpath "$WORK/b547=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1 -complete -installsuffix shared -buildid 49QY3OMzwkSMn4gs8IwY/49QY3OMzwkSMn4gs8IwY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.defaults.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b548/_pkg_.a -trimpath "$WORK/b548=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 -complete -installsuffix shared -buildid SSkZqPKSowBHbirzqV4A/SSkZqPKSowBHbirzqV4A -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/zz_generated.conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/zz_generated.defaults.go cat >/tmp/go-build3413775437/b549/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/client-go/pkg/apis/clientauthentication=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build3413775437/b444/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3413775437/b541/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b549/_pkg_.a -trimpath "$WORK/b549=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 -complete -installsuffix shared -buildid uIXxvoUVunKEKrV2yBfN/uIXxvoUVunKEKrV2yBfN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.defaults.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b516/_pkg_.a # internal cp $WORK/b516/_pkg_.a /builddir/.cache/go-build/5c/5c333feee021d4a590ac52c491a30d947a6a8b050087cde0c565f1cc92781bd9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b658/_pkg_.a # internal cp $WORK/b658/_pkg_.a /builddir/.cache/go-build/56/56c0e22b71a8608d6f2d3f6f8fe6536ee22ccb8daae570b03d530bcc98357069-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion mkdir -p $WORK/b657/ cat >/tmp/go-build3413775437/b657/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1 importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/fields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields importmap k8s.io/apimachinery/pkg/labels=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1=/tmp/go-build3413775437/b658/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build3413775437/b444/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields=/tmp/go-build3413775437/b446/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels=/tmp/go-build3413775437/b448/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b657/_pkg_.a -trimpath "$WORK/b657=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion -complete -installsuffix shared -buildid OboG2ZIajz5zmg5JT7wI/OboG2ZIajz5zmg5JT7wI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b657/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/zz_generated.conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b496/_pkg_.a # internal cp $WORK/b496/_pkg_.a /builddir/.cache/go-build/97/97a318ba0b6ab127c53d686bf863493343eb75ddce0a13d2907d08224f6cdd57-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning mkdir -p $WORK/b495/ cat >/tmp/go-build3413775437/b495/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3413775437/b496/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b495/_pkg_.a -trimpath "$WORK/b495=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning -complete -installsuffix shared -buildid wJOegVr2kaS6dV68Q8UC/wJOegVr2kaS6dV68Q8UC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning/versioning.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b517/_pkg_.a # internal cp $WORK/b517/_pkg_.a /builddir/.cache/go-build/cc/ccaf5ec4ad7427fd7aa7b3de91d84ddc9f31177b1c7d2eadf93e61104cee7c0b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b506/_pkg_.a # internal cp $WORK/b506/_pkg_.a /builddir/.cache/go-build/3d/3d063fd72a79f4672c5a92bdd55f9218f883a47823d4403a91850729da96cdc1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b527/_pkg_.a # internal cp $WORK/b527/_pkg_.a /builddir/.cache/go-build/21/210eac182ea249affb8786c14f62b52eece0e42265bde53c4db5b82130f2d92a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b495/_pkg_.a # internal cp $WORK/b495/_pkg_.a /builddir/.cache/go-build/c4/c4a004ae2906a60996465a602f7667a2c284cac431cecd8d838ee139e81ba659-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer mkdir -p $WORK/b488/ cat >/tmp/go-build3413775437/b488/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/json=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json importmap k8s.io/apimachinery/pkg/runtime/serializer/protobuf=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf importmap k8s.io/apimachinery/pkg/runtime/serializer/recognizer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer importmap k8s.io/apimachinery/pkg/runtime/serializer/versioning=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build3413775437/b489/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf=/tmp/go-build3413775437/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3413775437/b490/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning=/tmp/go-build3413775437/b495/_pkg_.a packagefile mime=/tmp/go-build3413775437/b136/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b488/_pkg_.a -trimpath "$WORK/b488=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer -complete -installsuffix shared -buildid ot4zMCV8YJMgIPrsofwM/ot4zMCV8YJMgIPrsofwM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/codec_factory.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/negotiated_codec.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/latest mkdir -p $WORK/b666/ cat >/tmp/go-build3413775437/b666/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/json=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json importmap k8s.io/apimachinery/pkg/runtime/serializer/versioning=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/client-go/tools/clientcmd/api=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api importmap k8s.io/client-go/tools/clientcmd/api/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build3413775437/b489/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning=/tmp/go-build3413775437/b495/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3413775437/b550/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1=/tmp/go-build3413775437/b667/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b666/_pkg_.a -trimpath "$WORK/b666=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/latest -complete -installsuffix shared -buildid wPy9VFzzv9P6FjzKuOj8/wPy9VFzzv9P6FjzKuOj8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/latest/latest.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b549/_pkg_.a # internal cp $WORK/b549/_pkg_.a /builddir/.cache/go-build/71/71d21bf243c21a04161c1d7312f8c20f6a129ec0521e2cb0093ad2ab90f605c6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b548/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b547/_pkg_.a # internal cp $WORK/b548/_pkg_.a /builddir/.cache/go-build/cf/cf52faddc2e5af6757ad1fb0f546e862d6f1afe788925047ed1b457de05359d3-d # internal cp $WORK/b547/_pkg_.a /builddir/.cache/go-build/35/358a38be84992c4b2213808fc5ae604bedc7e819a7e1598eacafef2cc344c8dd-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/install mkdir -p $WORK/b546/ cat >/tmp/go-build3413775437/b546/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/client-go/pkg/apis/clientauthentication=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication importmap k8s.io/client-go/pkg/apis/clientauthentication/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1 importmap k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 importmap k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3413775437/b541/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1=/tmp/go-build3413775437/b547/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1=/tmp/go-build3413775437/b548/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=/tmp/go-build3413775437/b549/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b546/_pkg_.a -trimpath "$WORK/b546=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/install -complete -installsuffix shared -buildid tbpKAKT6JilEBV247dTA/tbpKAKT6JilEBV247dTA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/install/install.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b501/_pkg_.a # internal cp $WORK/b501/_pkg_.a /builddir/.cache/go-build/6d/6dce556345399007322a89aa7e841f76559eabcb50cccf80583e58f6509f35dd-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b666/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b657/_pkg_.a # internal cp $WORK/b666/_pkg_.a /builddir/.cache/go-build/d7/d781c8aca1f40724286cca3a5104d7aef3c06f8fe233ccc73b5385e154d93368-d # internal cp $WORK/b657/_pkg_.a /builddir/.cache/go-build/96/96763acbc6ac6fa2afaf06a31d844fb3920d88ce8488168daf8e43d06c4b521d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b505/_pkg_.a # internal cp $WORK/b505/_pkg_.a /builddir/.cache/go-build/47/474671b50a50035451e62895b50531a792836a5b2f50fe7fe603a9c4031461f3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b546/_pkg_.a # internal cp $WORK/b546/_pkg_.a /builddir/.cache/go-build/b3/b335c753937d46fb74b2b7c7a3423639d83b3fe4a80433a61b35b8d7611cbf22-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b488/_pkg_.a # internal cp $WORK/b488/_pkg_.a /builddir/.cache/go-build/03/0326aaf8062c9969e64ba7c0f1b3810fd8e6fc234d434241a13ccbbcf8928328-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec mkdir -p $WORK/b543/ cat >/tmp/go-build3413775437/b543/importcfg << 'EOF' # internal # import config importmap github.com/davecgh/go-spew/spew=github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew importmap golang.org/x/term=github.com/prometheus/prometheus/vendor/golang.org/x/term importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock importmap k8s.io/client-go/pkg/apis/clientauthentication=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication importmap k8s.io/client-go/pkg/apis/clientauthentication/install=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/install importmap k8s.io/client-go/pkg/apis/clientauthentication/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1 importmap k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 importmap k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 importmap k8s.io/client-go/tools/clientcmd/api=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api importmap k8s.io/client-go/tools/metrics=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics importmap k8s.io/client-go/transport=github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport importmap k8s.io/client-go/util/connrotation=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew=/tmp/go-build3413775437/b544/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/term=/tmp/go-build3413775437/b545/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/fs=/tmp/go-build3413775437/b043/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3413775437/b488/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build3413775437/b540/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3413775437/b541/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/install=/tmp/go-build3413775437/b546/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1=/tmp/go-build3413775437/b547/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1=/tmp/go-build3413775437/b548/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=/tmp/go-build3413775437/b549/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3413775437/b550/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics=/tmp/go-build3413775437/b551/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport=/tmp/go-build3413775437/b552/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation=/tmp/go-build3413775437/b554/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile os/exec=/tmp/go-build3413775437/b266/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b543/_pkg_.a -trimpath "$WORK/b543=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec -complete -installsuffix shared -buildid QfKzeUA3nx3mMD5-x2LS/QfKzeUA3nx3mMD5-x2LS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/exec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/metrics.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b499/_pkg_.a # internal cp $WORK/b499/_pkg_.a /builddir/.cache/go-build/26/268ea7e1e41e25c1a0b8988bef6f2e8395121c866f3cbb6b8ee8ea5f93806472-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b500/_pkg_.a # internal cp $WORK/b500/_pkg_.a /builddir/.cache/go-build/3b/3b073826f67043e8d72261c7f240947fc62a171ba62c72193379ce44c4fb6ce3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b566/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b531/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b530/_pkg_.a # internal cp $WORK/b566/_pkg_.a /builddir/.cache/go-build/5e/5e00d18f5ae8400ad3597c72b7f35355ce7acee0e56e75b25044271e4ad0b289-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields mkdir -p $WORK/b565/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/pager mkdir -p $WORK/b656/ cat >/tmp/go-build3413775437/b565/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/api/meta=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap sigs.k8s.io/structured-merge-diff/v4/fieldpath=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath importmap sigs.k8s.io/structured-merge-diff/v4/typed=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3413775437/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3413775437/b496/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath=/tmp/go-build3413775437/b567/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed=/tmp/go-build3413775437/b569/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b565/_pkg_.a -trimpath "$WORK/b565=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields -complete -installsuffix shared -buildid JDE9CKR-ZN8Ayt-CYeBc/JDE9CKR-ZN8Ayt-CYeBc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields/extract.go cat >/tmp/go-build3413775437/b656/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/api/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors importmap k8s.io/apimachinery/pkg/api/meta=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta importmap k8s.io/apimachinery/pkg/apis/meta/internalversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3413775437/b487/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3413775437/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion=/tmp/go-build3413775437/b657/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b656/_pkg_.a -trimpath "$WORK/b656=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/pager -complete -installsuffix shared -buildid PZlaaZjmSS-7JgaQRO3l/PZlaaZjmSS-7JgaQRO3l -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/pager/pager.go cp $WORK/b530/_pkg_.a /builddir/.cache/go-build/d6/d676205a152821231eabfa74756206286a50b2087c1503551f54e7cb579781a2-d # internal cp $WORK/b531/_pkg_.a /builddir/.cache/go-build/a6/a6506f68bcdcc310020d35ddf326b3b6d6bf3783aeddbc0f01c2d7116992a46d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b656/_pkg_.a # internal cp $WORK/b656/_pkg_.a /builddir/.cache/go-build/60/60611960206df0b38564e48be4c287166c905b2375bed86f09b332b21b979291-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b508/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b507/_pkg_.a # internal cp $WORK/b508/_pkg_.a /builddir/.cache/go-build/9f/9f84a890266df8c937f2ca7626ceca720537c7a92e1968cd119e919e6c22e523-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b543/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b529/_pkg_.a # internal cp $WORK/b543/_pkg_.a /builddir/.cache/go-build/c2/c2182cdb196d332776d2b9cfdd9f551eec28b4a2bc8bb67e7426c4385724c8d0-d # internal cp $WORK/b507/_pkg_.a /builddir/.cache/go-build/0e/0ee5944fa36b58fce0e9f4ccee1cda15d00fcfb493433481d35a6ceb5e2771be-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest mkdir -p $WORK/b538/ cat >/tmp/go-build3413775437/b538/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http2=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 importmap k8s.io/apimachinery/pkg/api/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/streaming=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock importmap k8s.io/apimachinery/pkg/util/net=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/pkg/apis/clientauthentication=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication importmap k8s.io/client-go/pkg/version=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version importmap k8s.io/client-go/plugin/pkg/client/auth/exec=github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec importmap k8s.io/client-go/rest/watch=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch importmap k8s.io/client-go/tools/clientcmd/api=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api importmap k8s.io/client-go/tools/metrics=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics importmap k8s.io/client-go/transport=github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport importmap k8s.io/client-go/util/cert=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert importmap k8s.io/client-go/util/flowcontrol=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2=/tmp/go-build3413775437/b218/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3413775437/b487/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming=/tmp/go-build3413775437/b539/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build3413775437/b540/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net=/tmp/go-build3413775437/b475/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3413775437/b454/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3413775437/b541/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version=/tmp/go-build3413775437/b542/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec=/tmp/go-build3413775437/b543/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch=/tmp/go-build3413775437/b558/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3413775437/b550/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics=/tmp/go-build3413775437/b551/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport=/tmp/go-build3413775437/b552/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert=/tmp/go-build3413775437/b559/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol=/tmp/go-build3413775437/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile mime=/tmp/go-build3413775437/b136/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b538/_pkg_.a -trimpath "$WORK/b538=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest -complete -installsuffix shared -buildid zHlW0RjbSPS4-d75CWeY/zHlW0RjbSPS4-d75CWeY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/config.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/exec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/plugin.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/request.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/transport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/url_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/urlbackoff.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/warnings.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/with_retry.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/zz_generated.deepcopy.go cp $WORK/b529/_pkg_.a /builddir/.cache/go-build/ac/ace35b63d9cf86ecfd99f473cb317142448b9acedad1532e3f0b9173b6982993-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b565/_pkg_.a # internal cp $WORK/b565/_pkg_.a /builddir/.cache/go-build/07/07fb33c31a2d5dd90dc8568374e57b279fea9d2cc7c18146e0e8b801b936ac3c-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1 mkdir -p $WORK/b602/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1 mkdir -p $WORK/b632/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1 mkdir -p $WORK/b573/ cat >/tmp/go-build3413775437/b602/importcfg << 'EOF' # internal # import config importmap k8s.io/api/coordination/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1=/tmp/go-build3413775437/b516/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1 mkdir -p $WORK/b636/ cat >/tmp/go-build3413775437/b632/importcfg << 'EOF' # internal # import config importmap k8s.io/api/policy/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1=/tmp/go-build3413775437/b527/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b602/_pkg_.a -trimpath "$WORK/b602=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1 -complete -installsuffix shared -buildid e4tBQD-weie0hLNY3GUV/e4tBQD-weie0hLNY3GUV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1/lease.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1/leasespec.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b632/_pkg_.a -trimpath "$WORK/b632=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1 -complete -installsuffix shared -buildid y1qm61DeizbH5jvBHYae/y1qm61DeizbH5jvBHYae -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1/eviction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1/poddisruptionbudget.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1/poddisruptionbudgetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1/poddisruptionbudgetstatus.go cat >/tmp/go-build3413775437/b573/importcfg << 'EOF' # internal # import config importmap k8s.io/api/admissionregistration/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1=/tmp/go-build3413775437/b500/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF mkdir -p $WORK/b575/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b573/_pkg_.a -trimpath "$WORK/b573=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1 -complete -installsuffix shared -buildid 2fso-C7t0IsJcYyzAReQ/2fso-C7t0IsJcYyzAReQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b573/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/mutatingwebhook.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/mutatingwebhookconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/rule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/rulewithoperations.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/servicereference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/validatingwebhook.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/validatingwebhookconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/webhookclientconfig.go cat >/tmp/go-build3413775437/b636/importcfg << 'EOF' # internal # import config importmap k8s.io/api/rbac/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1=/tmp/go-build3413775437/b529/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b636/_pkg_.a -trimpath "$WORK/b636=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1 -complete -installsuffix shared -buildid FssDoRpa71LXOUrSD9qp/FssDoRpa71LXOUrSD9qp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/aggregationrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/clusterrole.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/clusterrolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/policyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/role.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/rolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/roleref.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/subject.go cat >/tmp/go-build3413775437/b575/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apiserverinternal/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build3413775437/b501/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b820/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b575/_pkg_.a -trimpath "$WORK/b575=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1 -complete -installsuffix shared -buildid daXCQeIQfD9wnKq0GI-m/daXCQeIQfD9wnKq0GI-m -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/serverstorageversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversioncondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversionstatus.go mkdir -p $WORK/b604/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1 mkdir -p $WORK/b564/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1 cat >/tmp/go-build3413775437/b604/importcfg << 'EOF' # internal # import config importmap k8s.io/api/coordination/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1=/tmp/go-build3413775437/b517/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF cat >/tmp/go-build3413775437/b564/importcfg << 'EOF' # internal # import config importmap k8s.io/api/admissionregistration/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1=/tmp/go-build3413775437/b499/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF mkdir -p $WORK/b638/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b604/_pkg_.a -trimpath "$WORK/b604=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1 -complete -installsuffix shared -buildid 53V9NkSqif_VzG033v_T/53V9NkSqif_VzG033v_T -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b604/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1/lease.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1/leasespec.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b564/_pkg_.a -trimpath "$WORK/b564=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1 -complete -installsuffix shared -buildid 8vRHNNdotvmcJIlISnjx/8vRHNNdotvmcJIlISnjx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/mutatingwebhook.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/mutatingwebhookconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/rule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/rulewithoperations.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/servicereference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/validatingwebhook.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/validatingwebhookconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/webhookclientconfig.go mkdir -p $WORK/b640/ cat >/tmp/go-build3413775437/b638/importcfg << 'EOF' # internal # import config importmap k8s.io/api/rbac/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1=/tmp/go-build3413775437/b530/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b638/_pkg_.a -trimpath "$WORK/b638=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1 -complete -installsuffix shared -buildid f8CWj1pIdIdLXOZcXE7p/f8CWj1pIdIdLXOZcXE7p -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/aggregationrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/clusterrole.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/clusterrolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/policyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/role.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/rolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/roleref.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/subject.go cat >/tmp/go-build3413775437/b640/importcfg << 'EOF' # internal # import config importmap k8s.io/api/rbac/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1=/tmp/go-build3413775437/b531/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b640/_pkg_.a -trimpath "$WORK/b640=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1 -complete -installsuffix shared -buildid TjIJ7Rp4kY6rrqbMXO5N/TjIJ7Rp4kY6rrqbMXO5N -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/aggregationrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/clusterrole.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/clusterrolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/policyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/role.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/rolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/roleref.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/subject.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b522/_pkg_.a # internal cp $WORK/b522/_pkg_.a /builddir/.cache/go-build/90/90c0ccdb1c3d69c494b0337ce14b82978b734afe7793228be73a2018bddc173d-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1 mkdir -p $WORK/b618/ cat >/tmp/go-build3413775437/b618/importcfg << 'EOF' # internal # import config importmap k8s.io/api/flowcontrol/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1=/tmp/go-build3413775437/b522/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF cp $WORK/b820/_pkg_.a /builddir/.cache/go-build/cb/cba03e8a0510c4747d00315f971d915f417d5046fae199d36599d82df4b61256-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b618/_pkg_.a -trimpath "$WORK/b618=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1 -complete -installsuffix shared -buildid MDR2qocBHTUI0FdNTBfJ/MDR2qocBHTUI0FdNTBfJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowdistinguishermethod.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschema.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschemacondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschemaspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschemastatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/groupsubject.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/limitedprioritylevelconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/limitresponse.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/nonresourcepolicyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/policyruleswithsubjects.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/queuingconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/resourcepolicyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/serviceaccountsubject.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/subject.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/usersubject.go github.com/prometheus/prometheus/util/teststorage mkdir -p $WORK/b831/ cat >/tmp/go-build3413775437/b831/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/stretchr/testify/require=github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build3413775437/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb=/tmp/go-build3413775437/b820/_pkg_.a packagefile github.com/prometheus/prometheus/util/testutil=/tmp/go-build3413775437/b812/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require=/tmp/go-build3413775437/b813/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b831/_pkg_.a -trimpath "$WORK/b831=>" -p github.com/prometheus/prometheus/util/teststorage -complete -installsuffix shared -buildid DP2UBpRfLWoEO8BNgUDj/DP2UBpRfLWoEO8BNgUDj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b831/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/teststorage/storage.go github.com/prometheus/prometheus/tsdb/agent mkdir -p $WORK/b862/ cat >/tmp/go-build3413775437/b862/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap go.uber.org/atomic=github.com/prometheus/prometheus/vendor/go.uber.org/atomic packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build3413775437/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build3413775437/b801/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/storage/remote=/tmp/go-build3413775437/b854/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb=/tmp/go-build3413775437/b820/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build3413775437/b806/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build3413775437/b807/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/record=/tmp/go-build3413775437/b825/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tsdbutil=/tmp/go-build3413775437/b809/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/wal=/tmp/go-build3413775437/b827/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build3413775437/b798/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b862/_pkg_.a -trimpath "$WORK/b862=>" -p github.com/prometheus/prometheus/tsdb/agent -complete -installsuffix shared -buildid Xv5te4OkwkHabsbvHDLz/Xv5te4OkwkHabsbvHDLz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b862/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/agent/db.go ./_build/src/github.com/prometheus/prometheus/tsdb/agent/series.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b287/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b604/_pkg_.a # internal cp $WORK/b604/_pkg_.a /builddir/.cache/go-build/a5/a51033aba13d13e81b025aa8812ca3ce92a38406f87e6e754152cc6fd7d14c7c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b523/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b602/_pkg_.a # internal cp $WORK/b602/_pkg_.a /builddir/.cache/go-build/d2/d2dae180ace12c5e0767b663122546e383d8b991da06d529ec242b79e884a5e3-d # internal cp $WORK/b523/_pkg_.a /builddir/.cache/go-build/49/49eb01c84562417fb49d7f4def0343b95ecfb6785fbe18267315c3275959c499-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1 mkdir -p $WORK/b620/ cat >/tmp/go-build3413775437/b620/importcfg << 'EOF' # internal # import config importmap k8s.io/api/flowcontrol/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1=/tmp/go-build3413775437/b523/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b620/_pkg_.a -trimpath "$WORK/b620=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1 -complete -installsuffix shared -buildid j32u8yOHtHM__2uk8Dsp/j32u8yOHtHM__2uk8Dsp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b620/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowdistinguishermethod.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschema.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschemacondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschemaspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschemastatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/groupsubject.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/limitedprioritylevelconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/limitresponse.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/nonresourcepolicyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/policyruleswithsubjects.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/queuingconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/resourcepolicyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/serviceaccountsubject.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/subject.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/usersubject.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b575/_pkg_.a # internal cp $WORK/b575/_pkg_.a /builddir/.cache/go-build/e0/e0902330fb2dfef6b7f6ddf4535e959ed1bb532d97092ac18efc8d48246686be-d # internal cp $WORK/b287/_pkg_.a /builddir/.cache/go-build/48/48c93014f7528f20c858322560029fde749c8c57c289821e1e2dc3f50b7fbaf0-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b632/_pkg_.a # internal cp $WORK/b632/_pkg_.a /builddir/.cache/go-build/d0/d0fabbf40318030438e49510b2bcfb5a868d00ea03a1772834d8c4413ffb80d7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b564/_pkg_.a # internal cp $WORK/b564/_pkg_.a /builddir/.cache/go-build/e1/e1ed570ada638034b3cd353d064cb9660862e76976af8eee0c667e28ac70e278-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b573/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b831/_pkg_.a # internal cp $WORK/b573/_pkg_.a /builddir/.cache/go-build/01/0118c57d9e0709ed69614a2b1412293acae7ded4a292a7ea5cc46db4675964c2-d # internal cp $WORK/b831/_pkg_.a /builddir/.cache/go-build/13/133922ecf47bde40d1e86d46ee0d696374d20b9ff3fe274fe0e6e4de2ec345b5-d # internal github.com/prometheus/prometheus/promql mkdir -p $WORK/b799/ cat >/tmp/go-build3413775437/b799/importcfg << 'EOF' # internal # import config importmap github.com/edsrzf/mmap-go=github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/stretchr/testify/require=github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require importmap github.com/uber/jaeger-client-go=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile container/heap=/tmp/go-build3413775437/b556/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go=/tmp/go-build3413775437/b800/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build3413775437/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build3413775437/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build3413775437/b801/_pkg_.a packagefile github.com/prometheus/prometheus/model/value=/tmp/go-build3413775437/b802/_pkg_.a packagefile github.com/prometheus/prometheus/promql/parser=/tmp/go-build3413775437/b803/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb=/tmp/go-build3413775437/b820/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunkenc=/tmp/go-build3413775437/b805/_pkg_.a packagefile github.com/prometheus/prometheus/util/stats=/tmp/go-build3413775437/b830/_pkg_.a packagefile github.com/prometheus/prometheus/util/teststorage=/tmp/go-build3413775437/b831/_pkg_.a packagefile github.com/prometheus/prometheus/util/testutil=/tmp/go-build3413775437/b812/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require=/tmp/go-build3413775437/b813/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go=/tmp/go-build3413775437/b832/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b799/_pkg_.a -trimpath "$WORK/b799=>" -p github.com/prometheus/prometheus/promql -complete -installsuffix shared -buildid vcfYjNmk8sHf7bcpE3q-/vcfYjNmk8sHf7bcpE3q- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack ./_build/src/github.com/prometheus/prometheus/promql/engine.go ./_build/src/github.com/prometheus/prometheus/promql/functions.go ./_build/src/github.com/prometheus/prometheus/promql/quantile.go ./_build/src/github.com/prometheus/prometheus/promql/query_logger.go ./_build/src/github.com/prometheus/prometheus/promql/test.go ./_build/src/github.com/prometheus/prometheus/promql/value.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b640/_pkg_.a # internal cp $WORK/b640/_pkg_.a /builddir/.cache/go-build/d0/d0692a2b1c5cd64ae858d748c061a2f948d53ba2c0ff0a5075bc4b317aec0ab2-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b636/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b638/_pkg_.a # internal cp $WORK/b636/_pkg_.a /builddir/.cache/go-build/49/49d507471b48b9a8eeb541126686e075a759611e1edcba6ef052ea3fd22893ac-d # internal cp $WORK/b638/_pkg_.a /builddir/.cache/go-build/09/09f2db57fe2d14d5619d92f28c5015e31d62666898135403922a2741e789b4f8-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b618/_pkg_.a # internal cp $WORK/b618/_pkg_.a /builddir/.cache/go-build/e1/e1f16599045852514743c279a35f2c33b36222c3f5ece140e5f9eda6a1f82783-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b620/_pkg_.a # internal cp $WORK/b620/_pkg_.a /builddir/.cache/go-build/24/2472547b3bded3e832a01f4c42ba210f5c2fc823a5c64b3d9668666983fbdc7a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b862/_pkg_.a # internal cp $WORK/b862/_pkg_.a /builddir/.cache/go-build/02/02d4c28f4e077370eb9817f4e05832886857e9ce1fed46cce21ca8a339b76bca-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b538/_pkg_.a # internal cp $WORK/b538/_pkg_.a /builddir/.cache/go-build/d6/d68b16f86a32f5470d1abbe72d3c21e16ee65e17d955738f8ea7469654c349bd-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/auth mkdir -p $WORK/b665/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache mkdir -p $WORK/b653/ cat >/tmp/go-build3413775437/b665/importcfg << 'EOF' # internal # import config importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b665/_pkg_.a -trimpath "$WORK/b665=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/auth -complete -installsuffix shared -buildid 0s04DKDEuVsOFhQhcKIj/0s04DKDEuVsOFhQhcKIj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/auth/clientauth.go cat >/tmp/go-build3413775437/b653/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/api/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors importmap k8s.io/apimachinery/pkg/api/meta=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured importmap k8s.io/apimachinery/pkg/fields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields importmap k8s.io/apimachinery/pkg/labels=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/cache=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock importmap k8s.io/apimachinery/pkg/util/diff=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/diff importmap k8s.io/apimachinery/pkg/util/naming=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming importmap k8s.io/apimachinery/pkg/util/net=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/apimachinery/pkg/util/wait=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest importmap k8s.io/client-go/tools/pager=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/pager importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 importmap k8s.io/utils/buffer=github.com/prometheus/prometheus/vendor/k8s.io/utils/buffer importmap k8s.io/utils/trace=github.com/prometheus/prometheus/vendor/k8s.io/utils/trace packagefile container/heap=/tmp/go-build3413775437/b556/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3413775437/b487/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3413775437/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3413775437/b496/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields=/tmp/go-build3413775437/b446/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels=/tmp/go-build3413775437/b448/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache=/tmp/go-build3413775437/b654/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build3413775437/b540/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/diff=/tmp/go-build3413775437/b655/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming=/tmp/go-build3413775437/b466/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net=/tmp/go-build3413775437/b475/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3413775437/b454/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3413775437/b553/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/pager=/tmp/go-build3413775437/b656/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/utils/buffer=/tmp/go-build3413775437/b659/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/utils/trace=/tmp/go-build3413775437/b660/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b653/_pkg_.a -trimpath "$WORK/b653=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache -complete -installsuffix shared -buildid ltfoXSrI8zldQZqVdiyF/ltfoXSrI8zldQZqVdiyF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/controller.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/delta_fifo.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/expiration_cache.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/expiration_cache_fakes.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/fake_custom_store.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/fifo.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/heap.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/index.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/listers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/listwatch.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/mutation_cache.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/mutation_detector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/reflector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/reflector_metrics.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/shared_informer.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/store.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/thread_safe_store.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/undelta_store.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b665/_pkg_.a # internal cp $WORK/b665/_pkg_.a /builddir/.cache/go-build/1b/1b5f5ae5150ba217c9e184de0e7c93d8ea1e33c14fc87f775782f19cf8ba853f-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd mkdir -p $WORK/b661/ cat >/tmp/go-build3413775437/b661/importcfg << 'EOF' # internal # import config importmap github.com/imdario/mergo=github.com/prometheus/prometheus/vendor/github.com/imdario/mergo importmap github.com/spf13/pflag=github.com/prometheus/prometheus/vendor/github.com/spf13/pflag importmap golang.org/x/term=github.com/prometheus/prometheus/vendor/golang.org/x/term importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors importmap k8s.io/apimachinery/pkg/util/validation=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest importmap k8s.io/client-go/tools/auth=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/auth importmap k8s.io/client-go/tools/clientcmd/api=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api importmap k8s.io/client-go/tools/clientcmd/api/latest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/latest importmap k8s.io/client-go/util/homedir=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/homedir importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/imdario/mergo=/tmp/go-build3413775437/b662/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/spf13/pflag=/tmp/go-build3413775437/b663/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/term=/tmp/go-build3413775437/b545/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3413775437/b457/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3413775437/b455/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/auth=/tmp/go-build3413775437/b665/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3413775437/b550/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/latest=/tmp/go-build3413775437/b666/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/homedir=/tmp/go-build3413775437/b668/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b661/_pkg_.a -trimpath "$WORK/b661=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd -complete -installsuffix shared -buildid 0M6_d9TAeCtLKarSm1DJ/0M6_d9TAeCtLKarSm1DJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/auth_loaders.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/client_config.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/config.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/flag.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/loader.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/merged_client_builder.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/overrides.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/validation.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b661/_pkg_.a # internal cp $WORK/b661/_pkg_.a /builddir/.cache/go-build/7a/7a1aa1d7bb9c98cf9667fad93655b15835f440d754a8d3057af2c47dce28c2ee-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b653/_pkg_.a # internal cp $WORK/b653/_pkg_.a /builddir/.cache/go-build/fc/fc23e3fc5b53d50044bc47a34d0a85e3d447d20b135f0e55c537ba6bd5b3912e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b799/_pkg_.a # internal cp $WORK/b799/_pkg_.a /builddir/.cache/go-build/29/2949e7b066fbcce47157cb4a39e98f5c1d089aeae4c3cbff6f9a707f787892f4-d # internal github.com/prometheus/prometheus/template mkdir -p $WORK/b850/ github.com/prometheus/prometheus/util/httputil mkdir -p $WORK/b868/ cat >/tmp/go-build3413775437/b850/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/promql=/tmp/go-build3413775437/b799/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile html/template=/tmp/go-build3413775437/b195/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile text/template=/tmp/go-build3413775437/b197/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b850/_pkg_.a -trimpath "$WORK/b850=>" -p github.com/prometheus/prometheus/template -complete -installsuffix shared -buildid y_Ra57KoAX3hQg1NkSyA/y_Ra57KoAX3hQg1NkSyA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b850/importcfg -pack ./_build/src/github.com/prometheus/prometheus/template/template.go cat >/tmp/go-build3413775437/b868/importcfg << 'EOF' # internal # import config packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile compress/zlib=/tmp/go-build3413775437/b840/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/promql=/tmp/go-build3413775437/b799/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b868/_pkg_.a -trimpath "$WORK/b868=>" -p github.com/prometheus/prometheus/util/httputil -complete -installsuffix shared -buildid QpUT9Z1h5xHr4PTKXl22/QpUT9Z1h5xHr4PTKXl22 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b868/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/httputil/compression.go ./_build/src/github.com/prometheus/prometheus/util/httputil/context.go ./_build/src/github.com/prometheus/prometheus/util/httputil/cors.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b868/_pkg_.a # internal cp $WORK/b868/_pkg_.a /builddir/.cache/go-build/25/251580054bd09f89a184b6994eca0080e5675630a5c831aab59ca5df85abe7ab-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b850/_pkg_.a # internal cp $WORK/b850/_pkg_.a /builddir/.cache/go-build/27/276d0f7e4a093251e816919422ccc3a0ce3873562bc77dbe284e5de3db0838c7-d # internal github.com/prometheus/prometheus/model/rulefmt mkdir -p $WORK/b849/ cat >/tmp/go-build3413775437/b849/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap gopkg.in/yaml.v3=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build3413775437/b801/_pkg_.a packagefile github.com/prometheus/prometheus/promql/parser=/tmp/go-build3413775437/b803/_pkg_.a packagefile github.com/prometheus/prometheus/template=/tmp/go-build3413775437/b850/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3=/tmp/go-build3413775437/b486/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b849/_pkg_.a -trimpath "$WORK/b849=>" -p github.com/prometheus/prometheus/model/rulefmt -complete -installsuffix shared -buildid ghV38JP3RZuZFTOpRHhZ/ghV38JP3RZuZFTOpRHhZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b849/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/rulefmt/rulefmt.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b849/_pkg_.a # internal cp $WORK/b849/_pkg_.a /builddir/.cache/go-build/34/3466e53f792143b8e59ae02c017e466e1ff193ef7c24b7383518d852e20ad039-d # internal github.com/prometheus/prometheus/rules mkdir -p $WORK/b848/ cat >/tmp/go-build3413775437/b848/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build3413775437/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/rulefmt=/tmp/go-build3413775437/b849/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build3413775437/b801/_pkg_.a packagefile github.com/prometheus/prometheus/model/value=/tmp/go-build3413775437/b802/_pkg_.a packagefile github.com/prometheus/prometheus/promql=/tmp/go-build3413775437/b799/_pkg_.a packagefile github.com/prometheus/prometheus/promql/parser=/tmp/go-build3413775437/b803/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/template=/tmp/go-build3413775437/b850/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile html/template=/tmp/go-build3413775437/b195/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b848/_pkg_.a -trimpath "$WORK/b848=>" -p github.com/prometheus/prometheus/rules -complete -installsuffix shared -buildid HN8lIew-zuQ4LwWHiPBq/HN8lIew-zuQ4LwWHiPBq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b848/importcfg -pack ./_build/src/github.com/prometheus/prometheus/rules/alerting.go ./_build/src/github.com/prometheus/prometheus/rules/manager.go ./_build/src/github.com/prometheus/prometheus/rules/recording.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b848/_pkg_.a # internal cp $WORK/b848/_pkg_.a /builddir/.cache/go-build/16/16428f1a44d8ed903282697aed8e20e20db264cd4006cb0e302f1a9e0dcf9df0-d # internal github.com/prometheus/prometheus/web/api/v1 mkdir -p $WORK/b869/ cat >/tmp/go-build3413775437/b869/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/json-iterator/go=github.com/prometheus/prometheus/vendor/github.com/json-iterator/go importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/route=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/route packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/json-iterator/go=/tmp/go-build3413775437/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/route=/tmp/go-build3413775437/b865/_pkg_.a packagefile github.com/prometheus/prometheus/config=/tmp/go-build3413775437/b234/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build3413775437/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/textparse=/tmp/go-build3413775437/b852/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build3413775437/b801/_pkg_.a packagefile github.com/prometheus/prometheus/promql=/tmp/go-build3413775437/b799/_pkg_.a packagefile github.com/prometheus/prometheus/promql/parser=/tmp/go-build3413775437/b803/_pkg_.a packagefile github.com/prometheus/prometheus/rules=/tmp/go-build3413775437/b848/_pkg_.a packagefile github.com/prometheus/prometheus/scrape=/tmp/go-build3413775437/b851/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/storage/remote=/tmp/go-build3413775437/b854/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb=/tmp/go-build3413775437/b820/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/index=/tmp/go-build3413775437/b824/_pkg_.a packagefile github.com/prometheus/prometheus/util/httputil=/tmp/go-build3413775437/b868/_pkg_.a packagefile github.com/prometheus/prometheus/util/stats=/tmp/go-build3413775437/b830/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b869/_pkg_.a -trimpath "$WORK/b869=>" -p github.com/prometheus/prometheus/web/api/v1 -complete -installsuffix shared -buildid bPIpZ9XA3LPddzSwdNBI/bPIpZ9XA3LPddzSwdNBI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b869/importcfg -pack ./_build/src/github.com/prometheus/prometheus/web/api/v1/api.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b869/_pkg_.a # internal cp $WORK/b869/_pkg_.a /builddir/.cache/go-build/51/51dac55c74b4fe0693ac679f5d6ca4ab2137f644ee6f3e75ab57b46bdc2c1e29-d # internal github.com/prometheus/prometheus/web mkdir -p $WORK/b864/ cat >/tmp/go-build3413775437/b864/importcfg << 'EOF' # internal # import config importmap github.com/alecthomas/units=github.com/prometheus/prometheus/vendor/github.com/alecthomas/units importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/mwitkow/go-conntrack=github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack importmap github.com/opentracing-contrib/go-stdlib/nethttp=github.com/prometheus/prometheus/vendor/github.com/opentracing-contrib/go-stdlib/nethttp importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/client_golang/prometheus/promhttp=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp importmap github.com/prometheus/client_model/go=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go importmap github.com/prometheus/common/expfmt=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/route=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/route importmap github.com/prometheus/common/server=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/server importmap github.com/prometheus/exporter-toolkit/web=github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web importmap go.uber.org/atomic=github.com/prometheus/prometheus/vendor/go.uber.org/atomic importmap golang.org/x/net/netutil=github.com/prometheus/prometheus/vendor/golang.org/x/net/netutil packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/units=/tmp/go-build3413775437/b045/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack=/tmp/go-build3413775437/b061/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing-contrib/go-stdlib/nethttp=/tmp/go-build3413775437/b855/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build3413775437/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build3413775437/b430/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build3413775437/b182/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt=/tmp/go-build3413775437/b183/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/route=/tmp/go-build3413775437/b865/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/server=/tmp/go-build3413775437/b867/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web=/tmp/go-build3413775437/b216/_pkg_.a packagefile github.com/prometheus/prometheus/config=/tmp/go-build3413775437/b234/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build3413775437/b801/_pkg_.a packagefile github.com/prometheus/prometheus/model/value=/tmp/go-build3413775437/b802/_pkg_.a packagefile github.com/prometheus/prometheus/notifier=/tmp/go-build3413775437/b767/_pkg_.a packagefile github.com/prometheus/prometheus/promql=/tmp/go-build3413775437/b799/_pkg_.a packagefile github.com/prometheus/prometheus/promql/parser=/tmp/go-build3413775437/b803/_pkg_.a packagefile github.com/prometheus/prometheus/rules=/tmp/go-build3413775437/b848/_pkg_.a packagefile github.com/prometheus/prometheus/scrape=/tmp/go-build3413775437/b851/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/template=/tmp/go-build3413775437/b850/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb=/tmp/go-build3413775437/b820/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/index=/tmp/go-build3413775437/b824/_pkg_.a packagefile github.com/prometheus/prometheus/util/httputil=/tmp/go-build3413775437/b868/_pkg_.a packagefile github.com/prometheus/prometheus/web/api/v1=/tmp/go-build3413775437/b869/_pkg_.a packagefile github.com/prometheus/prometheus/web/ui=/tmp/go-build3413775437/b870/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build3413775437/b798/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/netutil=/tmp/go-build3413775437/b875/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/pprof=/tmp/go-build3413775437/b876/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile text/template=/tmp/go-build3413775437/b197/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b864/_pkg_.a -trimpath "$WORK/b864=>" -p github.com/prometheus/prometheus/web -complete -installsuffix shared -buildid iuWc1hEVrYx6PVLCvMh6/iuWc1hEVrYx6PVLCvMh6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b864/importcfg -pack ./_build/src/github.com/prometheus/prometheus/web/federate.go ./_build/src/github.com/prometheus/prometheus/web/web.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b864/_pkg_.a # internal cp $WORK/b864/_pkg_.a /builddir/.cache/go-build/e8/e87f797e022cf801d948ed5749b5ba2e7a0a540faa1e01343ac4d2cd7f983752-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b291/_pkg_.a # internal cp $WORK/b291/_pkg_.a /builddir/.cache/go-build/d2/d286f8a81017182946aa8406c7acac226022b68ef9445cb0056c167455f46949-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b437/_pkg_.a # internal cp $WORK/b437/_pkg_.a /builddir/.cache/go-build/33/33f4d77882c277b3a9c4faaea3229c38045f9fc95c12bd5e835220e399316c5d-d # internal github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1 mkdir -p $WORK/b476/ cat >/tmp/go-build3413775437/b476/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1 github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1 mkdir -p $WORK/b502/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b476/_pkg_.a -trimpath "$WORK/b476=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1 -complete -installsuffix shared -buildid kpmOTVYpLoADwhIHMyRk/kpmOTVYpLoADwhIHMyRk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/well_known_labels.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/zz_generated.prerelease-lifecycle.go github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1 github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1 github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1 github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1 github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 mkdir -p $WORK/b509/ github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2 mkdir -p $WORK/b515/ cat >/tmp/go-build3413775437/b509/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b509/_pkg_.a -trimpath "$WORK/b509=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 -complete -installsuffix shared -buildid ESGgHZCyTaJDvojwBBDk/ESGgHZCyTaJDvojwBBDk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b509/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2 mkdir -p $WORK/b511/ cat >/tmp/go-build3413775437/b502/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b502/_pkg_.a -trimpath "$WORK/b502=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1 -complete -installsuffix shared -buildid Gz15W6nmF2IhjMyKg1PB/Gz15W6nmF2IhjMyKg1PB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b502/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1 mkdir -p $WORK/b526/ cat >/tmp/go-build3413775437/b511/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1 mkdir -p $WORK/b510/ cat >/tmp/go-build3413775437/b515/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1 mkdir -p $WORK/b477/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b515/_pkg_.a -trimpath "$WORK/b515=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1 -complete -installsuffix shared -buildid 37fCj6ODv4cNtyiyyRCW/37fCj6ODv4cNtyiyyRCW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/zz_generated.prerelease-lifecycle.go cat >/tmp/go-build3413775437/b526/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cat >/tmp/go-build3413775437/b510/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b511/_pkg_.a -trimpath "$WORK/b511=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2 -complete -installsuffix shared -buildid 49a7IQKEp9jaE2t3RsdI/49a7IQKEp9jaE2t3RsdI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b526/_pkg_.a -trimpath "$WORK/b526=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1 -complete -installsuffix shared -buildid WYq6V5biOd1TgqbGL688/WYq6V5biOd1TgqbGL688 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b510/_pkg_.a -trimpath "$WORK/b510=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1 -complete -installsuffix shared -buildid 1WGyEVEpjfwtWpVsc8W8/1WGyEVEpjfwtWpVsc8W8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/zz_generated.prerelease-lifecycle.go cat >/tmp/go-build3413775437/b477/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b477/_pkg_.a -trimpath "$WORK/b477=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1 -complete -installsuffix shared -buildid X5aahkOpB-4A3kBOyd1W/X5aahkOpB-4A3kBOyd1W -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/well_known_annotations.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1 mkdir -p $WORK/b525/ mkdir -p $WORK/b512/ mkdir -p $WORK/b519/ github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1 github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1 cat >/tmp/go-build3413775437/b525/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b525/_pkg_.a -trimpath "$WORK/b525=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1 -complete -installsuffix shared -buildid 2KCxGqtJ7-XLzF1rGl4E/2KCxGqtJ7-XLzF1rGl4E -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1 github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/reference cat >/tmp/go-build3413775437/b519/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b519/_pkg_.a -trimpath "$WORK/b519=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1 -complete -installsuffix shared -buildid twOLrBPy0uUbyZqouPRD/twOLrBPy0uUbyZqouPRD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1/zz_generated.deepcopy.go mkdir -p $WORK/b524/ cat >/tmp/go-build3413775437/b512/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b512/_pkg_.a -trimpath "$WORK/b512=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1 -complete -installsuffix shared -buildid gTiWREERZMA6LyMuzpxP/gTiWREERZMA6LyMuzpxP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1 mkdir -p $WORK/b528/ github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1 mkdir -p $WORK/b536/ cat >/tmp/go-build3413775437/b524/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cat >/tmp/go-build3413775437/b528/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cat >/tmp/go-build3413775437/b536/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b524/_pkg_.a -trimpath "$WORK/b524=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1 -complete -installsuffix shared -buildid hiAwQKNwfuL7wUakv2f9/hiAwQKNwfuL7wUakv2f9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b528/_pkg_.a -trimpath "$WORK/b528=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1 -complete -installsuffix shared -buildid oteGIe5Ldw7mU6KcF1ij/oteGIe5Ldw7mU6KcF1ij -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b536/_pkg_.a -trimpath "$WORK/b536=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1 -complete -installsuffix shared -buildid Xjz6YoVUrZ5tEIkvMtPD/Xjz6YoVUrZ5tEIkvMtPD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b536/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/zz_generated.prerelease-lifecycle.go mkdir -p $WORK/b503/ cat >/tmp/go-build3413775437/b503/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b503/_pkg_.a -trimpath "$WORK/b503=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1 -complete -installsuffix shared -buildid C_YludkZWV0L_ja6zG88/C_YludkZWV0L_ja6zG88 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b503/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/zz_generated.prerelease-lifecycle.go mkdir -p $WORK/b514/ mkdir -p $WORK/b478/ cat >/tmp/go-build3413775437/b514/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b514/_pkg_.a -trimpath "$WORK/b514=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1 -complete -installsuffix shared -buildid Ojvl9JtfEwFy_d13ZuuT/Ojvl9JtfEwFy_d13ZuuT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1/zz_generated.deepcopy.go mkdir -p $WORK/b518/ cat >/tmp/go-build3413775437/b478/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF mkdir -p $WORK/b520/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b478/_pkg_.a -trimpath "$WORK/b478=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1 -complete -installsuffix shared -buildid 4gZ88IyZ-s3wniieFumq/4gZ88IyZ-s3wniieFumq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/well_known_annotations.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/zz_generated.prerelease-lifecycle.go cat >/tmp/go-build3413775437/b518/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF mkdir -p $WORK/b504/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b518/_pkg_.a -trimpath "$WORK/b518=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1 -complete -installsuffix shared -buildid NDYkcWNX84MTmN2aiIXY/NDYkcWNX84MTmN2aiIXY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/well_known_labels.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/zz_generated.deepcopy.go cat >/tmp/go-build3413775437/b520/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b520/_pkg_.a -trimpath "$WORK/b520=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1 -complete -installsuffix shared -buildid yegjIp5LOeuYXVkNSaNw/yegjIp5LOeuYXVkNSaNw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/zz_generated.prerelease-lifecycle.go mkdir -p $WORK/b535/ cat >/tmp/go-build3413775437/b504/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF cat >/tmp/go-build3413775437/b535/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b504/_pkg_.a -trimpath "$WORK/b504=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2 -complete -installsuffix shared -buildid 6xBb9DL9Hk8onEBZcH_h/6xBb9DL9Hk8onEBZcH_h -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b504/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b535/_pkg_.a -trimpath "$WORK/b535=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1 -complete -installsuffix shared -buildid NWNZ4pfBeR2ZsoI3uz8n/NWNZ4pfBeR2ZsoI3uz8n -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b535/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1/zz_generated.deepcopy.go mkdir -p $WORK/b537/ cat >/tmp/go-build3413775437/b537/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b537/_pkg_.a -trimpath "$WORK/b537=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1 -complete -installsuffix shared -buildid m2BJc5dlOe5InCUuLx_4/m2BJc5dlOe5InCUuLx_4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/zz_generated.prerelease-lifecycle.go mkdir -p $WORK/b534/ mkdir -p $WORK/b533/ cat >/tmp/go-build3413775437/b534/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF mkdir -p $WORK/b532/ cat >/tmp/go-build3413775437/b533/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b534/_pkg_.a -trimpath "$WORK/b534=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1 -complete -installsuffix shared -buildid Yo4GKETsqLDD5qLjvlSD/Yo4GKETsqLDD5qLjvlSD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b533/_pkg_.a -trimpath "$WORK/b533=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1 -complete -installsuffix shared -buildid s5_2nwVzR0NLekVVrN-h/s5_2nwVzR0NLekVVrN-h -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1/zz_generated.deepcopy.go cat >/tmp/go-build3413775437/b532/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b532/_pkg_.a -trimpath "$WORK/b532=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1 -complete -installsuffix shared -buildid t-6LDlJX1L6MrBxCyQGo/t-6LDlJX1L6MrBxCyQGo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1/zz_generated.deepcopy.go mkdir -p $WORK/b606/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 mkdir -p $WORK/b578/ cat >/tmp/go-build3413775437/b606/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/meta=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3413775437/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b606/_pkg_.a -trimpath "$WORK/b606=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/reference -complete -installsuffix shared -buildid t9JujAxPsQV9XbonK7rK/t9JujAxPsQV9XbonK7rK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b606/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/reference/ref.go cat >/tmp/go-build3413775437/b578/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b578/_pkg_.a -trimpath "$WORK/b578=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 -complete -installsuffix shared -buildid ug-j7EjLP7dSWRDNNOL1/ug-j7EjLP7dSWRDNNOL1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/affinity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/attachedvolume.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/awselasticblockstorevolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/azurediskvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/azurefilepersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/azurefilevolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/capabilities.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/cephfspersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/cephfsvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/cinderpersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/cindervolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/clientipconfig.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/componentcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/componentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/configmap.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapenvsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapkeyselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapnodeconfigsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapprojection.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/container.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerimage.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstate.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstaterunning.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstateterminated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstatewaiting.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/csipersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/csivolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/daemonendpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/downwardapiprojection.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/downwardapivolumefile.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/downwardapivolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/emptydirvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/endpointaddress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/endpointport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/endpoints.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/endpointsubset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/envfromsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/envvar.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/envvarsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/ephemeralcontainer.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/ephemeralcontainercommon.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/ephemeralvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/event.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/eventseries.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/eventsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/execaction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/fcvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/flexpersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/flexvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/flockervolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/gcepersistentdiskvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/gitrepovolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/glusterfspersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/glusterfsvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/handler.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/hostalias.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/hostpathvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/httpgetaction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/httpheader.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/iscsipersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/iscsivolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/keytopath.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/lifecycle.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/limitrange.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/limitrangeitem.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/limitrangespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/loadbalanceringress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/loadbalancerstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/localobjectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/localvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/namespace.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/namespacecondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/namespacespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/namespacestatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nfsvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/node.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeaddress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeaffinity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodecondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeconfigsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeconfigstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodedaemonendpoints.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeselectorrequirement.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeselectorterm.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodestatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodesysteminfo.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/objectfieldselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/objectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolume.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaim.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimtemplate.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumestatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/photonpersistentdiskvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/pod.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podaffinity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podaffinityterm.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podantiaffinity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/poddnsconfig.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/poddnsconfigoption.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podip.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podreadinessgate.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podsecuritycontext.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podtemplate.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podtemplatespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/portstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/portworxvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/preferredschedulingterm.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/probe.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/projectedvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/quobytevolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/rbdpersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/rbdvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontroller.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontrollercondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontrollerspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontrollerstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcefieldselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcequota.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcequotaspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcequotastatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcerequirements.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/scaleiopersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/scaleiovolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/scopedresourceselectorrequirement.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/scopeselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/seccompprofile.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/secret.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/secretenvsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/secretkeyselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/secretprojection.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/secretreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/secretvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/securitycontext.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/selinuxoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/service.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/serviceaccount.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/serviceaccounttokenprojection.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/serviceport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/servicespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/servicestatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/sessionaffinityconfig.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/storageospersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/storageosvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/sysctl.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/taint.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/tcpsocketaction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/toleration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/topologyselectorlabelrequirement.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/topologyselectorterm.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/topologyspreadconstraint.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/typedlocalobjectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/volume.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/volumedevice.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/volumemount.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/volumenodeaffinity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/volumeprojection.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/volumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/vspherevirtualdiskvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/weightedpodaffinityterm.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/windowssecuritycontextoptions.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b606/_pkg_.a # internal cp $WORK/b606/_pkg_.a /builddir/.cache/go-build/ff/ffdce29be42bd0076ba42acca0899c4268aba2df6dcadb9ddecc8fd0a0e39b09-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b533/_pkg_.a # internal cp $WORK/b533/_pkg_.a /builddir/.cache/go-build/27/276fb321a340eccc1bb554fb8a3a9a856a9ad8f7e505a7fa310b1d01188c3b8b-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1 mkdir -p $WORK/b644/ cat >/tmp/go-build3413775437/b644/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/scheduling/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1=/tmp/go-build3413775437/b533/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b644/_pkg_.a -trimpath "$WORK/b644=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1 -complete -installsuffix shared -buildid UNE310FogOVgqkaheGbl/UNE310FogOVgqkaheGbl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1/priorityclass.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b524/_pkg_.a # internal cp $WORK/b524/_pkg_.a /builddir/.cache/go-build/f7/f71b8dd68c016dded91a0433ef045bcbaaab3aabca4cf6b583414dec1b772385-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b532/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b520/_pkg_.a # internal cp $WORK/b532/_pkg_.a /builddir/.cache/go-build/52/52a4317cc1f50c674327dabe829233ed300338efc6e6622474fb736460123ad5-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1 mkdir -p $WORK/b642/ cat >/tmp/go-build3413775437/b642/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/scheduling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1=/tmp/go-build3413775437/b532/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b642/_pkg_.a -trimpath "$WORK/b642=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1 -complete -installsuffix shared -buildid uj2ptiGKEAAnjlhjUsz3/uj2ptiGKEAAnjlhjUsz3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1/priorityclass.go cp $WORK/b520/_pkg_.a /builddir/.cache/go-build/ac/aca141150efafa196e32fcc43423230d7a5d2dc9186730d0d2566afee0aa0adb-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b526/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b534/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b525/_pkg_.a # internal cp $WORK/b526/_pkg_.a /builddir/.cache/go-build/9d/9da5c26f49cac279507e40c54d468dd839000eed2e34f9e06c0a162b782e2963-d # internal cp $WORK/b534/_pkg_.a /builddir/.cache/go-build/50/5069ec08ed7ed229aeb2b1d4a7fe143eb5a08bf2cf7e7df8abe42aa6aeec3cd4-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1 mkdir -p $WORK/b646/ cat >/tmp/go-build3413775437/b646/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/scheduling/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1=/tmp/go-build3413775437/b534/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b646/_pkg_.a -trimpath "$WORK/b646=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1 -complete -installsuffix shared -buildid zK0XpOxVKhVixcUiH7-I/zK0XpOxVKhVixcUiH7-I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1/priorityclass.go cp $WORK/b525/_pkg_.a /builddir/.cache/go-build/db/db2991406ac2e9ea610058dd150eec3241a7090e7762d27335d890d8c520a15c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b515/_pkg_.a # internal cp $WORK/b515/_pkg_.a /builddir/.cache/go-build/2b/2b59b377a516f0504cb7c9597b6ec5974dbd20fa4bb6bb67c50161c2590551ff-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1 mkdir -p $WORK/b600/ cat >/tmp/go-build3413775437/b600/importcfg << 'EOF' # internal # import config importmap k8s.io/api/certificates/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1=/tmp/go-build3413775437/b515/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b600/_pkg_.a -trimpath "$WORK/b600=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1 -complete -installsuffix shared -buildid VWLmqA9BZ0ODc5OoXZjK/VWLmqA9BZ0ODc5OoXZjK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b600/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequest.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequestcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequestspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequeststatus.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b644/_pkg_.a # internal cp $WORK/b644/_pkg_.a /builddir/.cache/go-build/5f/5fb43b58df80d406232105abaf61d62ba219ce1218df2272464fc96641d2846d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b518/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b519/_pkg_.a # internal cp $WORK/b518/_pkg_.a /builddir/.cache/go-build/1f/1f2cb685ec4a430f06f3404f72e150b073a315417b46b2a91363b6e4c1ccfd8e-d # internal cp $WORK/b519/_pkg_.a /builddir/.cache/go-build/e3/e358b5d9a61f716f0a6859dc175f5cc90f184e35177d61c51cee830ed2c92ece-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b476/_pkg_.a # internal cp $WORK/b476/_pkg_.a /builddir/.cache/go-build/af/afd36750b7bfc9b35d6ee2a0280f1b3859cdadffa483a7a90d25acbf22e31c34-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b642/_pkg_.a # internal cp $WORK/b642/_pkg_.a /builddir/.cache/go-build/2b/2b3e53b22ba8e87cafb81747bcdf82e9a37c7f3d253c87954bc9e791725a3857-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b514/_pkg_.a # internal cp $WORK/b514/_pkg_.a /builddir/.cache/go-build/fa/fab6f0b83ea22408a967f06929a1342f089d19722645cb125ea9dcde418a06e3-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1 mkdir -p $WORK/b598/ cat >/tmp/go-build3413775437/b598/importcfg << 'EOF' # internal # import config importmap k8s.io/api/certificates/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1=/tmp/go-build3413775437/b514/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b598/_pkg_.a -trimpath "$WORK/b598=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1 -complete -installsuffix shared -buildid 0p0C4IHG9tyXetB2sZ6C/0p0C4IHG9tyXetB2sZ6C -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b598/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequest.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequestcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequestspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequeststatus.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b536/_pkg_.a # internal cp $WORK/b536/_pkg_.a /builddir/.cache/go-build/07/07ae89b5898e22fa68d5755694e58ef67d2eacf6bbd8d374ab1b207a5dc0fa19-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b646/_pkg_.a # internal cp $WORK/b646/_pkg_.a /builddir/.cache/go-build/df/dfa5fed41015d9d5d5c76f13336b96d1521a1ff4f40aa8f340beba6382b78aa7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b600/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b512/_pkg_.a # internal cp $WORK/b600/_pkg_.a /builddir/.cache/go-build/f8/f861cf99d6d9e8f2254afa4b11e6ede478d221ef47f7a1870cadcb6746c0dc83-d # internal cp $WORK/b512/_pkg_.a /builddir/.cache/go-build/70/7065ee0a22e99e2181c79e578262f9daaa4805aac1e63cd63a13f41e8fe727a7-d # internal github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1 mkdir -p $WORK/b513/ cat >/tmp/go-build3413775437/b513/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1=/tmp/go-build3413775437/b512/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b513/_pkg_.a -trimpath "$WORK/b513=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1 -complete -installsuffix shared -buildid HkZ-tI8CxZ4DzXf5PVnY/HkZ-tI8CxZ4DzXf5PVnY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b478/_pkg_.a # internal cp $WORK/b478/_pkg_.a /builddir/.cache/go-build/94/94e1b610066424d08115f28b7071ef64f21bed99b7f208ee0559b5d4a12752f1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b598/_pkg_.a # internal cp $WORK/b598/_pkg_.a /builddir/.cache/go-build/f4/f4345641a4fcff3f40fc525896720c824c2bde2e16654570e7f90dc6973e6b64-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b510/_pkg_.a # internal cp $WORK/b510/_pkg_.a /builddir/.cache/go-build/72/721fa8c5b9a717bbf0ea4b55a14b7a110ce4ec65be3e1868ce7ae91afc6dcfd0-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1 mkdir -p $WORK/b590/ cat >/tmp/go-build3413775437/b590/importcfg << 'EOF' # internal # import config importmap k8s.io/api/autoscaling/v2beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1=/tmp/go-build3413775437/b510/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b590/_pkg_.a -trimpath "$WORK/b590=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1 -complete -installsuffix shared -buildid DR6GuRRY0AXEOk6meg95/DR6GuRRY0AXEOk6meg95 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b590/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/containerresourcemetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/containerresourcemetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/crossversionobjectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/externalmetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/externalmetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscaler.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalercondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalerspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalerstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/metricspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/metricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/objectmetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/objectmetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/podsmetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/podsmetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/resourcemetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/resourcemetricstatus.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b535/_pkg_.a # internal cp $WORK/b535/_pkg_.a /builddir/.cache/go-build/96/9674ae7f3d114e1a132d2502a04cb9c300222f262674374b8b0673e1adc3c197-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b528/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b537/_pkg_.a # internal cp $WORK/b528/_pkg_.a /builddir/.cache/go-build/9d/9de3ad94fe2757f324cff96e7b45ec0f032bfa22a817acb567ac643b32f90320-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b509/_pkg_.a # internal cp $WORK/b509/_pkg_.a /builddir/.cache/go-build/f2/f2785a431c0596582628c8629ad96c6e512115c3adc6b4e08fb1fff5785cc1ec-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1 mkdir -p $WORK/b579/ cat >/tmp/go-build3413775437/b579/importcfg << 'EOF' # internal # import config importmap k8s.io/api/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1=/tmp/go-build3413775437/b509/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b579/_pkg_.a -trimpath "$WORK/b579=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1 -complete -installsuffix shared -buildid 00nbw05Sac2H3ErHil_N/00nbw05Sac2H3ErHil_N -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/crossversionobjectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/horizontalpodautoscaler.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/horizontalpodautoscalerspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/horizontalpodautoscalerstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/scale.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/scalespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/scalestatus.go cp $WORK/b537/_pkg_.a /builddir/.cache/go-build/3f/3fb5dfa191097700525744f80b16618683f3489ff23b5991fa8ff2438914a0d1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b590/_pkg_.a # internal cp $WORK/b590/_pkg_.a /builddir/.cache/go-build/80/80014b8b2a697d9136db0d9a8a5374a6f062e0c1662e6c0363bf220ddd97fec6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b503/_pkg_.a # internal cp $WORK/b503/_pkg_.a /builddir/.cache/go-build/a3/a3c0883c5d56a493effd0d954bde5e0a3597ad964939aa4e44e67204e598cf3a-d # internal github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1 mkdir -p $WORK/b521/ cat >/tmp/go-build3413775437/b521/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/apps/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1=/tmp/go-build3413775437/b503/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b521/_pkg_.a -trimpath "$WORK/b521=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1 -complete -installsuffix shared -buildid 8UzZWfZpK3SGoh2vEZ5Q/8UzZWfZpK3SGoh2vEZ5Q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b511/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b477/_pkg_.a # internal cp $WORK/b477/_pkg_.a /builddir/.cache/go-build/13/134de841e4f689eec1589e28b500a703697e777cd241670764caa411ab70e03c-d # internal cp $WORK/b511/_pkg_.a /builddir/.cache/go-build/d0/d06ff3c3896d403c1a8d3a272d68e8f00280a70fcd8c10afae16b9ea321786d5-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2 mkdir -p $WORK/b592/ cat >/tmp/go-build3413775437/b592/importcfg << 'EOF' # internal # import config importmap k8s.io/api/autoscaling/v2beta2=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2=/tmp/go-build3413775437/b511/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b592/_pkg_.a -trimpath "$WORK/b592=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2 -complete -installsuffix shared -buildid IO8DNrgLOODZrgxS816h/IO8DNrgLOODZrgxS816h -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/containerresourcemetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/containerresourcemetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/crossversionobjectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/externalmetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/externalmetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscaler.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerbehavior.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalercondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/hpascalingpolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/hpascalingrules.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricidentifier.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metrictarget.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricvaluestatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/objectmetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/objectmetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/podsmetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/podsmetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/resourcemetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/resourcemetricstatus.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b579/_pkg_.a # internal cp $WORK/b579/_pkg_.a /builddir/.cache/go-build/85/8545b84676c6a490cf0c7efd15b64ed1de77ff9442b862bd1b7283462ea21a0d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b513/_pkg_.a # internal cp $WORK/b513/_pkg_.a /builddir/.cache/go-build/9e/9ecc66a1acc32fdbd890c5bc0a15a11772d15441608da4071742583b030f1578-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b502/_pkg_.a # internal cp $WORK/b502/_pkg_.a /builddir/.cache/go-build/e6/e6371e6bc96f1112d6319e82d08750e2163583742360f65a4afef6aa216400b7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b592/_pkg_.a # internal cp $WORK/b592/_pkg_.a /builddir/.cache/go-build/2d/2dcbe415eee3b529aba293d18b4ab2315e19fa56ec5f1e1db94b1f58e01e178f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b504/_pkg_.a # internal cp $WORK/b504/_pkg_.a /builddir/.cache/go-build/ca/ca8450a94518c01837fd005703f01a5c2d80251cbe6c920f21528a54e15b503e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b578/_pkg_.a # internal cp $WORK/b578/_pkg_.a /builddir/.cache/go-build/7d/7dfb2569c988dbbb5fdc14fc52527f5eceae41137e6aeacc7495fe0c4a291f4a-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1 mkdir -p $WORK/b608/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1 mkdir -p $WORK/b612/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1 cat >/tmp/go-build3413775437/b608/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/discovery/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1=/tmp/go-build3413775437/b518/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b608/_pkg_.a -trimpath "$WORK/b608=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1 -complete -installsuffix shared -buildid rxasWwp6zP4NIeXe80US/rxasWwp6zP4NIeXe80US -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointconditions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointhints.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointslice.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1/forzone.go cat >/tmp/go-build3413775437/b612/importcfg << 'EOF' # internal # import config importmap k8s.io/api/events/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1=/tmp/go-build3413775437/b519/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1 mkdir -p $WORK/b628/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b612/_pkg_.a -trimpath "$WORK/b612=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1 -complete -installsuffix shared -buildid hwOd5iaKq6qk92rkTPb7/hwOd5iaKq6qk92rkTPb7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1/event.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1/eventseries.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1 mkdir -p $WORK/b577/ cat >/tmp/go-build3413775437/b628/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/node/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1=/tmp/go-build3413775437/b525/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1 mkdir -p $WORK/b614/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b628/_pkg_.a -trimpath "$WORK/b628=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1 -complete -installsuffix shared -buildid rfxTr8arhl-Lr-I7LHyg/rfxTr8arhl-Lr-I7LHyg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/overhead.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/runtimeclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/runtimeclassspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/scheduling.go mkdir -p $WORK/b626/ cat >/tmp/go-build3413775437/b614/importcfg << 'EOF' # internal # import config importmap k8s.io/api/events/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1=/tmp/go-build3413775437/b520/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF cat >/tmp/go-build3413775437/b577/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apps/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1=/tmp/go-build3413775437/b502/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b614/_pkg_.a -trimpath "$WORK/b614=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1 -complete -installsuffix shared -buildid M6hDQLUHjafh2apQ5Mh_/M6hDQLUHjafh2apQ5Mh_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1/event.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1/eventseries.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1 mkdir -p $WORK/b630/ cat >/tmp/go-build3413775437/b626/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/node/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1=/tmp/go-build3413775437/b524/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1 mkdir -p $WORK/b648/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b626/_pkg_.a -trimpath "$WORK/b626=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1 -complete -installsuffix shared -buildid RvC9bRcB5OYQE1lzAElO/RvC9bRcB5OYQE1lzAElO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1/overhead.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1/runtimeclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1/scheduling.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b577/_pkg_.a -trimpath "$WORK/b577=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1 -complete -installsuffix shared -buildid mRCE9NBtHudqA9_xTURe/mRCE9NBtHudqA9_xTURe -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/controllerrevision.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetupdatestrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicaset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicasetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicasetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicasetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/rollingupdatedaemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/rollingupdatedeployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/rollingupdatestatefulsetstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetupdatestrategy.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1 mkdir -p $WORK/b622/ cat >/tmp/go-build3413775437/b630/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/node/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1=/tmp/go-build3413775437/b526/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1 mkdir -p $WORK/b634/ cat >/tmp/go-build3413775437/b648/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/storage/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1=/tmp/go-build3413775437/b535/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b630/_pkg_.a -trimpath "$WORK/b630=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1 -complete -installsuffix shared -buildid cbo9KbTRkS_SS5gl-Hp9/cbo9KbTRkS_SS5gl-Hp9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1/overhead.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1/runtimeclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1/scheduling.go cat >/tmp/go-build3413775437/b622/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/networking/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1=/tmp/go-build3413775437/b477/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF mkdir -p $WORK/b583/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b648/_pkg_.a -trimpath "$WORK/b648=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1 -complete -installsuffix shared -buildid 86RnLMsc6ikGAORd1C1Y/86RnLMsc6ikGAORd1C1Y -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b648/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/csidriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/csidriverspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/csinode.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/csinodedriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/csinodespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/storageclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/tokenrequest.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachmentsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachmentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachmentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeerror.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumenoderesources.go cat >/tmp/go-build3413775437/b634/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/policy/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1=/tmp/go-build3413775437/b528/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b622/_pkg_.a -trimpath "$WORK/b622=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1 -complete -installsuffix shared -buildid cgQV6HW_JG08qbLgAF5q/cgQV6HW_JG08qbLgAF5q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/httpingresspath.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/httpingressrulevalue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressbackend.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressclassparametersreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressclassspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressrulevalue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressservicebackend.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingresstls.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ipblock.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyegressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyingressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicypeer.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/servicebackendport.go cat >/tmp/go-build3413775437/b583/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apps/v1beta2=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2=/tmp/go-build3413775437/b504/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF mkdir -p $WORK/b594/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b634/_pkg_.a -trimpath "$WORK/b634=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1 -complete -installsuffix shared -buildid WMoC8z2nTRROoM7Leenm/WMoC8z2nTRROoM7Leenm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/allowedcsidriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/allowedflexvolume.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/allowedhostpath.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/eviction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/fsgroupstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/hostportrange.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/idrange.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/poddisruptionbudget.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/poddisruptionbudgetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/poddisruptionbudgetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/podsecuritypolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/podsecuritypolicyspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/runasgroupstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/runasuserstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/runtimeclassstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/selinuxstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/supplementalgroupsstrategyoptions.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b583/_pkg_.a -trimpath "$WORK/b583=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2 -complete -installsuffix shared -buildid YQHPdt2eaksFKsfJyIn8/YQHPdt2eaksFKsfJyIn8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/controllerrevision.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetupdatestrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicaset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicasetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicasetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicasetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/rollingupdatedaemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/rollingupdatedeployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/rollingupdatestatefulsetstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/scale.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetupdatestrategy.go cat >/tmp/go-build3413775437/b594/importcfg << 'EOF' # internal # import config importmap k8s.io/api/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1=/tmp/go-build3413775437/b512/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b594/_pkg_.a -trimpath "$WORK/b594=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1 -complete -installsuffix shared -buildid JI4FqrodLLxrx0Of4QF3/JI4FqrodLLxrx0Of4QF3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b594/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/cronjob.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/cronjobspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/cronjobstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/job.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobtemplatespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/uncountedterminatedpods.go mkdir -p $WORK/b652/ mkdir -p $WORK/b610/ mkdir -p $WORK/b624/ cat >/tmp/go-build3413775437/b652/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/storage/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1=/tmp/go-build3413775437/b537/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF cat >/tmp/go-build3413775437/b610/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/discovery/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1=/tmp/go-build3413775437/b476/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b652/_pkg_.a -trimpath "$WORK/b652=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1 -complete -installsuffix shared -buildid -9oDAYFKVg5Oglfqq0Ux/-9oDAYFKVg5Oglfqq0Ux -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b652/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csidriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csidriverspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csinode.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csinodedriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csinodespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csistoragecapacity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/storageclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/tokenrequest.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachmentsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachmentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachmentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeerror.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumenoderesources.go mkdir -p $WORK/b650/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b610/_pkg_.a -trimpath "$WORK/b610=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1 -complete -installsuffix shared -buildid x92F3KgiqMaYZcpVKZ-1/x92F3KgiqMaYZcpVKZ-1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointconditions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointhints.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointslice.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/forzone.go cat >/tmp/go-build3413775437/b624/importcfg << 'EOF' # internal # import config importmap k8s.io/api/networking/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1=/tmp/go-build3413775437/b478/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF mkdir -p $WORK/b581/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b624/_pkg_.a -trimpath "$WORK/b624=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1 -complete -installsuffix shared -buildid _2xVUYQy91ll8ra98pjK/_2xVUYQy91ll8ra98pjK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b624/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/httpingresspath.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/httpingressrulevalue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressbackend.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressclassparametersreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressclassspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressrulevalue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingresstls.go cat >/tmp/go-build3413775437/b650/importcfg << 'EOF' # internal # import config importmap k8s.io/api/storage/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1=/tmp/go-build3413775437/b536/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF cat >/tmp/go-build3413775437/b581/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apps/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1=/tmp/go-build3413775437/b503/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b650/_pkg_.a -trimpath "$WORK/b650=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1 -complete -installsuffix shared -buildid Rndy4W0Xr3EHGh5fYmsg/Rndy4W0Xr3EHGh5fYmsg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/csistoragecapacity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachmentsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachmentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachmentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeerror.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b581/_pkg_.a -trimpath "$WORK/b581=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1 -complete -installsuffix shared -buildid HXGqipHcrwycih1T59Ya/HXGqipHcrwycih1T59Ya -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/controllerrevision.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/rollbackconfig.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/rollingupdatedeployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/rollingupdatestatefulsetstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetupdatestrategy.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b614/_pkg_.a # internal cp $WORK/b614/_pkg_.a /builddir/.cache/go-build/a8/a8d0a2bd7c815be1c85d3f86e7a61fb1e1500214b5e4754be4fc98f04af9e1fb-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b630/_pkg_.a # internal cp $WORK/b630/_pkg_.a /builddir/.cache/go-build/08/08477f1442e933b457004bf7049c35032b6d4d6c87f252bd3c6e2c2b12167531-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b628/_pkg_.a # internal cp $WORK/b628/_pkg_.a /builddir/.cache/go-build/6a/6a87e9df7e131c1f6e5a38f781a6056962994a88d92073e8a5aa31b1a3e1c63d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b608/_pkg_.a # internal cp $WORK/b608/_pkg_.a /builddir/.cache/go-build/c0/c049f5f9cf0705bee516003d50e6e1b7551507fc69b16e542c95d0989cc8de9f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b626/_pkg_.a # internal cp $WORK/b626/_pkg_.a /builddir/.cache/go-build/97/97317ef6600474b41d610a9a998a812a4db6afce53084257d39219d9577fb2f6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b612/_pkg_.a # internal cp $WORK/b612/_pkg_.a /builddir/.cache/go-build/d1/d1c84e40cf85b935f60916360c6e4398f33034f59a4ba7e7069b1bd3b920e1e6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b610/_pkg_.a # internal cp $WORK/b610/_pkg_.a /builddir/.cache/go-build/c6/c61101843f67511d5d0301c548d7170eac913ad5ad6f6b3c0f8548ead1c3a416-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b624/_pkg_.a # internal cp $WORK/b624/_pkg_.a /builddir/.cache/go-build/16/16f691115371e95c6d0c3bf090163eca490baff2891aee9d8a019861d283b69f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b650/_pkg_.a # internal cp $WORK/b650/_pkg_.a /builddir/.cache/go-build/a6/a6b37c5e6d7b5307e2baf6e052751a5aaa0f48094de0596bc745bcc6a166a926-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b634/_pkg_.a # internal cp $WORK/b634/_pkg_.a /builddir/.cache/go-build/cb/cba0a6f241ad3ac5ea9966973b1afa77ab85386d2c27ea0184bd0941cb0614a3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b594/_pkg_.a # internal cp $WORK/b594/_pkg_.a /builddir/.cache/go-build/2f/2ff2a6f64f0d688485f1c04d2b580422fedcb83990fa621e15a77e5aefb650dd-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1 mkdir -p $WORK/b596/ cat >/tmp/go-build3413775437/b596/importcfg << 'EOF' # internal # import config importmap k8s.io/api/batch/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1 importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1=/tmp/go-build3413775437/b513/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1=/tmp/go-build3413775437/b594/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b596/_pkg_.a -trimpath "$WORK/b596=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1 -complete -installsuffix shared -buildid aYiJJzUVExUXinz_nuau/aYiJJzUVExUXinz_nuau -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/cronjob.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/cronjobspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/cronjobstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/jobtemplatespec.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b622/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b652/_pkg_.a # internal cp $WORK/b622/_pkg_.a /builddir/.cache/go-build/41/418c6fc2b9166b1f6030fdc46a858b25effae88a8d1fa9daa314c4b08c775e52-d # internal cp $WORK/b652/_pkg_.a /builddir/.cache/go-build/e3/e3f374e2e5b4f5d73a0aae928304850be372dd256998813b79bd26918bfd86d9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b648/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b581/_pkg_.a # internal cp $WORK/b648/_pkg_.a /builddir/.cache/go-build/5c/5cd1a869ecebd9d287d80efd577aea2508d9d738e427750ac0a3560a3c5c15ef-d # internal cp $WORK/b581/_pkg_.a /builddir/.cache/go-build/0b/0b539d605e0e3350d35568ece0c9d7dc37f7740e5ded6ee54864db0c551b85d2-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b577/_pkg_.a # internal cp $WORK/b577/_pkg_.a /builddir/.cache/go-build/75/7522c1b6692dcae08aa56fc5edf5b6b6054ae4f63f83cf4f794c286d93454192-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b583/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b596/_pkg_.a # internal cp $WORK/b583/_pkg_.a /builddir/.cache/go-build/a9/a9eda0f0cfa41025bfb61068a25219879acec671e14c738d43e85094d37dcf2d-d # internal cp $WORK/b596/_pkg_.a /builddir/.cache/go-build/d3/d33d05ee94fb7d1a4664dad0342e64f4d94be4010da1d545eaa2a250953a7a91-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b521/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b285/_pkg_.a # internal cp $WORK/b521/_pkg_.a /builddir/.cache/go-build/60/60fc3c3d0dbaed435274761819e70ccf20a42785ae7c150773795bcb70f79689-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme mkdir -p $WORK/b498/ cat >/tmp/go-build3413775437/b498/importcfg << 'EOF' # internal # import config importmap k8s.io/api/admissionregistration/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1 importmap k8s.io/api/admissionregistration/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1 importmap k8s.io/api/apiserverinternal/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1 importmap k8s.io/api/apps/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1 importmap k8s.io/api/apps/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1 importmap k8s.io/api/apps/v1beta2=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2 importmap k8s.io/api/authentication/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1 importmap k8s.io/api/authentication/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1 importmap k8s.io/api/authorization/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1 importmap k8s.io/api/authorization/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1 importmap k8s.io/api/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 importmap k8s.io/api/autoscaling/v2beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1 importmap k8s.io/api/autoscaling/v2beta2=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2 importmap k8s.io/api/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1 importmap k8s.io/api/batch/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1 importmap k8s.io/api/certificates/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1 importmap k8s.io/api/certificates/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1 importmap k8s.io/api/coordination/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1 importmap k8s.io/api/coordination/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/discovery/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1 importmap k8s.io/api/discovery/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1 importmap k8s.io/api/events/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1 importmap k8s.io/api/events/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1 importmap k8s.io/api/extensions/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1 importmap k8s.io/api/flowcontrol/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1 importmap k8s.io/api/flowcontrol/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1 importmap k8s.io/api/networking/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1 importmap k8s.io/api/networking/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1 importmap k8s.io/api/node/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1 importmap k8s.io/api/node/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1 importmap k8s.io/api/node/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1 importmap k8s.io/api/policy/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1 importmap k8s.io/api/policy/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1 importmap k8s.io/api/rbac/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1 importmap k8s.io/api/rbac/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1 importmap k8s.io/api/rbac/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1 importmap k8s.io/api/scheduling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1 importmap k8s.io/api/scheduling/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1 importmap k8s.io/api/scheduling/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1 importmap k8s.io/api/storage/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1 importmap k8s.io/api/storage/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1 importmap k8s.io/api/storage/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1=/tmp/go-build3413775437/b499/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1=/tmp/go-build3413775437/b500/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build3413775437/b501/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1=/tmp/go-build3413775437/b502/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1=/tmp/go-build3413775437/b503/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2=/tmp/go-build3413775437/b504/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1=/tmp/go-build3413775437/b505/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1=/tmp/go-build3413775437/b506/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1=/tmp/go-build3413775437/b507/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1=/tmp/go-build3413775437/b508/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1=/tmp/go-build3413775437/b509/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1=/tmp/go-build3413775437/b510/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2=/tmp/go-build3413775437/b511/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1=/tmp/go-build3413775437/b512/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1=/tmp/go-build3413775437/b513/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1=/tmp/go-build3413775437/b514/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1=/tmp/go-build3413775437/b515/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1=/tmp/go-build3413775437/b516/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1=/tmp/go-build3413775437/b517/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1=/tmp/go-build3413775437/b518/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1=/tmp/go-build3413775437/b476/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1=/tmp/go-build3413775437/b519/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1=/tmp/go-build3413775437/b520/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1=/tmp/go-build3413775437/b521/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1=/tmp/go-build3413775437/b522/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1=/tmp/go-build3413775437/b523/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1=/tmp/go-build3413775437/b477/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1=/tmp/go-build3413775437/b478/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1=/tmp/go-build3413775437/b524/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1=/tmp/go-build3413775437/b525/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1=/tmp/go-build3413775437/b526/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1=/tmp/go-build3413775437/b527/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1=/tmp/go-build3413775437/b528/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1=/tmp/go-build3413775437/b529/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1=/tmp/go-build3413775437/b530/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1=/tmp/go-build3413775437/b531/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1=/tmp/go-build3413775437/b532/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1=/tmp/go-build3413775437/b533/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1=/tmp/go-build3413775437/b534/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1=/tmp/go-build3413775437/b535/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1=/tmp/go-build3413775437/b536/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1=/tmp/go-build3413775437/b537/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3413775437/b488/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b498/_pkg_.a -trimpath "$WORK/b498=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme -complete -installsuffix shared -buildid OmWLgdZazZE0PZVkQEWr/OmWLgdZazZE0PZVkQEWr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme/register.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1 mkdir -p $WORK/b616/ cat >/tmp/go-build3413775437/b616/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/extensions/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1=/tmp/go-build3413775437/b521/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b616/_pkg_.a -trimpath "$WORK/b616=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1 -complete -installsuffix shared -buildid 5FCGif7FYIGgR-iFVnuM/5FCGif7FYIGgR-iFVnuM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/allowedcsidriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/allowedflexvolume.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/allowedhostpath.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetupdatestrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/fsgroupstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/hostportrange.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/httpingresspath.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/httpingressrulevalue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/idrange.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressbackend.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressrulevalue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingresstls.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ipblock.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyegressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyingressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicypeer.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/podsecuritypolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/podsecuritypolicyspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicaset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicasetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicasetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicasetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/rollbackconfig.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/rollingupdatedaemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/rollingupdatedeployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/runasgroupstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/runasuserstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/runtimeclassstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/scale.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/selinuxstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/supplementalgroupsstrategyoptions.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b498/_pkg_.a # internal cp $WORK/b498/_pkg_.a /builddir/.cache/go-build/cd/cdc851e3505cfee29a66f5b6747092fb1541503d1ab4365e4222a9ab41fb20a4-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery mkdir -p $WORK/b481/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1 mkdir -p $WORK/b584/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1 mkdir -p $WORK/b574/ cat >/tmp/go-build3413775437/b481/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/googleapis/gnostic/openapiv2=github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2 importmap k8s.io/apimachinery/pkg/api/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/apimachinery/pkg/version=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2=/tmp/go-build3413775437/b482/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3413775437/b487/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3413775437/b488/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3413775437/b454/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version=/tmp/go-build3413775437/b497/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1 cat >/tmp/go-build3413775437/b574/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apiserverinternal/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build3413775437/b501/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1=/tmp/go-build3413775437/b575/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF mkdir -p $WORK/b580/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b481/_pkg_.a -trimpath "$WORK/b481=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery -complete -installsuffix shared -buildid 3Qm54D2oIFAZtX4h-nuH/3Qm54D2oIFAZtX4h-nuH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery/discovery_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery/helper.go mkdir -p $WORK/b586/ cat >/tmp/go-build3413775437/b584/importcfg << 'EOF' # internal # import config importmap k8s.io/api/authentication/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1=/tmp/go-build3413775437/b505/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b574/_pkg_.a -trimpath "$WORK/b574=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1 -complete -installsuffix shared -buildid _BAKzXyhZ3gxipzzKS_9/_BAKzXyhZ3gxipzzKS_9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b574/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/apiserverinternal_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/storageversion.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1 mkdir -p $WORK/b585/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b584/_pkg_.a -trimpath "$WORK/b584=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1 -complete -installsuffix shared -buildid s21TH2kMAqZDwTg4oOW4/s21TH2kMAqZDwTg4oOW4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/authentication_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/tokenreview.go cat >/tmp/go-build3413775437/b586/importcfg << 'EOF' # internal # import config importmap k8s.io/api/authorization/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1=/tmp/go-build3413775437/b507/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a EOF cat >/tmp/go-build3413775437/b580/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apps/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/apps/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1=/tmp/go-build3413775437/b503/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1=/tmp/go-build3413775437/b581/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b586/_pkg_.a -trimpath "$WORK/b586=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1 -complete -installsuffix shared -buildid zj4DVXsw6lXXLUrfpNCf/zj4DVXsw6lXXLUrfpNCf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/authorization_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/localsubjectaccessreview.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/selfsubjectaccessreview.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/selfsubjectrulesreview.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/subjectaccessreview.go cat >/tmp/go-build3413775437/b585/importcfg << 'EOF' # internal # import config importmap k8s.io/api/authentication/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1=/tmp/go-build3413775437/b506/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b585/_pkg_.a -trimpath "$WORK/b585=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1 -complete -installsuffix shared -buildid IBWZa9MbrRXDNHA3DW5f/IBWZa9MbrRXDNHA3DW5f -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b585/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/authentication_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/tokenreview.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1 mkdir -p $WORK/b593/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1 mkdir -p $WORK/b595/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b580/_pkg_.a -trimpath "$WORK/b580=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1 -complete -installsuffix shared -buildid uRXRcwauLhaxM01Mqzrj/uRXRcwauLhaxM01Mqzrj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/apps_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/controllerrevision.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/statefulset.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2 mkdir -p $WORK/b576/ cat >/tmp/go-build3413775437/b595/importcfg << 'EOF' # internal # import config importmap k8s.io/api/batch/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/batch/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1=/tmp/go-build3413775437/b513/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1=/tmp/go-build3413775437/b596/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b593/importcfg << 'EOF' # internal # import config importmap k8s.io/api/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1=/tmp/go-build3413775437/b512/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1=/tmp/go-build3413775437/b594/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF mkdir -p $WORK/b572/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b595/_pkg_.a -trimpath "$WORK/b595=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1 -complete -installsuffix shared -buildid jSvnlxNCfEEf2NXRNPL9/jSvnlxNCfEEf2NXRNPL9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b595/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/batch_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/cronjob.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/generated_expansion.go cat >/tmp/go-build3413775437/b576/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apps/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1 importmap k8s.io/api/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/apps/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1 importmap k8s.io/client-go/applyconfigurations/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1=/tmp/go-build3413775437/b502/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1=/tmp/go-build3413775437/b509/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1=/tmp/go-build3413775437/b577/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1=/tmp/go-build3413775437/b579/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b593/_pkg_.a -trimpath "$WORK/b593=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1 -complete -installsuffix shared -buildid NCjUa14mAtGjibCZUQms/NCjUa14mAtGjibCZUQms -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b593/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1/batch_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1/cronjob.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1/job.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b576/_pkg_.a -trimpath "$WORK/b576=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1 -complete -installsuffix shared -buildid ApiQlbrZIJFdSMWZOqHy/ApiQlbrZIJFdSMWZOqHy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/apps_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/controllerrevision.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/daemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/replicaset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/statefulset.go cat >/tmp/go-build3413775437/b572/importcfg << 'EOF' # internal # import config importmap k8s.io/api/admissionregistration/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1=/tmp/go-build3413775437/b500/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1=/tmp/go-build3413775437/b573/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b572/_pkg_.a -trimpath "$WORK/b572=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 -complete -installsuffix shared -buildid GIN3gXEUEeNsz7NQ9HVp/GIN3gXEUEeNsz7NQ9HVp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/admissionregistration_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/mutatingwebhookconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/validatingwebhookconfiguration.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1 mkdir -p $WORK/b597/ cat >/tmp/go-build3413775437/b597/importcfg << 'EOF' # internal # import config importmap k8s.io/api/certificates/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/certificates/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1=/tmp/go-build3413775437/b514/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1=/tmp/go-build3413775437/b598/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1 mkdir -p $WORK/b599/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b597/_pkg_.a -trimpath "$WORK/b597=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1 -complete -installsuffix shared -buildid X7hSpZwunVD403nteQs1/X7hSpZwunVD403nteQs1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/certificates_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/certificatesigningrequest.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/generated_expansion.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1 mkdir -p $WORK/b603/ cat >/tmp/go-build3413775437/b599/importcfg << 'EOF' # internal # import config importmap k8s.io/api/certificates/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/certificates/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1=/tmp/go-build3413775437/b515/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1=/tmp/go-build3413775437/b600/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF mkdir -p $WORK/b601/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b599/_pkg_.a -trimpath "$WORK/b599=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1 -complete -installsuffix shared -buildid j5ERenLM1VGGcuI1z1AJ/j5ERenLM1VGGcuI1z1AJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/certificates_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/certificatesigningrequest.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/certificatesigningrequest_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/generated_expansion.go cat >/tmp/go-build3413775437/b603/importcfg << 'EOF' # internal # import config importmap k8s.io/api/coordination/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/coordination/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1=/tmp/go-build3413775437/b517/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1=/tmp/go-build3413775437/b604/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF mkdir -p $WORK/b563/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b603/_pkg_.a -trimpath "$WORK/b603=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1 -complete -installsuffix shared -buildid AhpPGp_kDMT5rQl-T-2T/AhpPGp_kDMT5rQl-T-2T -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b603/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/coordination_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/lease.go cat >/tmp/go-build3413775437/b601/importcfg << 'EOF' # internal # import config importmap k8s.io/api/coordination/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/coordination/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1=/tmp/go-build3413775437/b516/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1=/tmp/go-build3413775437/b602/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b563/importcfg << 'EOF' # internal # import config importmap k8s.io/api/admissionregistration/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/admissionregistration/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1=/tmp/go-build3413775437/b499/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1=/tmp/go-build3413775437/b564/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b601/_pkg_.a -trimpath "$WORK/b601=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1 -complete -installsuffix shared -buildid LMRvT1CHTY-v7LITxZFo/LMRvT1CHTY-v7LITxZFo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b601/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/coordination_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/lease.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b563/_pkg_.a -trimpath "$WORK/b563=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1 -complete -installsuffix shared -buildid vR6kmO8RcbJATsPiG0VA/vR6kmO8RcbJATsPiG0VA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/admissionregistration_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/mutatingwebhookconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/validatingwebhookconfiguration.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1 mkdir -p $WORK/b607/ mkdir -p $WORK/b582/ mkdir -p $WORK/b589/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1 mkdir -p $WORK/b587/ mkdir -p $WORK/b588/ mkdir -p $WORK/b591/ mkdir -p $WORK/b609/ cat >/tmp/go-build3413775437/b607/importcfg << 'EOF' # internal # import config importmap k8s.io/api/discovery/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/discovery/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1=/tmp/go-build3413775437/b518/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1=/tmp/go-build3413775437/b608/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1 mkdir -p $WORK/b617/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b607/_pkg_.a -trimpath "$WORK/b607=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1 -complete -installsuffix shared -buildid RnypsmyVQmcXA2FxZ4N5/RnypsmyVQmcXA2FxZ4N5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/discovery_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/endpointslice.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/generated_expansion.go cat >/tmp/go-build3413775437/b609/importcfg << 'EOF' # internal # import config importmap k8s.io/api/discovery/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/discovery/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1=/tmp/go-build3413775437/b476/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1=/tmp/go-build3413775437/b610/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1 mkdir -p $WORK/b605/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b609/_pkg_.a -trimpath "$WORK/b609=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1 -complete -installsuffix shared -buildid iah2Dpd3PnAGiYgryiEn/iah2Dpd3PnAGiYgryiEn -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/discovery_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/endpointslice.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/generated_expansion.go cat >/tmp/go-build3413775437/b617/importcfg << 'EOF' # internal # import config importmap k8s.io/api/flowcontrol/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1=/tmp/go-build3413775437/b522/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1=/tmp/go-build3413775437/b618/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1 mkdir -p $WORK/b611/ cat >/tmp/go-build3413775437/b605/importcfg << 'EOF' # internal # import config importmap k8s.io/api/authentication/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1 importmap k8s.io/api/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/policy/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1 importmap k8s.io/api/policy/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/fields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/net=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest importmap k8s.io/client-go/tools/reference=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/reference packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1=/tmp/go-build3413775437/b505/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1=/tmp/go-build3413775437/b509/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1=/tmp/go-build3413775437/b527/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1=/tmp/go-build3413775437/b528/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields=/tmp/go-build3413775437/b446/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net=/tmp/go-build3413775437/b475/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/reference=/tmp/go-build3413775437/b606/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b587/importcfg << 'EOF' # internal # import config importmap k8s.io/api/authorization/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1=/tmp/go-build3413775437/b508/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a EOF cat >/tmp/go-build3413775437/b582/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apps/v1beta2=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/apps/v1beta2=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2=/tmp/go-build3413775437/b504/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2=/tmp/go-build3413775437/b583/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cat >/tmp/go-build3413775437/b611/importcfg << 'EOF' # internal # import config importmap k8s.io/api/events/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/events/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1=/tmp/go-build3413775437/b519/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1=/tmp/go-build3413775437/b612/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b587/_pkg_.a -trimpath "$WORK/b587=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1 -complete -installsuffix shared -buildid iQ3Oks-IclPHEkBHVfyl/iQ3Oks-IclPHEkBHVfyl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/authorization_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/localsubjectaccessreview.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/selfsubjectaccessreview.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/selfsubjectrulesreview.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/subjectaccessreview.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b611/_pkg_.a -trimpath "$WORK/b611=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1 -complete -installsuffix shared -buildid 9LyJZhgrw2RFBMDOfQF3/9LyJZhgrw2RFBMDOfQF3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1/event.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1/events_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1/generated_expansion.go cat >/tmp/go-build3413775437/b591/importcfg << 'EOF' # internal # import config importmap k8s.io/api/autoscaling/v2beta2=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/autoscaling/v2beta2=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2=/tmp/go-build3413775437/b511/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2=/tmp/go-build3413775437/b592/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b582/_pkg_.a -trimpath "$WORK/b582=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2 -complete -installsuffix shared -buildid 0oRUa4jqzeRaZOqcglSx/0oRUa4jqzeRaZOqcglSx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/apps_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/controllerrevision.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/daemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/replicaset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/statefulset.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b605/_pkg_.a -trimpath "$WORK/b605=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1 -complete -installsuffix shared -buildid 3CiCqDvcqKRXztiaL_8t/3CiCqDvcqKRXztiaL_8t -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b605/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/componentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/configmap.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/core_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/endpoints.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/event.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/event_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/limitrange.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/namespace.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/namespace_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/node.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/node_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/persistentvolume.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/persistentvolumeclaim.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/pod.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/pod_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/podtemplate.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/replicationcontroller.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/resourcequota.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/secret.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/service.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/service_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/serviceaccount.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b591/_pkg_.a -trimpath "$WORK/b591=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2 -complete -installsuffix shared -buildid LIrBSfWnSPQqZDGokBvl/LIrBSfWnSPQqZDGokBvl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/autoscaling_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/horizontalpodautoscaler.go cat >/tmp/go-build3413775437/b588/importcfg << 'EOF' # internal # import config importmap k8s.io/api/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1=/tmp/go-build3413775437/b509/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1=/tmp/go-build3413775437/b579/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1 mkdir -p $WORK/b613/ cat >/tmp/go-build3413775437/b589/importcfg << 'EOF' # internal # import config importmap k8s.io/api/autoscaling/v2beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/autoscaling/v2beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1=/tmp/go-build3413775437/b510/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1=/tmp/go-build3413775437/b590/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b588/_pkg_.a -trimpath "$WORK/b588=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1 -complete -installsuffix shared -buildid jrjIn7FaG_b-OvUqEjDr/jrjIn7FaG_b-OvUqEjDr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/autoscaling_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/horizontalpodautoscaler.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b589/_pkg_.a -trimpath "$WORK/b589=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 -complete -installsuffix shared -buildid bcp1JHoIuaVuY0XglDXN/bcp1JHoIuaVuY0XglDXN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b589/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/autoscaling_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/horizontalpodautoscaler.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1 mkdir -p $WORK/b621/ cat >/tmp/go-build3413775437/b613/importcfg << 'EOF' # internal # import config importmap k8s.io/api/events/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/events/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1=/tmp/go-build3413775437/b520/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1=/tmp/go-build3413775437/b614/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b613/_pkg_.a -trimpath "$WORK/b613=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1 -complete -installsuffix shared -buildid tXQ9u4WEa8k_pXOJL5kZ/tXQ9u4WEa8k_pXOJL5kZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/event.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/event_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/events_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/generated_expansion.go cat >/tmp/go-build3413775437/b621/importcfg << 'EOF' # internal # import config importmap k8s.io/api/networking/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/networking/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1=/tmp/go-build3413775437/b477/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1=/tmp/go-build3413775437/b622/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b621/_pkg_.a -trimpath "$WORK/b621=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1 -complete -installsuffix shared -buildid 9uidEK1PjgfBc-0COZw6/9uidEK1PjgfBc-0COZw6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1/ingress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1/ingressclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1/networking_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1/networkpolicy.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b617/_pkg_.a -trimpath "$WORK/b617=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1 -complete -installsuffix shared -buildid dReGZST_9neyog90xtcH/dReGZST_9neyog90xtcH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/flowcontrol_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/flowschema.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/prioritylevelconfiguration.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1 mkdir -p $WORK/b619/ cat >/tmp/go-build3413775437/b619/importcfg << 'EOF' # internal # import config importmap k8s.io/api/flowcontrol/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1=/tmp/go-build3413775437/b523/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1=/tmp/go-build3413775437/b620/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b619/_pkg_.a -trimpath "$WORK/b619=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1 -complete -installsuffix shared -buildid srVtS89f5P3DmYxiv13k/srVtS89f5P3DmYxiv13k -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/flowcontrol_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/flowschema.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/prioritylevelconfiguration.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b584/_pkg_.a # internal cp $WORK/b584/_pkg_.a /builddir/.cache/go-build/19/191e3b00d95fd77a661c444863ffd7989d34a337fe9f24a81a04c9a3241cc1ae-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1 mkdir -p $WORK/b623/ cat >/tmp/go-build3413775437/b623/importcfg << 'EOF' # internal # import config importmap k8s.io/api/networking/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/networking/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1=/tmp/go-build3413775437/b478/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1=/tmp/go-build3413775437/b624/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b623/_pkg_.a -trimpath "$WORK/b623=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1 -complete -installsuffix shared -buildid RpAKCZL4FsbyEPjKb3rc/RpAKCZL4FsbyEPjKb3rc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/ingress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/ingressclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/networking_client.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b585/_pkg_.a # internal cp $WORK/b585/_pkg_.a /builddir/.cache/go-build/1e/1e0f1ec136dd0ae4303b3c9256df51553eef7daf670c5de61e52c07af4df07fa-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1 mkdir -p $WORK/b625/ cat >/tmp/go-build3413775437/b625/importcfg << 'EOF' # internal # import config importmap k8s.io/api/node/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/node/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1=/tmp/go-build3413775437/b524/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1=/tmp/go-build3413775437/b626/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b625/_pkg_.a -trimpath "$WORK/b625=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1 -complete -installsuffix shared -buildid 8KzPhyowhX3Sd5RzpJQ_/8KzPhyowhX3Sd5RzpJQ_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b625/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1/node_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1/runtimeclass.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b586/_pkg_.a # internal cp $WORK/b586/_pkg_.a /builddir/.cache/go-build/61/61e481f0f4393e0ff02e480ccfd04f1916fdb71c818a42bcff74397794b51511-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1 mkdir -p $WORK/b627/ cat >/tmp/go-build3413775437/b627/importcfg << 'EOF' # internal # import config importmap k8s.io/api/node/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/node/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1=/tmp/go-build3413775437/b525/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1=/tmp/go-build3413775437/b628/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b627/_pkg_.a -trimpath "$WORK/b627=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1 -complete -installsuffix shared -buildid r41RBjWt4n-M4t8wOEAh/r41RBjWt4n-M4t8wOEAh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b627/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/node_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/runtimeclass.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b587/_pkg_.a # internal cp $WORK/b587/_pkg_.a /builddir/.cache/go-build/5f/5fe17e027c03f3cca5caaba86f8cd0ac995a88521b58464dfa3abe895e5ec9c7-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1 mkdir -p $WORK/b629/ cat >/tmp/go-build3413775437/b629/importcfg << 'EOF' # internal # import config importmap k8s.io/api/node/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/node/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1=/tmp/go-build3413775437/b526/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1=/tmp/go-build3413775437/b630/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b629/_pkg_.a -trimpath "$WORK/b629=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1 -complete -installsuffix shared -buildid mE41hr3MYKZSZJh4kzEO/mE41hr3MYKZSZJh4kzEO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/node_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/runtimeclass.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b609/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b601/_pkg_.a # internal cp $WORK/b609/_pkg_.a /builddir/.cache/go-build/26/264f3ef1782d88387675e5e7c0d3f863bc62f481da140e7b370a58858dfa809c-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1 mkdir -p $WORK/b631/ cat >/tmp/go-build3413775437/b631/importcfg << 'EOF' # internal # import config importmap k8s.io/api/policy/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/policy/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1=/tmp/go-build3413775437/b527/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1=/tmp/go-build3413775437/b632/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b631/_pkg_.a -trimpath "$WORK/b631=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1 -complete -installsuffix shared -buildid bpgqOnzCQnf6vwyn7lpS/bpgqOnzCQnf6vwyn7lpS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b631/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1/eviction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1/eviction_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1/poddisruptionbudget.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1/policy_client.go cp $WORK/b601/_pkg_.a /builddir/.cache/go-build/72/722b8c5ccb319b97961f26a40a3dc1c609215fb575658194c6c16db5c2ccd6d6-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1 mkdir -p $WORK/b633/ cat >/tmp/go-build3413775437/b633/importcfg << 'EOF' # internal # import config importmap k8s.io/api/policy/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/policy/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1=/tmp/go-build3413775437/b528/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1=/tmp/go-build3413775437/b634/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b633/_pkg_.a -trimpath "$WORK/b633=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1 -complete -installsuffix shared -buildid 6zlgdT9KbNWJUGdV-mZD/6zlgdT9KbNWJUGdV-mZD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/eviction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/eviction_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/poddisruptionbudget.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/podsecuritypolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/policy_client.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b574/_pkg_.a # internal cp $WORK/b574/_pkg_.a /builddir/.cache/go-build/d2/d22aae2cb600486b08e50e2bfff41dcd40afe52b6a9b393366df8a4ea4b6f582-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b607/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b597/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b611/_pkg_.a # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1 mkdir -p $WORK/b635/ cat >/tmp/go-build3413775437/b635/importcfg << 'EOF' # internal # import config importmap k8s.io/api/rbac/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/rbac/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1=/tmp/go-build3413775437/b529/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1=/tmp/go-build3413775437/b636/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b635/_pkg_.a -trimpath "$WORK/b635=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1 -complete -installsuffix shared -buildid MKB_0zNHghsDOroPQlnc/MKB_0zNHghsDOroPQlnc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/clusterrole.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/clusterrolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/rbac_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/role.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/rolebinding.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b599/_pkg_.a # internal cp $WORK/b607/_pkg_.a /builddir/.cache/go-build/f2/f281dcd6a50fbd677d83b67f3c4c99fe2e208b8954c82c99d33a02a9fe55e8c4-d # internal cp $WORK/b611/_pkg_.a /builddir/.cache/go-build/01/011aab1de143230b9e10e03b8451eafad9e2653ad13e72645345f6799a8ed7fb-d # internal cp $WORK/b597/_pkg_.a /builddir/.cache/go-build/b2/b20dd71ef4833127793fe114ca5f4eac7463f072e8c22e877f50af4efe8222ad-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 mkdir -p $WORK/b637/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1 mkdir -p $WORK/b639/ cat >/tmp/go-build3413775437/b637/importcfg << 'EOF' # internal # import config importmap k8s.io/api/rbac/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/rbac/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1=/tmp/go-build3413775437/b530/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1=/tmp/go-build3413775437/b638/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF mkdir -p $WORK/b641/ cat >/tmp/go-build3413775437/b639/importcfg << 'EOF' # internal # import config importmap k8s.io/api/rbac/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/rbac/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1=/tmp/go-build3413775437/b531/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1=/tmp/go-build3413775437/b640/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b637/_pkg_.a -trimpath "$WORK/b637=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 -complete -installsuffix shared -buildid 5HD35RAMfnVbKLYJfgeW/5HD35RAMfnVbKLYJfgeW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/clusterrole.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/clusterrolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/rbac_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/role.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/rolebinding.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b639/_pkg_.a -trimpath "$WORK/b639=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1 -complete -installsuffix shared -buildid KIosp_gzNH3OqT1kyD_x/KIosp_gzNH3OqT1kyD_x -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/clusterrole.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/clusterrolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/rbac_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/role.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/rolebinding.go cat >/tmp/go-build3413775437/b641/importcfg << 'EOF' # internal # import config importmap k8s.io/api/scheduling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/scheduling/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1=/tmp/go-build3413775437/b532/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1=/tmp/go-build3413775437/b642/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b641/_pkg_.a -trimpath "$WORK/b641=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1 -complete -installsuffix shared -buildid MJYsLP6OocJL-ZX9XsA2/MJYsLP6OocJL-ZX9XsA2 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/priorityclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/scheduling_client.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b617/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b589/_pkg_.a # internal cp $WORK/b599/_pkg_.a /builddir/.cache/go-build/44/44246d8f9fcf3cf6f454213e40ea9f66b12bfe3a9a340ac44fea634d01ea6295-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 mkdir -p $WORK/b643/ cat >/tmp/go-build3413775437/b643/importcfg << 'EOF' # internal # import config importmap k8s.io/api/scheduling/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/scheduling/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1=/tmp/go-build3413775437/b533/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1=/tmp/go-build3413775437/b644/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b643/_pkg_.a -trimpath "$WORK/b643=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 -complete -installsuffix shared -buildid 7m19Bkud5qkNacsboyPB/7m19Bkud5qkNacsboyPB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/priorityclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/scheduling_client.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b572/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b588/_pkg_.a # internal cp $WORK/b572/_pkg_.a /builddir/.cache/go-build/c2/c23012a2eceecaf4a1d627c3576922c02a61cdac9f350d9d05db036ffde640bb-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1 mkdir -p $WORK/b645/ cat >/tmp/go-build3413775437/b645/importcfg << 'EOF' # internal # import config importmap k8s.io/api/scheduling/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/scheduling/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1=/tmp/go-build3413775437/b534/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1=/tmp/go-build3413775437/b646/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b645/_pkg_.a -trimpath "$WORK/b645=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1 -complete -installsuffix shared -buildid p8R5KvKj8AeLrx4bHruX/p8R5KvKj8AeLrx4bHruX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/priorityclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/scheduling_client.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b613/_pkg_.a # internal cp $WORK/b589/_pkg_.a /builddir/.cache/go-build/de/def66ca725ab15d70aba3d97005dc7534a1f0ab4378dbd1bad673b30fc55480a-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1 mkdir -p $WORK/b647/ cat >/tmp/go-build3413775437/b647/importcfg << 'EOF' # internal # import config importmap k8s.io/api/storage/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/storage/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1=/tmp/go-build3413775437/b535/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1=/tmp/go-build3413775437/b648/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cp $WORK/b588/_pkg_.a /builddir/.cache/go-build/75/7500da75598d753d503e7d21a48aef0ec53353aa68b53e7733295d59efe6f2c1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b647/_pkg_.a -trimpath "$WORK/b647=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1 -complete -installsuffix shared -buildid ljyWw7Ih4sYXTUbBHKKR/ljyWw7Ih4sYXTUbBHKKR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/csidriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/csinode.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/storage_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/storageclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/volumeattachment.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1 mkdir -p $WORK/b649/ cat >/tmp/go-build3413775437/b649/importcfg << 'EOF' # internal # import config importmap k8s.io/api/storage/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/storage/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1=/tmp/go-build3413775437/b536/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1=/tmp/go-build3413775437/b650/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b649/_pkg_.a -trimpath "$WORK/b649=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1 -complete -installsuffix shared -buildid FQQmP_7DrKQyRJTOpW4u/FQQmP_7DrKQyRJTOpW4u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/csistoragecapacity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/storage_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/volumeattachment.go cp $WORK/b613/_pkg_.a /builddir/.cache/go-build/b9/b9d1e26987a26e501a2d302c4ed420e7398c4889acdc25c9f44debd172242f16-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1 mkdir -p $WORK/b651/ cat >/tmp/go-build3413775437/b651/importcfg << 'EOF' # internal # import config importmap k8s.io/api/storage/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/storage/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1=/tmp/go-build3413775437/b537/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1=/tmp/go-build3413775437/b652/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b651/_pkg_.a -trimpath "$WORK/b651=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1 -complete -installsuffix shared -buildid pZgghB5N0MN6FqIYkSmY/pZgghB5N0MN6FqIYkSmY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/csidriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/csinode.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/csistoragecapacity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/storage_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/storageclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/volumeattachment.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b481/_pkg_.a # internal cp $WORK/b617/_pkg_.a /builddir/.cache/go-build/e7/e77643d3dd5406ea49d4318e745e023693f399c4ec9e7024c871f6186164394f-d # internal cp $WORK/b481/_pkg_.a /builddir/.cache/go-build/de/de82bbf8427a54a5e873aee1f28e2aba8616f4bf56b6a879017571ef8cf72dac-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b625/_pkg_.a # internal cp $WORK/b625/_pkg_.a /builddir/.cache/go-build/81/8136413b3f8f41991beba62ed24c29a3436d46ef9dc3e9a37365e86f61fcd920-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b591/_pkg_.a # internal cp $WORK/b591/_pkg_.a /builddir/.cache/go-build/3d/3dc11d8dc7c9a823b6b6beec770e02891e1db311896e41ebe08cffe723347895-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b595/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b619/_pkg_.a # internal cp $WORK/b595/_pkg_.a /builddir/.cache/go-build/25/254889a47207997af3ddcd3631b31ed037c8bedf88c575e613de4241c956e384-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b580/_pkg_.a # internal cp $WORK/b619/_pkg_.a /builddir/.cache/go-build/6b/6b0ffa814eb5e87464584caf85a31326aedde802740f1ce624edc758adbbcf3b-d # internal cp $WORK/b580/_pkg_.a /builddir/.cache/go-build/6c/6c4d117b7e22ccf716fadbbe56306f9243c1eba721d67997bfb13e3073a1c7d3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b563/_pkg_.a # internal cp $WORK/b563/_pkg_.a /builddir/.cache/go-build/83/8378a589a01c85dc25cf3c9be2e10c11e1bc23f16801ef7255812d2724d31a03-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b603/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b621/_pkg_.a # internal cp $WORK/b603/_pkg_.a /builddir/.cache/go-build/a6/a66d874b2099f0bef6016b401e273015d648e61523239f782a473b32bad1d4a0-d # internal cp $WORK/b621/_pkg_.a /builddir/.cache/go-build/53/53e76e38700bf40161ab5ef40b5029084c942000bf4489e8a5e8f588942193ba-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b627/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b631/_pkg_.a # internal cp $WORK/b627/_pkg_.a /builddir/.cache/go-build/cd/cd5952d112129599954ac4b81d693c8dcbd53b15b9de0964a578013e01a622f8-d # internal cp $WORK/b631/_pkg_.a /builddir/.cache/go-build/f5/f52051dd559d8f600ada183b7de6bf0c18de40253ec8d31a17690bc140a39c1b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b643/_pkg_.a # internal cp $WORK/b643/_pkg_.a /builddir/.cache/go-build/f0/f06dd92bb25fe01751b230c64844096426a10bdb084fe3683448eb8b29d874b0-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b629/_pkg_.a # internal cp $WORK/b629/_pkg_.a /builddir/.cache/go-build/d7/d75c92cfb9f2b7bf09086bc7017bd5e7faa167d6821c9403fc6299322d9d1a69-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b623/_pkg_.a # internal cp $WORK/b623/_pkg_.a /builddir/.cache/go-build/c2/c2731c7bea00d4786de0438311e6120ea0dba702450e9510068a821d58980694-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b641/_pkg_.a # internal cp $WORK/b641/_pkg_.a /builddir/.cache/go-build/98/981367e43d079a784b412025bcc02dcce5649badfdadf39c9de569f422c0cb4c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b593/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b633/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b343/_pkg_.a # internal cp $WORK/b633/_pkg_.a /builddir/.cache/go-build/1d/1dfaa8a6b38abc887ea4022de1b505dcc2c3db4c7e53b0669adccd384c30a875-d # internal cp $WORK/b593/_pkg_.a /builddir/.cache/go-build/09/0978e525ddd23f459059df0e22b7220ff0ea0c2c059882cd12677948700a175c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b645/_pkg_.a # internal cp $WORK/b645/_pkg_.a /builddir/.cache/go-build/3e/3eec00abbf2882953bf4375bb065a50a37e7b1c627f65612e3fd1cf96fade708-d # internal cp $WORK/b285/_pkg_.a /builddir/.cache/go-build/12/128a17cc5bffaab3bf16972d315e05c92ac50402cb0656597789fb35e3bf2f24-d # internal github.com/prometheus/prometheus/discovery/aws mkdir -p $WORK/b284/ cat >/tmp/go-build3413775437/b284/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/credentials/stscreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds importmap github.com/aws/aws-sdk-go/aws/ec2metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata importmap github.com/aws/aws-sdk-go/aws/session=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session importmap github.com/aws/aws-sdk-go/service/ec2=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2 importmap github.com/aws/aws-sdk-go/service/lightsail=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build3413775437/b244/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3413775437/b276/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session=/tmp/go-build3413775437/b263/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2=/tmp/go-build3413775437/b285/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail=/tmp/go-build3413775437/b287/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b284/_pkg_.a -trimpath "$WORK/b284=>" -p github.com/prometheus/prometheus/discovery/aws -complete -installsuffix shared -buildid RK4XPFF2OiWqLYVWWOo4/RK4XPFF2OiWqLYVWWOo4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/aws/ec2.go ./_build/src/github.com/prometheus/prometheus/discovery/aws/lightsail.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b576/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b582/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b639/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b637/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b635/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b649/_pkg_.a # internal cp $WORK/b639/_pkg_.a /builddir/.cache/go-build/b4/b4a461168ccdc9aae85c88c9071a9d0389c81b508526c9ab45c9d73eae557477-d # internal cp $WORK/b637/_pkg_.a /builddir/.cache/go-build/c7/c701ccb2ac235e0e886270f884080ebfb7b76e053904a2ba1c5cc25709dafda5-d # internal cp $WORK/b635/_pkg_.a /builddir/.cache/go-build/0e/0e6577d78a29d62ffa3ac071cb02192a6e2c3304b27640b5299ed4e989caa806-d # internal cp $WORK/b576/_pkg_.a /builddir/.cache/go-build/3a/3a8a1f9f43238418ae94547fad1fe4c4df1cad4b09aa4f62107ba4f23862ffba-d # internal cp $WORK/b649/_pkg_.a /builddir/.cache/go-build/c1/c18728416f0c296f3ac642c3e2aa936960f60d19cf35a7dd9a6fc513f72ceac8-d # internal cp $WORK/b582/_pkg_.a /builddir/.cache/go-build/37/37a926a0c1bd127f0cb7062b63c4d169815a2770378a6b9bacd98b19bdc50841-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b647/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b616/_pkg_.a # internal cp $WORK/b647/_pkg_.a /builddir/.cache/go-build/f1/f1ceb23c2218aa2fc4eddeeb7e98945369daab733365b85c510c893676a07990-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b651/_pkg_.a # internal cp $WORK/b616/_pkg_.a /builddir/.cache/go-build/b1/b19fe0d956152a7727b1aa97e2e73d3685be3b1853ceeed76d36d1316017bb86-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1 mkdir -p $WORK/b615/ cat >/tmp/go-build3413775437/b615/importcfg << 'EOF' # internal # import config importmap k8s.io/api/extensions/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/extensions/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1=/tmp/go-build3413775437/b521/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1=/tmp/go-build3413775437/b616/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF cp $WORK/b651/_pkg_.a /builddir/.cache/go-build/24/24462e07ea74f6da13c7ee01645439f9c4e21eeda29fe61cc0164044c2f47aae-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b615/_pkg_.a -trimpath "$WORK/b615=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1 -complete -installsuffix shared -buildid V4-2GFKFtQ2rvx4pjA4x/V4-2GFKFtQ2rvx4pjA4x -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b615/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/daemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/deployment_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/extensions_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/ingress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/networkpolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/podsecuritypolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/replicaset.go cp $WORK/b343/_pkg_.a /builddir/.cache/go-build/51/51b33ec0b7e3e0707fe09490f8a57de45cce9abbb4829a5349e5a752cf284471-d # internal github.com/prometheus/prometheus/discovery/gce mkdir -p $WORK/b334/ cat >/tmp/go-build3413775437/b334/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap golang.org/x/oauth2/google=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google importmap google.golang.org/api/compute/v1=github.com/prometheus/prometheus/vendor/google.golang.org/api/compute/v1 importmap google.golang.org/api/option=github.com/prometheus/prometheus/vendor/google.golang.org/api/option packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google=/tmp/go-build3413775437/b335/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/compute/v1=/tmp/go-build3413775437/b343/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option=/tmp/go-build3413775437/b399/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b334/_pkg_.a -trimpath "$WORK/b334=>" -p github.com/prometheus/prometheus/discovery/gce -complete -installsuffix shared -buildid RPFF81NB-YIe1Vtevfo2/RPFF81NB-YIe1Vtevfo2 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/gce/gce.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b605/_pkg_.a # internal cp $WORK/b605/_pkg_.a /builddir/.cache/go-build/9e/9e5938fb5f129f074061062abce263eef286839137a56114166aa32a37801d2b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b615/_pkg_.a # internal cp $WORK/b615/_pkg_.a /builddir/.cache/go-build/c1/c13c220280ded321d52f8d2339b936611d9b8e232f73fa0b997796329216603b-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes mkdir -p $WORK/b480/ cat >/tmp/go-build3413775437/b480/importcfg << 'EOF' # internal # import config importmap k8s.io/client-go/discovery=github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery importmap k8s.io/client-go/kubernetes/typed/admissionregistration/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1 importmap k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 importmap k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1 importmap k8s.io/client-go/kubernetes/typed/apps/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1 importmap k8s.io/client-go/kubernetes/typed/apps/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1 importmap k8s.io/client-go/kubernetes/typed/apps/v1beta2=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2 importmap k8s.io/client-go/kubernetes/typed/authentication/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1 importmap k8s.io/client-go/kubernetes/typed/authentication/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1 importmap k8s.io/client-go/kubernetes/typed/authorization/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1 importmap k8s.io/client-go/kubernetes/typed/authorization/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1 importmap k8s.io/client-go/kubernetes/typed/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1 importmap k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 importmap k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2 importmap k8s.io/client-go/kubernetes/typed/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1 importmap k8s.io/client-go/kubernetes/typed/batch/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1 importmap k8s.io/client-go/kubernetes/typed/certificates/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1 importmap k8s.io/client-go/kubernetes/typed/certificates/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1 importmap k8s.io/client-go/kubernetes/typed/coordination/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1 importmap k8s.io/client-go/kubernetes/typed/coordination/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1 importmap k8s.io/client-go/kubernetes/typed/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1 importmap k8s.io/client-go/kubernetes/typed/discovery/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1 importmap k8s.io/client-go/kubernetes/typed/discovery/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1 importmap k8s.io/client-go/kubernetes/typed/events/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1 importmap k8s.io/client-go/kubernetes/typed/events/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1 importmap k8s.io/client-go/kubernetes/typed/extensions/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1 importmap k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1 importmap k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1 importmap k8s.io/client-go/kubernetes/typed/networking/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1 importmap k8s.io/client-go/kubernetes/typed/networking/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1 importmap k8s.io/client-go/kubernetes/typed/node/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1 importmap k8s.io/client-go/kubernetes/typed/node/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1 importmap k8s.io/client-go/kubernetes/typed/node/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1 importmap k8s.io/client-go/kubernetes/typed/policy/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1 importmap k8s.io/client-go/kubernetes/typed/policy/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1 importmap k8s.io/client-go/kubernetes/typed/rbac/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1 importmap k8s.io/client-go/kubernetes/typed/rbac/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 importmap k8s.io/client-go/kubernetes/typed/rbac/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1 importmap k8s.io/client-go/kubernetes/typed/scheduling/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1 importmap k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 importmap k8s.io/client-go/kubernetes/typed/scheduling/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1 importmap k8s.io/client-go/kubernetes/typed/storage/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1 importmap k8s.io/client-go/kubernetes/typed/storage/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1 importmap k8s.io/client-go/kubernetes/typed/storage/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1 importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest importmap k8s.io/client-go/util/flowcontrol=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery=/tmp/go-build3413775437/b481/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1=/tmp/go-build3413775437/b563/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1=/tmp/go-build3413775437/b572/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1=/tmp/go-build3413775437/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1=/tmp/go-build3413775437/b576/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1=/tmp/go-build3413775437/b580/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2=/tmp/go-build3413775437/b582/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1=/tmp/go-build3413775437/b584/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1=/tmp/go-build3413775437/b585/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1=/tmp/go-build3413775437/b586/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1=/tmp/go-build3413775437/b587/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1=/tmp/go-build3413775437/b588/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1=/tmp/go-build3413775437/b589/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2=/tmp/go-build3413775437/b591/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1=/tmp/go-build3413775437/b593/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1=/tmp/go-build3413775437/b595/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1=/tmp/go-build3413775437/b597/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1=/tmp/go-build3413775437/b599/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1=/tmp/go-build3413775437/b601/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1=/tmp/go-build3413775437/b603/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1=/tmp/go-build3413775437/b605/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1=/tmp/go-build3413775437/b607/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1=/tmp/go-build3413775437/b609/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1=/tmp/go-build3413775437/b611/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1=/tmp/go-build3413775437/b613/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1=/tmp/go-build3413775437/b615/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1=/tmp/go-build3413775437/b617/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1=/tmp/go-build3413775437/b619/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1=/tmp/go-build3413775437/b621/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1=/tmp/go-build3413775437/b623/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1=/tmp/go-build3413775437/b625/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1=/tmp/go-build3413775437/b627/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1=/tmp/go-build3413775437/b629/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1=/tmp/go-build3413775437/b631/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1=/tmp/go-build3413775437/b633/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1=/tmp/go-build3413775437/b635/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1=/tmp/go-build3413775437/b637/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1=/tmp/go-build3413775437/b639/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1=/tmp/go-build3413775437/b641/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1=/tmp/go-build3413775437/b643/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1=/tmp/go-build3413775437/b645/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1=/tmp/go-build3413775437/b647/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1=/tmp/go-build3413775437/b649/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1=/tmp/go-build3413775437/b651/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol=/tmp/go-build3413775437/b561/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b480/_pkg_.a -trimpath "$WORK/b480=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes -complete -installsuffix shared -buildid p54dOdWYJZp3zGn_p_Ry/p54dOdWYJZp3zGn_p_Ry -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/clientset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/import.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b284/_pkg_.a # internal cp $WORK/b284/_pkg_.a /builddir/.cache/go-build/26/26258cf9b6b73a0e329603f46e08028f01d686c0042d2f96afaefe3a8c0a9c8c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b334/_pkg_.a # internal cp $WORK/b334/_pkg_.a /builddir/.cache/go-build/0a/0a7372a8fef6411020485ebc40e9c07c7ba3211c3ff3f9e7c7e5142d76b41995-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b480/_pkg_.a # internal cp $WORK/b480/_pkg_.a /builddir/.cache/go-build/95/951f12dfb20b57b1647d0692f873e7ce9e69128552c49e8d3d1da6b3911dcc91-d # internal github.com/prometheus/prometheus/discovery/kubernetes mkdir -p $WORK/b436/ cat >/tmp/go-build3413775437/b436/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/discovery/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1 importmap k8s.io/api/networking/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1 importmap k8s.io/api/networking/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/fields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields importmap k8s.io/apimachinery/pkg/labels=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/util/version=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/kubernetes=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest importmap k8s.io/client-go/tools/cache=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache importmap k8s.io/client-go/tools/clientcmd=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd importmap k8s.io/client-go/tools/metrics=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics importmap k8s.io/client-go/util/workqueue=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1=/tmp/go-build3413775437/b476/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1=/tmp/go-build3413775437/b477/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1=/tmp/go-build3413775437/b478/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields=/tmp/go-build3413775437/b446/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels=/tmp/go-build3413775437/b448/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version=/tmp/go-build3413775437/b479/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes=/tmp/go-build3413775437/b480/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache=/tmp/go-build3413775437/b653/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd=/tmp/go-build3413775437/b661/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics=/tmp/go-build3413775437/b551/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue=/tmp/go-build3413775437/b555/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b436/_pkg_.a -trimpath "$WORK/b436=>" -p github.com/prometheus/prometheus/discovery/kubernetes -complete -installsuffix shared -buildid n_FG3tuyyQaYzPAAnd0y/n_FG3tuyyQaYzPAAnd0y -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/client_metrics.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/endpoints.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/endpointslice.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/ingress.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/ingress_adaptor.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/kubernetes.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/node.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/pod.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/service.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b436/_pkg_.a # internal cp $WORK/b436/_pkg_.a /builddir/.cache/go-build/e3/e35b3888de0a1aa474a20847a1de060303706dcb68678dfac92c25439413b903-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b305/_pkg_.a # internal cp $WORK/b305/_pkg_.a /builddir/.cache/go-build/87/871e500d39994c100d42a4fc560057af948d9fc5e0be85d2e38f6411d41b67dc-d # internal github.com/prometheus/prometheus/discovery/azure mkdir -p $WORK/b290/ cat >/tmp/go-build3413775437/b290/importcfg << 'EOF' # internal # import config importmap github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute=github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute importmap github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network=github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network importmap github.com/Azure/go-autorest/autorest=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest importmap github.com/Azure/go-autorest/autorest/adal=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal importmap github.com/Azure/go-autorest/autorest/azure=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute=/tmp/go-build3413775437/b291/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network=/tmp/go-build3413775437/b305/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest=/tmp/go-build3413775437/b293/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal=/tmp/go-build3413775437/b294/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure=/tmp/go-build3413775437/b302/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b290/_pkg_.a -trimpath "$WORK/b290=>" -p github.com/prometheus/prometheus/discovery/azure -complete -installsuffix shared -buildid 3IgUzhCrvD7rGSSB_TpS/3IgUzhCrvD7rGSSB_TpS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/azure/azure.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b290/_pkg_.a # internal cp $WORK/b290/_pkg_.a /builddir/.cache/go-build/90/9076442451dc43a3fe4bd3d2360276c653e7bfe7b66717a00f7dee66ad9a2201-d # internal github.com/prometheus/prometheus/discovery/install mkdir -p $WORK/b283/ cat >/tmp/go-build3413775437/b283/importcfg << 'EOF' # internal # import config packagefile github.com/prometheus/prometheus/discovery/aws=/tmp/go-build3413775437/b284/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/azure=/tmp/go-build3413775437/b290/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/consul=/tmp/go-build3413775437/b306/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/digitalocean=/tmp/go-build3413775437/b319/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/dns=/tmp/go-build3413775437/b323/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/eureka=/tmp/go-build3413775437/b331/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/file=/tmp/go-build3413775437/b332/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/gce=/tmp/go-build3413775437/b334/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/hetzner=/tmp/go-build3413775437/b427/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/http=/tmp/go-build3413775437/b435/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/kubernetes=/tmp/go-build3413775437/b436/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/linode=/tmp/go-build3413775437/b669/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/marathon=/tmp/go-build3413775437/b675/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/moby=/tmp/go-build3413775437/b676/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/openstack=/tmp/go-build3413775437/b711/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/puppetdb=/tmp/go-build3413775437/b724/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/scaleway=/tmp/go-build3413775437/b725/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/triton=/tmp/go-build3413775437/b738/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/uyuni=/tmp/go-build3413775437/b739/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/xds=/tmp/go-build3413775437/b744/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/zookeeper=/tmp/go-build3413775437/b762/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b283/_pkg_.a -trimpath "$WORK/b283=>" -p github.com/prometheus/prometheus/discovery/install -complete -installsuffix shared -buildid 3D3YGswuzIv0gtKF3KoB/3D3YGswuzIv0gtKF3KoB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/install/install.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b283/_pkg_.a # internal cp $WORK/b283/_pkg_.a /builddir/.cache/go-build/0e/0ebccdf8e2a4ff2da6dc73e6e46f04030c125eee80e6721ee293be40c8174cb3-d # internal github.com/prometheus/prometheus/cmd/prometheus mkdir -p $WORK/b001/ cat >/tmp/go-build3413775437/b001/importcfg << 'EOF' # internal # import config importmap github.com/alecthomas/units=github.com/prometheus/prometheus/vendor/github.com/alecthomas/units importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/mwitkow/go-conntrack=github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack importmap github.com/oklog/run=github.com/prometheus/prometheus/vendor/github.com/oklog/run importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/promlog=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog importmap github.com/prometheus/common/promlog/flag=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog/flag importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version importmap github.com/prometheus/exporter-toolkit/web=github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web importmap github.com/prometheus/exporter-toolkit/web/kingpinflag=github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web/kingpinflag importmap github.com/simonpasquier/klog-gokit=github.com/prometheus/prometheus/vendor/github.com/simonpasquier/klog-gokit importmap github.com/simonpasquier/klog-gokit/v3=github.com/prometheus/prometheus/vendor/github.com/simonpasquier/klog-gokit/v3 importmap github.com/uber/jaeger-client-go/config=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/config importmap github.com/uber/jaeger-lib/metrics/prometheus=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/prometheus importmap go.uber.org/atomic=github.com/prometheus/prometheus/vendor/go.uber.org/atomic importmap gopkg.in/alecthomas/kingpin.v2=github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2 packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/units=/tmp/go-build3413775437/b045/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack=/tmp/go-build3413775437/b061/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/oklog/run=/tmp/go-build3413775437/b200/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build3413775437/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog=/tmp/go-build3413775437/b205/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog/flag=/tmp/go-build3413775437/b206/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web=/tmp/go-build3413775437/b216/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web/kingpinflag=/tmp/go-build3413775437/b233/_pkg_.a packagefile github.com/prometheus/prometheus/config=/tmp/go-build3413775437/b234/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/install=/tmp/go-build3413775437/b283/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/legacymanager=/tmp/go-build3413775437/b765/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build3413775437/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/relabel=/tmp/go-build3413775437/b282/_pkg_.a packagefile github.com/prometheus/prometheus/notifier=/tmp/go-build3413775437/b767/_pkg_.a packagefile github.com/prometheus/prometheus/promql=/tmp/go-build3413775437/b799/_pkg_.a packagefile github.com/prometheus/prometheus/rules=/tmp/go-build3413775437/b848/_pkg_.a packagefile github.com/prometheus/prometheus/scrape=/tmp/go-build3413775437/b851/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/storage/remote=/tmp/go-build3413775437/b854/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb=/tmp/go-build3413775437/b820/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/agent=/tmp/go-build3413775437/b862/_pkg_.a packagefile github.com/prometheus/prometheus/util/logging=/tmp/go-build3413775437/b861/_pkg_.a packagefile github.com/prometheus/prometheus/util/runtime=/tmp/go-build3413775437/b863/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile github.com/prometheus/prometheus/web=/tmp/go-build3413775437/b864/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/simonpasquier/klog-gokit=/tmp/go-build3413775437/b878/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/simonpasquier/klog-gokit/v3=/tmp/go-build3413775437/b881/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/config=/tmp/go-build3413775437/b882/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/prometheus=/tmp/go-build3413775437/b888/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build3413775437/b798/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2=/tmp/go-build3413775437/b207/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/pprof=/tmp/go-build3413775437/b876/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile os/signal=/tmp/go-build3413775437/b201/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile runtime/cgo=/tmp/go-build3413775437/b342/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "$WORK/b001=>" -p main -complete -installsuffix shared -buildid z8FTSDLKzViyMDFTRS0p/z8FTSDLKzViyMDFTRS0p -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./_build/src/github.com/prometheus/prometheus/cmd/prometheus/main.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b001/_pkg_.a # internal cp $WORK/b001/_pkg_.a /builddir/.cache/go-build/af/afb371dcd8afa5a8e956e1e10b2ec5747483d929bbd1a1615c5af419d65845fa-d # internal cat >/tmp/go-build3413775437/b001/importcfg.link << 'EOF' # internal packagefile github.com/prometheus/prometheus/cmd/prometheus=/tmp/go-build3413775437/b001/_pkg_.a packagefile context=/tmp/go-build3413775437/b002/_pkg_.a packagefile fmt=/tmp/go-build3413775437/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/units=/tmp/go-build3413775437/b045/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build3413775437/b047/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build3413775437/b060/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack=/tmp/go-build3413775437/b061/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/oklog/run=/tmp/go-build3413775437/b200/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build3413775437/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build3413775437/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build3413775437/b066/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build3413775437/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog=/tmp/go-build3413775437/b205/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/promlog/flag=/tmp/go-build3413775437/b206/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build3413775437/b215/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web=/tmp/go-build3413775437/b216/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web/kingpinflag=/tmp/go-build3413775437/b233/_pkg_.a packagefile github.com/prometheus/prometheus/config=/tmp/go-build3413775437/b234/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build3413775437/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/install=/tmp/go-build3413775437/b283/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/legacymanager=/tmp/go-build3413775437/b765/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build3413775437/b280/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build3413775437/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build3413775437/b281/_pkg_.a packagefile github.com/prometheus/prometheus/model/relabel=/tmp/go-build3413775437/b282/_pkg_.a packagefile github.com/prometheus/prometheus/notifier=/tmp/go-build3413775437/b767/_pkg_.a packagefile github.com/prometheus/prometheus/promql=/tmp/go-build3413775437/b799/_pkg_.a packagefile github.com/prometheus/prometheus/rules=/tmp/go-build3413775437/b848/_pkg_.a packagefile github.com/prometheus/prometheus/scrape=/tmp/go-build3413775437/b851/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build3413775437/b804/_pkg_.a packagefile github.com/prometheus/prometheus/storage/remote=/tmp/go-build3413775437/b854/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb=/tmp/go-build3413775437/b820/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/agent=/tmp/go-build3413775437/b862/_pkg_.a packagefile github.com/prometheus/prometheus/util/logging=/tmp/go-build3413775437/b861/_pkg_.a packagefile github.com/prometheus/prometheus/util/runtime=/tmp/go-build3413775437/b863/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build3413775437/b289/_pkg_.a packagefile github.com/prometheus/prometheus/web=/tmp/go-build3413775437/b864/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/simonpasquier/klog-gokit=/tmp/go-build3413775437/b878/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/simonpasquier/klog-gokit/v3=/tmp/go-build3413775437/b881/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/config=/tmp/go-build3413775437/b882/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/prometheus=/tmp/go-build3413775437/b888/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build3413775437/b798/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2=/tmp/go-build3413775437/b207/_pkg_.a packagefile io=/tmp/go-build3413775437/b036/_pkg_.a packagefile math=/tmp/go-build3413775437/b030/_pkg_.a packagefile math/bits=/tmp/go-build3413775437/b031/_pkg_.a packagefile net=/tmp/go-build3413775437/b112/_pkg_.a packagefile net/http=/tmp/go-build3413775437/b068/_pkg_.a packagefile net/http/pprof=/tmp/go-build3413775437/b876/_pkg_.a packagefile net/url=/tmp/go-build3413775437/b118/_pkg_.a packagefile os=/tmp/go-build3413775437/b037/_pkg_.a packagefile os/signal=/tmp/go-build3413775437/b201/_pkg_.a packagefile path/filepath=/tmp/go-build3413775437/b119/_pkg_.a packagefile regexp=/tmp/go-build3413775437/b058/_pkg_.a packagefile runtime=/tmp/go-build3413775437/b009/_pkg_.a packagefile strings=/tmp/go-build3413775437/b046/_pkg_.a packagefile sync=/tmp/go-build3413775437/b020/_pkg_.a packagefile syscall=/tmp/go-build3413775437/b024/_pkg_.a packagefile time=/tmp/go-build3413775437/b023/_pkg_.a packagefile runtime/cgo=/tmp/go-build3413775437/b342/_pkg_.a packagefile errors=/tmp/go-build3413775437/b003/_pkg_.a packagefile internal/reflectlite=/tmp/go-build3413775437/b004/_pkg_.a packagefile sync/atomic=/tmp/go-build3413775437/b022/_pkg_.a packagefile internal/fmtsort=/tmp/go-build3413775437/b028/_pkg_.a packagefile reflect=/tmp/go-build3413775437/b029/_pkg_.a packagefile sort=/tmp/go-build3413775437/b035/_pkg_.a packagefile strconv=/tmp/go-build3413775437/b032/_pkg_.a packagefile unicode/utf8=/tmp/go-build3413775437/b033/_pkg_.a packagefile bytes=/tmp/go-build3413775437/b048/_pkg_.a packagefile encoding=/tmp/go-build3413775437/b049/_pkg_.a packagefile encoding/json=/tmp/go-build3413775437/b050/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt=/tmp/go-build3413775437/b054/_pkg_.a packagefile log=/tmp/go-build3413775437/b056/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/jpillora/backoff=/tmp/go-build3413775437/b062/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/trace=/tmp/go-build3413775437/b193/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log=/tmp/go-build3413775437/b203/_pkg_.a packagefile path=/tmp/go-build3413775437/b044/_pkg_.a packagefile expvar=/tmp/go-build3413775437/b067/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/beorn7/perks/quantile=/tmp/go-build3413775437/b142/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2=/tmp/go-build3413775437/b143/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build3413775437/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes=/tmp/go-build3413775437/b174/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build3413775437/b181/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build3413775437/b182/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt=/tmp/go-build3413775437/b183/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs=/tmp/go-build3413775437/b187/_pkg_.a packagefile io/ioutil=/tmp/go-build3413775437/b125/_pkg_.a packagefile runtime/debug=/tmp/go-build3413775437/b192/_pkg_.a packagefile text/template=/tmp/go-build3413775437/b197/_pkg_.a packagefile crypto/tls=/tmp/go-build3413775437/b083/_pkg_.a packagefile crypto/x509=/tmp/go-build3413775437/b107/_pkg_.a packagefile encoding/hex=/tmp/go-build3413775437/b110/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build3413775437/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt=/tmp/go-build3413775437/b231/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build3413775437/b230/_pkg_.a packagefile math/rand=/tmp/go-build3413775437/b063/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4=/tmp/go-build3413775437/b235/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/aws=/tmp/go-build3413775437/b284/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/azure=/tmp/go-build3413775437/b290/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/consul=/tmp/go-build3413775437/b306/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/digitalocean=/tmp/go-build3413775437/b319/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/dns=/tmp/go-build3413775437/b323/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/eureka=/tmp/go-build3413775437/b331/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/file=/tmp/go-build3413775437/b332/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/gce=/tmp/go-build3413775437/b334/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/hetzner=/tmp/go-build3413775437/b427/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/http=/tmp/go-build3413775437/b435/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/kubernetes=/tmp/go-build3413775437/b436/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/linode=/tmp/go-build3413775437/b669/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/marathon=/tmp/go-build3413775437/b675/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/moby=/tmp/go-build3413775437/b676/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/openstack=/tmp/go-build3413775437/b711/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/puppetdb=/tmp/go-build3413775437/b724/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/scaleway=/tmp/go-build3413775437/b725/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/triton=/tmp/go-build3413775437/b738/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/uyuni=/tmp/go-build3413775437/b739/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/xds=/tmp/go-build3413775437/b744/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/zookeeper=/tmp/go-build3413775437/b762/_pkg_.a packagefile bufio=/tmp/go-build3413775437/b055/_pkg_.a packagefile regexp/syntax=/tmp/go-build3413775437/b059/_pkg_.a packagefile crypto/md5=/tmp/go-build3413775437/b102/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt=/tmp/go-build3413775437/b768/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models=/tmp/go-build3413775437/b781/_pkg_.a packagefile container/heap=/tmp/go-build3413775437/b556/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go=/tmp/go-build3413775437/b800/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build3413775437/b801/_pkg_.a packagefile github.com/prometheus/prometheus/model/value=/tmp/go-build3413775437/b802/_pkg_.a packagefile github.com/prometheus/prometheus/promql/parser=/tmp/go-build3413775437/b803/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunkenc=/tmp/go-build3413775437/b805/_pkg_.a packagefile github.com/prometheus/prometheus/util/stats=/tmp/go-build3413775437/b830/_pkg_.a packagefile github.com/prometheus/prometheus/util/teststorage=/tmp/go-build3413775437/b831/_pkg_.a packagefile github.com/prometheus/prometheus/util/testutil=/tmp/go-build3413775437/b812/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require=/tmp/go-build3413775437/b813/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go=/tmp/go-build3413775437/b832/_pkg_.a packagefile github.com/prometheus/prometheus/model/rulefmt=/tmp/go-build3413775437/b849/_pkg_.a packagefile github.com/prometheus/prometheus/template=/tmp/go-build3413775437/b850/_pkg_.a packagefile html/template=/tmp/go-build3413775437/b195/_pkg_.a packagefile compress/gzip=/tmp/go-build3413775437/b069/_pkg_.a packagefile github.com/prometheus/prometheus/model/textparse=/tmp/go-build3413775437/b852/_pkg_.a packagefile github.com/prometheus/prometheus/util/osutil=/tmp/go-build3413775437/b760/_pkg_.a packagefile github.com/prometheus/prometheus/util/pool=/tmp/go-build3413775437/b853/_pkg_.a packagefile hash/fnv=/tmp/go-build3413775437/b149/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build3413775437/b806/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build3413775437/b807/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tsdbutil=/tmp/go-build3413775437/b809/_pkg_.a packagefile encoding/binary=/tmp/go-build3413775437/b052/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build3413775437/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/snappy=/tmp/go-build3413775437/b828/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing-contrib/go-stdlib/nethttp=/tmp/go-build3413775437/b855/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext=/tmp/go-build3413775437/b833/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3413775437/b856/_pkg_.a packagefile github.com/prometheus/prometheus/prompb=/tmp/go-build3413775437/b857/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/record=/tmp/go-build3413775437/b825/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/wal=/tmp/go-build3413775437/b827/_pkg_.a packagefile github.com/prometheus/prometheus/util/gate=/tmp/go-build3413775437/b860/_pkg_.a packagefile hash=/tmp/go-build3413775437/b072/_pkg_.a packagefile hash/crc32=/tmp/go-build3413775437/b071/_pkg_.a packagefile crypto/rand=/tmp/go-build3413775437/b074/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/oklog/ulid=/tmp/go-build3413775437/b772/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/encoding=/tmp/go-build3413775437/b821/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build3413775437/b808/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/goversion=/tmp/go-build3413775437/b823/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/index=/tmp/go-build3413775437/b824/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tombstones=/tmp/go-build3413775437/b826/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sync/errgroup=/tmp/go-build3413775437/b829/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/time/rate=/tmp/go-build3413775437/b557/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build3413775437/b190/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build3413775437/b430/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/route=/tmp/go-build3413775437/b865/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/server=/tmp/go-build3413775437/b867/_pkg_.a packagefile github.com/prometheus/prometheus/util/httputil=/tmp/go-build3413775437/b868/_pkg_.a packagefile github.com/prometheus/prometheus/web/api/v1=/tmp/go-build3413775437/b869/_pkg_.a packagefile github.com/prometheus/prometheus/web/ui=/tmp/go-build3413775437/b870/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/netutil=/tmp/go-build3413775437/b875/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log=/tmp/go-build3413775437/b879/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/kit/log/level=/tmp/go-build3413775437/b880/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage/remote=/tmp/go-build3413775437/b883/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote=/tmp/go-build3413775437/b885/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/rpcmetrics=/tmp/go-build3413775437/b886/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/transport=/tmp/go-build3413775437/b887/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils=/tmp/go-build3413775437/b845/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics=/tmp/go-build3413775437/b847/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/template=/tmp/go-build3413775437/b208/_pkg_.a packagefile go/doc=/tmp/go-build3413775437/b210/_pkg_.a packagefile internal/cpu=/tmp/go-build3413775437/b011/_pkg_.a packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3413775437/b113/_pkg_.a packagefile internal/bytealg=/tmp/go-build3413775437/b010/_pkg_.a packagefile internal/godebug=/tmp/go-build3413775437/b064/_pkg_.a packagefile internal/itoa=/tmp/go-build3413775437/b025/_pkg_.a packagefile internal/nettrace=/tmp/go-build3413775437/b114/_pkg_.a packagefile internal/poll=/tmp/go-build3413775437/b038/_pkg_.a packagefile internal/singleflight=/tmp/go-build3413775437/b115/_pkg_.a packagefile internal/syscall/unix=/tmp/go-build3413775437/b039/_pkg_.a packagefile io/fs=/tmp/go-build3413775437/b043/_pkg_.a packagefile net/netip=/tmp/go-build3413775437/b116/_pkg_.a packagefile container/list=/tmp/go-build3413775437/b073/_pkg_.a packagefile encoding/base64=/tmp/go-build3413775437/b051/_pkg_.a packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3413775437/b127/_pkg_.a packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3413775437/b134/_pkg_.a packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3413775437/b135/_pkg_.a packagefile vendor/golang.org/x/net/idna=/tmp/go-build3413775437/b128/_pkg_.a packagefile internal/safefilepath=/tmp/go-build3413775437/b040/_pkg_.a packagefile mime=/tmp/go-build3413775437/b136/_pkg_.a packagefile mime/multipart=/tmp/go-build3413775437/b137/_pkg_.a packagefile net/http/httptrace=/tmp/go-build3413775437/b139/_pkg_.a packagefile net/http/internal=/tmp/go-build3413775437/b140/_pkg_.a packagefile net/http/internal/ascii=/tmp/go-build3413775437/b141/_pkg_.a packagefile net/textproto=/tmp/go-build3413775437/b133/_pkg_.a packagefile html=/tmp/go-build3413775437/b196/_pkg_.a packagefile internal/profile=/tmp/go-build3413775437/b877/_pkg_.a packagefile runtime/pprof=/tmp/go-build3413775437/b419/_pkg_.a packagefile runtime/trace=/tmp/go-build3413775437/b412/_pkg_.a packagefile internal/syscall/execenv=/tmp/go-build3413775437/b041/_pkg_.a packagefile internal/testlog=/tmp/go-build3413775437/b042/_pkg_.a packagefile unicode=/tmp/go-build3413775437/b034/_pkg_.a packagefile internal/abi=/tmp/go-build3413775437/b005/_pkg_.a packagefile internal/coverage/rtcov=/tmp/go-build3413775437/b012/_pkg_.a packagefile internal/goarch=/tmp/go-build3413775437/b006/_pkg_.a packagefile internal/godebugs=/tmp/go-build3413775437/b013/_pkg_.a packagefile internal/goexperiment=/tmp/go-build3413775437/b014/_pkg_.a packagefile internal/goos=/tmp/go-build3413775437/b015/_pkg_.a packagefile runtime/internal/atomic=/tmp/go-build3413775437/b016/_pkg_.a packagefile runtime/internal/math=/tmp/go-build3413775437/b017/_pkg_.a packagefile runtime/internal/sys=/tmp/go-build3413775437/b018/_pkg_.a packagefile runtime/internal/syscall=/tmp/go-build3413775437/b019/_pkg_.a packagefile internal/race=/tmp/go-build3413775437/b021/_pkg_.a packagefile internal/oserror=/tmp/go-build3413775437/b026/_pkg_.a packagefile internal/unsafeheader=/tmp/go-build3413775437/b008/_pkg_.a packagefile unicode/utf16=/tmp/go-build3413775437/b053/_pkg_.a packagefile log/internal=/tmp/go-build3413775437/b057/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/timeseries=/tmp/go-build3413775437/b194/_pkg_.a packagefile text/tabwriter=/tmp/go-build3413775437/b199/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext=/tmp/go-build3413775437/b145/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build3413775437/b146/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build3413775437/b160/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc=/tmp/go-build3413775437/b163/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3413775437/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3413775437/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3413775437/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3413775437/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any=/tmp/go-build3413775437/b175/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration=/tmp/go-build3413775437/b177/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp=/tmp/go-build3413775437/b179/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil=/tmp/go-build3413775437/b184/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg=/tmp/go-build3413775437/b185/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/fs=/tmp/go-build3413775437/b188/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util=/tmp/go-build3413775437/b189/_pkg_.a packagefile text/template/parse=/tmp/go-build3413775437/b198/_pkg_.a packagefile crypto=/tmp/go-build3413775437/b076/_pkg_.a packagefile crypto/aes=/tmp/go-build3413775437/b084/_pkg_.a packagefile crypto/cipher=/tmp/go-build3413775437/b077/_pkg_.a packagefile crypto/des=/tmp/go-build3413775437/b085/_pkg_.a packagefile crypto/ecdh=/tmp/go-build3413775437/b086/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build3413775437/b091/_pkg_.a packagefile crypto/ed25519=/tmp/go-build3413775437/b099/_pkg_.a packagefile crypto/elliptic=/tmp/go-build3413775437/b092/_pkg_.a packagefile crypto/hmac=/tmp/go-build3413775437/b101/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build3413775437/b075/_pkg_.a packagefile crypto/rc4=/tmp/go-build3413775437/b103/_pkg_.a packagefile crypto/rsa=/tmp/go-build3413775437/b104/_pkg_.a packagefile crypto/sha1=/tmp/go-build3413775437/b105/_pkg_.a packagefile crypto/sha256=/tmp/go-build3413775437/b106/_pkg_.a packagefile crypto/sha512=/tmp/go-build3413775437/b095/_pkg_.a packagefile crypto/subtle=/tmp/go-build3413775437/b079/_pkg_.a packagefile encoding/pem=/tmp/go-build3413775437/b111/_pkg_.a packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3413775437/b120/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3413775437/b096/_pkg_.a packagefile vendor/golang.org/x/crypto/hkdf=/tmp/go-build3413775437/b126/_pkg_.a packagefile crypto/dsa=/tmp/go-build3413775437/b108/_pkg_.a packagefile crypto/x509/pkix=/tmp/go-build3413775437/b109/_pkg_.a packagefile encoding/asn1=/tmp/go-build3413775437/b097/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3413775437/b098/_pkg_.a packagefile math/big=/tmp/go-build3413775437/b082/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2=/tmp/go-build3413775437/b218/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build3413775437/b226/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/clientcredentials=/tmp/go-build3413775437/b229/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish=/tmp/go-build3413775437/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build3413775437/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3413775437/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build3413775437/b244/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session=/tmp/go-build3413775437/b263/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3413775437/b253/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3413775437/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3413775437/b276/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2=/tmp/go-build3413775437/b285/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail=/tmp/go-build3413775437/b287/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build3413775437/b288/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute=/tmp/go-build3413775437/b291/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network=/tmp/go-build3413775437/b305/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest=/tmp/go-build3413775437/b293/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal=/tmp/go-build3413775437/b294/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure=/tmp/go-build3413775437/b302/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api=/tmp/go-build3413775437/b307/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo=/tmp/go-build3413775437/b320/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/miekg/dns=/tmp/go-build3413775437/b324/_pkg_.a packagefile encoding/xml=/tmp/go-build3413775437/b259/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify=/tmp/go-build3413775437/b333/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google=/tmp/go-build3413775437/b335/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/compute/v1=/tmp/go-build3413775437/b343/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option=/tmp/go-build3413775437/b399/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud=/tmp/go-build3413775437/b428/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build3413775437/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1=/tmp/go-build3413775437/b476/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1=/tmp/go-build3413775437/b477/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1=/tmp/go-build3413775437/b478/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3413775437/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields=/tmp/go-build3413775437/b446/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels=/tmp/go-build3413775437/b448/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build3413775437/b459/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version=/tmp/go-build3413775437/b479/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build3413775437/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes=/tmp/go-build3413775437/b480/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build3413775437/b538/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache=/tmp/go-build3413775437/b653/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd=/tmp/go-build3413775437/b661/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics=/tmp/go-build3413775437/b551/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue=/tmp/go-build3413775437/b555/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/linode/linodego=/tmp/go-build3413775437/b670/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types=/tmp/go-build3413775437/b677/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters=/tmp/go-build3413775437/b684/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm=/tmp/go-build3413775437/b691/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/client=/tmp/go-build3413775437/b693/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build3413775437/b712/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack=/tmp/go-build3413775437/b713/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips=/tmp/go-build3413775437/b721/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors=/tmp/go-build3413775437/b722/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers=/tmp/go-build3413775437/b723/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build3413775437/b716/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1=/tmp/go-build3413775437/b726/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1=/tmp/go-build3413775437/b736/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw=/tmp/go-build3413775437/b732/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc=/tmp/go-build3413775437/b740/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3413775437/b745/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3413775437/b759/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3413775437/b750/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3413775437/b761/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson=/tmp/go-build3413775437/b356/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build3413775437/b176/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk=/tmp/go-build3413775437/b763/_pkg_.a packagefile github.com/prometheus/prometheus/util/treecache=/tmp/go-build3413775437/b764/_pkg_.a packagefile database/sql/driver=/tmp/go-build3413775437/b769/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator=/tmp/go-build3413775437/b770/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors=/tmp/go-build3413775437/b771/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure=/tmp/go-build3413775437/b318/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson=/tmp/go-build3413775437/b773/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3413775437/b777/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3413775437/b778/_pkg_.a packagefile net/mail=/tmp/go-build3413775437/b747/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build3413775437/b782/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate=/tmp/go-build3413775437/b787/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/goleak=/tmp/go-build3413775437/b818/_pkg_.a packagefile testing=/tmp/go-build3413775437/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert=/tmp/go-build3413775437/b814/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage=/tmp/go-build3413775437/b834/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/reporterstats=/tmp/go-build3413775437/b835/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/spanlog=/tmp/go-build3413775437/b836/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler=/tmp/go-build3413775437/b837/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log=/tmp/go-build3413775437/b838/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build3413775437/b839/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger=/tmp/go-build3413775437/b842/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling=/tmp/go-build3413775437/b843/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore=/tmp/go-build3413775437/b844/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3=/tmp/go-build3413775437/b486/_pkg_.a packagefile compress/flate=/tmp/go-build3413775437/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil=/tmp/go-build3413775437/b810/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/gogoproto=/tmp/go-build3413775437/b858/_pkg_.a packagefile crypto/internal/randutil=/tmp/go-build3413775437/b081/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/dennwc/varint=/tmp/go-build3413775437/b822/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/internal/unsafeheader=/tmp/go-build3413775437/b191/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/julienschmidt/httprouter=/tmp/go-build3413775437/b866/_pkg_.a packagefile compress/zlib=/tmp/go-build3413775437/b840/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/json-iterator/go=/tmp/go-build3413775437/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/filter=/tmp/go-build3413775437/b871/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/union=/tmp/go-build3413775437/b872/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/shurcooL/vfsgen=/tmp/go-build3413775437/b873/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage=/tmp/go-build3413775437/b884/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent=/tmp/go-build3413775437/b846/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse=/tmp/go-build3413775437/b209/_pkg_.a packagefile go/ast=/tmp/go-build3413775437/b211/_pkg_.a packagefile go/doc/comment=/tmp/go-build3413775437/b213/_pkg_.a packagefile go/token=/tmp/go-build3413775437/b156/_pkg_.a packagefile internal/lazyregexp=/tmp/go-build3413775437/b214/_pkg_.a packagefile internal/bisect=/tmp/go-build3413775437/b065/_pkg_.a packagefile internal/intern=/tmp/go-build3413775437/b117/_pkg_.a packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3413775437/b129/_pkg_.a packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3413775437/b131/_pkg_.a packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3413775437/b132/_pkg_.a packagefile mime/quotedprintable=/tmp/go-build3413775437/b138/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3413775437/b150/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3413775437/b153/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build3413775437/b147/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build3413775437/b154/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build3413775437/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order=/tmp/go-build3413775437/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build3413775437/b152/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set=/tmp/go-build3413775437/b159/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build3413775437/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3413775437/b164/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build3413775437/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3413775437/b168/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filetype=/tmp/go-build3413775437/b170/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl=/tmp/go-build3413775437/b171/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/version=/tmp/go-build3413775437/b173/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3413775437/b178/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3413775437/b180/_pkg_.a packagefile crypto/internal/alias=/tmp/go-build3413775437/b078/_pkg_.a packagefile crypto/internal/edwards25519/field=/tmp/go-build3413775437/b087/_pkg_.a packagefile crypto/internal/nistec=/tmp/go-build3413775437/b088/_pkg_.a packagefile crypto/internal/bigmod=/tmp/go-build3413775437/b093/_pkg_.a packagefile crypto/internal/boring/bbig=/tmp/go-build3413775437/b094/_pkg_.a packagefile crypto/internal/edwards25519=/tmp/go-build3413775437/b100/_pkg_.a packagefile crypto/internal/boring/sig=/tmp/go-build3413775437/b080/_pkg_.a packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3413775437/b121/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3413775437/b122/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3413775437/b123/_pkg_.a packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build3413775437/b124/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts=/tmp/go-build3413775437/b219/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack=/tmp/go-build3413775437/b225/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/idna=/tmp/go-build3413775437/b220/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal=/tmp/go-build3413775437/b227/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3413775437/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3413775437/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build3413775437/b239/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3413775437/b240/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight=/tmp/go-build3413775437/b241/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3413775437/b245/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3413775437/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build3413775437/b250/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3413775437/b252/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface=/tmp/go-build3413775437/b262/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3413775437/b264/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds=/tmp/go-build3413775437/b265/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds=/tmp/go-build3413775437/b267/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm=/tmp/go-build3413775437/b273/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults=/tmp/go-build3413775437/b274/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build3413775437/b254/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3413775437/b255/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3413775437/b246/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build3413775437/b277/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3413775437/b248/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3413775437/b256/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query=/tmp/go-build3413775437/b286/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build3413775437/b271/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version=/tmp/go-build3413775437/b292/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date=/tmp/go-build3413775437/b295/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to=/tmp/go-build3413775437/b303/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation=/tmp/go-build3413775437/b304/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing=/tmp/go-build3413775437/b297/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger=/tmp/go-build3413775437/b296/_pkg_.a packagefile net/http/cookiejar=/tmp/go-build3413775437/b301/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4=/tmp/go-build3413775437/b298/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12=/tmp/go-build3413775437/b299/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp=/tmp/go-build3413775437/b308/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog=/tmp/go-build3413775437/b309/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts=/tmp/go-build3413775437/b313/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate=/tmp/go-build3413775437/b314/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics=/tmp/go-build3413775437/b321/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-querystring/query=/tmp/go-build3413775437/b322/_pkg_.a packagefile encoding/base32=/tmp/go-build3413775437/b325/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4=/tmp/go-build3413775437/b326/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6=/tmp/go-build3413775437/b330/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata=/tmp/go-build3413775437/b336/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/authhandler=/tmp/go-build3413775437/b337/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount=/tmp/go-build3413775437/b338/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws=/tmp/go-build3413775437/b339/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jwt=/tmp/go-build3413775437/b340/_pkg_.a packagefile os/user=/tmp/go-build3413775437/b341/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi=/tmp/go-build3413775437/b344/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport=/tmp/go-build3413775437/b346/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option/internaloption=/tmp/go-build3413775437/b402/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http=/tmp/go-build3413775437/b403/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal=/tmp/go-build3413775437/b400/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate=/tmp/go-build3413775437/b401/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc=/tmp/go-build3413775437/b358/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation=/tmp/go-build3413775437/b429/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema=/tmp/go-build3413775437/b431/_pkg_.a packagefile net/http/httputil=/tmp/go-build3413775437/b251/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build3413775437/b439/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3413775437/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3413775437/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build3413775437/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3413775437/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/gofuzz=/tmp/go-build3413775437/b443/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build3413775437/b444/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection=/tmp/go-build3413775437/b447/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3413775437/b467/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp=/tmp/go-build3413775437/b449/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3413775437/b454/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3413775437/b455/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3413775437/b456/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build3413775437/b458/_pkg_.a packagefile go/parser=/tmp/go-build3413775437/b460/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams=/tmp/go-build3413775437/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3413775437/b457/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json=/tmp/go-build3413775437/b465/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming=/tmp/go-build3413775437/b466/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build3413775437/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net=/tmp/go-build3413775437/b475/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery=/tmp/go-build3413775437/b481/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1=/tmp/go-build3413775437/b563/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1=/tmp/go-build3413775437/b572/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1=/tmp/go-build3413775437/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1=/tmp/go-build3413775437/b576/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1=/tmp/go-build3413775437/b580/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2=/tmp/go-build3413775437/b582/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1=/tmp/go-build3413775437/b584/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1=/tmp/go-build3413775437/b585/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1=/tmp/go-build3413775437/b586/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1=/tmp/go-build3413775437/b587/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1=/tmp/go-build3413775437/b588/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1=/tmp/go-build3413775437/b589/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2=/tmp/go-build3413775437/b591/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1=/tmp/go-build3413775437/b593/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1=/tmp/go-build3413775437/b595/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1=/tmp/go-build3413775437/b597/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1=/tmp/go-build3413775437/b599/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1=/tmp/go-build3413775437/b601/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1=/tmp/go-build3413775437/b603/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1=/tmp/go-build3413775437/b605/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1=/tmp/go-build3413775437/b607/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1=/tmp/go-build3413775437/b609/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1=/tmp/go-build3413775437/b611/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1=/tmp/go-build3413775437/b613/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1=/tmp/go-build3413775437/b615/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1=/tmp/go-build3413775437/b617/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1=/tmp/go-build3413775437/b619/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1=/tmp/go-build3413775437/b621/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1=/tmp/go-build3413775437/b623/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1=/tmp/go-build3413775437/b625/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1=/tmp/go-build3413775437/b627/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1=/tmp/go-build3413775437/b629/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1=/tmp/go-build3413775437/b631/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1=/tmp/go-build3413775437/b633/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1=/tmp/go-build3413775437/b635/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1=/tmp/go-build3413775437/b637/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1=/tmp/go-build3413775437/b639/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1=/tmp/go-build3413775437/b641/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1=/tmp/go-build3413775437/b643/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1=/tmp/go-build3413775437/b645/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1=/tmp/go-build3413775437/b647/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1=/tmp/go-build3413775437/b649/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1=/tmp/go-build3413775437/b651/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol=/tmp/go-build3413775437/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3413775437/b487/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming=/tmp/go-build3413775437/b539/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build3413775437/b540/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3413775437/b541/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version=/tmp/go-build3413775437/b542/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec=/tmp/go-build3413775437/b543/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch=/tmp/go-build3413775437/b558/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3413775437/b550/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport=/tmp/go-build3413775437/b552/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert=/tmp/go-build3413775437/b559/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3413775437/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3413775437/b496/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache=/tmp/go-build3413775437/b654/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/diff=/tmp/go-build3413775437/b655/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3413775437/b553/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/pager=/tmp/go-build3413775437/b656/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/utils/buffer=/tmp/go-build3413775437/b659/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/utils/trace=/tmp/go-build3413775437/b660/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/imdario/mergo=/tmp/go-build3413775437/b662/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/spf13/pflag=/tmp/go-build3413775437/b663/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/term=/tmp/go-build3413775437/b545/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/auth=/tmp/go-build3413775437/b665/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/latest=/tmp/go-build3413775437/b666/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/homedir=/tmp/go-build3413775437/b668/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2=/tmp/go-build3413775437/b671/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/duration=/tmp/go-build3413775437/b673/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/parseabletime=/tmp/go-build3413775437/b674/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container=/tmp/go-build3413775437/b678/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount=/tmp/go-build3413775437/b680/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network=/tmp/go-build3413775437/b686/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry=/tmp/go-build3413775437/b687/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat=/tmp/go-build3413775437/b682/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-units=/tmp/go-build3413775437/b683/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3413775437/b688/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions=/tmp/go-build3413775437/b685/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build3413775437/b692/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms=/tmp/go-build3413775437/b694/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference=/tmp/go-build3413775437/b698/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api=/tmp/go-build3413775437/b700/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/events=/tmp/go-build3413775437/b701/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image=/tmp/go-build3413775437/b702/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time=/tmp/go-build3413775437/b703/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume=/tmp/go-build3413775437/b704/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs=/tmp/go-build3413775437/b705/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets=/tmp/go-build3413775437/b707/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig=/tmp/go-build3413775437/b710/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest=/tmp/go-build3413775437/b689/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens=/tmp/go-build3413775437/b714/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens=/tmp/go-build3413775437/b717/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1=/tmp/go-build3413775437/b719/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=/tmp/go-build3413775437/b718/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils=/tmp/go-build3413775437/b720/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async=/tmp/go-build3413775437/b727/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors=/tmp/go-build3413775437/b728/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler=/tmp/go-build3413775437/b729/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter=/tmp/go-build3413775437/b730/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator=/tmp/go-build3413775437/b731/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1=/tmp/go-build3413775437/b737/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation=/tmp/go-build3413775437/b735/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth=/tmp/go-build3413775437/b733/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger=/tmp/go-build3413775437/b734/_pkg_.a packagefile net/rpc=/tmp/go-build3413775437/b741/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3413775437/b746/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3413775437/b748/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3413775437/b749/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3413775437/b751/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3413775437/b752/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3413775437/b753/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/struct=/tmp/go-build3413775437/b756/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers=/tmp/go-build3413775437/b754/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3413775437/b758/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3413775437/b353/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build3413775437/b354/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build3413775437/b352/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json=/tmp/go-build3413775437/b357/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3413775437/b774/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3413775437/b776/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3413775437/b779/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer=/tmp/go-build3413775437/b783/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jwriter=/tmp/go-build3413775437/b785/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis=/tmp/go-build3413775437/b788/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer=/tmp/go-build3413775437/b790/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads=/tmp/go-build3413775437/b796/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime=/tmp/go-build3413775437/b797/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec=/tmp/go-build3413775437/b791/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/goleak/internal/stack=/tmp/go-build3413775437/b819/_pkg_.a packagefile flag=/tmp/go-build3413775437/b433/_pkg_.a packagefile internal/sysinfo=/tmp/go-build3413775437/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew=/tmp/go-build3413775437/b544/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pmezard/go-difflib/difflib=/tmp/go-build3413775437/b815/_pkg_.a packagefile net/http/httptest=/tmp/go-build3413775437/b816/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint=/tmp/go-build3413775437/b811/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor=/tmp/go-build3413775437/b859/_pkg_.a packagefile hash/adler32=/tmp/go-build3413775437/b841/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent=/tmp/go-build3413775437/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2=/tmp/go-build3413775437/b471/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/shurcooL/httpfs/vfsutil=/tmp/go-build3413775437/b874/_pkg_.a packagefile go/scanner=/tmp/go-build3413775437/b212/_pkg_.a packagefile vendor/golang.org/x/text/transform=/tmp/go-build3413775437/b130/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand=/tmp/go-build3413775437/b148/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descfmt=/tmp/go-build3413775437/b166/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts=/tmp/go-build3413775437/b167/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build3413775437/b172/_pkg_.a packagefile crypto/internal/nistec/fiat=/tmp/go-build3413775437/b089/_pkg_.a packagefile embed=/tmp/go-build3413775437/b090/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3413775437/b221/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3413775437/b223/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm=/tmp/go-build3413775437/b224/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/context/ctxhttp=/tmp/go-build3413775437/b228/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build3413775437/b258/_pkg_.a packagefile os/exec=/tmp/go-build3413775437/b266/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso=/tmp/go-build3413775437/b268/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface=/tmp/go-build3413775437/b272/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/tmp/go-build3413775437/b275/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=/tmp/go-build3413775437/b278/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath=/tmp/go-build3413775437/b249/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkmath=/tmp/go-build3413775437/b257/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build3413775437/b260/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build3413775437/b261/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3413775437/b270/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build3413775437/b300/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/fatih/color=/tmp/go-build3413775437/b310/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty=/tmp/go-build3413775437/b312/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics=/tmp/go-build3413775437/b315/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf=/tmp/go-build3413775437/b327/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana=/tmp/go-build3413775437/b328/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket=/tmp/go-build3413775437/b329/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build3413775437/b345/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2=/tmp/go-build3413775437/b347/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp=/tmp/go-build3413775437/b404/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/transport=/tmp/go-build3413775437/b423/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert=/tmp/go-build3413775437/b424/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/internal/propagation=/tmp/go-build3413775437/b425/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/internal/dca=/tmp/go-build3413775437/b426/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff=/tmp/go-build3413775437/b359/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer=/tmp/go-build3413775437/b360/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base=/tmp/go-build3413775437/b371/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3413775437/b372/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity=/tmp/go-build3413775437/b361/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build3413775437/b364/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding=/tmp/go-build3413775437/b374/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/proto=/tmp/go-build3413775437/b375/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build3413775437/b362/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal=/tmp/go-build3413775437/b367/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff=/tmp/go-build3413775437/b376/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/balancerload=/tmp/go-build3413775437/b377/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog=/tmp/go-build3413775437/b378/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/buffer=/tmp/go-build3413775437/b381/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz=/tmp/go-build3413775437/b382/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig=/tmp/go-build3413775437/b383/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand=/tmp/go-build3413775437/b373/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcsync=/tmp/go-build3413775437/b384/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil=/tmp/go-build3413775437/b380/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver=/tmp/go-build3413775437/b385/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3413775437/b387/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build3413775437/b389/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/unix=/tmp/go-build3413775437/b390/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3413775437/b386/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport=/tmp/go-build3413775437/b392/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive=/tmp/go-build3413775437/b395/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build3413775437/b370/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer=/tmp/go-build3413775437/b396/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build3413775437/b368/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build3413775437/b369/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats=/tmp/go-build3413775437/b397/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap=/tmp/go-build3413775437/b398/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0=/tmp/go-build3413775437/b441/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect=/tmp/go-build3413775437/b445/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff=/tmp/go-build3413775437/b450/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build3413775437/b451/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/function=/tmp/go-build3413775437/b452/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value=/tmp/go-build3413775437/b453/_pkg_.a packagefile go/build/constraint=/tmp/go-build3413775437/b461/_pkg_.a packagefile go/internal/typeparams=/tmp/go-build3413775437/b462/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2=/tmp/go-build3413775437/b482/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3413775437/b488/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version=/tmp/go-build3413775437/b497/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build3413775437/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1=/tmp/go-build3413775437/b499/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1=/tmp/go-build3413775437/b564/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1=/tmp/go-build3413775437/b500/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1=/tmp/go-build3413775437/b573/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build3413775437/b501/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1=/tmp/go-build3413775437/b575/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1=/tmp/go-build3413775437/b502/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1=/tmp/go-build3413775437/b509/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1=/tmp/go-build3413775437/b577/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1=/tmp/go-build3413775437/b579/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1=/tmp/go-build3413775437/b503/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1=/tmp/go-build3413775437/b581/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2=/tmp/go-build3413775437/b504/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2=/tmp/go-build3413775437/b583/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1=/tmp/go-build3413775437/b505/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1=/tmp/go-build3413775437/b506/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1=/tmp/go-build3413775437/b507/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1=/tmp/go-build3413775437/b508/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1=/tmp/go-build3413775437/b510/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1=/tmp/go-build3413775437/b590/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2=/tmp/go-build3413775437/b511/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2=/tmp/go-build3413775437/b592/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1=/tmp/go-build3413775437/b512/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1=/tmp/go-build3413775437/b594/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1=/tmp/go-build3413775437/b513/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1=/tmp/go-build3413775437/b596/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1=/tmp/go-build3413775437/b514/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1=/tmp/go-build3413775437/b598/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1=/tmp/go-build3413775437/b515/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1=/tmp/go-build3413775437/b600/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1=/tmp/go-build3413775437/b516/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1=/tmp/go-build3413775437/b602/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1=/tmp/go-build3413775437/b517/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1=/tmp/go-build3413775437/b604/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1=/tmp/go-build3413775437/b527/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1=/tmp/go-build3413775437/b528/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3413775437/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/reference=/tmp/go-build3413775437/b606/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1=/tmp/go-build3413775437/b518/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1=/tmp/go-build3413775437/b608/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1=/tmp/go-build3413775437/b610/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1=/tmp/go-build3413775437/b519/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1=/tmp/go-build3413775437/b612/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1=/tmp/go-build3413775437/b520/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1=/tmp/go-build3413775437/b614/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1=/tmp/go-build3413775437/b521/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1=/tmp/go-build3413775437/b616/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1=/tmp/go-build3413775437/b522/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1=/tmp/go-build3413775437/b618/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1=/tmp/go-build3413775437/b523/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1=/tmp/go-build3413775437/b620/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1=/tmp/go-build3413775437/b622/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1=/tmp/go-build3413775437/b624/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1=/tmp/go-build3413775437/b524/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1=/tmp/go-build3413775437/b626/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1=/tmp/go-build3413775437/b525/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1=/tmp/go-build3413775437/b628/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1=/tmp/go-build3413775437/b526/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1=/tmp/go-build3413775437/b630/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1=/tmp/go-build3413775437/b632/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1=/tmp/go-build3413775437/b634/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1=/tmp/go-build3413775437/b529/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1=/tmp/go-build3413775437/b636/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1=/tmp/go-build3413775437/b530/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1=/tmp/go-build3413775437/b638/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1=/tmp/go-build3413775437/b531/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1=/tmp/go-build3413775437/b640/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1=/tmp/go-build3413775437/b532/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1=/tmp/go-build3413775437/b642/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1=/tmp/go-build3413775437/b533/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1=/tmp/go-build3413775437/b644/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1=/tmp/go-build3413775437/b534/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1=/tmp/go-build3413775437/b646/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1=/tmp/go-build3413775437/b535/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1=/tmp/go-build3413775437/b648/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1=/tmp/go-build3413775437/b536/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1=/tmp/go-build3413775437/b650/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1=/tmp/go-build3413775437/b537/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1=/tmp/go-build3413775437/b652/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/utils/integer=/tmp/go-build3413775437/b562/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/install=/tmp/go-build3413775437/b546/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1=/tmp/go-build3413775437/b547/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1=/tmp/go-build3413775437/b548/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=/tmp/go-build3413775437/b549/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation=/tmp/go-build3413775437/b554/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/keyutil=/tmp/go-build3413775437/b560/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion=/tmp/go-build3413775437/b657/_pkg_.a packagefile encoding/csv=/tmp/go-build3413775437/b664/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build3413775437/b489/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning=/tmp/go-build3413775437/b495/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1=/tmp/go-build3413775437/b667/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix=/tmp/go-build3413775437/b672/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/blkiodev=/tmp/go-build3413775437/b679/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/strslice=/tmp/go-build3413775437/b681/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go=/tmp/go-build3413775437/b690/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs=/tmp/go-build3413775437/b695/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/log=/tmp/go-build3413775437/b696/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/distribution/digestset=/tmp/go-build3413775437/b699/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode=/tmp/go-build3413775437/b706/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus=/tmp/go-build3413775437/b697/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy=/tmp/go-build3413775437/b708/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants=/tmp/go-build3413775437/b715/_pkg_.a packagefile encoding/gob=/tmp/go-build3413775437/b742/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/structpb=/tmp/go-build3413775437/b757/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3413775437/b755/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/status=/tmp/go-build3413775437/b355/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build3413775437/b775/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-stack/stack=/tmp/go-build3413775437/b780/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/josharian/intern=/tmp/go-build3413775437/b784/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/buffer=/tmp/go-build3413775437/b786/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/internal=/tmp/go-build3413775437/b789/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonreference=/tmp/go-build3413775437/b792/_pkg_.a packagefile net/http/internal/testcert=/tmp/go-build3413775437/b817/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/transform=/tmp/go-build3413775437/b222/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build3413775437/b269/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable=/tmp/go-build3413775437/b311/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix=/tmp/go-build3413775437/b316/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3413775437/b348/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/propagation/b3=/tmp/go-build3413775437/b405/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats=/tmp/go-build3413775437/b414/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view=/tmp/go-build3413775437/b420/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/tag=/tmp/go-build3413775437/b418/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace=/tmp/go-build3413775437/b406/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation=/tmp/go-build3413775437/b413/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes=/tmp/go-build3413775437/b365/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials=/tmp/go-build3413775437/b366/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog=/tmp/go-build3413775437/b363/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build3413775437/b379/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3413775437/b388/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3413775437/b391/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/metadata=/tmp/go-build3413775437/b393/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/syscall=/tmp/go-build3413775437/b394/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler=/tmp/go-build3413775437/b483/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf=/tmp/go-build3413775437/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3413775437/b490/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3413775437/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3413775437/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3413775437/b571/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1=/tmp/go-build3413775437/b658/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer=/tmp/go-build3413775437/b491/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/yaml=/tmp/go-build3413775437/b492/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml=/tmp/go-build3413775437/b493/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks=/tmp/go-build3413775437/b709/_pkg_.a packagefile internal/saferio=/tmp/go-build3413775437/b743/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/purell=/tmp/go-build3413775437/b793/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru=/tmp/go-build3413775437/b317/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build3413775437/b349/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build3413775437/b351/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata=/tmp/go-build3413775437/b415/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal=/tmp/go-build3413775437/b417/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/tagencoding=/tmp/go-build3413775437/b421/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer=/tmp/go-build3413775437/b422/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/resource=/tmp/go-build3413775437/b416/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/groupcache/lru=/tmp/go-build3413775437/b407/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/internal=/tmp/go-build3413775437/b408/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/internal=/tmp/go-build3413775437/b410/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/tracestate=/tmp/go-build3413775437/b411/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions=/tmp/go-build3413775437/b484/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema=/tmp/go-build3413775437/b485/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath=/tmp/go-build3413775437/b567/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed=/tmp/go-build3413775437/b569/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/urlesc=/tmp/go-build3413775437/b794/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/width=/tmp/go-build3413775437/b795/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build3413775437/b350/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io=/tmp/go-build3413775437/b409/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema=/tmp/go-build3413775437/b568/_pkg_.a modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/prometheus/prometheus/cmd/prometheus\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-ldflags=\"-X github.com/prometheus/common/version.Version=2.32.1 -X github.com/prometheus/common/version.Revision=1.oc9 -X github.com/prometheus/common/version.Branch=tarball -X github.com/prometheus/common/version.BuildDate=20240815 -X github.com/prometheus/prometheus/version=2.32.1 -B 0xdd99c51469fbd3f0df42a269074fa3b4c02bfe64 -compressdwarf=false -linkmode=external -extldflags '-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 '\"\nbuild\t-tags=rpm_crashtraceback,netgo,builtinassets\nbuild\tDefaultGODEBUG=panicnil=1\nbuild\tCGO_ENABLED=1\nbuild\tCGO_CFLAGS=\nbuild\tCGO_CPPFLAGS=\nbuild\tCGO_CXXFLAGS=\nbuild\tCGO_LDFLAGS=\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2" EOF mkdir -p $WORK/b001/exe/ cd . /usr/lib/golang/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=panicnil=1 -buildmode=pie -buildid=r6UdV2Vtback0ZSC27ZQ/z8FTSDLKzViyMDFTRS0p/OxjUYRGEqEy5PoI4RKH3/r6UdV2Vtback0ZSC27ZQ -X github.com/prometheus/common/version.Version=2.32.1 -X github.com/prometheus/common/version.Revision=1.oc9 -X github.com/prometheus/common/version.Branch=tarball -X github.com/prometheus/common/version.BuildDate=20240815 -X github.com/prometheus/prometheus/version=2.32.1 -B 0xdd99c51469fbd3f0df42a269074fa3b4c02bfe64 -compressdwarf=false -linkmode=external -extldflags "-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 " -extld=gcc $WORK/b001/_pkg_.a /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b001/exe/a.out # internal mkdir -p /builddir/build/BUILD/prometheus-2.32.1/_build/bin/ mv $WORK/b001/exe/a.out /builddir/build/BUILD/prometheus-2.32.1/_build/bin/prometheus rm -r $WORK/b001/ + for cmd in cmd/* ++ od -An -tx1 ++ head -c20 /dev/urandom ++ tr -d ' \n' ++ basename cmd/promtool + GOPATH=/builddir/build/BUILD/prometheus-2.32.1/_build:/usr/share/gocode + GO111MODULE=off + go build -buildmode pie -compiler gc '-tags=rpm_crashtraceback netgo builtinassets' -ldflags '-X github.com/prometheus/common/version.Version=2.32.1 -X github.com/prometheus/common/version.Revision=1.oc9 -X github.com/prometheus/common/version.Branch=tarball -X github.com/prometheus/common/version.BuildDate=20240815 -X github.com/prometheus/prometheus/version=2.32.1 -B 0x60aeea063dc9592a770cff17c7723c698c2baf6f -compressdwarf=false -linkmode=external -extldflags '\''-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 '\''' -a -v -x -o /builddir/build/BUILD/prometheus-2.32.1/_build/bin/promtool github.com/prometheus/prometheus/cmd/promtool WORK=/tmp/go-build1432051999 unicode/utf16 mkdir -p $WORK/b062/ internal/coverage/rtcov internal/goos github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version github.com/prometheus/prometheus/vendor/golang.org/x/sys/internal/unsafeheader unicode/utf8 crypto/internal/alias github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana container/list log/internal vendor/golang.org/x/crypto/cryptobyte/asn1 internal/nettrace internal/godebugs internal/race github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to internal/unsafeheader vendor/golang.org/x/crypto/internal/alias internal/itoa math/bits internal/goarch github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags encoding github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata unicode internal/goexperiment sync/atomic crypto/subtle crypto/internal/boring/sig runtime/internal/syscall runtime/internal/atomic internal/cpu mkdir -p $WORK/b013/ cat >/tmp/go-build1432051999/b062/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "$WORK/b062=>" -p unicode/utf16 -std -complete -installsuffix shared -buildid RZc6aBs28errvJDqOfL6/RZc6aBs28errvJDqOfL6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /usr/lib/golang/src/unicode/utf16/utf16.go cat >/tmp/go-build1432051999/b013/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b016/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "$WORK/b013=>" -p internal/coverage/rtcov -std -+ -complete -installsuffix shared -buildid tRpxrApKqYC9ysVlei7I/tRpxrApKqYC9ysVlei7I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /usr/lib/golang/src/internal/coverage/rtcov/rtcov.go mkdir -p $WORK/b290/ cat >/tmp/go-build1432051999/b016/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "$WORK/b016=>" -p internal/goos -std -+ -complete -installsuffix shared -buildid Azb2o6r_nn2BERArfseR/Azb2o6r_nn2BERArfseR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /usr/lib/golang/src/internal/goos/goos.go /usr/lib/golang/src/internal/goos/unix.go /usr/lib/golang/src/internal/goos/zgoos_linux.go cat >/tmp/go-build1432051999/b290/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b201/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b290/_pkg_.a -trimpath "$WORK/b290=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version -complete -installsuffix shared -buildid aZo6OW_L65mHuaOHEmDX/aZo6OW_L65mHuaOHEmDX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version/version.go mkdir -p $WORK/b026/ cat >/tmp/go-build1432051999/b201/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b201/_pkg_.a -trimpath "$WORK/b201=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/sys/internal/unsafeheader -complete -installsuffix shared -buildid GT6qsh62H8-5FE-0mRDv/GT6qsh62H8-5FE-0mRDv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/internal/unsafeheader/unsafeheader.go mkdir -p $WORK/b087/ cat >/tmp/go-build1432051999/b026/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "$WORK/b026=>" -p unicode/utf8 -std -complete -installsuffix shared -buildid uyCDxeebqciF5Qm0vbSk/uyCDxeebqciF5Qm0vbSk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /usr/lib/golang/src/unicode/utf8/utf8.go mkdir -p $WORK/b327/ cat >/tmp/go-build1432051999/b087/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b087/_pkg_.a -trimpath "$WORK/b087=>" -p crypto/internal/alias -std -complete -installsuffix shared -buildid oCbxx5HDXjxhbes5X7yO/oCbxx5HDXjxhbes5X7yO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /usr/lib/golang/src/crypto/internal/alias/alias.go cat >/tmp/go-build1432051999/b327/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b082/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b327/_pkg_.a -trimpath "$WORK/b327=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana -complete -installsuffix shared -buildid brCNW7ab37dqdEA-PCt7/brCNW7ab37dqdEA-PCt7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana/const.go mkdir -p $WORK/b067/ cat >/tmp/go-build1432051999/b082/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b082/_pkg_.a -trimpath "$WORK/b082=>" -p container/list -std -complete -installsuffix shared -buildid WDQIrrRVHKxbwfXhV2_u/WDQIrrRVHKxbwfXhV2_u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /usr/lib/golang/src/container/list/list.go mkdir -p $WORK/b108/ cat >/tmp/go-build1432051999/b067/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b067/_pkg_.a -trimpath "$WORK/b067=>" -p log/internal -std -complete -installsuffix shared -buildid -NCkVFxRg0I16pvZKO7x/-NCkVFxRg0I16pvZKO7x -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /usr/lib/golang/src/log/internal/internal.go mkdir -p $WORK/b077/ cat >/tmp/go-build1432051999/b108/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b108/_pkg_.a -trimpath "$WORK/b108=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -std -complete -installsuffix shared -buildid 3TuEOzwsTf2EsFHa-Iz3/3TuEOzwsTf2EsFHa-Iz3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go mkdir -p $WORK/b014/ cat >/tmp/go-build1432051999/b077/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b077/_pkg_.a -trimpath "$WORK/b077=>" -p internal/nettrace -std -complete -installsuffix shared -buildid A4ghIj8wyTFUSTHqMvs1/A4ghIj8wyTFUSTHqMvs1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /usr/lib/golang/src/internal/nettrace/nettrace.go mkdir -p $WORK/b023/ cat >/tmp/go-build1432051999/b014/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "$WORK/b014=>" -p internal/godebugs -std -complete -installsuffix shared -buildid NeviDNNk8GXgjuWQo7wi/NeviDNNk8GXgjuWQo7wi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /usr/lib/golang/src/internal/godebugs/table.go cat >/tmp/go-build1432051999/b023/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b364/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "$WORK/b023=>" -p internal/race -std -complete -installsuffix shared -buildid td3SGmrIHK5bkPE1I8zT/td3SGmrIHK5bkPE1I8zT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /usr/lib/golang/src/internal/race/doc.go /usr/lib/golang/src/internal/race/norace.go mkdir -p $WORK/b301/ cat >/tmp/go-build1432051999/b364/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b364/_pkg_.a -trimpath "$WORK/b364=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig -complete -installsuffix shared -buildid w6kMZsSjPi0cQTlfMpkP/w6kMZsSjPi0cQTlfMpkP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig/serviceconfig.go cat >/tmp/go-build1432051999/b301/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b009/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b301/_pkg_.a -trimpath "$WORK/b301=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to -complete -installsuffix shared -buildid X9WhpyZcC5AUrJaQrRTr/X9WhpyZcC5AUrJaQrRTr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to/convert.go mkdir -p $WORK/b125/ cat >/tmp/go-build1432051999/b009/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b009/_pkg_.a -trimpath "$WORK/b009=>" -p internal/unsafeheader -std -complete -installsuffix shared -buildid ZCpCzRq1mufqFIXzWC3H/ZCpCzRq1mufqFIXzWC3H -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack /usr/lib/golang/src/internal/unsafeheader/unsafeheader.go mkdir -p $WORK/b030/ cat >/tmp/go-build1432051999/b125/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b125/_pkg_.a -trimpath "$WORK/b125=>" -p vendor/golang.org/x/crypto/internal/alias -std -complete -installsuffix shared -buildid zajSO3_UKTeytk5bGVEZ/zajSO3_UKTeytk5bGVEZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/alias/alias.go mkdir -p $WORK/b032/ cat >/tmp/go-build1432051999/b030/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "$WORK/b030=>" -p internal/itoa -std -complete -installsuffix shared -buildid ulrV_G4X7NANOCqoOqZb/ulrV_G4X7NANOCqoOqZb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /usr/lib/golang/src/internal/itoa/itoa.go mkdir -p $WORK/b007/ cat >/tmp/go-build1432051999/b032/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "$WORK/b032=>" -p math/bits -std -complete -installsuffix shared -buildid vVabe_6Egp5I7rk-oHLv/vVabe_6Egp5I7rk-oHLv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /usr/lib/golang/src/math/bits/bits.go /usr/lib/golang/src/math/bits/bits_errors.go /usr/lib/golang/src/math/bits/bits_tables.go cat >/tmp/go-build1432051999/b007/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b007/_pkg_.a -trimpath "$WORK/b007=>" -p internal/goarch -std -+ -complete -installsuffix shared -buildid Fing6-RDYiFMc-3kiP5S/Fing6-RDYiFMc-3kiP5S -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack /usr/lib/golang/src/internal/goarch/goarch.go /usr/lib/golang/src/internal/goarch/goarch_amd64.go /usr/lib/golang/src/internal/goarch/zgoarch_amd64.go mkdir -p $WORK/b165/ cat >/tmp/go-build1432051999/b165/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b060/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b165/_pkg_.a -trimpath "$WORK/b165=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags -complete -installsuffix shared -buildid zwD7hU75W_AV4x-LqSxP/zwD7hU75W_AV4x-LqSxP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags/flags.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go cat >/tmp/go-build1432051999/b060/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b242/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "$WORK/b060=>" -p encoding -std -complete -installsuffix shared -buildid _EGYgRpJUpmKip7Hzv3u/_EGYgRpJUpmKip7Hzv3u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /usr/lib/golang/src/encoding/encoding.go mkdir -p $WORK/b025/ cat >/tmp/go-build1432051999/b242/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b242/_pkg_.a -trimpath "$WORK/b242=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata -complete -installsuffix shared -buildid 4-9CNMyyj-2FATKJsjhS/4-9CNMyyj-2FATKJsjhS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go mkdir -p $WORK/b015/ cat >/tmp/go-build1432051999/b025/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "$WORK/b025=>" -p unicode -std -complete -installsuffix shared -buildid t9foJFrPCgoEU8tCxTc8/t9foJFrPCgoEU8tCxTc8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /usr/lib/golang/src/unicode/casetables.go /usr/lib/golang/src/unicode/digit.go /usr/lib/golang/src/unicode/graphic.go /usr/lib/golang/src/unicode/letter.go /usr/lib/golang/src/unicode/tables.go mkdir -p $WORK/b024/ cat >/tmp/go-build1432051999/b015/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b088/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "$WORK/b015=>" -p internal/goexperiment -std -complete -installsuffix shared -buildid dTM3z2HJmgtU-AXR_z4S/dTM3z2HJmgtU-AXR_z4S -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /usr/lib/golang/src/internal/goexperiment/exp_arenas_off.go /usr/lib/golang/src/internal/goexperiment/exp_boringcrypto_off.go /usr/lib/golang/src/internal/goexperiment/exp_cacheprog_off.go /usr/lib/golang/src/internal/goexperiment/exp_cgocheck2_off.go /usr/lib/golang/src/internal/goexperiment/exp_coverageredesign_on.go /usr/lib/golang/src/internal/goexperiment/exp_fieldtrack_off.go /usr/lib/golang/src/internal/goexperiment/exp_heapminimum512kib_off.go /usr/lib/golang/src/internal/goexperiment/exp_loopvar_off.go /usr/lib/golang/src/internal/goexperiment/exp_pagetrace_off.go /usr/lib/golang/src/internal/goexperiment/exp_preemptibleloops_off.go /usr/lib/golang/src/internal/goexperiment/exp_regabiargs_on.go /usr/lib/golang/src/internal/goexperiment/exp_regabiwrappers_on.go /usr/lib/golang/src/internal/goexperiment/exp_staticlockranking_off.go /usr/lib/golang/src/internal/goexperiment/flags.go mkdir -p $WORK/b089/ cat >/tmp/go-build1432051999/b088/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/subtle -trimpath "$WORK/b088=>" -I $WORK/b088/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b088/symabis ./xor_amd64.s mkdir -p $WORK/b020/ cat >/tmp/go-build1432051999/b024/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "$WORK/b024=>" -I $WORK/b024/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b024/symabis ./asm.s mkdir -p $WORK/b017/ mkdir -p $WORK/b012/ cat >/tmp/go-build1432051999/b017/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/internal/atomic -trimpath "$WORK/b017=>" -I $WORK/b017/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -gensymabis -o $WORK/b017/symabis ./atomic_amd64.s cat >/tmp/go-build1432051999/b012/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/internal/cpu /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "$WORK/b012=>" -I $WORK/b012/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b012/symabis ./cpu.s ./cpu_x86.s cat >/tmp/go-build1432051999/b088/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b088/_pkg_.a -trimpath "$WORK/b088=>" -p crypto/subtle -std -installsuffix shared -buildid H1kmiczWcOTojkeyD-at/H1kmiczWcOTojkeyD-at -goversion go1.21.7 -symabis $WORK/b088/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack -asmhdr $WORK/b088/go_asm.h /usr/lib/golang/src/crypto/subtle/constant_time.go /usr/lib/golang/src/crypto/subtle/xor.go /usr/lib/golang/src/crypto/subtle/xor_amd64.go cat >/tmp/go-build1432051999/b089/go_asm.h << 'EOF' # internal EOF cat >/tmp/go-build1432051999/b020/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "$WORK/b089=>" -I $WORK/b089/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b089/symabis ./sig_amd64.s cd /usr/lib/golang/src/runtime/internal/syscall /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/internal/syscall -trimpath "$WORK/b020=>" -I $WORK/b020/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -gensymabis -o $WORK/b020/symabis ./asm_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b201/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b009/_pkg_.a # internal cp $WORK/b201/_pkg_.a /builddir/.cache/go-build/c0/c0122c1a794b017ad1d5adfd36985aaf78d4e4e1be3ece340fdddf86c3aa018b-d # internal cp $WORK/b009/_pkg_.a /builddir/.cache/go-build/ad/ad07b6dc582d35ba4a8dff5183303a64053ed5f88c9df8f4d4f43e544b25a95c-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io mkdir -p $WORK/b404/ github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/internal cat >/tmp/go-build1432051999/b404/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b404/_pkg_.a -trimpath "$WORK/b404=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io -complete -installsuffix shared -buildid ZwO0QXMpHiPOZO9TI9Ej/ZwO0QXMpHiPOZO9TI9Ej -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/opencensus.go mkdir -p $WORK/b405/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b290/_pkg_.a # internal cat >/tmp/go-build1432051999/b405/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b405/_pkg_.a -trimpath "$WORK/b405=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/internal -complete -installsuffix shared -buildid zx0cmMfGzysXsQiRJSbE/zx0cmMfGzysXsQiRJSbE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/internal/internal.go cat >/tmp/go-build1432051999/b017/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b087/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "$WORK/b017=>" -p runtime/internal/atomic -std -+ -installsuffix shared -buildid jh4GhB4j9R9YZk9dZkkp/jh4GhB4j9R9YZk9dZkkp -goversion go1.21.7 -symabis $WORK/b017/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack -asmhdr $WORK/b017/go_asm.h /usr/lib/golang/src/runtime/internal/atomic/atomic_amd64.go /usr/lib/golang/src/runtime/internal/atomic/doc.go /usr/lib/golang/src/runtime/internal/atomic/stubs.go /usr/lib/golang/src/runtime/internal/atomic/types.go /usr/lib/golang/src/runtime/internal/atomic/types_64bit.go /usr/lib/golang/src/runtime/internal/atomic/unaligned.go cat >/tmp/go-build1432051999/b024/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b014/_pkg_.a # internal cp $WORK/b290/_pkg_.a /builddir/.cache/go-build/72/72fae5fa1617ccac01b164e4c32f47ca3db8dfa8dc8cbb9b3ca2a16bab11520c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "$WORK/b024=>" -p sync/atomic -std -installsuffix shared -buildid NSIP7mN-eQFKUG-0SCbx/NSIP7mN-eQFKUG-0SCbx -goversion go1.21.7 -symabis $WORK/b024/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h /usr/lib/golang/src/sync/atomic/doc.go /usr/lib/golang/src/sync/atomic/type.go /usr/lib/golang/src/sync/atomic/value.go github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/tagencoding mkdir -p $WORK/b416/ cp $WORK/b087/_pkg_.a /builddir/.cache/go-build/45/45b19c5ad5c1c159099e56662ffd9c0a2e929e0edd0d92b2ca0bb1bedfd2b5fe-d # internal cat >/tmp/go-build1432051999/b416/importcfg << 'EOF' # internal # import config EOF github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection mkdir -p $WORK/b441/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b364/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b416/_pkg_.a -trimpath "$WORK/b416=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/tagencoding -complete -installsuffix shared -buildid ickfeWZxZnQ8GhsXfAB_/ickfeWZxZnQ8GhsXfAB_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/tagencoding/tagencoding.go cp $WORK/b014/_pkg_.a /builddir/.cache/go-build/85/858a2b0d3bf605d04b90c5380e6d5937f7da37eed3d3ac270e0e1fadd10b96d8-d # internal cat >/tmp/go-build1432051999/b441/importcfg << 'EOF' # internal # import config EOF github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b441/_pkg_.a -trimpath "$WORK/b441=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection -complete -installsuffix shared -buildid uXMDhkpj1JoxfU5d2LjT/uXMDhkpj1JoxfU5d2LjT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection/operator.go mkdir -p $WORK/b445/ cp $WORK/b364/_pkg_.a /builddir/.cache/go-build/d8/d8e32a841c49a5a7c87bdd21b93fa92eca65af89f61e34bb1a51b479806b8bfa-d # internal cat >/tmp/go-build1432051999/b445/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b445/_pkg_.a -trimpath "$WORK/b445=>" -p github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags -complete -installsuffix shared -buildid HutgP7A2dRIhLzOHb0qX/HutgP7A2dRIhLzOHb0qX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags/flags.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_recent.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b023/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b327/_pkg_.a # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types mkdir -p $WORK/b468/ cat >/tmp/go-build1432051999/b468/importcfg << 'EOF' # internal # import config EOF cp $WORK/b023/_pkg_.a /builddir/.cache/go-build/c2/c24f0d3f3465bcd3d4a51b94ed80b2309b6f540353ad97045d25f85f622f21ef-d # internal cp $WORK/b327/_pkg_.a /builddir/.cache/go-build/51/513b2ba06b6390d66b69b35c5b4319cda5dbcbaebe79a9e12177544a16e4df60-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b468/_pkg_.a -trimpath "$WORK/b468=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types -complete -installsuffix shared -buildid bxZ-uh9P2iltxu5p4ztQ/bxZ-uh9P2iltxu5p4ztQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types/namespacedname.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types/nodename.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types/patch.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types/uid.go github.com/prometheus/prometheus/vendor/k8s.io/utils/buffer mkdir -p $WORK/b655/ github.com/prometheus/prometheus/vendor/k8s.io/utils/integer mkdir -p $WORK/b558/ cat >/tmp/go-build1432051999/b655/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b077/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b655/_pkg_.a -trimpath "$WORK/b655=>" -p github.com/prometheus/prometheus/vendor/k8s.io/utils/buffer -complete -installsuffix shared -buildid foBe_i4hVpfd7XUlpNIQ/foBe_i4hVpfd7XUlpNIQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b655/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/utils/buffer/ring_growing.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b067/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b125/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b108/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b062/_pkg_.a # internal cp $WORK/b062/_pkg_.a /builddir/.cache/go-build/53/532f06f539d308a66e119f5e000dd01f0fec52ce31b17fc2a59d3383a36ed705-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api mkdir -p $WORK/b696/ cat >/tmp/go-build1432051999/b696/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b696/_pkg_.a -trimpath "$WORK/b696=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api -complete -installsuffix shared -buildid Jblj-zq-ZdT46hpiLcMJ/Jblj-zq-ZdT46hpiLcMJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/common.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/common_unix.go cat >/tmp/go-build1432051999/b089/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "$WORK/b089=>" -p crypto/internal/boring/sig -std -installsuffix shared -buildid Lx3C2p5VefDcztfp8ZOZ/Lx3C2p5VefDcztfp8ZOZ -goversion go1.21.7 -symabis $WORK/b089/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack -asmhdr $WORK/b089/go_asm.h /usr/lib/golang/src/crypto/internal/boring/sig/sig.go cat >/tmp/go-build1432051999/b012/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "$WORK/b012=>" -p internal/cpu -std -+ -installsuffix shared -buildid BfULZEpNCk7I_gFkIGWV/BfULZEpNCk7I_gFkIGWV -goversion go1.21.7 -symabis $WORK/b012/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack -asmhdr $WORK/b012/go_asm.h /usr/lib/golang/src/internal/cpu/cpu.go /usr/lib/golang/src/internal/cpu/cpu_x86.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b060/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b007/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b165/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b013/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b016/_pkg_.a # internal cp $WORK/b108/_pkg_.a /builddir/.cache/go-build/ca/cad22aefdfaa581bddae1c98ef3166e19048f7553c83d519eedcc77891da33b6-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/events mkdir -p $WORK/b697/ cp $WORK/b077/_pkg_.a /builddir/.cache/go-build/ac/ac415e7cc931c7aa274fb48335af0b89e1dcb501bb2d4769ac1caf9ec8db3e0f-d # internal cp $WORK/b125/_pkg_.a /builddir/.cache/go-build/a7/a750d8eb80f2704518056d2fc48e61ae1a2a5662f340bd708a16e0c76b40bbba-d # internal cp $WORK/b067/_pkg_.a /builddir/.cache/go-build/5f/5f376bafc451028c520867df6a583cb25ff7b2993db48a927b6845ed30811fea-d # internal cp $WORK/b007/_pkg_.a /builddir/.cache/go-build/2c/2c630c3b1e9fd506e6927b7a96e8e82c04018b11e71059d6622477c9e88182ae-d # internal cp $WORK/b016/_pkg_.a /builddir/.cache/go-build/78/78ba9cb112d75dcfa95a80f92b6a081d6f9d7001c700d5b7bc01b8ef135a9cc0-d # internal cat >/tmp/go-build1432051999/b697/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b015/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b242/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/dennwc/varint runtime/internal/math /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b301/_pkg_.a # internal cp $WORK/b013/_pkg_.a /builddir/.cache/go-build/ab/abb4183c557d0744ff591ecd93aac2b26b8d275958fe5841293f3409d73a06d5-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b697/_pkg_.a -trimpath "$WORK/b697=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/events -complete -installsuffix shared -buildid vbAzS2fHHXyUM-OqynaO/vbAzS2fHHXyUM-OqynaO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/events/events.go cp $WORK/b165/_pkg_.a /builddir/.cache/go-build/f4/f4fad4ba807dc2a39696b0f655bc1f1d9851a2cb893f2022a0c6ed8e6b3e3da1-d # internal mkdir -p $WORK/b698/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b030/_pkg_.a # internal cat >/tmp/go-build1432051999/b558/importcfg << 'EOF' # internal # import config EOF runtime/internal/sys cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/subtle -trimpath "$WORK/b088=>" -I $WORK/b088/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b088/xor_amd64.o ./xor_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b405/_pkg_.a # internal internal/abi cat >/tmp/go-build1432051999/b020/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b441/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b404/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b445/_pkg_.a # internal cp $WORK/b242/_pkg_.a /builddir/.cache/go-build/c8/c866e8f04406a07170f753f33a8af1afab028c126b21f0e0c0a657a668a3e171-d # internal mkdir -p $WORK/b791/ github.com/prometheus/prometheus/tsdb/goversion cp $WORK/b015/_pkg_.a /builddir/.cache/go-build/53/536958ed261643540fc01d7404931dc316de6582111964a131eb65ebf18060a1-d # internal cat >/tmp/go-build1432051999/b698/importcfg << 'EOF' # internal # import config EOF cp $WORK/b060/_pkg_.a /builddir/.cache/go-build/9e/9e147f2f1d036dedbe31a2efa1a3697a7a41bb27ea0dbc673130fc5e80601c4d-d # internal cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b558/_pkg_.a -trimpath "$WORK/b558=>" -p github.com/prometheus/prometheus/vendor/k8s.io/utils/integer -complete -installsuffix shared -buildid HwpsgOJAaOimxl_mT7Ju/HwpsgOJAaOimxl_mT7Ju -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/utils/integer/integer.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b698/_pkg_.a -trimpath "$WORK/b698=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image -complete -installsuffix shared -buildid AyZ8NmQOwMhQyR-YcisX/AyZ8NmQOwMhQyR-YcisX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image/image_history.go github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage mkdir -p $WORK/b803/ cp $WORK/b301/_pkg_.a /builddir/.cache/go-build/60/6051220e84188c53bdf3adf8c1e1c571a61c2e45585d19b1c6e2c8ef99ea0e23-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "$WORK/b020=>" -p runtime/internal/syscall -std -+ -installsuffix shared -buildid xgyLWE7KEqorWFiX75jD/xgyLWE7KEqorWFiX75jD -goversion go1.21.7 -symabis $WORK/b020/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack -asmhdr $WORK/b020/go_asm.h /usr/lib/golang/src/runtime/internal/syscall/defs_linux_amd64.go /usr/lib/golang/src/runtime/internal/syscall/syscall_linux.go cat >/tmp/go-build1432051999/b791/importcfg << 'EOF' # internal # import config EOF cp $WORK/b030/_pkg_.a /builddir/.cache/go-build/6b/6b253c78ca53bbfe74b043137b8659f54cb2074ab7be088c61848ce71cd5d2d8-d # internal cp $WORK/b405/_pkg_.a /builddir/.cache/go-build/66/669a8b042644f98cb8784b4962e2a374938c3fdc11abb8905176fb568924a282-d # internal cp $WORK/b441/_pkg_.a /builddir/.cache/go-build/0d/0d437d489161e135b975f223176e5f0215f58dc7bb5709f7c9f3167dedb58043-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b791/_pkg_.a -trimpath "$WORK/b791=>" -p github.com/prometheus/prometheus/vendor/github.com/dennwc/varint -complete -installsuffix shared -buildid n4F8C9VlH1nzffTef3v1/n4F8C9VlH1nzffTef3v1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/dennwc/varint/proto.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/dennwc/varint/varint.go github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/reporterstats mkdir -p $WORK/b804/ cat >/tmp/go-build1432051999/b803/importcfg << 'EOF' # internal # import config EOF github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler mkdir -p $WORK/b806/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b803/_pkg_.a -trimpath "$WORK/b803=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage -complete -installsuffix shared -buildid Pdd6MNYcN8MwmnuVJfIt/Pdd6MNYcN8MwmnuVJfIt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b803/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage/restriction_manager.go cat >/tmp/go-build1432051999/b804/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b804/_pkg_.a -trimpath "$WORK/b804=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/reporterstats -complete -installsuffix shared -buildid NTGB9VCUMRGSMA19ed7A/NTGB9VCUMRGSMA19ed7A -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/reporterstats/stats.go cat >/tmp/go-build1432051999/b806/importcfg << 'EOF' # internal # import config EOF github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype mkdir -p $WORK/b019/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b806/_pkg_.a -trimpath "$WORK/b806=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler -complete -installsuffix shared -buildid 1cRqACrm-9tDEb6IbwK8/1cRqACrm-9tDEb6IbwK8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b806/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler/throttler.go github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions mkdir -p $WORK/b824/ mkdir -p $WORK/b006/ cat >/tmp/go-build1432051999/b019/importcfg << 'EOF' # internal # import config packagefile internal/goarch=/tmp/go-build1432051999/b007/_pkg_.a packagefile internal/goos=/tmp/go-build1432051999/b016/_pkg_.a EOF cp $WORK/b404/_pkg_.a /builddir/.cache/go-build/4c/4cedd950f3af09d86adc253db24823c47563d679ffe79bf582629c3552198c82-d # internal cat >/tmp/go-build1432051999/b824/importcfg << 'EOF' # internal # import config EOF cp $WORK/b445/_pkg_.a /builddir/.cache/go-build/2c/2c28dc35e87a85b7c1d4b142c762b0c5882ae818d8a4b3f3d93363eaaf00c33e-d # internal mkdir -p $WORK/b792/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "$WORK/b019=>" -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid QvaKIXsy3XQELtSA8hjN/QvaKIXsy3XQELtSA8hjN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack /usr/lib/golang/src/runtime/internal/sys/consts.go /usr/lib/golang/src/runtime/internal/sys/consts_norace.go /usr/lib/golang/src/runtime/internal/sys/intrinsics.go /usr/lib/golang/src/runtime/internal/sys/nih.go /usr/lib/golang/src/runtime/internal/sys/sys.go /usr/lib/golang/src/runtime/internal/sys/zversion.go cat >/tmp/go-build1432051999/b006/go_asm.h << 'EOF' # internal EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b824/_pkg_.a -trimpath "$WORK/b824=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions -complete -installsuffix shared -buildid aMNTeq6iAfalWZ7PPO82/aMNTeq6iAfalWZ7PPO82 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b824/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/byte_slice_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/empty_interface_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/map_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/slice_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/string_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/struct_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/time_codec_options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions/uint_codec_options.go mkdir -p $WORK/b018/ cd /usr/lib/golang/src/internal/abi /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b006/symabis ./abi_test.s ./stub.s cat >/tmp/go-build1432051999/b792/importcfg << 'EOF' # internal # import config EOF cat >/tmp/go-build1432051999/b018/importcfg << 'EOF' # internal # import config packagefile internal/goarch=/tmp/go-build1432051999/b007/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b792/_pkg_.a -trimpath "$WORK/b792=>" -p github.com/prometheus/prometheus/tsdb/goversion -complete -installsuffix shared -buildid 7p4R75sZ2CCGcPT_qyFD/7p4R75sZ2CCGcPT_qyFD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/goversion/goversion.go ./_build/src/github.com/prometheus/prometheus/tsdb/goversion/init.go mkdir -p $WORK/b826/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "$WORK/b018=>" -p runtime/internal/math -std -+ -complete -installsuffix shared -buildid gAGZfChpGnertfnhXWKW/gAGZfChpGnertfnhXWKW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /usr/lib/golang/src/runtime/internal/math/math.go cat >/tmp/go-build1432051999/b826/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b826/_pkg_.a -trimpath "$WORK/b826=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype -complete -installsuffix shared -buildid et1dwF0z-1amWLZw_fvw/et1dwF0z-1amWLZw_fvw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b826/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype/bsontype.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b416/_pkg_.a # internal cp $WORK/b416/_pkg_.a /builddir/.cache/go-build/b5/b5ed7d740ed2371c16b98d51eddba86ffff8c51cc533ff5006825375930ff2c4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b696/_pkg_.a # internal cp $WORK/b696/_pkg_.a /builddir/.cache/go-build/7b/7b6936bc4c7888451e874e1b995f243742aa6047a2a826062b350c9e4a5993d9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b082/_pkg_.a # internal cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "$WORK/b089=>" -I $WORK/b089/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b089/sig_amd64.o ./sig_amd64.s cp $WORK/b082/_pkg_.a /builddir/.cache/go-build/d3/d3e3e366cd0c9574b0a074b82ab75b874e77d9163d90c72a675813d356399b2c-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/groupcache/lru mkdir -p $WORK/b402/ cat >/tmp/go-build1432051999/b402/importcfg << 'EOF' # internal # import config packagefile container/list=/tmp/go-build1432051999/b082/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b402/_pkg_.a -trimpath "$WORK/b402=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/groupcache/lru -complete -installsuffix shared -buildid g0jml-EYhM597LZZXH7A/g0jml-EYhM597LZZXH7A -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/groupcache/lru/lru.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b697/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b655/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b026/_pkg_.a # internal cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b088/_pkg_.a $WORK/b088/xor_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b088/_pkg_.a # internal cp $WORK/b697/_pkg_.a /builddir/.cache/go-build/50/501c61400b38dc42097a183d98fd4dc82d5a36917de7c23b605345596a80be9a-d # internal cp $WORK/b655/_pkg_.a /builddir/.cache/go-build/0e/0e8b4caf8017d745efaa9bb49f65f25fa9df63d521fe89fffd11271205420ea3-d # internal cp $WORK/b026/_pkg_.a /builddir/.cache/go-build/3b/3b8607ad77e6e972ed5f0159b91d5c44dd711b458d909536c41ac62c35bf35c9-d # internal cp $WORK/b088/_pkg_.a /builddir/.cache/go-build/f9/f9a9b442db2e10f447d46808226085c4c02763a2e04bb50d45506460c289a7b4-d # internal cat >/tmp/go-build1432051999/b006/importcfg << 'EOF' # internal # import config packagefile internal/goarch=/tmp/go-build1432051999/b007/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "$WORK/b006=>" -p internal/abi -std -+ -installsuffix shared -buildid T80LIU9gLbLQl5o-VY-I/T80LIU9gLbLQl5o-VY-I -goversion go1.21.7 -symabis $WORK/b006/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h /usr/lib/golang/src/internal/abi/abi.go /usr/lib/golang/src/internal/abi/abi_amd64.go /usr/lib/golang/src/internal/abi/compiletype.go /usr/lib/golang/src/internal/abi/funcpc.go /usr/lib/golang/src/internal/abi/map.go /usr/lib/golang/src/internal/abi/stack.go /usr/lib/golang/src/internal/abi/symtab.go /usr/lib/golang/src/internal/abi/type.go /usr/lib/golang/src/internal/abi/unsafestring_go120.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b468/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b032/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b558/_pkg_.a # internal cp $WORK/b468/_pkg_.a /builddir/.cache/go-build/b6/b6790d4c0f04399a042bfe3404780a2693b5e2552f29217a2aecea465f409d83-d # internal cp $WORK/b558/_pkg_.a /builddir/.cache/go-build/8a/8a88ee7aef43d21f578c778f945d41398b071fd7171263d08d79d94e6d023c7e-d # internal cp $WORK/b032/_pkg_.a /builddir/.cache/go-build/d2/d2cb1d6a30b43dac10987f7778d902d636838b044b3e0ac37e9c6c5465ae5102-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set mkdir -p $WORK/b170/ cat >/tmp/go-build1432051999/b170/importcfg << 'EOF' # internal # import config packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b170/_pkg_.a -trimpath "$WORK/b170=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set -complete -installsuffix shared -buildid -7gChRqEUEAXzZ3uZ58B/-7gChRqEUEAXzZ3uZ58B -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set/ints.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b698/_pkg_.a # internal cp $WORK/b698/_pkg_.a /builddir/.cache/go-build/8d/8d3c601267243e73f12d9c57958cc5242eb3d9ef08d99461d862382c584ee96e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b803/_pkg_.a # internal cp $WORK/b803/_pkg_.a /builddir/.cache/go-build/66/66687378348a486de408d79f51515577485422f4f19de6102d5ec325ffda48a7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b806/_pkg_.a # internal cp $WORK/b806/_pkg_.a /builddir/.cache/go-build/d4/d46b683bee16791b6e410e8d9ed7b0f8f3f275e1aa320bc0333499f855e541cc-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b018/_pkg_.a # internal cp $WORK/b018/_pkg_.a /builddir/.cache/go-build/10/109d8a1d68930de2895f9ed75f791dab58a74f9e0564ad1142fcc22efff8ecc1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b792/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b826/_pkg_.a # internal cp $WORK/b792/_pkg_.a /builddir/.cache/go-build/60/607de599494dc5a4b5ced41f3d879679b38483373e8331596e34093ce8170630-d # internal cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b089/_pkg_.a $WORK/b089/sig_amd64.o # internal cp $WORK/b826/_pkg_.a /builddir/.cache/go-build/5d/5d12490e9bd84a10f7ac77782e2335ef5b020ff62cc07d61805fe90d19ba91fd-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b089/_pkg_.a # internal cp $WORK/b089/_pkg_.a /builddir/.cache/go-build/ee/eeccf710335c3e60feb17976621ecc22f1aa7c320e68971d800472fcfc245528-d # internal cd /usr/lib/golang/src/runtime/internal/syscall /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/internal/syscall -trimpath "$WORK/b020=>" -I $WORK/b020/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b020/asm_linux_amd64.o ./asm_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b019/_pkg_.a # internal cp $WORK/b019/_pkg_.a /builddir/.cache/go-build/97/9728dda2c2e9d31da5930c11c7fed9e3d7923202b6c524050dd8c397c2fce439-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b804/_pkg_.a # internal cp $WORK/b804/_pkg_.a /builddir/.cache/go-build/c2/c2d8aef5d1e9e240d4b641c6e842810f1a8a86981f68c65cf50b33b7b1bdd7b4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b791/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b020/_pkg_.a $WORK/b020/asm_linux_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b020/_pkg_.a # internal cp $WORK/b791/_pkg_.a /builddir/.cache/go-build/46/460e2868b3598528abc4508b15b6c9169fd3e2c63d4bb65cf20c8dbc36d4e24f-d # internal cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/internal/atomic -trimpath "$WORK/b017=>" -I $WORK/b017/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b017/atomic_amd64.o ./atomic_amd64.s cp $WORK/b020/_pkg_.a /builddir/.cache/go-build/7c/7c8ded62094b2e3fcb66445116dbfdfff6e0aaa7b1a0b27974c01ab087dea323-d # internal cd /usr/lib/golang/src/internal/cpu /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "$WORK/b012=>" -I $WORK/b012/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu.o ./cpu.s cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b017/_pkg_.a $WORK/b017/atomic_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b017/_pkg_.a # internal cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "$WORK/b024=>" -I $WORK/b024/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b024/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b170/_pkg_.a # internal cp $WORK/b170/_pkg_.a /builddir/.cache/go-build/b2/b2feb088f524d008d2c20d1addae5ceee2d528ca0c8eea3b2267a99813e56253-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b402/_pkg_.a # internal cp $WORK/b402/_pkg_.a /builddir/.cache/go-build/7f/7f354a3426d7166f24810f7244df41eb13b8d21dc6b565866107a1cbe90bbf09-d # internal cp $WORK/b017/_pkg_.a /builddir/.cache/go-build/e4/e4faef09e68b6d1fb45fd16edef804dcb668812f12bd7a4fdb3f9b35379b3700-d # internal cd /usr/lib/golang/src/internal/cpu /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "$WORK/b012=>" -I $WORK/b012/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu_x86.o ./cpu_x86.s cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b024/_pkg_.a $WORK/b024/asm.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b024/_pkg_.a # internal cp $WORK/b024/_pkg_.a /builddir/.cache/go-build/75/75163911d899c86b4ae2a7cd3e6325c4be83fe5c1a87ffde1b739d6202d7a754-d # internal cd /usr/lib/golang/src/internal/cpu /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_x86.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b012/_pkg_.a # internal cp $WORK/b012/_pkg_.a /builddir/.cache/go-build/2f/2f3bf04fd669f3c7f76687208bd9cf19befd21ea4546700c16ea6e34629c1a90-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b824/_pkg_.a # internal internal/bytealg mkdir -p $WORK/b011/ cat >/tmp/go-build1432051999/b011/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "$WORK/b011=>" -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s cp $WORK/b824/_pkg_.a /builddir/.cache/go-build/24/24941ba3a5aab1eb050b5e084672a156ced753da66680792498dc385dcbb7825-d # internal math mkdir -p $WORK/b031/ cat >/tmp/go-build1432051999/b031/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_amd64/asm -p math -trimpath "$WORK/b031=>" -I $WORK/b031/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b031/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s cat >/tmp/go-build1432051999/b011/importcfg << 'EOF' # internal # import config packagefile internal/cpu=/tmp/go-build1432051999/b012/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "$WORK/b011=>" -p internal/bytealg -std -+ -installsuffix shared -buildid HdEZpGRxcp9lVWpbLAuB/HdEZpGRxcp9lVWpbLAuB -goversion go1.21.7 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /usr/lib/golang/src/internal/bytealg/bytealg.go /usr/lib/golang/src/internal/bytealg/compare_native.go /usr/lib/golang/src/internal/bytealg/count_native.go /usr/lib/golang/src/internal/bytealg/equal_generic.go /usr/lib/golang/src/internal/bytealg/equal_native.go /usr/lib/golang/src/internal/bytealg/index_amd64.go /usr/lib/golang/src/internal/bytealg/index_native.go /usr/lib/golang/src/internal/bytealg/indexbyte_native.go cat >/tmp/go-build1432051999/b031/importcfg << 'EOF' # internal # import config packagefile internal/cpu=/tmp/go-build1432051999/b012/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "$WORK/b031=>" -p math -std -installsuffix shared -buildid kanjYy1q246aWjem71cO/kanjYy1q246aWjem71cO -goversion go1.21.7 -symabis $WORK/b031/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack -asmhdr $WORK/b031/go_asm.h /usr/lib/golang/src/math/abs.go /usr/lib/golang/src/math/acosh.go /usr/lib/golang/src/math/asin.go /usr/lib/golang/src/math/asinh.go /usr/lib/golang/src/math/atan.go /usr/lib/golang/src/math/atan2.go /usr/lib/golang/src/math/atanh.go /usr/lib/golang/src/math/bits.go /usr/lib/golang/src/math/cbrt.go /usr/lib/golang/src/math/const.go /usr/lib/golang/src/math/copysign.go /usr/lib/golang/src/math/dim.go /usr/lib/golang/src/math/dim_asm.go /usr/lib/golang/src/math/erf.go /usr/lib/golang/src/math/erfinv.go /usr/lib/golang/src/math/exp.go /usr/lib/golang/src/math/exp2_noasm.go /usr/lib/golang/src/math/exp_amd64.go /usr/lib/golang/src/math/exp_asm.go /usr/lib/golang/src/math/expm1.go /usr/lib/golang/src/math/floor.go /usr/lib/golang/src/math/floor_asm.go /usr/lib/golang/src/math/fma.go /usr/lib/golang/src/math/frexp.go /usr/lib/golang/src/math/gamma.go /usr/lib/golang/src/math/hypot.go /usr/lib/golang/src/math/hypot_asm.go /usr/lib/golang/src/math/j0.go /usr/lib/golang/src/math/j1.go /usr/lib/golang/src/math/jn.go /usr/lib/golang/src/math/ldexp.go /usr/lib/golang/src/math/lgamma.go /usr/lib/golang/src/math/log.go /usr/lib/golang/src/math/log10.go /usr/lib/golang/src/math/log1p.go /usr/lib/golang/src/math/log_asm.go /usr/lib/golang/src/math/logb.go /usr/lib/golang/src/math/mod.go /usr/lib/golang/src/math/modf.go /usr/lib/golang/src/math/modf_noasm.go /usr/lib/golang/src/math/nextafter.go /usr/lib/golang/src/math/pow.go /usr/lib/golang/src/math/pow10.go /usr/lib/golang/src/math/remainder.go /usr/lib/golang/src/math/signbit.go /usr/lib/golang/src/math/sin.go /usr/lib/golang/src/math/sincos.go /usr/lib/golang/src/math/sinh.go /usr/lib/golang/src/math/sqrt.go /usr/lib/golang/src/math/stubs.go /usr/lib/golang/src/math/tan.go /usr/lib/golang/src/math/tanh.go /usr/lib/golang/src/math/trig_reduce.go /usr/lib/golang/src/math/unsafe.go cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "$WORK/b011=>" -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b011/compare_amd64.o ./compare_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "$WORK/b011=>" -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b011/count_amd64.o ./count_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "$WORK/b011=>" -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b011/equal_amd64.o ./equal_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "$WORK/b011=>" -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b011/index_amd64.o ./index_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "$WORK/b011=>" -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b011/indexbyte_amd64.o ./indexbyte_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b011/_pkg_.a $WORK/b011/compare_amd64.o $WORK/b011/count_amd64.o $WORK/b011/equal_amd64.o $WORK/b011/index_amd64.o $WORK/b011/indexbyte_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b011/_pkg_.a # internal cp $WORK/b011/_pkg_.a /builddir/.cache/go-build/e2/e251a5507864c52bf0b3b3448e6247145940108768845a76afa4ce37adf358a8-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b025/_pkg_.a # internal cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_amd64/asm -p math -trimpath "$WORK/b031=>" -I $WORK/b031/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b031/dim_amd64.o ./dim_amd64.s cp $WORK/b025/_pkg_.a /builddir/.cache/go-build/2f/2f3dcc3a1818a7b7a5a89c5776434a9d96db66d8bf314b6e8221bde5be040a30-d # internal /usr/lib/golang/pkg/tool/linux_amd64/asm -p math -trimpath "$WORK/b031=>" -I $WORK/b031/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b031/exp_amd64.o ./exp_amd64.s cd /usr/lib/golang/src/internal/abi /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/abi_test.o ./abi_test.s cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_amd64/asm -p math -trimpath "$WORK/b031=>" -I $WORK/b031/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b031/floor_amd64.o ./floor_amd64.s cd /usr/lib/golang/src/internal/abi /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/stub.o ./stub.s cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_amd64/asm -p math -trimpath "$WORK/b031=>" -I $WORK/b031/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b031/hypot_amd64.o ./hypot_amd64.s cd /usr/lib/golang/src/internal/abi /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b006/_pkg_.a # internal cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_amd64/asm -p math -trimpath "$WORK/b031=>" -I $WORK/b031/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b031/log_amd64.o ./log_amd64.s cp $WORK/b006/_pkg_.a /builddir/.cache/go-build/af/afd4991d5f45206adde48d235a5e044678a3cb3b8b4d96f11161069220c4e77a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b031/_pkg_.a $WORK/b031/dim_amd64.o $WORK/b031/exp_amd64.o $WORK/b031/floor_amd64.o $WORK/b031/hypot_amd64.o $WORK/b031/log_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b031/_pkg_.a # internal cp $WORK/b031/_pkg_.a /builddir/.cache/go-build/d3/d3cb78802851dcafca6bff3b23f81e87fdf5b00e0f1b82a2b7da1dae487bc877-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkmath mkdir -p $WORK/b253/ github.com/prometheus/prometheus/model/value mkdir -p $WORK/b764/ cat >/tmp/go-build1432051999/b253/importcfg << 'EOF' # internal # import config packagefile math=/tmp/go-build1432051999/b031/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b253/_pkg_.a -trimpath "$WORK/b253=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkmath -complete -installsuffix shared -buildid BL7bkY0OAR3QolJqseEP/BL7bkY0OAR3QolJqseEP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkmath/floor.go cat >/tmp/go-build1432051999/b764/importcfg << 'EOF' # internal # import config packagefile math=/tmp/go-build1432051999/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b764/_pkg_.a -trimpath "$WORK/b764=>" -p github.com/prometheus/prometheus/model/value -complete -installsuffix shared -buildid fWYhhLOSUVPxZy07hc36/fWYhhLOSUVPxZy07hc36 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b764/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/value/value.go runtime mkdir -p $WORK/b010/ cat >/tmp/go-build1432051999/b010/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -gensymabis -o $WORK/b010/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b764/_pkg_.a # internal cp $WORK/b764/_pkg_.a /builddir/.cache/go-build/4e/4e6c4403d55431cb47245eafe50e18e99270d3e9415978c4f7ace9227310db14-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b253/_pkg_.a # internal cp $WORK/b253/_pkg_.a /builddir/.cache/go-build/b9/b9abc3e86da249b86ae660f23dc79410fd80c6a9d61fa86e9a4d7a3c646b8a9f-d # internal cat >/tmp/go-build1432051999/b010/importcfg << 'EOF' # internal # import config packagefile internal/abi=/tmp/go-build1432051999/b006/_pkg_.a packagefile internal/bytealg=/tmp/go-build1432051999/b011/_pkg_.a packagefile internal/coverage/rtcov=/tmp/go-build1432051999/b013/_pkg_.a packagefile internal/cpu=/tmp/go-build1432051999/b012/_pkg_.a packagefile internal/goarch=/tmp/go-build1432051999/b007/_pkg_.a packagefile internal/godebugs=/tmp/go-build1432051999/b014/_pkg_.a packagefile internal/goexperiment=/tmp/go-build1432051999/b015/_pkg_.a packagefile internal/goos=/tmp/go-build1432051999/b016/_pkg_.a packagefile runtime/internal/atomic=/tmp/go-build1432051999/b017/_pkg_.a packagefile runtime/internal/math=/tmp/go-build1432051999/b018/_pkg_.a packagefile runtime/internal/sys=/tmp/go-build1432051999/b019/_pkg_.a packagefile runtime/internal/syscall=/tmp/go-build1432051999/b020/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "$WORK/b010=>" -p runtime -std -+ -installsuffix shared -buildid HYejxkMHsLzDrIh1d5Sk/HYejxkMHsLzDrIh1d5Sk -goversion go1.21.7 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /usr/lib/golang/src/runtime/alg.go /usr/lib/golang/src/runtime/arena.go /usr/lib/golang/src/runtime/asan0.go /usr/lib/golang/src/runtime/atomic_pointer.go /usr/lib/golang/src/runtime/cgo.go /usr/lib/golang/src/runtime/cgo_mmap.go /usr/lib/golang/src/runtime/cgo_sigaction.go /usr/lib/golang/src/runtime/cgocall.go /usr/lib/golang/src/runtime/cgocallback.go /usr/lib/golang/src/runtime/cgocheck.go /usr/lib/golang/src/runtime/chan.go /usr/lib/golang/src/runtime/checkptr.go /usr/lib/golang/src/runtime/compiler.go /usr/lib/golang/src/runtime/complex.go /usr/lib/golang/src/runtime/covercounter.go /usr/lib/golang/src/runtime/covermeta.go /usr/lib/golang/src/runtime/cpuflags.go /usr/lib/golang/src/runtime/cpuflags_amd64.go /usr/lib/golang/src/runtime/cpuprof.go /usr/lib/golang/src/runtime/cputicks.go /usr/lib/golang/src/runtime/create_file_unix.go /usr/lib/golang/src/runtime/debug.go /usr/lib/golang/src/runtime/debugcall.go /usr/lib/golang/src/runtime/debuglog.go /usr/lib/golang/src/runtime/debuglog_off.go /usr/lib/golang/src/runtime/defs_linux_amd64.go /usr/lib/golang/src/runtime/env_posix.go /usr/lib/golang/src/runtime/error.go /usr/lib/golang/src/runtime/exithook.go /usr/lib/golang/src/runtime/extern.go /usr/lib/golang/src/runtime/fastlog2.go /usr/lib/golang/src/runtime/fastlog2table.go /usr/lib/golang/src/runtime/float.go /usr/lib/golang/src/runtime/hash64.go /usr/lib/golang/src/runtime/heapdump.go /usr/lib/golang/src/runtime/histogram.go /usr/lib/golang/src/runtime/iface.go /usr/lib/golang/src/runtime/lfstack.go /usr/lib/golang/src/runtime/lock_futex.go /usr/lib/golang/src/runtime/lockrank.go /usr/lib/golang/src/runtime/lockrank_off.go /usr/lib/golang/src/runtime/malloc.go /usr/lib/golang/src/runtime/map.go /usr/lib/golang/src/runtime/map_fast32.go /usr/lib/golang/src/runtime/map_fast64.go /usr/lib/golang/src/runtime/map_faststr.go /usr/lib/golang/src/runtime/mbarrier.go /usr/lib/golang/src/runtime/mbitmap.go /usr/lib/golang/src/runtime/mcache.go /usr/lib/golang/src/runtime/mcentral.go /usr/lib/golang/src/runtime/mcheckmark.go /usr/lib/golang/src/runtime/mem.go /usr/lib/golang/src/runtime/mem_linux.go /usr/lib/golang/src/runtime/metrics.go /usr/lib/golang/src/runtime/mfinal.go /usr/lib/golang/src/runtime/mfixalloc.go /usr/lib/golang/src/runtime/mgc.go /usr/lib/golang/src/runtime/mgclimit.go /usr/lib/golang/src/runtime/mgcmark.go /usr/lib/golang/src/runtime/mgcpacer.go /usr/lib/golang/src/runtime/mgcscavenge.go /usr/lib/golang/src/runtime/mgcstack.go /usr/lib/golang/src/runtime/mgcsweep.go /usr/lib/golang/src/runtime/mgcwork.go /usr/lib/golang/src/runtime/mheap.go /usr/lib/golang/src/runtime/minmax.go /usr/lib/golang/src/runtime/mpagealloc.go /usr/lib/golang/src/runtime/mpagealloc_64bit.go /usr/lib/golang/src/runtime/mpagecache.go /usr/lib/golang/src/runtime/mpallocbits.go /usr/lib/golang/src/runtime/mprof.go /usr/lib/golang/src/runtime/mranges.go /usr/lib/golang/src/runtime/msan0.go /usr/lib/golang/src/runtime/msize.go /usr/lib/golang/src/runtime/mspanset.go /usr/lib/golang/src/runtime/mstats.go /usr/lib/golang/src/runtime/mwbbuf.go /usr/lib/golang/src/runtime/nbpipe_pipe2.go /usr/lib/golang/src/runtime/netpoll.go /usr/lib/golang/src/runtime/netpoll_epoll.go /usr/lib/golang/src/runtime/nonwindows_stub.go /usr/lib/golang/src/runtime/os_linux.go /usr/lib/golang/src/runtime/os_linux_generic.go /usr/lib/golang/src/runtime/os_linux_noauxv.go /usr/lib/golang/src/runtime/os_linux_x86.go /usr/lib/golang/src/runtime/os_nonopenbsd.go /usr/lib/golang/src/runtime/os_unix.go /usr/lib/golang/src/runtime/pagetrace_off.go /usr/lib/golang/src/runtime/panic.go /usr/lib/golang/src/runtime/pinner.go /usr/lib/golang/src/runtime/plugin.go /usr/lib/golang/src/runtime/preempt.go /usr/lib/golang/src/runtime/preempt_nonwindows.go /usr/lib/golang/src/runtime/print.go /usr/lib/golang/src/runtime/proc.go /usr/lib/golang/src/runtime/profbuf.go /usr/lib/golang/src/runtime/proflabel.go /usr/lib/golang/src/runtime/race0.go /usr/lib/golang/src/runtime/rdebug.go /usr/lib/golang/src/runtime/retry.go /usr/lib/golang/src/runtime/runtime.go /usr/lib/golang/src/runtime/runtime1.go /usr/lib/golang/src/runtime/runtime2.go /usr/lib/golang/src/runtime/runtime_boring.go /usr/lib/golang/src/runtime/rwmutex.go /usr/lib/golang/src/runtime/security_linux.go /usr/lib/golang/src/runtime/security_unix.go /usr/lib/golang/src/runtime/select.go /usr/lib/golang/src/runtime/sema.go /usr/lib/golang/src/runtime/signal_amd64.go /usr/lib/golang/src/runtime/signal_linux_amd64.go /usr/lib/golang/src/runtime/signal_unix.go /usr/lib/golang/src/runtime/sigqueue.go /usr/lib/golang/src/runtime/sigqueue_note.go /usr/lib/golang/src/runtime/sigtab_linux_generic.go /usr/lib/golang/src/runtime/sizeclasses.go /usr/lib/golang/src/runtime/slice.go /usr/lib/golang/src/runtime/softfloat64.go /usr/lib/golang/src/runtime/stack.go /usr/lib/golang/src/runtime/stkframe.go /usr/lib/golang/src/runtime/string.go /usr/lib/golang/src/runtime/stubs.go /usr/lib/golang/src/runtime/stubs2.go /usr/lib/golang/src/runtime/stubs3.go /usr/lib/golang/src/runtime/stubs_amd64.go /usr/lib/golang/src/runtime/stubs_linux.go /usr/lib/golang/src/runtime/symtab.go /usr/lib/golang/src/runtime/symtabinl.go /usr/lib/golang/src/runtime/sys_nonppc64x.go /usr/lib/golang/src/runtime/sys_x86.go /usr/lib/golang/src/runtime/tagptr.go /usr/lib/golang/src/runtime/tagptr_64bit.go /usr/lib/golang/src/runtime/test_amd64.go /usr/lib/golang/src/runtime/time.go /usr/lib/golang/src/runtime/time_nofake.go /usr/lib/golang/src/runtime/timeasm.go /usr/lib/golang/src/runtime/tls_stub.go /usr/lib/golang/src/runtime/trace.go /usr/lib/golang/src/runtime/traceback.go /usr/lib/golang/src/runtime/type.go /usr/lib/golang/src/runtime/typekind.go /usr/lib/golang/src/runtime/unsafe.go /usr/lib/golang/src/runtime/utf8.go /usr/lib/golang/src/runtime/vdso_elf64.go /usr/lib/golang/src/runtime/vdso_linux.go /usr/lib/golang/src/runtime/vdso_linux_amd64.go /usr/lib/golang/src/runtime/write_err.go cp /usr/lib/golang/src/runtime/asm_amd64.h $WORK/b010/asm_GOARCH.h cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/asm_amd64.o ./asm_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/duff_amd64.o ./duff_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/memclr_amd64.o ./memclr_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/memmove_amd64.o ./memmove_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/preempt_amd64.o ./preempt_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/rt0_linux_amd64.o ./rt0_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/sys_linux_amd64.o ./sys_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/test_amd64.o ./test_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b010/time_linux_amd64.o ./time_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b010/_pkg_.a $WORK/b010/asm.o $WORK/b010/asm_amd64.o $WORK/b010/duff_amd64.o $WORK/b010/memclr_amd64.o $WORK/b010/memmove_amd64.o $WORK/b010/preempt_amd64.o $WORK/b010/rt0_linux_amd64.o $WORK/b010/sys_linux_amd64.o $WORK/b010/test_amd64.o $WORK/b010/time_linux_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b010/_pkg_.a # internal cp $WORK/b010/_pkg_.a /builddir/.cache/go-build/94/94b7882a006736457299c5db983c20818d4c135d92090c5a27885def04cb6542-d # internal internal/reflectlite mkdir -p $WORK/b005/ cat >/tmp/go-build1432051999/b005/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/internal/reflectlite /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b005/symabis ./asm.s sync mkdir -p $WORK/b022/ cat >/tmp/go-build1432051999/b022/importcfg << 'EOF' # internal # import config packagefile internal/race=/tmp/go-build1432051999/b023/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "$WORK/b022=>" -p sync -std -installsuffix shared -buildid 6Ab7LE1hpDHPcjKM2TUl/6Ab7LE1hpDHPcjKM2TUl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /usr/lib/golang/src/sync/cond.go /usr/lib/golang/src/sync/map.go /usr/lib/golang/src/sync/mutex.go /usr/lib/golang/src/sync/once.go /usr/lib/golang/src/sync/oncefunc.go /usr/lib/golang/src/sync/pool.go /usr/lib/golang/src/sync/poolqueue.go /usr/lib/golang/src/sync/runtime.go /usr/lib/golang/src/sync/runtime2.go /usr/lib/golang/src/sync/rwmutex.go /usr/lib/golang/src/sync/waitgroup.go cat >/tmp/go-build1432051999/b005/importcfg << 'EOF' # internal # import config packagefile internal/abi=/tmp/go-build1432051999/b006/_pkg_.a packagefile internal/goarch=/tmp/go-build1432051999/b007/_pkg_.a packagefile internal/unsafeheader=/tmp/go-build1432051999/b009/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "$WORK/b005=>" -p internal/reflectlite -std -installsuffix shared -buildid GC6IEDvc5TrMa0tGNPNL/GC6IEDvc5TrMa0tGNPNL -goversion go1.21.7 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /usr/lib/golang/src/internal/reflectlite/swapper.go /usr/lib/golang/src/internal/reflectlite/type.go /usr/lib/golang/src/internal/reflectlite/value.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b022/_pkg_.a # internal cp $WORK/b022/_pkg_.a /builddir/.cache/go-build/61/6169337d343ae36e2778717e39960c94939132c975cb4c148bc2146ebe57c806-d # internal internal/testlog mkdir -p $WORK/b043/ internal/bisect internal/singleflight mkdir -p $WORK/b078/ github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/buffer github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight cat >/tmp/go-build1432051999/b043/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma cat >/tmp/go-build1432051999/b078/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "$WORK/b043=>" -p internal/testlog -std -complete -installsuffix shared -buildid YXkQ-vBhg0ad3Whend6c/YXkQ-vBhg0ad3Whend6c -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /usr/lib/golang/src/internal/testlog/exit.go /usr/lib/golang/src/internal/testlog/log.go mkdir -p $WORK/b047/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b078/_pkg_.a -trimpath "$WORK/b078=>" -p internal/singleflight -std -complete -installsuffix shared -buildid b9DEWzK_JhaXHencRlxe/b9DEWzK_JhaXHencRlxe -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /usr/lib/golang/src/internal/singleflight/singleflight.go cat >/tmp/go-build1432051999/b047/importcfg << 'EOF' # internal # import config packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "$WORK/b047=>" -p internal/bisect -std -complete -installsuffix shared -buildid stwk2BrL_MCXW1r9QYp6/stwk2BrL_MCXW1r9QYp6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /usr/lib/golang/src/internal/bisect/bisect.go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcsync mkdir -p $WORK/b379/ internal/sysinfo mkdir -p $WORK/b428/ mkdir -p $WORK/b376/ cat >/tmp/go-build1432051999/b379/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF cat >/tmp/go-build1432051999/b428/importcfg << 'EOF' # internal # import config packagefile internal/cpu=/tmp/go-build1432051999/b012/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b379/_pkg_.a -trimpath "$WORK/b379=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcsync -complete -installsuffix shared -buildid 8dOdtaAl_Oip_yGHF26U/8dOdtaAl_Oip_yGHF26U -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcsync/event.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b428/_pkg_.a -trimpath "$WORK/b428=>" -p internal/sysinfo -std -complete -installsuffix shared -buildid qg8YOmt-LHYQ0Q59r6ov/qg8YOmt-LHYQ0Q59r6ov -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /usr/lib/golang/src/internal/sysinfo/sysinfo.go mkdir -p $WORK/b237/ cat >/tmp/go-build1432051999/b376/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b376/_pkg_.a -trimpath "$WORK/b376=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/buffer -complete -installsuffix shared -buildid sZqrrNZ8eGMQGty2u2ep/sZqrrNZ8eGMQGty2u2ep -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/buffer/unbounded.go cat >/tmp/go-build1432051999/b237/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b237/_pkg_.a -trimpath "$WORK/b237=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight -complete -installsuffix shared -buildid YMDxC-JzTo89Lpy416_T/YMDxC-JzTo89Lpy416_T -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight/singleflight.go mkdir -p $WORK/b163/ cat >/tmp/go-build1432051999/b163/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b163/_pkg_.a -trimpath "$WORK/b163=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma -complete -installsuffix shared -buildid Bz8brVY-jtO3cDwx8v3a/Bz8brVY-jtO3cDwx8v3a -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma/pragma.go github.com/prometheus/prometheus/vendor/github.com/josharian/intern mkdir -p $WORK/b833/ cat >/tmp/go-build1432051999/b833/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b833/_pkg_.a -trimpath "$WORK/b833=>" -p github.com/prometheus/prometheus/vendor/github.com/josharian/intern -complete -installsuffix shared -buildid NEK0to2NKxvX8HZOrGLZ/NEK0to2NKxvX8HZOrGLZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b833/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/josharian/intern/intern.go runtime/cgo mkdir -p $WORK/b050/ cd /usr/lib/golang/src/runtime/cgo TERM='dumb' CGO_LDFLAGS='"-O2" "-g" "-lpthread"' /usr/lib/golang/pkg/tool/linux_amd64/cgo -objdir $WORK/b050/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/b050/ -O2 -g -Wall -Werror -fno-stack-protector ./cgo.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b163/_pkg_.a # internal cp $WORK/b163/_pkg_.a /builddir/.cache/go-build/f2/f292b14cb8a188b6944e3cce1ff2a93c14734d4848b6841acbb283b4c08fbc23-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b428/_pkg_.a # internal cp $WORK/b428/_pkg_.a /builddir/.cache/go-build/af/afba000ddce429397e9bdd5d273a3b8471d1f8d6fd356262c5dbadcdfee3ffac-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b379/_pkg_.a # internal cp $WORK/b379/_pkg_.a /builddir/.cache/go-build/af/af5be0e6082167df84ce536ef4ce329970f685cc2d6e793478fdf826a202d934-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b376/_pkg_.a # internal cp $WORK/b376/_pkg_.a /builddir/.cache/go-build/40/405a79608fa6360344e3b9bd32c275712e0b7eede927796cfa721b3cdbed5c9b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b833/_pkg_.a # internal cp $WORK/b833/_pkg_.a /builddir/.cache/go-build/1c/1c75ba63dffcb8f24ee27c470ebcff6e865f683d41f690db7eed57359ca94af5-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b043/_pkg_.a # internal cp $WORK/b043/_pkg_.a /builddir/.cache/go-build/09/0929cdea4bafa23930facf222399ec63403e85b96b27a17ef3a259b232f995db-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b078/_pkg_.a # internal cp $WORK/b078/_pkg_.a /builddir/.cache/go-build/60/6024950815bfeb24e83b7728e1edd39a69d8d2589126110e247909714044664c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b237/_pkg_.a # internal cp $WORK/b237/_pkg_.a /builddir/.cache/go-build/a3/a35c2b0a28e053648b9b80ecf5176e19448905c3505a983a157f3ef7644d8970-d # internal cd $WORK/b050 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o ./_x001.o -c _cgo_export.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b047/_pkg_.a # internal cp $WORK/b047/_pkg_.a /builddir/.cache/go-build/80/80e7a359b7f92e772855dba8d3d1f56db145b62a4b5697729fd1445aaf92b93f-d # internal internal/godebug mkdir -p $WORK/b046/ cat >/tmp/go-build1432051999/b046/importcfg << 'EOF' # internal # import config packagefile internal/bisect=/tmp/go-build1432051999/b047/_pkg_.a packagefile internal/godebugs=/tmp/go-build1432051999/b014/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "$WORK/b046=>" -p internal/godebug -std -complete -installsuffix shared -buildid wOFU_YiWw9rBBYlVWw-5/wOFU_YiWw9rBBYlVWw-5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /usr/lib/golang/src/internal/godebug/godebug.go cd $WORK/b050 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o ./_x002.o -c cgo.cgo2.c cd /usr/lib/golang/src/internal/reflectlite /usr/lib/golang/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b005/_pkg_.a # internal cp $WORK/b005/_pkg_.a /builddir/.cache/go-build/47/47243773dec3ff78e21e72e52a6668093239d15c8afe25f7257d4c8775e712e8-d # internal errors mkdir -p $WORK/b004/ sort mkdir -p $WORK/b034/ cat >/tmp/go-build1432051999/b004/importcfg << 'EOF' # internal # import config packagefile internal/reflectlite=/tmp/go-build1432051999/b005/_pkg_.a EOF cat >/tmp/go-build1432051999/b034/importcfg << 'EOF' # internal # import config packagefile internal/reflectlite=/tmp/go-build1432051999/b005/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "$WORK/b004=>" -p errors -std -complete -installsuffix shared -buildid b3_kcgXqUEnHX4xVNdaC/b3_kcgXqUEnHX4xVNdaC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack /usr/lib/golang/src/errors/errors.go /usr/lib/golang/src/errors/join.go /usr/lib/golang/src/errors/wrap.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "$WORK/b034=>" -p sort -std -complete -installsuffix shared -buildid RV4byl2n7g2xletjIKhw/RV4byl2n7g2xletjIKhw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /usr/lib/golang/src/sort/search.go /usr/lib/golang/src/sort/slice.go /usr/lib/golang/src/sort/sort.go /usr/lib/golang/src/sort/zsortfunc.go /usr/lib/golang/src/sort/zsortinterface.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b046/_pkg_.a # internal cp $WORK/b046/_pkg_.a /builddir/.cache/go-build/98/98effb4fdfc8bfc041f157e89ec28ebe35ba539aadf20d630ecb1e751e775c86-d # internal internal/intern mkdir -p $WORK/b080/ cat >/tmp/go-build1432051999/b080/importcfg << 'EOF' # internal # import config packagefile internal/godebug=/tmp/go-build1432051999/b046/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF math/rand mkdir -p $WORK/b092/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b080/_pkg_.a -trimpath "$WORK/b080=>" -p internal/intern -std -complete -installsuffix shared -buildid dRurYXPHLvXWxQGUGeiq/dRurYXPHLvXWxQGUGeiq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /usr/lib/golang/src/internal/intern/intern.go cat >/tmp/go-build1432051999/b092/importcfg << 'EOF' # internal # import config packagefile internal/godebug=/tmp/go-build1432051999/b046/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b092/_pkg_.a -trimpath "$WORK/b092=>" -p math/rand -std -complete -installsuffix shared -buildid Eg-pZj0k5SQVtTCjhP2v/Eg-pZj0k5SQVtTCjhP2v -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /usr/lib/golang/src/math/rand/exp.go /usr/lib/golang/src/math/rand/normal.go /usr/lib/golang/src/math/rand/rand.go /usr/lib/golang/src/math/rand/rng.go /usr/lib/golang/src/math/rand/zipf.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b004/_pkg_.a # internal cp $WORK/b004/_pkg_.a /builddir/.cache/go-build/2d/2d51b0e2be83edce6ef4b3fa582754fc1c08ba9743aa2b2370b8fa8c98d3a6e5-d # internal io mkdir -p $WORK/b021/ internal/oserror mkdir -p $WORK/b039/ internal/safefilepath cat >/tmp/go-build1432051999/b021/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF path mkdir -p $WORK/b045/ vendor/golang.org/x/net/dns/dnsmessage /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "$WORK/b021=>" -p io -std -complete -installsuffix shared -buildid cLcggaM00TTEwvnkd0jr/cLcggaM00TTEwvnkd0jr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /usr/lib/golang/src/io/io.go /usr/lib/golang/src/io/multi.go /usr/lib/golang/src/io/pipe.go mkdir -p $WORK/b041/ cat >/tmp/go-build1432051999/b045/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/bytealg=/tmp/go-build1432051999/b011/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF mkdir -p $WORK/b076/ strconv /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "$WORK/b045=>" -p path -std -complete -installsuffix shared -buildid as5QsPM5S43pk6DMpDol/as5QsPM5S43pk6DMpDol -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /usr/lib/golang/src/path/match.go /usr/lib/golang/src/path/path.go cat >/tmp/go-build1432051999/b039/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a EOF cat >/tmp/go-build1432051999/b041/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a EOF mkdir -p $WORK/b033/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "$WORK/b039=>" -p internal/oserror -std -complete -installsuffix shared -buildid Lv8WpqqCV-cc9OAEftVi/Lv8WpqqCV-cc9OAEftVi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /usr/lib/golang/src/internal/oserror/errors.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "$WORK/b041=>" -p internal/safefilepath -std -complete -installsuffix shared -buildid l-MgzZ16SQIhLT_OkRNt/l-MgzZ16SQIhLT_OkRNt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /usr/lib/golang/src/internal/safefilepath/path.go /usr/lib/golang/src/internal/safefilepath/path_other.go cat >/tmp/go-build1432051999/b076/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a EOF crypto/internal/nistec/fiat mkdir -p $WORK/b099/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "$WORK/b076=>" -p vendor/golang.org/x/net/dns/dnsmessage -std -complete -installsuffix shared -buildid FBtuwFeoiTpl0pPY34RO/FBtuwFeoiTpl0pPY34RO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/net/dns/dnsmessage/message.go cat >/tmp/go-build1432051999/b033/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/bytealg=/tmp/go-build1432051999/b011/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF cat >/tmp/go-build1432051999/b099/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "$WORK/b033=>" -p strconv -std -complete -installsuffix shared -buildid RBqFB3fuGSX1LM41833x/RBqFB3fuGSX1LM41833x -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /usr/lib/golang/src/strconv/atob.go /usr/lib/golang/src/strconv/atoc.go /usr/lib/golang/src/strconv/atof.go /usr/lib/golang/src/strconv/atoi.go /usr/lib/golang/src/strconv/bytealg.go /usr/lib/golang/src/strconv/ctoa.go /usr/lib/golang/src/strconv/decimal.go /usr/lib/golang/src/strconv/doc.go /usr/lib/golang/src/strconv/eisel_lemire.go /usr/lib/golang/src/strconv/ftoa.go /usr/lib/golang/src/strconv/ftoaryu.go /usr/lib/golang/src/strconv/isprint.go /usr/lib/golang/src/strconv/itoa.go /usr/lib/golang/src/strconv/quote.go github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru mkdir -p $WORK/b315/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b099/_pkg_.a -trimpath "$WORK/b099=>" -p crypto/internal/nistec/fiat -std -complete -installsuffix shared -buildid O0aFc_VryJRntufZCskN/O0aFc_VryJRntufZCskN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /usr/lib/golang/src/crypto/internal/nistec/fiat/p224.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p224_fiat64.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p224_invert.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p256.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p256_fiat64.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p256_invert.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p384.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p384_fiat64.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p384_invert.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p521.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p521_fiat64.go /usr/lib/golang/src/crypto/internal/nistec/fiat/p521_invert.go cat >/tmp/go-build1432051999/b315/importcfg << 'EOF' # internal # import config packagefile container/list=/tmp/go-build1432051999/b082/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b315/_pkg_.a -trimpath "$WORK/b315=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru -complete -installsuffix shared -buildid CtUjxpOiRIu9_e9-QuPt/CtUjxpOiRIu9_e9-QuPt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru/lru.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru/lru_interface.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b080/_pkg_.a # internal cp $WORK/b080/_pkg_.a /builddir/.cache/go-build/13/1392c0c231855502bfc16a12ac7cb574d4624414006de17f491d3a6378a87143-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b039/_pkg_.a # internal cp $WORK/b039/_pkg_.a /builddir/.cache/go-build/93/93bbffe5a8c8575a4387e64f510d2a0292aec6b00e0ea8fce71a3a87e8894735-d # internal syscall mkdir -p $WORK/b038/ cat >/tmp/go-build1432051999/b038/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_amd64/asm -p syscall -trimpath "$WORK/b038=>" -I $WORK/b038/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -gensymabis -o $WORK/b038/symabis ./asm_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b041/_pkg_.a # internal cp $WORK/b041/_pkg_.a /builddir/.cache/go-build/be/beb2e0e06cc80b162f91fe74b46aefcbac59dc9fbe313f9da492de5d984bc455-d # internal cat >/tmp/go-build1432051999/b038/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/bytealg=/tmp/go-build1432051999/b011/_pkg_.a packagefile internal/itoa=/tmp/go-build1432051999/b030/_pkg_.a packagefile internal/oserror=/tmp/go-build1432051999/b039/_pkg_.a packagefile internal/race=/tmp/go-build1432051999/b023/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b038/_pkg_.a -trimpath "$WORK/b038=>" -p syscall -std -installsuffix shared -buildid sVWVD9ZqoCysBvngYi-R/sVWVD9ZqoCysBvngYi-R -goversion go1.21.7 -symabis $WORK/b038/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack -asmhdr $WORK/b038/go_asm.h /usr/lib/golang/src/syscall/asan0.go /usr/lib/golang/src/syscall/dirent.go /usr/lib/golang/src/syscall/endian_little.go /usr/lib/golang/src/syscall/env_unix.go /usr/lib/golang/src/syscall/exec_linux.go /usr/lib/golang/src/syscall/exec_unix.go /usr/lib/golang/src/syscall/flock.go /usr/lib/golang/src/syscall/forkpipe2.go /usr/lib/golang/src/syscall/lsf_linux.go /usr/lib/golang/src/syscall/msan0.go /usr/lib/golang/src/syscall/net.go /usr/lib/golang/src/syscall/netlink_linux.go /usr/lib/golang/src/syscall/rlimit.go /usr/lib/golang/src/syscall/rlimit_stub.go /usr/lib/golang/src/syscall/setuidgid_linux.go /usr/lib/golang/src/syscall/sockcmsg_linux.go /usr/lib/golang/src/syscall/sockcmsg_unix.go /usr/lib/golang/src/syscall/sockcmsg_unix_other.go /usr/lib/golang/src/syscall/syscall.go /usr/lib/golang/src/syscall/syscall_linux.go /usr/lib/golang/src/syscall/syscall_linux_accept4.go /usr/lib/golang/src/syscall/syscall_linux_amd64.go /usr/lib/golang/src/syscall/syscall_unix.go /usr/lib/golang/src/syscall/time_nofake.go /usr/lib/golang/src/syscall/timestruct.go /usr/lib/golang/src/syscall/zerrors_linux_amd64.go /usr/lib/golang/src/syscall/zsyscall_linux_amd64.go /usr/lib/golang/src/syscall/zsysnum_linux_amd64.go /usr/lib/golang/src/syscall/ztypes_linux_amd64.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b315/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b045/_pkg_.a # internal cp $WORK/b315/_pkg_.a /builddir/.cache/go-build/87/875ffee920cac8ee8092236fdd3a3e509fd7c55096df5c7f0f61794e582a9138-d # internal cp $WORK/b045/_pkg_.a /builddir/.cache/go-build/2b/2ba7f2cba5429e4c62739e6b65ac8ecf747a609def8ac676197056f3510edf54-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b034/_pkg_.a # internal cp $WORK/b034/_pkg_.a /builddir/.cache/go-build/06/06d7b1edda0a095810283a8ae956a7a0213547ca44bbe320221a36df124fca5b-d # internal github.com/prometheus/prometheus/vendor/github.com/beorn7/perks/quantile mkdir -p $WORK/b153/ github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys container/heap cat >/tmp/go-build1432051999/b153/importcfg << 'EOF' # internal # import config packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a EOF mkdir -p $WORK/b433/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b153/_pkg_.a -trimpath "$WORK/b153=>" -p github.com/prometheus/prometheus/vendor/github.com/beorn7/perks/quantile -complete -installsuffix shared -buildid T8_tOVmb8PDwV80DdC-Z/T8_tOVmb8PDwV80DdC-Z -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/beorn7/perks/quantile/stream.go mkdir -p $WORK/b552/ cat >/tmp/go-build1432051999/b433/importcfg << 'EOF' # internal # import config packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b433/_pkg_.a -trimpath "$WORK/b433=>" -p github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys -complete -installsuffix shared -buildid lgcgkWydt72MJ_J5jYrz/lgcgkWydt72MJ_J5jYrz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go cat >/tmp/go-build1432051999/b552/importcfg << 'EOF' # internal # import config packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b552/_pkg_.a -trimpath "$WORK/b552=>" -p container/heap -std -complete -installsuffix shared -buildid h2clBTvhUZN10EjMK604/h2clBTvhUZN10EjMK604 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack /usr/lib/golang/src/container/heap/heap.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b552/_pkg_.a # internal cp $WORK/b552/_pkg_.a /builddir/.cache/go-build/87/87b361f8384b3ede50124b95a898a552dafc4a07f95f3bd5e4de3cc0c28805e1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b433/_pkg_.a # internal cp $WORK/b433/_pkg_.a /builddir/.cache/go-build/5f/5f4ec805b76ba0ac787fe60f880a2072760b3428029f271f5cf982691546274d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b092/_pkg_.a # internal cp $WORK/b092/_pkg_.a /builddir/.cache/go-build/28/288a24d87bf65ff77cf51e93903029bbca53cf375bfbd5bb15ba976e8d38498f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b153/_pkg_.a # internal cp $WORK/b153/_pkg_.a /builddir/.cache/go-build/91/9165218f4fcffecefc9d6d56de38ae9e6cda69f9d187442840671e3214ef34a2-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b021/_pkg_.a # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I $WORK/b050/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b050/_x003.o -c gcc_context.c cp $WORK/b021/_pkg_.a /builddir/.cache/go-build/a4/a40931a96272f9045cdabdebaab2ccf5e55aac3b86ed908dfbcbb8092a3d5d61-d # internal hash mkdir -p $WORK/b057/ bytes mkdir -p $WORK/b003/ crypto/internal/randutil text/tabwriter mkdir -p $WORK/b212/ github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio cat >/tmp/go-build1432051999/b057/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build1432051999/b021/_pkg_.a EOF cat >/tmp/go-build1432051999/b003/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/bytealg=/tmp/go-build1432051999/b011/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF strings cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "$WORK/b057=>" -p hash -std -complete -installsuffix shared -buildid F7pjryCJ1hHbkumUGG-r/F7pjryCJ1hHbkumUGG-r -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack /usr/lib/golang/src/hash/hash.go mkdir -p $WORK/b049/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "$WORK/b003=>" -p bytes -std -installsuffix shared -buildid ao0gFou-h6dOjDNtS0tN/ao0gFou-h6dOjDNtS0tN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /usr/lib/golang/src/bytes/buffer.go /usr/lib/golang/src/bytes/bytes.go /usr/lib/golang/src/bytes/reader.go mkdir -p $WORK/b090/ cat >/tmp/go-build1432051999/b212/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF cat >/tmp/go-build1432051999/b049/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/bytealg=/tmp/go-build1432051999/b011/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b212/_pkg_.a -trimpath "$WORK/b212=>" -p text/tabwriter -std -complete -installsuffix shared -buildid L7zhB8I0aA31bV08cspI/L7zhB8I0aA31bV08cspI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /usr/lib/golang/src/text/tabwriter/tabwriter.go cat >/tmp/go-build1432051999/b090/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "$WORK/b049=>" -p strings -std -complete -installsuffix shared -buildid 8pDAipBoys5Z5laGXTAG/8pDAipBoys5Z5laGXTAG -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /usr/lib/golang/src/strings/builder.go /usr/lib/golang/src/strings/clone.go /usr/lib/golang/src/strings/compare.go /usr/lib/golang/src/strings/reader.go /usr/lib/golang/src/strings/replace.go /usr/lib/golang/src/strings/search.go /usr/lib/golang/src/strings/strings.go mkdir -p $WORK/b239/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b090/_pkg_.a -trimpath "$WORK/b090=>" -p crypto/internal/randutil -std -complete -installsuffix shared -buildid i7KN0dnjknK4mZBCaGVY/i7KN0dnjknK4mZBCaGVY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /usr/lib/golang/src/crypto/internal/randutil/randutil.go cat >/tmp/go-build1432051999/b239/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build1432051999/b021/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b239/_pkg_.a -trimpath "$WORK/b239=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio -complete -installsuffix shared -buildid fNBWKxWn5_4h08qBGDBK/fNBWKxWn5_4h08qBGDBK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio/byte.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio/io_go1.7.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b239/_pkg_.a # internal cp $WORK/b239/_pkg_.a /builddir/.cache/go-build/a1/a1148554a7241d8a6fa3414fec3edb16ce488fa5d6a3173781b664d0a727e692-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b090/_pkg_.a # internal cp $WORK/b090/_pkg_.a /builddir/.cache/go-build/ea/ea5ab841b6ce9929bb944a6f9d14984c0123d770dbe810bd661a03cb73aff3e0-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b057/_pkg_.a # internal cp $WORK/b057/_pkg_.a /builddir/.cache/go-build/0b/0bc7ba25a341c09257b97b8811aa84e335bde72a5ed287807f97718d4d8b2619-d # internal hash/adler32 hash/fnv mkdir -p $WORK/b810/ hash/crc32 mkdir -p $WORK/b160/ cat >/tmp/go-build1432051999/b810/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b810/_pkg_.a -trimpath "$WORK/b810=>" -p hash/adler32 -std -complete -installsuffix shared -buildid upubSDxCjk6yXaYEpXZ8/upubSDxCjk6yXaYEpXZ8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b810/importcfg -pack /usr/lib/golang/src/hash/adler32/adler32.go cat >/tmp/go-build1432051999/b160/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF mkdir -p $WORK/b056/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b160/_pkg_.a -trimpath "$WORK/b160=>" -p hash/fnv -std -complete -installsuffix shared -buildid d5OKz0Z9v-q9x8qhHzfe/d5OKz0Z9v-q9x8qhHzfe -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /usr/lib/golang/src/hash/fnv/fnv.go cat >/tmp/go-build1432051999/b056/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "$WORK/b056=>" -I $WORK/b056/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b056/symabis ./crc32_amd64.s cat >/tmp/go-build1432051999/b056/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile internal/cpu=/tmp/go-build1432051999/b012/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "$WORK/b056=>" -p hash/crc32 -std -installsuffix shared -buildid rqoi7fI-CHoW_peqpUfB/rqoi7fI-CHoW_peqpUfB -goversion go1.21.7 -symabis $WORK/b056/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack -asmhdr $WORK/b056/go_asm.h /usr/lib/golang/src/hash/crc32/crc32.go /usr/lib/golang/src/hash/crc32/crc32_amd64.go /usr/lib/golang/src/hash/crc32/crc32_generic.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b810/_pkg_.a # internal cp $WORK/b810/_pkg_.a /builddir/.cache/go-build/d7/d798c6ea87c29e9798c6eff22dfacdbc845cfaba1bcf5133acdbfdec39a38cc0-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b212/_pkg_.a # internal cp $WORK/b212/_pkg_.a /builddir/.cache/go-build/c8/c834cbcc31aef7b29849287017ccced67a5adef40f94b55232278261eba6b74a-d # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I $WORK/b050/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b050/_x004.o -c gcc_fatalf.c cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "$WORK/b056=>" -I $WORK/b056/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b056/crc32_amd64.o ./crc32_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b160/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b056/_pkg_.a $WORK/b056/crc32_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b056/_pkg_.a # internal cp $WORK/b160/_pkg_.a /builddir/.cache/go-build/7d/7dce6ce3888ef665337e3d55ccfe5ab71b676181dae8dbcf768a4aee7150f6f5-d # internal cp $WORK/b056/_pkg_.a /builddir/.cache/go-build/b9/b95b20d96d7ae6dba1db30faf05d871bb29003a9022728251a207ceaaf0ce867-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b003/_pkg_.a # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I $WORK/b050/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b050/_x005.o -c gcc_libinit.c cp $WORK/b003/_pkg_.a /builddir/.cache/go-build/5c/5cca05738b1d9a398cbb0ae511273a30df3a72cd20b89f7fcb8a3b170f412cff-d # internal vendor/golang.org/x/text/transform mkdir -p $WORK/b132/ github.com/prometheus/prometheus/vendor/golang.org/x/text/transform mkdir -p $WORK/b217/ cat >/tmp/go-build1432051999/b132/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF cat >/tmp/go-build1432051999/b217/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b132/_pkg_.a -trimpath "$WORK/b132=>" -p vendor/golang.org/x/text/transform -std -complete -installsuffix shared -buildid 7d5JMuDHSfXzFkJ_PuAX/7d5JMuDHSfXzFkJ_PuAX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/text/transform/transform.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b217/_pkg_.a -trimpath "$WORK/b217=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/text/transform -complete -installsuffix shared -buildid snuY7ExRCu97j281ToJH/snuY7ExRCu97j281ToJH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/transform/transform.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b076/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b049/_pkg_.a # internal cp $WORK/b076/_pkg_.a /builddir/.cache/go-build/7d/7db6c8fe7740a5752b661eb9dea792ee302b360f16c89fa24a659678bf3f1242-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b033/_pkg_.a # internal cp $WORK/b049/_pkg_.a /builddir/.cache/go-build/ab/ab58124964659218cf892bf770efa06b86417974717ed34f9263b2654d58ddd3-d # internal net/http/internal/ascii mkdir -p $WORK/b143/ bufio html mkdir -p $WORK/b209/ cat >/tmp/go-build1432051999/b143/importcfg << 'EOF' # internal # import config packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b143/_pkg_.a -trimpath "$WORK/b143=>" -p net/http/internal/ascii -std -complete -installsuffix shared -buildid hnLs-zdxgPp0PMRZd29l/hnLs-zdxgPp0PMRZd29l -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /usr/lib/golang/src/net/http/internal/ascii/print.go cat >/tmp/go-build1432051999/b209/importcfg << 'EOF' # internal # import config packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF mkdir -p $WORK/b052/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b209/_pkg_.a -trimpath "$WORK/b209=>" -p html -std -complete -installsuffix shared -buildid K96ggbUlNaP9LxFh7f3c/K96ggbUlNaP9LxFh7f3c -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /usr/lib/golang/src/html/entity.go /usr/lib/golang/src/html/escape.go cat >/tmp/go-build1432051999/b052/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings mkdir -p $WORK/b250/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "$WORK/b052=>" -p bufio -std -complete -installsuffix shared -buildid H0dDkDnik9n6hR5A2kqU/H0dDkDnik9n6hR5A2kqU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /usr/lib/golang/src/bufio/bufio.go /usr/lib/golang/src/bufio/scan.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri mkdir -p $WORK/b273/ cat >/tmp/go-build1432051999/b250/importcfg << 'EOF' # internal # import config packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b250/_pkg_.a -trimpath "$WORK/b250=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings -complete -installsuffix shared -buildid 4CzmbG0J6IXy4wv5vtzQ/4CzmbG0J6IXy4wv5vtzQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings/strings.go cat >/tmp/go-build1432051999/b273/importcfg << 'EOF' # internal # import config packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b273/_pkg_.a -trimpath "$WORK/b273=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri -complete -installsuffix shared -buildid BWu_By84ratZnCNknSaN/BWu_By84ratZnCNknSaN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri/path.go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix mkdir -p $WORK/b369/ mkdir -p $WORK/b314/ cat >/tmp/go-build1432051999/b369/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b369/_pkg_.a -trimpath "$WORK/b369=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding -complete -installsuffix shared -buildid gQgP8ZJB_JaODUq2PrJl/gQgP8ZJB_JaODUq2PrJl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/encoding.go cp $WORK/b033/_pkg_.a /builddir/.cache/go-build/da/da0c665a6048357a4aa2783ddfa3ea3539c2be03fa947c1489b321c338774d7f-d # internal cat >/tmp/go-build1432051999/b314/importcfg << 'EOF' # internal # import config importmap github.com/hashicorp/golang-lru/simplelru=github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru=/tmp/go-build1432051999/b315/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF crypto mkdir -p $WORK/b085/ net/netip /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b314/_pkg_.a -trimpath "$WORK/b314=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix -complete -installsuffix shared -buildid UakduBSBcXRQ6mCJQHV0/UakduBSBcXRQ6mCJQHV0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix/edges.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix/iradix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix/iter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix/node.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix/raw_iter.go cat >/tmp/go-build1432051999/b085/importcfg << 'EOF' # internal # import config packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF regexp/syntax mkdir -p $WORK/b079/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b085/_pkg_.a -trimpath "$WORK/b085=>" -p crypto -std -complete -installsuffix shared -buildid yyXEvjNr3u9ghrM8G2hu/yyXEvjNr3u9ghrM8G2hu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /usr/lib/golang/src/crypto/crypto.go reflect mkdir -p $WORK/b029/ cat >/tmp/go-build1432051999/b079/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/bytealg=/tmp/go-build1432051999/b011/_pkg_.a packagefile internal/intern=/tmp/go-build1432051999/b080/_pkg_.a packagefile internal/itoa=/tmp/go-build1432051999/b030/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "$WORK/b079=>" -p net/netip -std -complete -installsuffix shared -buildid r0RsUMny1rd6XapdiZoL/r0RsUMny1rd6XapdiZoL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /usr/lib/golang/src/net/netip/leaf_alts.go /usr/lib/golang/src/net/netip/netip.go /usr/lib/golang/src/net/netip/uint128.go cat >/tmp/go-build1432051999/b029/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_amd64/asm -p reflect -trimpath "$WORK/b029=>" -I $WORK/b029/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -gensymabis -o $WORK/b029/symabis ./asm_amd64.s crypto/rc4 mkdir -p $WORK/b113/ github.com/prometheus/prometheus/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg mkdir -p $WORK/b196/ cat >/tmp/go-build1432051999/b113/importcfg << 'EOF' # internal # import config packagefile crypto/internal/alias=/tmp/go-build1432051999/b087/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b113/_pkg_.a -trimpath "$WORK/b113=>" -p crypto/rc4 -std -complete -installsuffix shared -buildid rBJSk3QutP85nQPll4GB/rBJSk3QutP85nQPll4GB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /usr/lib/golang/src/crypto/rc4/rc4.go github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish mkdir -p $WORK/b229/ cat >/tmp/go-build1432051999/b196/importcfg << 'EOF' # internal # import config packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF encoding/base32 mkdir -p $WORK/b324/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b196/_pkg_.a -trimpath "$WORK/b196=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg -complete -installsuffix shared -buildid nkUqQdEbIzGsbbrd1SIy/nkUqQdEbIzGsbbrd1SIy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/autoneg.go cat >/tmp/go-build1432051999/b229/importcfg << 'EOF' # internal # import config packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF cat >/tmp/go-build1432051999/b324/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b229/_pkg_.a -trimpath "$WORK/b229=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish -complete -installsuffix shared -buildid peigchgZNTeIgy589Z4d/peigchgZNTeIgy589Z4d -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish/block.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish/cipher.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish/const.go mkdir -p $WORK/b069/ go/build/constraint github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b324/_pkg_.a -trimpath "$WORK/b324=>" -p encoding/base32 -std -complete -installsuffix shared -buildid 5HCQ6bLSMIPpETdpR2Mr/5HCQ6bLSMIPpETdpR2Mr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack /usr/lib/golang/src/encoding/base32/base32.go net/http/internal/testcert /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b273/_pkg_.a # internal mkdir -p $WORK/b460/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b250/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b143/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b217/_pkg_.a # internal cat >/tmp/go-build1432051999/b069/importcfg << 'EOF' # internal # import config packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF mkdir -p $WORK/b681/ cat >/tmp/go-build1432051999/b460/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "$WORK/b069=>" -p regexp/syntax -std -complete -installsuffix shared -buildid AesfFeXF53UlJ9MnRy-M/AesfFeXF53UlJ9MnRy-M -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /usr/lib/golang/src/regexp/syntax/compile.go /usr/lib/golang/src/regexp/syntax/doc.go /usr/lib/golang/src/regexp/syntax/op_string.go /usr/lib/golang/src/regexp/syntax/parse.go /usr/lib/golang/src/regexp/syntax/perl_groups.go /usr/lib/golang/src/regexp/syntax/prog.go /usr/lib/golang/src/regexp/syntax/regexp.go /usr/lib/golang/src/regexp/syntax/simplify.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b460/_pkg_.a -trimpath "$WORK/b460=>" -p go/build/constraint -std -complete -installsuffix shared -buildid EqiseMvIKPMiPvhxEjOe/EqiseMvIKPMiPvhxEjOe -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /usr/lib/golang/src/go/build/constraint/expr.go /usr/lib/golang/src/go/build/constraint/vers.go mkdir -p $WORK/b779/ cat >/tmp/go-build1432051999/b681/importcfg << 'EOF' # internal # import config packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF cp $WORK/b250/_pkg_.a /builddir/.cache/go-build/10/10dfd40e38dfb91c6ac4046d1180b052d0e00681cd9c07f8d591e73b26deec5a-d # internal cp $WORK/b143/_pkg_.a /builddir/.cache/go-build/70/705f92b963dfd1ef09875edea36616572c6c995bfb776362712a137c1b40e26a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b681/_pkg_.a -trimpath "$WORK/b681=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions -complete -installsuffix shared -buildid G27Yy0ShF49udzCvz2R2/G27Yy0ShF49udzCvz2R2 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions/compare.go cat >/tmp/go-build1432051999/b029/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/abi=/tmp/go-build1432051999/b006/_pkg_.a packagefile internal/bytealg=/tmp/go-build1432051999/b011/_pkg_.a packagefile internal/goarch=/tmp/go-build1432051999/b007/_pkg_.a packagefile internal/itoa=/tmp/go-build1432051999/b030/_pkg_.a packagefile internal/unsafeheader=/tmp/go-build1432051999/b009/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "$WORK/b029=>" -p reflect -std -installsuffix shared -buildid LtvJ2n3SEN007Yiz5S1t/LtvJ2n3SEN007Yiz5S1t -goversion go1.21.7 -symabis $WORK/b029/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack -asmhdr $WORK/b029/go_asm.h /usr/lib/golang/src/reflect/abi.go /usr/lib/golang/src/reflect/deepequal.go /usr/lib/golang/src/reflect/float32reg_generic.go /usr/lib/golang/src/reflect/makefunc.go /usr/lib/golang/src/reflect/swapper.go /usr/lib/golang/src/reflect/type.go /usr/lib/golang/src/reflect/value.go /usr/lib/golang/src/reflect/visiblefields.go cp $WORK/b273/_pkg_.a /builddir/.cache/go-build/28/28d1fe8bdfc5f19577138920aab3013734593614e02e6695e87ac1a289a45277-d # internal cat >/tmp/go-build1432051999/b779/importcfg << 'EOF' # internal # import config packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b779/_pkg_.a -trimpath "$WORK/b779=>" -p net/http/internal/testcert -std -complete -installsuffix shared -buildid TsZhNc6jHZJH6L_kZYy2/TsZhNc6jHZJH6L_kZYy2 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b779/importcfg -pack /usr/lib/golang/src/net/http/internal/testcert/testcert.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b132/_pkg_.a # internal cp $WORK/b217/_pkg_.a /builddir/.cache/go-build/d9/d983cea3dbfad6e851ea7bdcaa4da815e71205002cd87952d0d66bfd1701038f-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/text/width mkdir -p $WORK/b844/ cat >/tmp/go-build1432051999/b844/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=github.com/prometheus/prometheus/vendor/golang.org/x/text/transform packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/transform=/tmp/go-build1432051999/b217/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b844/_pkg_.a -trimpath "$WORK/b844=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/text/width -complete -installsuffix shared -buildid AzYGF8eUvckTLubKbD0Y/AzYGF8eUvckTLubKbD0Y -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b844/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/width/kind_string.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/width/tables13.0.0.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/width/transform.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/width/trieval.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/width/width.go cp $WORK/b132/_pkg_.a /builddir/.cache/go-build/46/46959564d7a8a34b43171c4b64938b4dc3b01899de6c5068c41707c6d13694cb-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b369/_pkg_.a # internal cp $WORK/b369/_pkg_.a /builddir/.cache/go-build/e6/e6a640d0f8773c5f0794a37989b7bd744c6ce16bfe15abf6f04d00076f99b553-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b085/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b113/_pkg_.a # internal cp $WORK/b085/_pkg_.a /builddir/.cache/go-build/9f/9fb3ce3004074fcd43a06719071b9c99ad00b6119457f4daf8e7252355c67576-d # internal cp $WORK/b113/_pkg_.a /builddir/.cache/go-build/17/17d2b0e54ec25e0252a59e252f80f87f5d92a3a201de17b541de839380e1519e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b196/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b779/_pkg_.a # internal cp $WORK/b196/_pkg_.a /builddir/.cache/go-build/a0/a0938290e4720f88f9e4311fb8849594375e47c5b26f5486578d48cd339588b2-d # internal cp $WORK/b779/_pkg_.a /builddir/.cache/go-build/7e/7ede4f0c168ba949f22a9f41ed623e450636e57d4a924e9a7ffbe537cb7b1ea1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b681/_pkg_.a # internal cp $WORK/b681/_pkg_.a /builddir/.cache/go-build/8b/8bf9919aa4e3da094f6d9176fde37e759ba0940da8f86d2b7df010598ee4d9e2-d # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I $WORK/b050/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b050/_x006.o -c gcc_linux_amd64.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b324/_pkg_.a # internal cp $WORK/b324/_pkg_.a /builddir/.cache/go-build/0f/0f480c0a17cf806f56ed33ed4e717e8daf668c4aefc5013ede14102a240cbb73-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b229/_pkg_.a # internal cp $WORK/b229/_pkg_.a /builddir/.cache/go-build/37/378d7f4cc01ae2bff62eb17ec8a7cba53b3580335f02704a7970c43a6d07b98e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b460/_pkg_.a # internal cp $WORK/b460/_pkg_.a /builddir/.cache/go-build/e6/e631f078890c2cba20830f3f94764882980441e34f7aab46b20edfb865355e22-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b209/_pkg_.a # internal cp $WORK/b209/_pkg_.a /builddir/.cache/go-build/76/76559b973212231702edb492bf97aaf9323d90debcbbf09ad22b21ac00962fbf-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b314/_pkg_.a # internal cp $WORK/b314/_pkg_.a /builddir/.cache/go-build/fd/fdca460ce6562f89ca81fc78ffec9d2acd7d67d6c18440b902a7453949d947c7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b052/_pkg_.a # internal cp $WORK/b052/_pkg_.a /builddir/.cache/go-build/a1/a16db95b06d1bf1625d1cad7009c09b5929b548fd2b1cdad3b5fab2020cd9f23-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b844/_pkg_.a # internal cp $WORK/b844/_pkg_.a /builddir/.cache/go-build/61/61807f00be0d81a63b7c82691455b79ae3d3ae61e89c61475a0fcc60b5a017f6-d # internal TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I $WORK/b050/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b050/_x007.o -c gcc_mmap.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b079/_pkg_.a # internal cp $WORK/b079/_pkg_.a /builddir/.cache/go-build/72/72544be80fb7f3661f4a95457204da59789147b6a41752d70efb994a1b868a2e-d # internal TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I $WORK/b050/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b050/_x008.o -c gcc_setenv.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b099/_pkg_.a # internal cp $WORK/b099/_pkg_.a /builddir/.cache/go-build/c4/c4781ea8e21c05fcec91c51cf4095640d1cd7d3a98365350226fa1e78d917fff-d # internal cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_amd64/asm -p syscall -trimpath "$WORK/b038=>" -I $WORK/b038/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b038/asm_linux_amd64.o ./asm_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b038/_pkg_.a $WORK/b038/asm_linux_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b038/_pkg_.a # internal cp $WORK/b038/_pkg_.a /builddir/.cache/go-build/10/10bded4ab341ee33e988e0ad164d7e61b477d92268ac1b569a3ba1793c56f23c-d # internal internal/syscall/execenv mkdir -p $WORK/b042/ internal/syscall/unix mkdir -p $WORK/b037/ cat >/tmp/go-build1432051999/b042/importcfg << 'EOF' # internal # import config packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b042/_pkg_.a -trimpath "$WORK/b042=>" -p internal/syscall/execenv -std -complete -installsuffix shared -buildid UYmh_nBxEQCJgwS3Zjx6/UYmh_nBxEQCJgwS3Zjx6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /usr/lib/golang/src/internal/syscall/execenv/execenv_default.go cat >/tmp/go-build1432051999/b037/importcfg << 'EOF' # internal # import config packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b037/_pkg_.a -trimpath "$WORK/b037=>" -p internal/syscall/unix -std -complete -installsuffix shared -buildid _TW0PQ-BYq9IlYgVW6ek/_TW0PQ-BYq9IlYgVW6ek -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /usr/lib/golang/src/internal/syscall/unix/at.go /usr/lib/golang/src/internal/syscall/unix/at_fstatat.go /usr/lib/golang/src/internal/syscall/unix/at_sysnum_linux.go /usr/lib/golang/src/internal/syscall/unix/at_sysnum_newfstatat_linux.go /usr/lib/golang/src/internal/syscall/unix/constants.go /usr/lib/golang/src/internal/syscall/unix/copy_file_range_linux.go /usr/lib/golang/src/internal/syscall/unix/eaccess_linux.go /usr/lib/golang/src/internal/syscall/unix/fcntl_unix.go /usr/lib/golang/src/internal/syscall/unix/getrandom.go /usr/lib/golang/src/internal/syscall/unix/getrandom_linux.go /usr/lib/golang/src/internal/syscall/unix/kernel_version_linux.go /usr/lib/golang/src/internal/syscall/unix/net.go /usr/lib/golang/src/internal/syscall/unix/nonblocking_unix.go /usr/lib/golang/src/internal/syscall/unix/sysnum_linux_amd64.go time mkdir -p $WORK/b040/ cat >/tmp/go-build1432051999/b040/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "$WORK/b040=>" -p time -std -installsuffix shared -buildid ig788QbDvL74j_tfzSnr/ig788QbDvL74j_tfzSnr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /usr/lib/golang/src/time/format.go /usr/lib/golang/src/time/format_rfc3339.go /usr/lib/golang/src/time/sleep.go /usr/lib/golang/src/time/sys_unix.go /usr/lib/golang/src/time/tick.go /usr/lib/golang/src/time/time.go /usr/lib/golang/src/time/zoneinfo.go /usr/lib/golang/src/time/zoneinfo_goroot.go /usr/lib/golang/src/time/zoneinfo_read.go /usr/lib/golang/src/time/zoneinfo_unix.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b042/_pkg_.a # internal cp $WORK/b042/_pkg_.a /builddir/.cache/go-build/f8/f80fb77abfc5b8f6607621e76681901fbe082bf505374a61976256f47cf5611f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b037/_pkg_.a # internal cp $WORK/b037/_pkg_.a /builddir/.cache/go-build/94/948bd17480498a67c1cc798c6dc11e304a52fc4f1a70662025952316e63b2e76-d # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I $WORK/b050/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b050/_x009.o -c gcc_sigaction.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b069/_pkg_.a # internal cp $WORK/b069/_pkg_.a /builddir/.cache/go-build/62/62a5b30def22701734f1d11374fbd070a1e2fb5dbbb15b82127012b91c424a1a-d # internal regexp mkdir -p $WORK/b068/ cat >/tmp/go-build1432051999/b068/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile regexp/syntax=/tmp/go-build1432051999/b069/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "$WORK/b068=>" -p regexp -std -complete -installsuffix shared -buildid UFbqr6YzI3lMjH8O7AyC/UFbqr6YzI3lMjH8O7AyC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /usr/lib/golang/src/regexp/backtrack.go /usr/lib/golang/src/regexp/exec.go /usr/lib/golang/src/regexp/onepass.go /usr/lib/golang/src/regexp/regexp.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b068/_pkg_.a # internal cp $WORK/b068/_pkg_.a /builddir/.cache/go-build/6e/6ea6fc320c5e2192e64f574d83d3e495964c055c3fc3ba0bbf1d7cb9afb6bd3c-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates mkdir -p $WORK/b340/ github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version cat >/tmp/go-build1432051999/b340/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF mkdir -p $WORK/b493/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b340/_pkg_.a -trimpath "$WORK/b340=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates -complete -installsuffix shared -buildid b0RDCTIp2U9PVhNXWkX3/b0RDCTIp2U9PVhNXWkX3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates/uritemplates.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates/utils.go cat >/tmp/go-build1432051999/b493/importcfg << 'EOF' # internal # import config packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b493/_pkg_.a -trimpath "$WORK/b493=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version -complete -installsuffix shared -buildid gKA5AgotfgZ9uaMXG9ji/gKA5AgotfgZ9uaMXG9ji -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version/types.go cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I $WORK/b050/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b050/_x010.o -c gcc_stack_unix.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b493/_pkg_.a # internal cp $WORK/b493/_pkg_.a /builddir/.cache/go-build/54/54ea3097de255dc26edcc4c45669ffa5a3d4b166eb69dd1c2ef755578bcbcd63-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b340/_pkg_.a # internal cp $WORK/b340/_pkg_.a /builddir/.cache/go-build/0a/0ac5de601203c4db78fd684a1e98cec66fcc39fe4176a7c5a60113a6fbdebb19-d # internal TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I $WORK/b050/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b050/_x011.o -c gcc_traceback.c TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I $WORK/b050/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b050/_x012.o -c gcc_util.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b040/_pkg_.a # internal cp $WORK/b040/_pkg_.a /builddir/.cache/go-build/ac/ac0dac4889b19232a6084e9abec2c46dd6c758164895c531d6f38aeac5b16b2c-d # internal github.com/prometheus/prometheus/vendor/github.com/jpillora/backoff mkdir -p $WORK/b205/ context github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff mkdir -p $WORK/b390/ io/fs mkdir -p $WORK/b058/ cat >/tmp/go-build1432051999/b205/importcfg << 'EOF' # internal # import config packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b390/importcfg << 'EOF' # internal # import config packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF internal/poll cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b205/_pkg_.a -trimpath "$WORK/b205=>" -p github.com/prometheus/prometheus/vendor/github.com/jpillora/backoff -complete -installsuffix shared -buildid o0NknQ-aqIP-GF7_u8fm/o0NknQ-aqIP-GF7_u8fm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jpillora/backoff/backoff.go mkdir -p $WORK/b036/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b390/_pkg_.a -trimpath "$WORK/b390=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive -complete -installsuffix shared -buildid pZ94QdeLqiIMmrlGGeDN/pZ94QdeLqiIMmrlGGeDN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive/keepalive.go cat >/tmp/go-build1432051999/b058/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/reflectlite=/tmp/go-build1432051999/b005/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b058/_pkg_.a -trimpath "$WORK/b058=>" -p context -std -complete -installsuffix shared -buildid 4yOtiWRdEXw85yKAW8Cc/4yOtiWRdEXw85yKAW8Cc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /usr/lib/golang/src/context/context.go cat >/tmp/go-build1432051999/b036/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/syscall/unix=/tmp/go-build1432051999/b037/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/parseabletime mkdir -p $WORK/b670/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b036/_pkg_.a -trimpath "$WORK/b036=>" -p internal/poll -std -installsuffix shared -buildid AmYODv-M_haveFagFDG_/AmYODv-M_haveFagFDG_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /usr/lib/golang/src/internal/poll/copy_file_range_linux.go /usr/lib/golang/src/internal/poll/errno_unix.go /usr/lib/golang/src/internal/poll/fd.go /usr/lib/golang/src/internal/poll/fd_fsync_posix.go /usr/lib/golang/src/internal/poll/fd_mutex.go /usr/lib/golang/src/internal/poll/fd_poll_runtime.go /usr/lib/golang/src/internal/poll/fd_posix.go /usr/lib/golang/src/internal/poll/fd_unix.go /usr/lib/golang/src/internal/poll/fd_unixjs.go /usr/lib/golang/src/internal/poll/fd_writev_unix.go /usr/lib/golang/src/internal/poll/hook_cloexec.go /usr/lib/golang/src/internal/poll/hook_unix.go /usr/lib/golang/src/internal/poll/iovec_unix.go /usr/lib/golang/src/internal/poll/sendfile_linux.go /usr/lib/golang/src/internal/poll/sock_cloexec.go /usr/lib/golang/src/internal/poll/sockopt.go /usr/lib/golang/src/internal/poll/sockopt_linux.go /usr/lib/golang/src/internal/poll/sockopt_unix.go /usr/lib/golang/src/internal/poll/sockoptip.go /usr/lib/golang/src/internal/poll/splice_linux.go /usr/lib/golang/src/internal/poll/writev.go cat >/tmp/go-build1432051999/b670/importcfg << 'EOF' # internal # import config packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator mkdir -p $WORK/b368/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b670/_pkg_.a -trimpath "$WORK/b670=>" -p github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/parseabletime -complete -installsuffix shared -buildid 2BD90YBpfRlbutaxNuAw/2BD90YBpfRlbutaxNuAw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/parseabletime/parseable_time.go mkdir -p $WORK/b354/ cat >/tmp/go-build1432051999/b368/importcfg << 'EOF' # internal # import config packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b354/importcfg << 'EOF' # internal # import config packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b368/_pkg_.a -trimpath "$WORK/b368=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand -complete -installsuffix shared -buildid fURrDPbpnQOZ5QX8FAXU/fURrDPbpnQOZ5QX8FAXU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand/grpcrand.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b354/_pkg_.a -trimpath "$WORK/b354=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff -complete -installsuffix shared -buildid QmHzHDNzuJp3Gn6gA116/QmHzHDNzuJp3Gn6gA116 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff/backoff.go mkdir -p $WORK/b246/ cat >/tmp/go-build1432051999/b246/importcfg << 'EOF' # internal # import config packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b536/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b246/_pkg_.a -trimpath "$WORK/b246=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand -complete -installsuffix shared -buildid wK9i0qWP-t5v_Gl0zlHM/wK9i0qWP-t5v_Gl0zlHM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand/locked_source.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand/read.go mkdir -p $WORK/b444/ cat >/tmp/go-build1432051999/b536/importcfg << 'EOF' # internal # import config packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b536/_pkg_.a -trimpath "$WORK/b536=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock -complete -installsuffix shared -buildid SETL7p19hM8YlIKxhflF/SETL7p19hM8YlIKxhflF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b536/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock/clock.go cat >/tmp/go-build1432051999/b444/importcfg << 'EOF' # internal # import config importmap github.com/google/go-cmp/cmp/internal/flags=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build1432051999/b445/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b044/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b444/_pkg_.a -trimpath "$WORK/b444=>" -p github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff -complete -installsuffix shared -buildid Ua_K54v4MxvKsv4WAera/Ua_K54v4MxvKsv4WAera -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go github.com/prometheus/prometheus/model/timestamp mkdir -p $WORK/b762/ cat >/tmp/go-build1432051999/b044/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/oserror=/tmp/go-build1432051999/b039/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF mkdir -p $WORK/b727/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "$WORK/b044=>" -p io/fs -std -complete -installsuffix shared -buildid 6vFJ4dl9EYlE1pwnBLvL/6vFJ4dl9EYlE1pwnBLvL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /usr/lib/golang/src/io/fs/format.go /usr/lib/golang/src/io/fs/fs.go /usr/lib/golang/src/io/fs/glob.go /usr/lib/golang/src/io/fs/readdir.go /usr/lib/golang/src/io/fs/readfile.go /usr/lib/golang/src/io/fs/stat.go /usr/lib/golang/src/io/fs/sub.go /usr/lib/golang/src/io/fs/walk.go cat >/tmp/go-build1432051999/b762/importcfg << 'EOF' # internal # import config packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b762/_pkg_.a -trimpath "$WORK/b762=>" -p github.com/prometheus/prometheus/model/timestamp -complete -installsuffix shared -buildid ParcNQ6iDJSx_5cwhnEN/ParcNQ6iDJSx_5cwhnEN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/timestamp/timestamp.go cat >/tmp/go-build1432051999/b727/importcfg << 'EOF' # internal # import config packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b727/_pkg_.a -trimpath "$WORK/b727=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator -complete -installsuffix shared -buildid 6B0ZuH78XgIy7dBBEsk5/6B0ZuH78XgIy7dBBEsk5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator/name_generator.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b390/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b670/_pkg_.a # internal cp $WORK/b390/_pkg_.a /builddir/.cache/go-build/95/954a8d08ed19811e3bba0bbab835c7a43b6515a247dfc03f21623d693dbff270-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b354/_pkg_.a # internal cp $WORK/b670/_pkg_.a /builddir/.cache/go-build/be/be3642b1dd9b0f5d13c09ff8ead2c975419deab38b9e1497fd4b95ee845f4a23-d # internal cp $WORK/b354/_pkg_.a /builddir/.cache/go-build/7e/7e76cf8ab54f6655db4e35c081a7575b1bf8e5c8383dfe027a6d0fb090014fa4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b246/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b762/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b205/_pkg_.a # internal cp $WORK/b246/_pkg_.a /builddir/.cache/go-build/f8/f8bc97f5cc2fb1056157c28693e93e3eb1b4dc392d69ca4613df15456421c93c-d # internal cp $WORK/b762/_pkg_.a /builddir/.cache/go-build/c0/c06441af1854d0deebeba17466038e7938f3f4c190e8d84a5dd49b887abf770d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b368/_pkg_.a # internal cp $WORK/b205/_pkg_.a /builddir/.cache/go-build/88/884fe048442053752bdb74a87afa70b5a4a6d2ca9bca8ea112d88bb8f3e55ae0-d # internal cp $WORK/b368/_pkg_.a /builddir/.cache/go-build/ae/ae6e4a46de83478ff2b7183fcc4ddf0338421b3f650b615803e9d5183f606479-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff mkdir -p $WORK/b371/ cat >/tmp/go-build1432051999/b371/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/backoff=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff importmap google.golang.org/grpc/internal/grpcrand=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff=/tmp/go-build1432051999/b354/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand=/tmp/go-build1432051999/b368/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b371/_pkg_.a -trimpath "$WORK/b371=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff -complete -installsuffix shared -buildid EvwO2GNuUKMj1elxTJAM/EvwO2GNuUKMj1elxTJAM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff/backoff.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b727/_pkg_.a # internal cp $WORK/b727/_pkg_.a /builddir/.cache/go-build/5f/5f70a81e183a289485178a5c47f6dc3233d436d1d4da847a65bb04332b8b6f9c-d # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I $WORK/b050/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b050/_x013.o -c linux_syscall.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b371/_pkg_.a # internal cp $WORK/b371/_pkg_.a /builddir/.cache/go-build/5f/5fe6ce7a50d15b8c4dcae2caeeab7fa80078ae3c7ba72aecdc66609c1a91126a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b536/_pkg_.a # internal cp $WORK/b536/_pkg_.a /builddir/.cache/go-build/2d/2de9bb7d5b2559eac3c3b82d139a995de277c68bdb2957c67644a6c12c26402e-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache mkdir -p $WORK/b650/ cat >/tmp/go-build1432051999/b650/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock packagefile container/heap=/tmp/go-build1432051999/b552/_pkg_.a packagefile container/list=/tmp/go-build1432051999/b082/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build1432051999/b536/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b650/_pkg_.a -trimpath "$WORK/b650=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache -complete -installsuffix shared -buildid ks03K_eTxBHkf6lMmP3I/ks03K_eTxBHkf6lMmP3I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache/expiring.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache/lruexpirecache.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b444/_pkg_.a # internal cp $WORK/b444/_pkg_.a /builddir/.cache/go-build/ee/ee081fb2b0a795d07f2b160a48eeb70e03f935855deaff92a7729af7cd40f411-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b058/_pkg_.a # internal cp $WORK/b058/_pkg_.a /builddir/.cache/go-build/8c/8cfe75aecad5059a5fc8f86553524e3ab63ed69d1231562e6a28f452f70d4a1a-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap mkdir -p $WORK/b393/ github.com/prometheus/prometheus/vendor/golang.org/x/sync/errgroup mkdir -p $WORK/b798/ cat >/tmp/go-build1432051999/b393/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a EOF cat >/tmp/go-build1432051999/b798/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b393/_pkg_.a -trimpath "$WORK/b393=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap -complete -installsuffix shared -buildid Nup1Y2E5EPYC-C-lc6z0/Nup1Y2E5EPYC-C-lc6z0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap/tap.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b798/_pkg_.a -trimpath "$WORK/b798=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/sync/errgroup -complete -installsuffix shared -buildid US1NtLArACXQAQbiXnGO/US1NtLArACXQAQbiXnGO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b798/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sync/errgroup/errgroup.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b044/_pkg_.a # internal cp $WORK/b044/_pkg_.a /builddir/.cache/go-build/6a/6a4aa8e3370817f5cbb35d66354f35f82ab18d4a6942544472f2f1ba5184ba64-d # internal embed mkdir -p $WORK/b100/ cat >/tmp/go-build1432051999/b100/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b100/_pkg_.a -trimpath "$WORK/b100=>" -p embed -std -complete -installsuffix shared -buildid 7nb-hXdgtnsQneYzRpku/7nb-hXdgtnsQneYzRpku -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /usr/lib/golang/src/embed/embed.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b393/_pkg_.a # internal cp $WORK/b393/_pkg_.a /builddir/.cache/go-build/80/807b8d33c439a10a39c38d24f46a00169db6fd6c3449ca8d321b71c50221d884-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b798/_pkg_.a # internal cp $WORK/b798/_pkg_.a /builddir/.cache/go-build/a6/a6ab4b0326b56c209ea4e8ca8fd5cba421a70b71131c9a07d9468f7cc111f88f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b650/_pkg_.a # internal cp $WORK/b650/_pkg_.a /builddir/.cache/go-build/93/93b768795cdc7b75bb3ea983d768cf72b4ef6b4d78acef1b4710f1306aa13292-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b100/_pkg_.a # internal cp $WORK/b100/_pkg_.a /builddir/.cache/go-build/12/12670c11704bbe0f0c3cffb618f3f334ff10836bba5f89b9fca894c7e683b31e-d # internal cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_amd64/asm -p reflect -trimpath "$WORK/b029=>" -I $WORK/b029/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -compiling-runtime -D GOAMD64_v1 -o $WORK/b029/asm_amd64.o ./asm_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b029/_pkg_.a $WORK/b029/asm_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b029/_pkg_.a # internal cp $WORK/b029/_pkg_.a /builddir/.cache/go-build/f7/f76b39840968cc8a3a5cb0a797e457739c9ce0d9a98209b6c302d5ad83d4a162-d # internal internal/fmtsort mkdir -p $WORK/b028/ encoding/binary mkdir -p $WORK/b055/ cat >/tmp/go-build1432051999/b028/importcfg << 'EOF' # internal # import config packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "$WORK/b028=>" -p internal/fmtsort -std -complete -installsuffix shared -buildid qpJtmc7QNVGN935nCt1Z/qpJtmc7QNVGN935nCt1Z -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /usr/lib/golang/src/internal/fmtsort/sort.go cat >/tmp/go-build1432051999/b055/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/function mkdir -p $WORK/b446/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "$WORK/b055=>" -p encoding/binary -std -complete -installsuffix shared -buildid SS1sW-rzSCoyeqHZ_S2i/SS1sW-rzSCoyeqHZ_S2i -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /usr/lib/golang/src/encoding/binary/binary.go /usr/lib/golang/src/encoding/binary/native_endian_little.go /usr/lib/golang/src/encoding/binary/varint.go cat >/tmp/go-build1432051999/b446/importcfg << 'EOF' # internal # import config packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets mkdir -p $WORK/b448/ github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b446/_pkg_.a -trimpath "$WORK/b446=>" -p github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/function -complete -installsuffix shared -buildid PfGeoMx4fPQACoQlC_CR/PfGeoMx4fPQACoQlC_CR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/function/func.go github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema internal/saferio cat >/tmp/go-build1432051999/b448/importcfg << 'EOF' # internal # import config packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a EOF mkdir -p $WORK/b148/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b448/_pkg_.a -trimpath "$WORK/b448=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets -complete -installsuffix shared -buildid xNbb0RuaX_n2pZC3BHPZ/xNbb0RuaX_n2pZC3BHPZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/byte.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/empty.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/int.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/int32.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/int64.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets/string.go mkdir -p $WORK/b564/ cat >/tmp/go-build1432051999/b148/go_asm.h << 'EOF' # internal EOF cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 -trimpath "$WORK/b148=>" -I $WORK/b148/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b148/symabis ./reflect2_amd64.s ./relfect2_mips64x.s ./relfect2_mipsx.s ./relfect2_ppc64x.s cat >/tmp/go-build1432051999/b564/importcfg << 'EOF' # internal # import config packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF mkdir -p $WORK/b739/ cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b564/_pkg_.a -trimpath "$WORK/b564=>" -p github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema -complete -installsuffix shared -buildid qJoTb-4h-OEcx3AF9Ab0/qJoTb-4h-OEcx3AF9Ab0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema/elements.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema/equals.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema/schemaschema.go cat >/tmp/go-build1432051999/b739/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b739/_pkg_.a -trimpath "$WORK/b739=>" -p internal/saferio -std -complete -installsuffix shared -buildid 5MTLSmXYJI4Cs-1suBNf/5MTLSmXYJI4Cs-1suBNf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b739/importcfg -pack /usr/lib/golang/src/internal/saferio/io.go cat >/tmp/go-build1432051999/b148/importcfg << 'EOF' # internal # import config packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b148/_pkg_.a -trimpath "$WORK/b148=>" -p github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 -installsuffix shared -buildid 3iSzENFGeq1RXMYre_Ab/3iSzENFGeq1RXMYre_Ab -goversion go1.21.7 -symabis $WORK/b148/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack -asmhdr $WORK/b148/go_asm.h ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/go_above_118.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/go_above_19.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/reflect2.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/reflect2_kind.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/safe_field.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/safe_map.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/safe_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/safe_struct.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/safe_type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/type_map.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_array.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_eface.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_field.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_iface.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_link.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_map.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_ptr.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_struct.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2/unsafe_type.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b036/_pkg_.a # internal cp $WORK/b036/_pkg_.a /builddir/.cache/go-build/d8/d8646d78bd5447e2e56cef3cac9b1ee7c50138237faef82bc77b5a53ceedddce-d # internal os mkdir -p $WORK/b035/ cat >/tmp/go-build1432051999/b035/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/itoa=/tmp/go-build1432051999/b030/_pkg_.a packagefile internal/poll=/tmp/go-build1432051999/b036/_pkg_.a packagefile internal/safefilepath=/tmp/go-build1432051999/b041/_pkg_.a packagefile internal/syscall/execenv=/tmp/go-build1432051999/b042/_pkg_.a packagefile internal/syscall/unix=/tmp/go-build1432051999/b037/_pkg_.a packagefile internal/testlog=/tmp/go-build1432051999/b043/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "$WORK/b035=>" -p os -std -installsuffix shared -buildid Kg3qcfGBnIylewmkFAp7/Kg3qcfGBnIylewmkFAp7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /usr/lib/golang/src/os/dir.go /usr/lib/golang/src/os/dir_unix.go /usr/lib/golang/src/os/dirent_linux.go /usr/lib/golang/src/os/endian_little.go /usr/lib/golang/src/os/env.go /usr/lib/golang/src/os/error.go /usr/lib/golang/src/os/error_errno.go /usr/lib/golang/src/os/error_posix.go /usr/lib/golang/src/os/exec.go /usr/lib/golang/src/os/exec_posix.go /usr/lib/golang/src/os/exec_unix.go /usr/lib/golang/src/os/executable.go /usr/lib/golang/src/os/executable_procfs.go /usr/lib/golang/src/os/file.go /usr/lib/golang/src/os/file_open_unix.go /usr/lib/golang/src/os/file_posix.go /usr/lib/golang/src/os/file_unix.go /usr/lib/golang/src/os/getwd.go /usr/lib/golang/src/os/path.go /usr/lib/golang/src/os/path_unix.go /usr/lib/golang/src/os/pipe2_unix.go /usr/lib/golang/src/os/proc.go /usr/lib/golang/src/os/rawconn.go /usr/lib/golang/src/os/readfrom_linux.go /usr/lib/golang/src/os/removeall_at.go /usr/lib/golang/src/os/stat.go /usr/lib/golang/src/os/stat_linux.go /usr/lib/golang/src/os/stat_unix.go /usr/lib/golang/src/os/sticky_notbsd.go /usr/lib/golang/src/os/str.go /usr/lib/golang/src/os/sys.go /usr/lib/golang/src/os/sys_linux.go /usr/lib/golang/src/os/sys_unix.go /usr/lib/golang/src/os/tempfile.go /usr/lib/golang/src/os/types.go /usr/lib/golang/src/os/types_unix.go /usr/lib/golang/src/os/wait_waitid.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b739/_pkg_.a # internal cp $WORK/b739/_pkg_.a /builddir/.cache/go-build/24/24dd635bbd65fdb84522f1f4a6b58d463adfca468d59c8d1f2c76711648777ec-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b446/_pkg_.a # internal cp $WORK/b446/_pkg_.a /builddir/.cache/go-build/03/03cf42b93765720d4845d7b279450291d2a748b9333908483472be6f1293609f-d # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I $WORK/b050/ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o $WORK/b050/_x014.o -c gcc_amd64.S /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b564/_pkg_.a # internal cp $WORK/b564/_pkg_.a /builddir/.cache/go-build/dd/dd56d89489e8316eefed3d8b4053e0d5d225e7efa6ceb5da0581a508341bee78-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b028/_pkg_.a # internal cp $WORK/b028/_pkg_.a /builddir/.cache/go-build/99/99f019e55ba21d2280299c003e62981eebb2de6c4f82109e8b82bc2c9f079a74-d # internal cd $WORK/b050 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -Wall -Werror -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=gDjaUbx416ojCN87YIU_ -o ./_cgo_main.o -c _cgo_main.c cd /builddir/build/BUILD/prometheus-2.32.1 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b050=/tmp/go-build -gno-record-gcc-switches -o $WORK/b050/_cgo_.o $WORK/b050/_cgo_main.o $WORK/b050/_x001.o $WORK/b050/_x002.o $WORK/b050/_x003.o $WORK/b050/_x004.o $WORK/b050/_x005.o $WORK/b050/_x006.o $WORK/b050/_x007.o $WORK/b050/_x008.o $WORK/b050/_x009.o $WORK/b050/_x010.o $WORK/b050/_x011.o $WORK/b050/_x012.o $WORK/b050/_x013.o $WORK/b050/_x014.o -O2 -g -lpthread /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b055/_pkg_.a # internal cp $WORK/b055/_pkg_.a /builddir/.cache/go-build/c1/c16a2cc07a6e4058388fa45fc33f85bba17fd88455a18b1eb6a7489f58ffbb59-d # internal encoding/base64 mkdir -p $WORK/b061/ crypto/cipher mkdir -p $WORK/b086/ cat >/tmp/go-build1432051999/b061/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF crypto/internal/edwards25519/field mkdir -p $WORK/b097/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b061/_pkg_.a -trimpath "$WORK/b061=>" -p encoding/base64 -std -complete -installsuffix shared -buildid lQeWN1feOhbMazoo_Iit/lQeWN1feOhbMazoo_Iit -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /usr/lib/golang/src/encoding/base64/base64.go cat >/tmp/go-build1432051999/b086/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto/internal/alias=/tmp/go-build1432051999/b087/_pkg_.a packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a EOF crypto/md5 mkdir -p $WORK/b112/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b086/_pkg_.a -trimpath "$WORK/b086=>" -p crypto/cipher -std -complete -installsuffix shared -buildid g0zs4koP6J7fWOGTL-75/g0zs4koP6J7fWOGTL-75 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /usr/lib/golang/src/crypto/cipher/cbc.go /usr/lib/golang/src/crypto/cipher/cfb.go /usr/lib/golang/src/crypto/cipher/cipher.go /usr/lib/golang/src/crypto/cipher/ctr.go /usr/lib/golang/src/crypto/cipher/gcm.go /usr/lib/golang/src/crypto/cipher/io.go /usr/lib/golang/src/crypto/cipher/ofb.go cat >/tmp/go-build1432051999/b097/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/internal/edwards25519/field /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/edwards25519/field -trimpath "$WORK/b097=>" -I $WORK/b097/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b097/symabis ./fe_amd64.s crypto/internal/nistec mkdir -p $WORK/b098/ cat >/tmp/go-build1432051999/b112/go_asm.h << 'EOF' # internal EOF vendor/golang.org/x/crypto/internal/poly1305 cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "$WORK/b112=>" -I $WORK/b112/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b112/symabis ./md5block_amd64.s cat >/tmp/go-build1432051999/b098/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/internal/nistec /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/nistec -trimpath "$WORK/b098=>" -I $WORK/b098/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b098/symabis ./p256_asm_amd64.s mkdir -p $WORK/b126/ github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 mkdir -p $WORK/b154/ github.com/prometheus/prometheus/vendor/github.com/golang/snappy mkdir -p $WORK/b797/ cat >/tmp/go-build1432051999/b154/go_asm.h << 'EOF' # internal EOF cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 -trimpath "$WORK/b154=>" -I $WORK/b154/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b154/symabis ./xxhash_amd64.s cat >/tmp/go-build1432051999/b797/go_asm.h << 'EOF' # internal EOF cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/golang/snappy -trimpath "$WORK/b797=>" -I $WORK/b797/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b797/symabis ./decode_amd64.s ./encode_amd64.s cat >/tmp/go-build1432051999/b126/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305 /usr/lib/golang/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "$WORK/b126=>" -I $WORK/b126/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b126/symabis ./sum_amd64.s github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix mkdir -p $WORK/b200/ cat >/tmp/go-build1432051999/b200/go_asm.h << 'EOF' # internal EOF cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix -trimpath "$WORK/b200=>" -I $WORK/b200/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b200/symabis ./asm_linux_amd64.s cat >/tmp/go-build1432051999/b154/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF cat >/tmp/go-build1432051999/b112/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b154/_pkg_.a -trimpath "$WORK/b154=>" -p github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 -installsuffix shared -buildid nFshLMl9RPt-TQMaSf_F/nFshLMl9RPt-TQMaSf_F -goversion go1.21.7 -symabis $WORK/b154/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack -asmhdr $WORK/b154/go_asm.h ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2/xxhash.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go cat >/tmp/go-build1432051999/b097/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b112/_pkg_.a -trimpath "$WORK/b112=>" -p crypto/md5 -std -installsuffix shared -buildid xIu8dyusOJagegIapSzG/xIu8dyusOJagegIapSzG -goversion go1.21.7 -symabis $WORK/b112/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack -asmhdr $WORK/b112/go_asm.h /usr/lib/golang/src/crypto/md5/md5.go /usr/lib/golang/src/crypto/md5/md5block.go /usr/lib/golang/src/crypto/md5/md5block_decl.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b097/_pkg_.a -trimpath "$WORK/b097=>" -p crypto/internal/edwards25519/field -std -installsuffix shared -buildid O7CTSxyEyTVLG6Un5UFY/O7CTSxyEyTVLG6Un5UFY -goversion go1.21.7 -symabis $WORK/b097/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack -asmhdr $WORK/b097/go_asm.h /usr/lib/golang/src/crypto/internal/edwards25519/field/fe.go /usr/lib/golang/src/crypto/internal/edwards25519/field/fe_amd64.go /usr/lib/golang/src/crypto/internal/edwards25519/field/fe_arm64_noasm.go /usr/lib/golang/src/crypto/internal/edwards25519/field/fe_generic.go cat >/tmp/go-build1432051999/b126/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b126/_pkg_.a -trimpath "$WORK/b126=>" -p vendor/golang.org/x/crypto/internal/poly1305 -std -installsuffix shared -buildid XTKuS-mItOBmqc39UGBt/XTKuS-mItOBmqc39UGBt -goversion go1.21.7 -symabis $WORK/b126/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack -asmhdr $WORK/b126/go_asm.h /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305/bits_go1.13.go /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305/sum_amd64.go /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go cat >/tmp/go-build1432051999/b797/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile hash/crc32=/tmp/go-build1432051999/b056/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a EOF cat >/tmp/go-build1432051999/b200/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/internal/unsafeheader=github.com/prometheus/prometheus/vendor/golang.org/x/sys/internal/unsafeheader packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/internal/unsafeheader=/tmp/go-build1432051999/b201/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b797/_pkg_.a -trimpath "$WORK/b797=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/snappy -installsuffix shared -buildid iDKsIO-LW7wXQs2ds5xs/iDKsIO-LW7wXQs2ds5xs -goversion go1.21.7 -symabis $WORK/b797/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b797/importcfg -pack -asmhdr $WORK/b797/go_asm.h ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy/decode_asm.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy/encode_asm.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy/snappy.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b200/_pkg_.a -trimpath "$WORK/b200=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix -installsuffix shared -buildid 36WRsZPM1ePv_9eXHyxj/36WRsZPM1ePv_9eXHyxj -goversion go1.21.7 -symabis $WORK/b200/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack -asmhdr $WORK/b200/go_asm.h ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/affinity_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/aliases.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/bluetooth_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/constants.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/dev_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/dirent.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/endian_little.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/env_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/fcntl.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/fdset.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/ifreq_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/ioctl.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/ioctl_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/pagesize_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/race0.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/readdirent_getdents.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/sockcmsg_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/sockcmsg_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/str.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall_linux_gc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/syscall_unix_gc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/sysvshm_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/sysvshm_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/timestruct.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/zerrors_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/zsyscall_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/ztypes_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b448/_pkg_.a # internal cat >/tmp/go-build1432051999/b098/importcfg << 'EOF' # internal # import config packagefile crypto/internal/nistec/fiat=/tmp/go-build1432051999/b099/_pkg_.a packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile embed=/tmp/go-build1432051999/b100/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF cat >/tmp/go-build1432051999/b098/embedcfg << 'EOF' # internal { "Patterns": { "p256_asm_table.bin": [ "p256_asm_table.bin" ] }, "Files": { "p256_asm_table.bin": "/usr/lib/golang/src/crypto/internal/nistec/p256_asm_table.bin" } }EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b098/_pkg_.a -trimpath "$WORK/b098=>" -p crypto/internal/nistec -std -installsuffix shared -buildid 3gYuCWHE-vnZwYcE8fq9/3gYuCWHE-vnZwYcE8fq9 -goversion go1.21.7 -symabis $WORK/b098/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -embedcfg $WORK/b098/embedcfg -pack -asmhdr $WORK/b098/go_asm.h /usr/lib/golang/src/crypto/internal/nistec/nistec.go /usr/lib/golang/src/crypto/internal/nistec/p224.go /usr/lib/golang/src/crypto/internal/nistec/p224_sqrt.go /usr/lib/golang/src/crypto/internal/nistec/p256_asm.go /usr/lib/golang/src/crypto/internal/nistec/p256_ordinv.go /usr/lib/golang/src/crypto/internal/nistec/p384.go /usr/lib/golang/src/crypto/internal/nistec/p521.go cp $WORK/b448/_pkg_.a /builddir/.cache/go-build/32/32d35788a54db6ca94d23f43b74b57ee41631a35a19c67645180e82653560692-d # internal TERM='dumb' /usr/lib/golang/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b050/_cgo_.o -dynout $WORK/b050/_cgo_import.go -dynlinker cat >/tmp/go-build1432051999/b050/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/runtime/cgo /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "$WORK/b050=>" -I $WORK/b050/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b050/symabis ./asm_amd64.s cat >/tmp/go-build1432051999/b050/importcfg << 'EOF' # internal # import config packagefile runtime/internal/sys=/tmp/go-build1432051999/b019/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "$WORK/b050=>" -p runtime/cgo -std -installsuffix shared -buildid gDjaUbx416ojCN87YIU_/gDjaUbx416ojCN87YIU_ -goversion go1.21.7 -symabis $WORK/b050/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack -asmhdr $WORK/b050/go_asm.h /usr/lib/golang/src/runtime/cgo/callbacks.go /usr/lib/golang/src/runtime/cgo/callbacks_traceback.go /usr/lib/golang/src/runtime/cgo/handle.go /usr/lib/golang/src/runtime/cgo/iscgo.go /usr/lib/golang/src/runtime/cgo/linux.go /usr/lib/golang/src/runtime/cgo/mmap.go /usr/lib/golang/src/runtime/cgo/setenv.go /usr/lib/golang/src/runtime/cgo/sigaction.go $WORK/b050/_cgo_gotypes.go $WORK/b050/cgo.cgo1.go $WORK/b050/_cgo_import.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b061/_pkg_.a # internal cp $WORK/b061/_pkg_.a /builddir/.cache/go-build/d0/d0b461d3e6e4fe792a53055385e83e9117f98121d789bf92d4483afa1ca734c4-d # internal encoding/pem mkdir -p $WORK/b121/ cat >/tmp/go-build1432051999/b121/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b121/_pkg_.a -trimpath "$WORK/b121=>" -p encoding/pem -std -complete -installsuffix shared -buildid VQJFiFe-UpOytSqMPuaB/VQJFiFe-UpOytSqMPuaB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /usr/lib/golang/src/encoding/pem/pem.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b086/_pkg_.a # internal cp /usr/lib/golang/src/runtime/cgo/abi_amd64.h $WORK/b050/abi_GOARCH.h cp $WORK/b086/_pkg_.a /builddir/.cache/go-build/cf/cf75edc925fd42f2fcca9f6fd72ad6fe7d8bd1dd94a53ee666dd1a29a7d76bb9-d # internal cd /usr/lib/golang/src/runtime/cgo /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "$WORK/b050=>" -I $WORK/b050/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b050/asm_amd64.o ./asm_amd64.s vendor/golang.org/x/crypto/chacha20 crypto/internal/boring mkdir -p $WORK/b124/ crypto/des github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/internal/rc2 mkdir -p $WORK/b298/ cat >/tmp/go-build1432051999/b124/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias packagefile crypto/cipher=/tmp/go-build1432051999/b086/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1432051999/b125/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b124/_pkg_.a -trimpath "$WORK/b124=>" -p vendor/golang.org/x/crypto/chacha20 -std -complete -installsuffix shared -buildid 8h8KFVg-2oKAZat1U_GL/8h8KFVg-2oKAZat1U_GL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20/xor.go mkdir -p $WORK/b084/ cat >/tmp/go-build1432051999/b298/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=/tmp/go-build1432051999/b086/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a EOF mkdir -p $WORK/b095/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b298/_pkg_.a -trimpath "$WORK/b298=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/internal/rc2 -complete -installsuffix shared -buildid _zy8lFmOZO4Hjf5yNvPT/_zy8lFmOZO4Hjf5yNvPT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/internal/rc2/rc2.go cat >/tmp/go-build1432051999/b084/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/cipher=/tmp/go-build1432051999/b086/_pkg_.a packagefile crypto/internal/boring/sig=/tmp/go-build1432051999/b089/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "$WORK/b084=>" -p crypto/internal/boring -std -complete -installsuffix shared -buildid x0aZOCVR9VKOpVG9tC0C/x0aZOCVR9VKOpVG9tC0C -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /usr/lib/golang/src/crypto/internal/boring/doc.go /usr/lib/golang/src/crypto/internal/boring/notboring.go cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 -trimpath "$WORK/b154=>" -I $WORK/b154/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b154/xxhash_amd64.o ./xxhash_amd64.s cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305 /usr/lib/golang/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "$WORK/b126=>" -I $WORK/b126/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b126/sum_amd64.o ./sum_amd64.s cat >/tmp/go-build1432051999/b095/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=/tmp/go-build1432051999/b086/_pkg_.a packagefile crypto/internal/alias=/tmp/go-build1432051999/b087/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b095/_pkg_.a -trimpath "$WORK/b095=>" -p crypto/des -std -complete -installsuffix shared -buildid Wy1N3Q1etzUP4kAcCMtU/Wy1N3Q1etzUP4kAcCMtU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /usr/lib/golang/src/crypto/des/block.go /usr/lib/golang/src/crypto/des/cipher.go /usr/lib/golang/src/crypto/des/const.go cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "$WORK/b112=>" -I $WORK/b112/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b112/md5block_amd64.o ./md5block_amd64.s cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/golang/snappy -trimpath "$WORK/b797=>" -I $WORK/b797/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b797/decode_amd64.o ./decode_amd64.s cd /usr/lib/golang/src/crypto/internal/edwards25519/field /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/edwards25519/field -trimpath "$WORK/b097=>" -I $WORK/b097/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b097/fe_amd64.o ./fe_amd64.s cd /usr/lib/golang/src/runtime/cgo /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b050/_pkg_.a $WORK/b050/asm_amd64.o $WORK/b050/_x001.o $WORK/b050/_x002.o $WORK/b050/_x003.o $WORK/b050/_x004.o $WORK/b050/_x005.o $WORK/b050/_x006.o $WORK/b050/_x007.o $WORK/b050/_x008.o $WORK/b050/_x009.o $WORK/b050/_x010.o $WORK/b050/_x011.o $WORK/b050/_x012.o $WORK/b050/_x013.o $WORK/b050/_x014.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b050/_pkg_.a # internal cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/golang/snappy -trimpath "$WORK/b797=>" -I $WORK/b797/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b797/encode_amd64.o ./encode_amd64.s cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/poly1305 /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b126/_pkg_.a $WORK/b126/sum_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b126/_pkg_.a # internal cp $WORK/b050/_pkg_.a /builddir/.cache/go-build/51/511e54484289683c4bba9ca67ad08ad3894c6216387a3ab488dfdb4d188ba9e8-d # internal cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b154/_pkg_.a $WORK/b154/xxhash_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b154/_pkg_.a # internal cp $WORK/b126/_pkg_.a /builddir/.cache/go-build/94/94cf4f4b0da4e36e19081783f782df93f407194f9c102264fa38d8e8d33ecc81-d # internal cp $WORK/b154/_pkg_.a /builddir/.cache/go-build/54/54cc72f8020a8e8470a32b6f91e1d401d5b0afcab0f468e69e37e6a361ccaad6-d # internal cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b112/_pkg_.a $WORK/b112/md5block_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b112/_pkg_.a # internal cp $WORK/b112/_pkg_.a /builddir/.cache/go-build/6c/6ce66ac604567bd3f69edacb878cb5e2a0e83646b8ee3f21987f4359f21db216-d # internal cd /usr/lib/golang/src/crypto/internal/edwards25519/field /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b097/_pkg_.a $WORK/b097/fe_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b097/_pkg_.a # internal cp $WORK/b097/_pkg_.a /builddir/.cache/go-build/6e/6ee0a019d0168e6841400f7b49f483397c10d6fdd351e4fb751f6ca3da7fec6c-d # internal crypto/internal/edwards25519 mkdir -p $WORK/b110/ cat >/tmp/go-build1432051999/b110/importcfg << 'EOF' # internal # import config packagefile crypto/internal/edwards25519/field=/tmp/go-build1432051999/b097/_pkg_.a packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b110/_pkg_.a -trimpath "$WORK/b110=>" -p crypto/internal/edwards25519 -std -complete -installsuffix shared -buildid 2TJHNsebw4FLu8EZYr6f/2TJHNsebw4FLu8EZYr6f -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /usr/lib/golang/src/crypto/internal/edwards25519/doc.go /usr/lib/golang/src/crypto/internal/edwards25519/edwards25519.go /usr/lib/golang/src/crypto/internal/edwards25519/scalar.go /usr/lib/golang/src/crypto/internal/edwards25519/scalar_fiat.go /usr/lib/golang/src/crypto/internal/edwards25519/scalarmult.go /usr/lib/golang/src/crypto/internal/edwards25519/tables.go cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/snappy /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b797/_pkg_.a $WORK/b797/decode_amd64.o $WORK/b797/encode_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b797/_pkg_.a # internal cp $WORK/b797/_pkg_.a /builddir/.cache/go-build/86/86541ccf3ad31b89e1c45ca55ad56ee8e9a6b24772293b97db5d943adfb14997-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b121/_pkg_.a # internal cp $WORK/b121/_pkg_.a /builddir/.cache/go-build/fa/fa4ad43bcfab454ddc394737622f205259b8627b1c6556bf32d0e592fe082caf-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b084/_pkg_.a # internal cp $WORK/b084/_pkg_.a /builddir/.cache/go-build/1a/1a5ec3e057f42513fbd60bfa9a5bf19cd7d8b6cb71d87997189704a69587698a-d # internal crypto/hmac mkdir -p $WORK/b111/ cat >/tmp/go-build1432051999/b111/importcfg << 'EOF' # internal # import config packagefile crypto/internal/boring=/tmp/go-build1432051999/b084/_pkg_.a packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b111/_pkg_.a -trimpath "$WORK/b111=>" -p crypto/hmac -std -complete -installsuffix shared -buildid Dfkvh_kABtRwVzAZNZtx/Dfkvh_kABtRwVzAZNZtx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /usr/lib/golang/src/crypto/hmac/hmac.go crypto/sha512 crypto/aes mkdir -p $WORK/b105/ crypto/sha256 crypto/sha1 mkdir -p $WORK/b094/ cat >/tmp/go-build1432051999/b105/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/sha512 -trimpath "$WORK/b105=>" -I $WORK/b105/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b105/symabis ./sha512block_amd64.s mkdir -p $WORK/b116/ cat >/tmp/go-build1432051999/b094/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/aes -trimpath "$WORK/b094=>" -I $WORK/b094/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b094/symabis ./asm_amd64.s ./gcm_amd64.s cat >/tmp/go-build1432051999/b116/go_asm.h << 'EOF' # internal EOF mkdir -p $WORK/b115/ cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/sha256 -trimpath "$WORK/b116=>" -I $WORK/b116/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b116/symabis ./sha256block_amd64.s cat >/tmp/go-build1432051999/b115/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "$WORK/b115=>" -I $WORK/b115/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b115/symabis ./sha1block_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b298/_pkg_.a # internal cp $WORK/b298/_pkg_.a /builddir/.cache/go-build/a4/a43962431bdce155ad32ac36218d6996a4c3135ccb63c8db68a55d7e463d885d-d # internal cat >/tmp/go-build1432051999/b094/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=/tmp/go-build1432051999/b086/_pkg_.a packagefile crypto/internal/alias=/tmp/go-build1432051999/b087/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build1432051999/b084/_pkg_.a packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/cpu=/tmp/go-build1432051999/b012/_pkg_.a packagefile internal/goarch=/tmp/go-build1432051999/b007/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b094/_pkg_.a -trimpath "$WORK/b094=>" -p crypto/aes -std -installsuffix shared -buildid 7rvk_-DcROA2of_XfCs2/7rvk_-DcROA2of_XfCs2 -goversion go1.21.7 -symabis $WORK/b094/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack -asmhdr $WORK/b094/go_asm.h /usr/lib/golang/src/crypto/aes/aes_gcm.go /usr/lib/golang/src/crypto/aes/block.go /usr/lib/golang/src/crypto/aes/cipher.go /usr/lib/golang/src/crypto/aes/cipher_asm.go /usr/lib/golang/src/crypto/aes/const.go /usr/lib/golang/src/crypto/aes/modes.go cat >/tmp/go-build1432051999/b105/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build1432051999/b084/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile internal/cpu=/tmp/go-build1432051999/b012/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF cat >/tmp/go-build1432051999/b115/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build1432051999/b084/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile internal/cpu=/tmp/go-build1432051999/b012/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b115/_pkg_.a -trimpath "$WORK/b115=>" -p crypto/sha1 -std -installsuffix shared -buildid cPsrBTVKEMvnTLWvYkox/cPsrBTVKEMvnTLWvYkox -goversion go1.21.7 -symabis $WORK/b115/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack -asmhdr $WORK/b115/go_asm.h /usr/lib/golang/src/crypto/sha1/boring.go /usr/lib/golang/src/crypto/sha1/sha1.go /usr/lib/golang/src/crypto/sha1/sha1block.go /usr/lib/golang/src/crypto/sha1/sha1block_amd64.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b105/_pkg_.a -trimpath "$WORK/b105=>" -p crypto/sha512 -std -installsuffix shared -buildid OllaG6BrOpR2ZnmlXvEs/OllaG6BrOpR2ZnmlXvEs -goversion go1.21.7 -symabis $WORK/b105/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack -asmhdr $WORK/b105/go_asm.h /usr/lib/golang/src/crypto/sha512/sha512.go /usr/lib/golang/src/crypto/sha512/sha512block.go /usr/lib/golang/src/crypto/sha512/sha512block_amd64.go cat >/tmp/go-build1432051999/b116/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build1432051999/b084/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile internal/cpu=/tmp/go-build1432051999/b012/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b116/_pkg_.a -trimpath "$WORK/b116=>" -p crypto/sha256 -std -installsuffix shared -buildid 4Ano_lg7JXGdYpzQSMbe/4Ano_lg7JXGdYpzQSMbe -goversion go1.21.7 -symabis $WORK/b116/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack -asmhdr $WORK/b116/go_asm.h /usr/lib/golang/src/crypto/sha256/sha256.go /usr/lib/golang/src/crypto/sha256/sha256block.go /usr/lib/golang/src/crypto/sha256/sha256block_amd64.go /usr/lib/golang/src/crypto/sha256/sha256block_decl.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b111/_pkg_.a # internal cp $WORK/b111/_pkg_.a /builddir/.cache/go-build/24/24bb3a324ea72c97610480ab6c2331d84bf9efd8b05ea150d226b9e2438bd5c3-d # internal vendor/golang.org/x/crypto/hkdf mkdir -p $WORK/b128/ cat >/tmp/go-build1432051999/b128/importcfg << 'EOF' # internal # import config packagefile crypto/hmac=/tmp/go-build1432051999/b111/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b128/_pkg_.a -trimpath "$WORK/b128=>" -p vendor/golang.org/x/crypto/hkdf -std -complete -installsuffix shared -buildid QNyUFI6LkmtK6ZrZYtW4/QNyUFI6LkmtK6ZrZYtW4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/crypto/hkdf/hkdf.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b095/_pkg_.a # internal cp $WORK/b095/_pkg_.a /builddir/.cache/go-build/46/46427dda8aa324d64be29d203657eaee41003e6555cc54a6ac725d767ef0c96e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b035/_pkg_.a # internal cp $WORK/b035/_pkg_.a /builddir/.cache/go-build/2b/2b08d6a216b3fac4e95e0bee9368fc2b97dd7a4c38bca72df8b5116d62e76ebe-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand mkdir -p $WORK/b159/ io/ioutil fmt mkdir -p $WORK/b072/ cat >/tmp/go-build1432051999/b159/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile hash/fnv=/tmp/go-build1432051999/b160/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b159/_pkg_.a -trimpath "$WORK/b159=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand -complete -installsuffix shared -buildid UjvWYUPTfIQ4CUqy2_Dp/UjvWYUPTfIQ4CUqy2_Dp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand/rand.go mkdir -p $WORK/b027/ cat >/tmp/go-build1432051999/b072/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a EOF path/filepath /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b072/_pkg_.a -trimpath "$WORK/b072=>" -p io/ioutil -std -complete -installsuffix shared -buildid Z6rWZcRLrkKwfNrTqGbf/Z6rWZcRLrkKwfNrTqGbf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /usr/lib/golang/src/io/ioutil/ioutil.go /usr/lib/golang/src/io/ioutil/tempfile.go mkdir -p $WORK/b051/ cat >/tmp/go-build1432051999/b027/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/fmtsort=/tmp/go-build1432051999/b028/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "$WORK/b027=>" -p fmt -std -complete -installsuffix shared -buildid O6MMWjkvwyqMyKb8oX7b/O6MMWjkvwyqMyKb8oX7b -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /usr/lib/golang/src/fmt/doc.go /usr/lib/golang/src/fmt/errors.go /usr/lib/golang/src/fmt/format.go /usr/lib/golang/src/fmt/print.go /usr/lib/golang/src/fmt/scan.go cat >/tmp/go-build1432051999/b051/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "$WORK/b051=>" -p path/filepath -std -complete -installsuffix shared -buildid uAE6vCCmTwe_V7QU0kBi/uAE6vCCmTwe_V7QU0kBi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /usr/lib/golang/src/path/filepath/match.go /usr/lib/golang/src/path/filepath/path.go /usr/lib/golang/src/path/filepath/path_nonwindows.go /usr/lib/golang/src/path/filepath/path_unix.go /usr/lib/golang/src/path/filepath/symlink.go /usr/lib/golang/src/path/filepath/symlink_unix.go os/signal mkdir -p $WORK/b316/ cat >/tmp/go-build1432051999/b316/go_asm.h << 'EOF' # internal EOF github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_amd64/asm -p os/signal -trimpath "$WORK/b316=>" -I $WORK/b316/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b316/symabis ./sig.s mkdir -p $WORK/b378/ internal/lazyregexp mkdir -p $WORK/b458/ cat >/tmp/go-build1432051999/b378/importcfg << 'EOF' # internal # import config packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b378/_pkg_.a -trimpath "$WORK/b378=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig -complete -installsuffix shared -buildid Rz93GvZ5vTWonE_CBFeD/Rz93GvZ5vTWonE_CBFeD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig/envconfig.go github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount cat >/tmp/go-build1432051999/b458/importcfg << 'EOF' # internal # import config packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF mkdir -p $WORK/b676/ net /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b458/_pkg_.a -trimpath "$WORK/b458=>" -p internal/lazyregexp -std -complete -installsuffix shared -buildid o8V-_SKtApY_q1sbFK95/o8V-_SKtApY_q1sbFK95 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /usr/lib/golang/src/internal/lazyregexp/lazyre.go cat >/tmp/go-build1432051999/b676/importcfg << 'EOF' # internal # import config packagefile os=/tmp/go-build1432051999/b035/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b124/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b676/_pkg_.a -trimpath "$WORK/b676=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount -complete -installsuffix shared -buildid RhDz4VM4ekE5PsOCVSWU/RhDz4VM4ekE5PsOCVSWU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount/mount.go mkdir -p $WORK/b075/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b128/_pkg_.a # internal cat >/tmp/go-build1432051999/b075/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1432051999/b076/_pkg_.a packagefile internal/bytealg=/tmp/go-build1432051999/b011/_pkg_.a packagefile internal/godebug=/tmp/go-build1432051999/b046/_pkg_.a packagefile internal/itoa=/tmp/go-build1432051999/b030/_pkg_.a packagefile internal/nettrace=/tmp/go-build1432051999/b077/_pkg_.a packagefile internal/poll=/tmp/go-build1432051999/b036/_pkg_.a packagefile internal/singleflight=/tmp/go-build1432051999/b078/_pkg_.a packagefile internal/syscall/unix=/tmp/go-build1432051999/b037/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile net/netip=/tmp/go-build1432051999/b079/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cp $WORK/b128/_pkg_.a /builddir/.cache/go-build/e7/e711305f611bd0a20ec9685095b6f4cf7d3b1c66db29fcdd31df490fc8608b56-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "$WORK/b075=>" -p net -std -installsuffix shared -buildid 8aVbKGGxqf6s6sMzzPKf/8aVbKGGxqf6s6sMzzPKf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /usr/lib/golang/src/net/addrselect.go /usr/lib/golang/src/net/cgo_stub.go /usr/lib/golang/src/net/conf.go /usr/lib/golang/src/net/dial.go /usr/lib/golang/src/net/dnsclient.go /usr/lib/golang/src/net/dnsclient_unix.go /usr/lib/golang/src/net/dnsconfig.go /usr/lib/golang/src/net/dnsconfig_unix.go /usr/lib/golang/src/net/error_posix.go /usr/lib/golang/src/net/error_unix.go /usr/lib/golang/src/net/fd_posix.go /usr/lib/golang/src/net/fd_unix.go /usr/lib/golang/src/net/file.go /usr/lib/golang/src/net/file_unix.go /usr/lib/golang/src/net/hook.go /usr/lib/golang/src/net/hook_unix.go /usr/lib/golang/src/net/hosts.go /usr/lib/golang/src/net/interface.go /usr/lib/golang/src/net/interface_linux.go /usr/lib/golang/src/net/ip.go /usr/lib/golang/src/net/iprawsock.go /usr/lib/golang/src/net/iprawsock_posix.go /usr/lib/golang/src/net/ipsock.go /usr/lib/golang/src/net/ipsock_posix.go /usr/lib/golang/src/net/lookup.go /usr/lib/golang/src/net/lookup_unix.go /usr/lib/golang/src/net/mac.go /usr/lib/golang/src/net/mptcpsock_linux.go /usr/lib/golang/src/net/net.go /usr/lib/golang/src/net/netcgo_off.go /usr/lib/golang/src/net/netgo_on.go /usr/lib/golang/src/net/nss.go /usr/lib/golang/src/net/parse.go /usr/lib/golang/src/net/pipe.go /usr/lib/golang/src/net/port.go /usr/lib/golang/src/net/port_unix.go /usr/lib/golang/src/net/rawconn.go /usr/lib/golang/src/net/sendfile_linux.go /usr/lib/golang/src/net/sock_cloexec.go /usr/lib/golang/src/net/sock_linux.go /usr/lib/golang/src/net/sock_posix.go /usr/lib/golang/src/net/sockaddr_posix.go /usr/lib/golang/src/net/sockopt_linux.go /usr/lib/golang/src/net/sockopt_posix.go /usr/lib/golang/src/net/sockoptip_linux.go /usr/lib/golang/src/net/sockoptip_posix.go /usr/lib/golang/src/net/splice_linux.go /usr/lib/golang/src/net/tcpsock.go /usr/lib/golang/src/net/tcpsock_posix.go /usr/lib/golang/src/net/tcpsockopt_posix.go /usr/lib/golang/src/net/tcpsockopt_unix.go /usr/lib/golang/src/net/udpsock.go /usr/lib/golang/src/net/udpsock_posix.go /usr/lib/golang/src/net/unixsock.go /usr/lib/golang/src/net/unixsock_posix.go /usr/lib/golang/src/net/unixsock_readmsg_cmsg_cloexec.go /usr/lib/golang/src/net/writev_unix.go cp $WORK/b124/_pkg_.a /builddir/.cache/go-build/ca/ca5285f0261cd45182e6d2883382e5ce574dc0ccfe35f5d1cada2af7e38d4d55-d # internal cat >/tmp/go-build1432051999/b316/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b316/_pkg_.a -trimpath "$WORK/b316=>" -p os/signal -std -installsuffix shared -buildid UIT7pzbUAAkfKmvrD85T/UIT7pzbUAAkfKmvrD85T -goversion go1.21.7 -symabis $WORK/b316/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack -asmhdr $WORK/b316/go_asm.h /usr/lib/golang/src/os/signal/doc.go /usr/lib/golang/src/os/signal/signal.go /usr/lib/golang/src/os/signal/signal_unix.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b378/_pkg_.a # internal cp $WORK/b378/_pkg_.a /builddir/.cache/go-build/77/771f3bfb1d4ba3499001dedc7c73edcf352c21e3a21f7685bb1c7125a1317ff3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b159/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b676/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b072/_pkg_.a # internal cp $WORK/b159/_pkg_.a /builddir/.cache/go-build/9a/9a3574278b9566d950433ad4bd725326b210c64d8a6441f2330ebc39c6ccb536-d # internal cp $WORK/b676/_pkg_.a /builddir/.cache/go-build/56/560f763e16da4cc5f6bb43efea80529fb2688f903d6c600fee625f6040b3ac1d-d # internal cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "$WORK/b115=>" -I $WORK/b115/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b115/sha1block_amd64.o ./sha1block_amd64.s cp $WORK/b072/_pkg_.a /builddir/.cache/go-build/30/301f5a767153e575fa78ad8b1cf4b04ceee120c1eaea6a422ea3e86a714e0f65-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util mkdir -p $WORK/b199/ vendor/golang.org/x/sys/cpu mkdir -p $WORK/b127/ cat >/tmp/go-build1432051999/b199/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a EOF cat >/tmp/go-build1432051999/b127/go_asm.h << 'EOF' # internal EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b199/_pkg_.a -trimpath "$WORK/b199=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util -complete -installsuffix shared -buildid EcC2jqVNfJ4xVEeAdalb/EcC2jqVNfJ4xVEeAdalb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util/parse.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util/readfile.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util/sysreadfile.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util/valueparser.go cd /usr/lib/golang/src/vendor/golang.org/x/sys/cpu /usr/lib/golang/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "$WORK/b127=>" -I $WORK/b127/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b127/symabis ./cpu_x86.s cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/sha256 -trimpath "$WORK/b116=>" -I $WORK/b116/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b116/sha256block_amd64.o ./sha256block_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b458/_pkg_.a # internal cp $WORK/b458/_pkg_.a /builddir/.cache/go-build/e1/e13fa4c8a5e8114f0d3cee67cb88bc62b07b68a958167a8471394d580f7b5e95-d # internal cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/sha512 -trimpath "$WORK/b105=>" -I $WORK/b105/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b105/sha512block_amd64.o ./sha512block_amd64.s cat >/tmp/go-build1432051999/b127/importcfg << 'EOF' # internal # import config packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b127/_pkg_.a -trimpath "$WORK/b127=>" -p vendor/golang.org/x/sys/cpu -std -installsuffix shared -buildid 1Posox3OyNTsOmoyezY2/1Posox3OyNTsOmoyezY2 -goversion go1.21.7 -symabis $WORK/b127/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack -asmhdr $WORK/b127/go_asm.h /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/byteorder.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/cpu.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/endian_little.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/parse.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /usr/lib/golang/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b115/_pkg_.a $WORK/b115/sha1block_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b115/_pkg_.a # internal cp $WORK/b115/_pkg_.a /builddir/.cache/go-build/53/5396038840e20f2e760fe01bf3af6d7f1258a745ebbf91866b907cd1ea08cf9f-d # internal cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b116/_pkg_.a $WORK/b116/sha256block_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b116/_pkg_.a # internal cp $WORK/b116/_pkg_.a /builddir/.cache/go-build/c7/c7f1eb6e176a03909321435e0c731f10e59e26ed0104e10ce368786d02b68d44-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b199/_pkg_.a # internal cp $WORK/b199/_pkg_.a /builddir/.cache/go-build/85/8567ba0a49157a16659c7109974331e3a7f6f481c0d165ea72a4eaf6298d52cf-d # internal cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b105/_pkg_.a $WORK/b105/sha512block_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b105/_pkg_.a # internal cp $WORK/b105/_pkg_.a /builddir/.cache/go-build/72/72c890fe34ffbc433a806ecaee603e11358f0f644c60dc5f2334657ea32e976f-d # internal cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/aes -trimpath "$WORK/b094=>" -I $WORK/b094/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b094/asm_amd64.o ./asm_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b110/_pkg_.a # internal cp $WORK/b110/_pkg_.a /builddir/.cache/go-build/ee/ee5ceb8327b75d49c89b8c3a9fa30dbd9aa76627f9295c04dbd3a597915ef963-d # internal /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/aes -trimpath "$WORK/b094=>" -I $WORK/b094/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b094/gcm_amd64.o ./gcm_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b094/_pkg_.a $WORK/b094/asm_amd64.o $WORK/b094/gcm_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b094/_pkg_.a # internal cp $WORK/b094/_pkg_.a /builddir/.cache/go-build/37/37213ddead02a62b21811ba52f448bffe7eb8aaf22ebe41ff333142a6dd91bb0-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b051/_pkg_.a # internal cp $WORK/b051/_pkg_.a /builddir/.cache/go-build/66/66246948609c97b699051cfa7962de5d9719f603007cc496e2e318d83f3eb634-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults mkdir -p $WORK/b236/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/homedir os/exec cat >/tmp/go-build1432051999/b236/importcfg << 'EOF' # internal # import config packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a EOF mkdir -p $WORK/b664/ cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b236/_pkg_.a -trimpath "$WORK/b236=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults -complete -installsuffix shared -buildid cwrCaTD-murxSiGcEBDo/cwrCaTD-murxSiGcEBDo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/ecs_container.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config.go mkdir -p $WORK/b262/ cat >/tmp/go-build1432051999/b664/importcfg << 'EOF' # internal # import config packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b664/_pkg_.a -trimpath "$WORK/b664=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/homedir -complete -installsuffix shared -buildid zH4ZrC9Q1yMv6DkmKxkh/zH4ZrC9Q1yMv6DkmKxkh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/homedir/homedir.go cat >/tmp/go-build1432051999/b262/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/godebug=/tmp/go-build1432051999/b046/_pkg_.a packagefile internal/syscall/execenv=/tmp/go-build1432051999/b042/_pkg_.a packagefile internal/syscall/unix=/tmp/go-build1432051999/b037/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b262/_pkg_.a -trimpath "$WORK/b262=>" -p os/exec -std -complete -installsuffix shared -buildid DZDl-mV8CQ2cbQTJnc1t/DZDl-mV8CQ2cbQTJnc1t -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /usr/lib/golang/src/os/exec/exec.go /usr/lib/golang/src/os/exec/exec_unix.go /usr/lib/golang/src/os/exec/lp_unix.go cd /usr/lib/golang/src/vendor/golang.org/x/sys/cpu /usr/lib/golang/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "$WORK/b127=>" -I $WORK/b127/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b127/cpu_x86.o ./cpu_x86.s cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_amd64/asm -p os/signal -trimpath "$WORK/b316=>" -I $WORK/b316/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b316/sig.o ./sig.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b316/_pkg_.a $WORK/b316/sig.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b316/_pkg_.a # internal cd /usr/lib/golang/src/vendor/golang.org/x/sys/cpu /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b127/_pkg_.a $WORK/b127/cpu_x86.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b127/_pkg_.a # internal cd /usr/lib/golang/src/crypto/internal/nistec /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/nistec -trimpath "$WORK/b098=>" -I $WORK/b098/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b098/p256_asm_amd64.o ./p256_asm_amd64.s cp $WORK/b316/_pkg_.a /builddir/.cache/go-build/8a/8a2930e40ead9a09a3077fd8ae388a6233762d0ae0398e5224fc66c0eb62a66a-d # internal cp $WORK/b127/_pkg_.a /builddir/.cache/go-build/e2/e2540caf7a3f94201249b48dc126e7e2a3bb2589bbb7480c9e4c204b0343ce3c-d # internal vendor/golang.org/x/crypto/chacha20poly1305 mkdir -p $WORK/b123/ cat >/tmp/go-build1432051999/b123/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305 /usr/lib/golang/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "$WORK/b123=>" -I $WORK/b123/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b123/symabis ./chacha20poly1305_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b664/_pkg_.a # internal cp $WORK/b664/_pkg_.a /builddir/.cache/go-build/44/4490476f421764d5eb436145ce450f1cd92723481629494e79b6398aae3e34a7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b236/_pkg_.a # internal cp $WORK/b236/_pkg_.a /builddir/.cache/go-build/20/208fd8966159a20d1a884bcb6c314dc26d32d6542ec5dcf3d39887a6dc1cee07-d # internal cd /usr/lib/golang/src/crypto/internal/nistec /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b098/_pkg_.a $WORK/b098/p256_asm_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b098/_pkg_.a # internal cp $WORK/b098/_pkg_.a /builddir/.cache/go-build/93/9388bb71dec05c39f2bc8cd4b29918e22b4437b1298a70688c97ef995ec5f30a-d # internal crypto/ecdh mkdir -p $WORK/b096/ cat >/tmp/go-build1432051999/b096/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build1432051999/b084/_pkg_.a packagefile crypto/internal/edwards25519/field=/tmp/go-build1432051999/b097/_pkg_.a packagefile crypto/internal/nistec=/tmp/go-build1432051999/b098/_pkg_.a packagefile crypto/internal/randutil=/tmp/go-build1432051999/b090/_pkg_.a packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b096/_pkg_.a -trimpath "$WORK/b096=>" -p crypto/ecdh -std -complete -installsuffix shared -buildid EfMP2gcX7MAdjRDdXIs5/EfMP2gcX7MAdjRDdXIs5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /usr/lib/golang/src/crypto/ecdh/ecdh.go /usr/lib/golang/src/crypto/ecdh/nist.go /usr/lib/golang/src/crypto/ecdh/x25519.go cat >/tmp/go-build1432051999/b123/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20 importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305 importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu packagefile crypto/cipher=/tmp/go-build1432051999/b086/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1432051999/b124/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1432051999/b125/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1432051999/b126/_pkg_.a packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build1432051999/b127/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "$WORK/b123=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -std -installsuffix shared -buildid hqGfjqdUv2-9weBS5KTG/hqGfjqdUv2-9weBS5KTG -goversion go1.21.7 -symabis $WORK/b123/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack -asmhdr $WORK/b123/go_asm.h /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 -trimpath "$WORK/b148=>" -I $WORK/b148/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b148/reflect2_amd64.o ./reflect2_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 -trimpath "$WORK/b148=>" -I $WORK/b148/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b148/relfect2_mips64x.o ./relfect2_mips64x.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 -trimpath "$WORK/b148=>" -I $WORK/b148/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b148/relfect2_mipsx.o ./relfect2_mipsx.s /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 -trimpath "$WORK/b148=>" -I $WORK/b148/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b148/relfect2_ppc64x.o ./relfect2_ppc64x.s /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b148/_pkg_.a $WORK/b148/reflect2_amd64.o $WORK/b148/relfect2_mips64x.o $WORK/b148/relfect2_mipsx.o $WORK/b148/relfect2_ppc64x.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b148/_pkg_.a # internal cp $WORK/b148/_pkg_.a /builddir/.cache/go-build/c6/c643acbb2929513030b489a0085365c63af8788e35c27661307f956320a524cf-d # internal cd /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305 /usr/lib/golang/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "$WORK/b123=>" -I $WORK/b123/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b123/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b096/_pkg_.a # internal cp $WORK/b096/_pkg_.a /builddir/.cache/go-build/82/82ac9b3b9891183225fa03d60434c4d5e0ed41090e15488efb51adb63e42de1d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b123/_pkg_.a $WORK/b123/chacha20poly1305_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b123/_pkg_.a # internal cp $WORK/b123/_pkg_.a /builddir/.cache/go-build/37/37eb2ab037af72f4cee562a4baa400539253ec117380e775d9c8444efefe4d50-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b262/_pkg_.a # internal cp $WORK/b262/_pkg_.a /builddir/.cache/go-build/9e/9e81cedc5a94f82b8a676a3184b0d109305c07c42bd52873f720304a042626f4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b027/_pkg_.a # internal cp $WORK/b027/_pkg_.a /builddir/.cache/go-build/ec/ec2cb3785d45a6f064c5b1d703329b8e689ccbdea2987afe539d81e4d11c9d86-d # internal compress/flate mkdir -p $WORK/b054/ os/user cat >/tmp/go-build1432051999/b054/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "$WORK/b054=>" -p compress/flate -std -complete -installsuffix shared -buildid Gzx-PSQGgKMxHS-wFyfw/Gzx-PSQGgKMxHS-wFyfw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /usr/lib/golang/src/compress/flate/deflate.go /usr/lib/golang/src/compress/flate/deflatefast.go /usr/lib/golang/src/compress/flate/dict_decoder.go /usr/lib/golang/src/compress/flate/huffman_bit_writer.go /usr/lib/golang/src/compress/flate/huffman_code.go /usr/lib/golang/src/compress/flate/inflate.go /usr/lib/golang/src/compress/flate/token.go encoding/json mkdir -p $WORK/b059/ github.com/prometheus/prometheus/vendor/github.com/alecthomas/units mkdir -p $WORK/b063/ cat >/tmp/go-build1432051999/b059/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf16=/tmp/go-build1432051999/b062/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "$WORK/b059=>" -p encoding/json -std -complete -installsuffix shared -buildid BfjNNMzwcmeS7Y3rPZIi/BfjNNMzwcmeS7Y3rPZIi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /usr/lib/golang/src/encoding/json/decode.go /usr/lib/golang/src/encoding/json/encode.go /usr/lib/golang/src/encoding/json/fold.go /usr/lib/golang/src/encoding/json/indent.go /usr/lib/golang/src/encoding/json/scanner.go /usr/lib/golang/src/encoding/json/stream.go /usr/lib/golang/src/encoding/json/tables.go /usr/lib/golang/src/encoding/json/tags.go github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt mkdir -p $WORK/b065/ cat >/tmp/go-build1432051999/b063/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF log mkdir -p $WORK/b066/ cat >/tmp/go-build1432051999/b065/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf16=/tmp/go-build1432051999/b062/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "$WORK/b063=>" -p github.com/prometheus/prometheus/vendor/github.com/alecthomas/units -complete -installsuffix shared -buildid TEnlgargpRpjoPZU3Msm/TEnlgargpRpjoPZU3Msm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/units/bytes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/units/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/units/si.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/units/util.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b065/_pkg_.a -trimpath "$WORK/b065=>" -p github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt -complete -installsuffix shared -buildid co1e1FZAPejt1R9GHgaN/co1e1FZAPejt1R9GHgaN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt/jsonstring.go cat >/tmp/go-build1432051999/b066/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile log/internal=/tmp/go-build1432051999/b067/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "$WORK/b066=>" -p log -std -complete -installsuffix shared -buildid Mr7K3F1WQjuPzfUbtJxc/Mr7K3F1WQjuPzfUbtJxc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /usr/lib/golang/src/log/log.go github.com/prometheus/prometheus/vendor/github.com/pkg/errors mkdir -p $WORK/b073/ cat >/tmp/go-build1432051999/b073/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "$WORK/b073=>" -p github.com/prometheus/prometheus/vendor/github.com/pkg/errors -complete -installsuffix shared -buildid 7bgAMKwwgDh2rc2M-711/7bgAMKwwgDh2rc2M-711 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/pkg/errors/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/pkg/errors/go113.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/pkg/errors/stack.go mkdir -p $WORK/b048/ encoding/hex mkdir -p $WORK/b120/ cd /usr/lib/golang/src/os/user TERM='dumb' CGO_LDFLAGS='"-O2" "-g"' /usr/lib/golang/pkg/tool/linux_amd64/cgo -objdir $WORK/b048/ -importpath os/user -- -I $WORK/b048/ -O2 -g -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go net/url mkdir -p $WORK/b122/ cat >/tmp/go-build1432051999/b120/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b120/_pkg_.a -trimpath "$WORK/b120=>" -p encoding/hex -std -complete -installsuffix shared -buildid O7YCl9bVaxyElPYLgHg0/O7YCl9bVaxyElPYLgHg0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack /usr/lib/golang/src/encoding/hex/hex.go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes mkdir -p $WORK/b360/ cat >/tmp/go-build1432051999/b360/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b360/_pkg_.a -trimpath "$WORK/b360=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes -complete -installsuffix shared -buildid 10n4zta6IYTCcErD8W0R/10n4zta6IYTCcErD8W0R -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes/attributes.go cat >/tmp/go-build1432051999/b122/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b122/_pkg_.a -trimpath "$WORK/b122=>" -p net/url -std -complete -installsuffix shared -buildid GB1HRrmW8_RN9RxAfTn6/GB1HRrmW8_RN9RxAfTn6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /usr/lib/golang/src/net/url/url.go github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/fs mkdir -p $WORK/b198/ cat >/tmp/go-build1432051999/b198/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a EOF encoding/xml mkdir -p $WORK/b255/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b198/_pkg_.a -trimpath "$WORK/b198=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/fs -complete -installsuffix shared -buildid B1Qjmq4YwU1JEVVsJnpm/B1Qjmq4YwU1JEVVsJnpm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/fs/fs.go vendor/golang.org/x/text/unicode/norm mkdir -p $WORK/b134/ cat >/tmp/go-build1432051999/b255/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b255/_pkg_.a -trimpath "$WORK/b255=>" -p encoding/xml -std -complete -installsuffix shared -buildid NGGG2vnH2aAEbdmexfxm/NGGG2vnH2aAEbdmexfxm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /usr/lib/golang/src/encoding/xml/marshal.go /usr/lib/golang/src/encoding/xml/read.go /usr/lib/golang/src/encoding/xml/typeinfo.go /usr/lib/golang/src/encoding/xml/xml.go cat >/tmp/go-build1432051999/b134/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile vendor/golang.org/x/text/transform=/tmp/go-build1432051999/b132/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b134/_pkg_.a -trimpath "$WORK/b134=>" -p vendor/golang.org/x/text/unicode/norm -std -complete -installsuffix shared -buildid GPA2UxfKx8fdWMG4kRHP/GPA2UxfKx8fdWMG4kRHP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/composition.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/input.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/iter.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/normalize.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/transform.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm/trie.go github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf mkdir -p $WORK/b326/ github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm cat >/tmp/go-build1432051999/b326/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a EOF text/template/parse mkdir -p $WORK/b211/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b326/_pkg_.a -trimpath "$WORK/b326=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf -complete -installsuffix shared -buildid f2dfoUK4OkISMseNNg4c/f2dfoUK4OkISMseNNg4c -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/asm.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/constants.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/instructions.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/setter.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/vm.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf/vm_instructions.go cat >/tmp/go-build1432051999/b211/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b211/_pkg_.a -trimpath "$WORK/b211=>" -p text/template/parse -std -complete -installsuffix shared -buildid VKt2i4jZfFw2lsCcpv7s/VKt2i4jZfFw2lsCcpv7s -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /usr/lib/golang/src/text/template/parse/lex.go /usr/lib/golang/src/text/template/parse/node.go /usr/lib/golang/src/text/template/parse/parse.go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes mkdir -p $WORK/b349/ cat >/tmp/go-build1432051999/b349/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b349/_pkg_.a -trimpath "$WORK/b349=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes -complete -installsuffix shared -buildid ViTTEM8o6huzfF-w_IUO/ViTTEM8o6huzfF-w_IUO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes/code_string.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes/codes.go net/http/internal github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation mkdir -p $WORK/b142/ github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors mkdir -p $WORK/b158/ cat >/tmp/go-build1432051999/b142/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a EOF math/big mkdir -p $WORK/b091/ mkdir -p $WORK/b302/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b142/_pkg_.a -trimpath "$WORK/b142=>" -p net/http/internal -std -complete -installsuffix shared -buildid b1HjmsSoxpOTDjg-Xqg9/b1HjmsSoxpOTDjg-Xqg9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /usr/lib/golang/src/net/http/internal/chunked.go cat >/tmp/go-build1432051999/b091/go_asm.h << 'EOF' # internal EOF github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/version mkdir -p $WORK/b184/ github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_amd64/asm -p math/big -trimpath "$WORK/b091=>" -I $WORK/b091/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b091/symabis ./arith_amd64.s go/token mime/quotedprintable mkdir -p $WORK/b219/ mkdir -p $WORK/b358/ mime mkdir -p $WORK/b167/ cat >/tmp/go-build1432051999/b184/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF runtime/debug mkdir -p $WORK/b147/ cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b184/_pkg_.a -trimpath "$WORK/b184=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/version -complete -installsuffix shared -buildid 0j4-TzMR0rDVmIjuXdn5/0j4-TzMR0rDVmIjuXdn5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/version/version.go cat >/tmp/go-build1432051999/b358/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a EOF cat >/tmp/go-build1432051999/b167/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b358/_pkg_.a -trimpath "$WORK/b358=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog -complete -installsuffix shared -buildid faDDQqJDkDdjnC03PLfW/faDDQqJDkDdjnC03PLfW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog/grpclog.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog/prefixLogger.go mkdir -p $WORK/b140/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "$WORK/b167=>" -p go/token -std -complete -installsuffix shared -buildid PX1cXNFAq2nZB2kjay8L/PX1cXNFAq2nZB2kjay8L -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /usr/lib/golang/src/go/token/position.go /usr/lib/golang/src/go/token/serialize.go /usr/lib/golang/src/go/token/token.go mkdir -p $WORK/b138/ cat >/tmp/go-build1432051999/b140/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a EOF cat >/tmp/go-build1432051999/b158/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/detrand=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand=/tmp/go-build1432051999/b159/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b140/_pkg_.a -trimpath "$WORK/b140=>" -p mime/quotedprintable -std -complete -installsuffix shared -buildid kCUyWlTkSRhwIe9bToSN/kCUyWlTkSRhwIe9bToSN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /usr/lib/golang/src/mime/quotedprintable/reader.go /usr/lib/golang/src/mime/quotedprintable/writer.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b158/_pkg_.a -trimpath "$WORK/b158=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors -complete -installsuffix shared -buildid tzA5-gWqfeW_UbQJmrNJ/tzA5-gWqfeW_UbQJmrNJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors/is_go113.go cat >/tmp/go-build1432051999/b302/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b302/_pkg_.a -trimpath "$WORK/b302=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation -complete -installsuffix shared -buildid fklJhOkzuC59omTM5bpL/fklJhOkzuC59omTM5bpL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation/validation.go vendor/golang.org/x/net/http2/hpack mkdir -p $WORK/b137/ cat >/tmp/go-build1432051999/b147/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "$WORK/b147=>" -I $WORK/b147/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b147/symabis ./debug.s cat >/tmp/go-build1432051999/b219/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=github.com/prometheus/prometheus/vendor/golang.org/x/text/transform packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/transform=/tmp/go-build1432051999/b217/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b219/_pkg_.a -trimpath "$WORK/b219=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm -complete -installsuffix shared -buildid 1-d9nF8LhBJSEU3ubutC/1-d9nF8LhBJSEU3ubutC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/composition.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/forminfo.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/input.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/iter.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/normalize.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/readwriter.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/tables13.0.0.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/transform.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm/trie.go cat >/tmp/go-build1432051999/b138/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b138/_pkg_.a -trimpath "$WORK/b138=>" -p mime -std -complete -installsuffix shared -buildid IRboIaNKOXZd7adbOHrP/IRboIaNKOXZd7adbOHrP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /usr/lib/golang/src/mime/encodedword.go /usr/lib/golang/src/mime/grammar.go /usr/lib/golang/src/mime/mediatype.go /usr/lib/golang/src/mime/type.go /usr/lib/golang/src/mime/type_unix.go cat >/tmp/go-build1432051999/b137/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b137/_pkg_.a -trimpath "$WORK/b137=>" -p vendor/golang.org/x/net/http2/hpack -std -complete -installsuffix shared -buildid Bv8rVY_P5ZJyevd9UP_b/Bv8rVY_P5ZJyevd9UP_b -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack/encode.go /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack/hpack.go /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack/huffman.go /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack/static_table.go /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack/tables.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b360/_pkg_.a # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack mkdir -p $WORK/b220/ github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 cat >/tmp/go-build1432051999/b091/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile internal/cpu=/tmp/go-build1432051999/b012/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF cp $WORK/b360/_pkg_.a /builddir/.cache/go-build/15/1542f1f156f38f7ea3283b60fb54e63b6fc8b8829f735f147f1e78a81161ed37-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata mkdir -p $WORK/b365/ cat >/tmp/go-build1432051999/b220/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b091/_pkg_.a -trimpath "$WORK/b091=>" -p math/big -std -installsuffix shared -buildid GS6sImwqtZvvLvRuF8uM/GS6sImwqtZvvLvRuF8uM -goversion go1.21.7 -symabis $WORK/b091/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack -asmhdr $WORK/b091/go_asm.h /usr/lib/golang/src/math/big/accuracy_string.go /usr/lib/golang/src/math/big/arith.go /usr/lib/golang/src/math/big/arith_amd64.go /usr/lib/golang/src/math/big/arith_decl.go /usr/lib/golang/src/math/big/decimal.go /usr/lib/golang/src/math/big/doc.go /usr/lib/golang/src/math/big/float.go /usr/lib/golang/src/math/big/floatconv.go /usr/lib/golang/src/math/big/floatmarsh.go /usr/lib/golang/src/math/big/ftoa.go /usr/lib/golang/src/math/big/int.go /usr/lib/golang/src/math/big/intconv.go /usr/lib/golang/src/math/big/intmarsh.go /usr/lib/golang/src/math/big/nat.go /usr/lib/golang/src/math/big/natconv.go /usr/lib/golang/src/math/big/natdiv.go /usr/lib/golang/src/math/big/prime.go /usr/lib/golang/src/math/big/rat.go /usr/lib/golang/src/math/big/ratconv.go /usr/lib/golang/src/math/big/ratmarsh.go /usr/lib/golang/src/math/big/roundingmode_string.go /usr/lib/golang/src/math/big/sqrt.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b220/_pkg_.a -trimpath "$WORK/b220=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack -complete -installsuffix shared -buildid MoDypSeskvd9cGFCInTI/MoDypSeskvd9cGFCInTI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack/hpack.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack/huffman.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack/tables.go cat >/tmp/go-build1432051999/b365/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF mkdir -p $WORK/b225/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b365/_pkg_.a -trimpath "$WORK/b365=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata -complete -installsuffix shared -buildid d6uBmO68zHnP0EuA0YVO/d6uBmO68zHnP0EuA0YVO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata/metadata.go cat >/tmp/go-build1432051999/b225/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b225/_pkg_.a -trimpath "$WORK/b225=>" -p github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 -complete -installsuffix shared -buildid 4YO3ABhknewsqLfAJ1MD/4YO3ABhknewsqLfAJ1MD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/apic.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/emitterc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/parserc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/readerc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/resolve.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/scannerc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/sorter.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/writerc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/yaml.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/yamlh.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2/yamlprivateh.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b198/_pkg_.a # internal cp $WORK/b198/_pkg_.a /builddir/.cache/go-build/5b/5b331f9e1e812c06504c43c0ccb602ca130958d8a1c4bee1f018bfd6d5df87f6-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/internal mkdir -p $WORK/b403/ cat >/tmp/go-build1432051999/b403/importcfg << 'EOF' # internal # import config importmap go.opencensus.io=github.com/prometheus/prometheus/vendor/go.opencensus.io packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io=/tmp/go-build1432051999/b404/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b403/_pkg_.a -trimpath "$WORK/b403=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/internal -complete -installsuffix shared -buildid pgKfTiadx9iJ_6RjxW9-/pgKfTiadx9iJ_6RjxW9- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/internal.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/sanitize.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/traceinternals.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b358/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b184/_pkg_.a # internal cp $WORK/b184/_pkg_.a /builddir/.cache/go-build/d3/d33050fd23fa105a171b8d8d2fa82d34ac5cb20894b23dd67743b807b575bb5e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b063/_pkg_.a # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/tracestate mkdir -p $WORK/b406/ cp $WORK/b358/_pkg_.a /builddir/.cache/go-build/3a/3a9bee526ad656cbce759cbc98d8ee11ea33f108fa44387f2f27da87b6761c00-d # internal cat >/tmp/go-build1432051999/b406/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b406/_pkg_.a -trimpath "$WORK/b406=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/tracestate -complete -installsuffix shared -buildid stwOqyVWeRwZBgau1Ohh/stwOqyVWeRwZBgau1Ohh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/tracestate/tracestate.go runtime/trace mkdir -p $WORK/b407/ cat >/tmp/go-build1432051999/b407/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b407/_pkg_.a -trimpath "$WORK/b407=>" -p runtime/trace -std -installsuffix shared -buildid jxNGeCo5r3qs6fF4mTMg/jxNGeCo5r3qs6fF4mTMg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack /usr/lib/golang/src/runtime/trace/annotation.go /usr/lib/golang/src/runtime/trace/trace.go cp $WORK/b063/_pkg_.a /builddir/.cache/go-build/b0/b09a9faa073503deb137b10ae40eecd29380eea15c0b94b8ea4bf8cc1b56a2b5-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/resource mkdir -p $WORK/b411/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b349/_pkg_.a # internal cat >/tmp/go-build1432051999/b411/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b411/_pkg_.a -trimpath "$WORK/b411=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/resource -complete -installsuffix shared -buildid StqrkliP4QRfO8lkfwpW/StqrkliP4QRfO8lkfwpW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/resource/resource.go cp $WORK/b349/_pkg_.a /builddir/.cache/go-build/fa/faf3a1814656e920e835faf4310da09d03362ef587684d7b3bc724870100e891-d # internal flag mkdir -p $WORK/b427/ cat >/tmp/go-build1432051999/b427/importcfg << 'EOF' # internal # import config packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b427/_pkg_.a -trimpath "$WORK/b427=>" -p flag -std -complete -installsuffix shared -buildid NuD--YIxvJQPuiLJidIB/NuD--YIxvJQPuiLJidIB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /usr/lib/golang/src/flag/flag.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b120/_pkg_.a # internal cp $WORK/b120/_pkg_.a /builddir/.cache/go-build/e4/e4fa2822aedccbd0cd20b47988be1cc8b0eed2f50cdac49b4d4d3ec9bc4d4266-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr mkdir -p $WORK/b233/ cat >/tmp/go-build1432051999/b233/importcfg << 'EOF' # internal # import config packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b233/_pkg_.a -trimpath "$WORK/b233=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr -complete -installsuffix shared -buildid 6pwcDQJZdn1nIjxT7GPL/6pwcDQJZdn1nIjxT7GPL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b073/_pkg_.a # internal cp $WORK/b073/_pkg_.a /builddir/.cache/go-build/ad/ad11168a1c7bc5cee93efe76cb32dc740fe86cdab51fcfe6410e6b89ce2a93f2-d # internal github.com/prometheus/prometheus/vendor/github.com/google/gofuzz mkdir -p $WORK/b437/ cat >/tmp/go-build1432051999/b437/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b437/_pkg_.a -trimpath "$WORK/b437=>" -p github.com/prometheus/prometheus/vendor/github.com/google/gofuzz -complete -installsuffix shared -buildid DWrPoA7f20ft-ookqpwK/DWrPoA7f20ft-ookqpwK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/gofuzz/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/gofuzz/fuzz.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b140/_pkg_.a # internal cp $WORK/b140/_pkg_.a /builddir/.cache/go-build/24/247734e296c7b3fe9b1fc14c9143fea088d59562b156f5834fa4278ac9c500f6-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect mkdir -p $WORK/b439/ cat >/tmp/go-build1432051999/b439/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b439/_pkg_.a -trimpath "$WORK/b439=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect -complete -installsuffix shared -buildid LCKavJChVDWk21oW479T/LCKavJChVDWk21oW479T -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b142/_pkg_.a # internal cp $WORK/b142/_pkg_.a /builddir/.cache/go-build/69/6934fdc898fa6625edfe464ba10aeedaa37c5d0d67c8f2295307a093b0e463b1-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields mkdir -p $WORK/b440/ cat >/tmp/go-build1432051999/b440/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/selection=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection=/tmp/go-build1432051999/b441/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b440/_pkg_.a -trimpath "$WORK/b440=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields -complete -installsuffix shared -buildid POo1txBiarKjKV0mXGa-/POo1txBiarKjKV0mXGa- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields/fields.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields/requirements.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields/selector.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b158/_pkg_.a # internal cp $WORK/b158/_pkg_.a /builddir/.cache/go-build/4d/4d379ebe037614519cf0ebb450cf6b4dd70e24dbc498b7940f170556e0e5f19f-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire mkdir -p $WORK/b157/ cat >/tmp/go-build1432051999/b157/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build1432051999/b158/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b157/_pkg_.a -trimpath "$WORK/b157=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire -complete -installsuffix shared -buildid LXC5G02UHeykM6hcNJ63/LXC5G02UHeykM6hcNJ63 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire/wire.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b365/_pkg_.a # internal cat >/tmp/go-build1432051999/b147/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b147/_pkg_.a -trimpath "$WORK/b147=>" -p runtime/debug -std -installsuffix shared -buildid cHLLPo9MzY0PFI-Jd_ht/cHLLPo9MzY0PFI-Jd_ht -goversion go1.21.7 -symabis $WORK/b147/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack -asmhdr $WORK/b147/go_asm.h /usr/lib/golang/src/runtime/debug/garbage.go /usr/lib/golang/src/runtime/debug/mod.go /usr/lib/golang/src/runtime/debug/stack.go /usr/lib/golang/src/runtime/debug/stubs.go cp $WORK/b365/_pkg_.a /builddir/.cache/go-build/c7/c711a9950e663f04fc074996bd72758ca05e2ca3366bc33feb3b4675ab648676-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/balancerload mkdir -p $WORK/b372/ cat >/tmp/go-build1432051999/b372/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build1432051999/b365/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b372/_pkg_.a -trimpath "$WORK/b372=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/balancerload -complete -installsuffix shared -buildid M8vjr2_U_NNyLnQXYptc/M8vjr2_U_NNyLnQXYptc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/balancerload/load.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b066/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b406/_pkg_.a # internal cp $WORK/b406/_pkg_.a /builddir/.cache/go-build/0d/0d0aa5f615d5b59c589b70617eab718698270277f384326d63b646c4e19184f1-d # internal cp $WORK/b066/_pkg_.a /builddir/.cache/go-build/ea/ea85746754b02cd56efacfe12a2ad78fc29f36638a2db74e04f49d04085f8ffa-d # internal github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value mkdir -p $WORK/b447/ cat >/tmp/go-build1432051999/b447/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b447/_pkg_.a -trimpath "$WORK/b447=>" -p github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value -complete -installsuffix shared -buildid 8zNzV7Tud6N_Pn2kicil/8zNzV7Tud6N_Pn2kicil -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value/name.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value/pointer_unsafe.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value/sort.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value/zero.go vendor/golang.org/x/text/unicode/bidi mkdir -p $WORK/b133/ cat >/tmp/go-build1432051999/b133/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile container/list=/tmp/go-build1432051999/b082/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b133/_pkg_.a -trimpath "$WORK/b133=>" -p vendor/golang.org/x/text/unicode/bidi -std -complete -installsuffix shared -buildid Wo6Z5GGcqLcchVXEt3BU/Wo6Z5GGcqLcchVXEt3BU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi/core.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi/prop.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi/trieval.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b411/_pkg_.a # internal cp $WORK/b411/_pkg_.a /builddir/.cache/go-build/ed/eda4b7266b9db74a685576a09a16bcac4c1c904a1a447805c4c18a19c6f0f9be-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/timeseries mkdir -p $WORK/b207/ cat >/tmp/go-build1432051999/b207/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b207/_pkg_.a -trimpath "$WORK/b207=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/timeseries -complete -installsuffix shared -buildid ozPvk73nNor-uBHpd_Xz/ozPvk73nNor-uBHpd_Xz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/timeseries/timeseries.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b065/_pkg_.a # internal cp $WORK/b065/_pkg_.a /builddir/.cache/go-build/c9/c9c6d89096badceb14b3545a4cf3d25f1c2bc8fe25e512dbec5a4b745ed08ef4-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi mkdir -p $WORK/b218/ cat >/tmp/go-build1432051999/b218/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile container/list=/tmp/go-build1432051999/b082/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b218/_pkg_.a -trimpath "$WORK/b218=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi -complete -installsuffix shared -buildid YzMsemOFPv1F96ZMF3h4/YzMsemOFPv1F96ZMF3h4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi/bidi.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi/bracket.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi/core.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi/prop.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi/trieval.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b403/_pkg_.a # internal cp $WORK/b403/_pkg_.a /builddir/.cache/go-build/4f/4fadd85de6807dde1a8231be0d5868bca37df8c3fcae944b07e762e6902e6a1b-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog mkdir -p $WORK/b357/ cat >/tmp/go-build1432051999/b357/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/internal/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog=/tmp/go-build1432051999/b358/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b357/_pkg_.a -trimpath "$WORK/b357=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog -complete -installsuffix shared -buildid aownL2mbmoVpg72nToQE/aownL2mbmoVpg72nToQE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog/component.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog/grpclog.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog/loggerv2.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b167/_pkg_.a # internal cp $WORK/b167/_pkg_.a /builddir/.cache/go-build/f2/f295314ce0d62beab5b0aac4834189f8d2cf594ee947e9ba40935df807af81fe-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata mkdir -p $WORK/b410/ cat >/tmp/go-build1432051999/b410/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/resource=github.com/prometheus/prometheus/vendor/go.opencensus.io/resource packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/resource=/tmp/go-build1432051999/b411/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b410/_pkg_.a -trimpath "$WORK/b410=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata -complete -installsuffix shared -buildid p2wh46zmrW616joVcaPn/p2wh46zmrW616joVcaPn -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/exemplar.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/label.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/metric.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/point.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/type_string.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata/unit.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b122/_pkg_.a # internal cp $WORK/b122/_pkg_.a /builddir/.cache/go-build/f0/f0b458ebeffd9d47a409d1ef9b13fd499166466912f4e769a93c2a22854a5705-d # internal github.com/prometheus/prometheus/util/strutil mkdir -p $WORK/b287/ cat >/tmp/go-build1432051999/b287/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b287/_pkg_.a -trimpath "$WORK/b287=>" -p github.com/prometheus/prometheus/util/strutil -complete -installsuffix shared -buildid GglaYCkPDx7ji6A-mPVL/GglaYCkPDx7ji6A-mPVL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/strutil/quote.go ./_build/src/github.com/prometheus/prometheus/util/strutil/strconv.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b407/_pkg_.a # internal cp $WORK/b407/_pkg_.a /builddir/.cache/go-build/aa/aa3d5e0dafb42ec98e77e7c9af1ed8b6a6a4fef0c2476f1b3295bde8cefccdd3-d # internal github.com/prometheus/prometheus/vendor/github.com/google/go-querystring/query mkdir -p $WORK/b321/ cat >/tmp/go-build1432051999/b321/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b321/_pkg_.a -trimpath "$WORK/b321=>" -p github.com/prometheus/prometheus/vendor/github.com/google/go-querystring/query -complete -installsuffix shared -buildid G9TXniroEBmZ4HBSAW-Y/G9TXniroEBmZ4HBSAW-Y -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-querystring/query/encode.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b233/_pkg_.a # internal cp $WORK/b233/_pkg_.a /builddir/.cache/go-build/06/06c9edd8d7fc8eb9729bcd349647580a02e03b096f469269a2ef9744a15c417b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b326/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini mkdir -p $WORK/b235/ cat >/tmp/go-build1432051999/b235/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b235/_pkg_.a -trimpath "$WORK/b235=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini -complete -installsuffix shared -buildid _8tD9Qy34bX6SkLEvE_q/_8tD9Qy34bX6SkLEvE_q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/ast.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/comma_token.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/comment_token.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/empty_token.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/expression.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/ini.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/ini_lexer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/ini_parser.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/literal_tokens.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/newline_token.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/number_helper.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/op_tokens.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/parse_error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/parse_stack.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/sep_tokens.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/skipper.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/statement.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/value_util.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/visitor.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/walker.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini/ws_token.go cp $WORK/b326/_pkg_.a /builddir/.cache/go-build/9f/9fbc3a6e5d9ad94366a49ca126563aaab3cbef98f8146d32adcbdae037330d94-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors mkdir -p $WORK/b451/ cat >/tmp/go-build1432051999/b451/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build1432051999/b448/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b451/_pkg_.a -trimpath "$WORK/b451=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors -complete -installsuffix shared -buildid HoQ2K0AbOtFriHrmm1OP/HoQ2K0AbOtFriHrmm1OP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors/errors.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b137/_pkg_.a # internal cp $WORK/b137/_pkg_.a /builddir/.cache/go-build/8a/8a66c1c057d196fe8f3b49287112e46fdb4fc6e8fd4e442461c2a2c3b429b358-d # internal go/scanner mkdir -p $WORK/b455/ cat >/tmp/go-build1432051999/b455/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile go/token=/tmp/go-build1432051999/b167/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b455/_pkg_.a -trimpath "$WORK/b455=>" -p go/scanner -std -complete -installsuffix shared -buildid ramYzlYTTdb0FNaHQBBF/ramYzlYTTdb0FNaHQBBF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /usr/lib/golang/src/go/scanner/errors.go /usr/lib/golang/src/go/scanner/scanner.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b410/_pkg_.a # internal cp $WORK/b410/_pkg_.a /builddir/.cache/go-build/cb/cbdd8683339bbd8110fb501faf10160274423252d193889bd652b41ba06a72a6-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer mkdir -p $WORK/b417/ cat >/tmp/go-build1432051999/b417/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/metric/metricdata=github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata=/tmp/go-build1432051999/b410/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b417/_pkg_.a -trimpath "$WORK/b417=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer -complete -installsuffix shared -buildid rSUQQMdjpnMq5sJ_xn-7/rSUQQMdjpnMq5sJ_xn-7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer/manager.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer/producer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b157/_pkg_.a # internal cp $WORK/b157/_pkg_.a /builddir/.cache/go-build/e5/e553c45c85164e98cd1f4c274daa4fa052e7e175d3f7b368aac5315892ce8428-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b372/_pkg_.a # internal cp $WORK/b372/_pkg_.a /builddir/.cache/go-build/62/62fa01ec5acfcda4acda3dbb6b2a2b6e98717b23358f248cc3a3166ac9d846bb-d # internal go/doc/comment mkdir -p $WORK/b457/ cat >/tmp/go-build1432051999/b457/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b457/_pkg_.a -trimpath "$WORK/b457=>" -p go/doc/comment -std -complete -installsuffix shared -buildid lFQ5dYIsHK5aCAMLzgr8/lFQ5dYIsHK5aCAMLzgr8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /usr/lib/golang/src/go/doc/comment/doc.go /usr/lib/golang/src/go/doc/comment/html.go /usr/lib/golang/src/go/doc/comment/markdown.go /usr/lib/golang/src/go/doc/comment/parse.go /usr/lib/golang/src/go/doc/comment/print.go /usr/lib/golang/src/go/doc/comment/std.go /usr/lib/golang/src/go/doc/comment/text.go github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect mkdir -p $WORK/b162/ cat >/tmp/go-build1432051999/b162/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build1432051999/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build1432051999/b163/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "$WORK/b162=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect -complete -installsuffix shared -buildid acXJTK-fpORnrBGW4-lk/acXJTK-fpORnrBGW4-lk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/methods.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/proto.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/source.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/source_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/type.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/value.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/value_union.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b302/_pkg_.a # internal cp $WORK/b302/_pkg_.a /builddir/.cache/go-build/73/732da57ad3f299fb3e262941a9b2c9ffa4de111b3391457479d2d343d3f57ad5-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams mkdir -p $WORK/b462/ cat >/tmp/go-build1432051999/b462/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b462/_pkg_.a -trimpath "$WORK/b462=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams -complete -installsuffix shared -buildid EqLzvr-tUP6Ytp0eUeoq/EqLzvr-tUP6Ytp0eUeoq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams/convert.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams/doc.go cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "$WORK/b147=>" -I $WORK/b147/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b147/debug.o ./debug.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b439/_pkg_.a # internal cp $WORK/b439/_pkg_.a /builddir/.cache/go-build/b5/b5319d7b524a97deed9f65cdfe3be5a1b65c50e9f11c946d8436c78af52f41c5-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion mkdir -p $WORK/b438/ cat >/tmp/go-build1432051999/b438/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/third_party/forked/golang/reflect=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect=/tmp/go-build1432051999/b439/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b438/_pkg_.a -trimpath "$WORK/b438=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion -complete -installsuffix shared -buildid J7ZoGaUnxYzHYeVnfW9o/J7ZoGaUnxYzHYeVnfW9o -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/converter.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/deep_equal.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/helper.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b451/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b287/_pkg_.a # internal cp $WORK/b451/_pkg_.a /builddir/.cache/go-build/44/44551293a5347d29ac181cf87a45c2e6cb6251d59eaca26e025f0c0ff64e1843-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b417/_pkg_.a # internal cp $WORK/b287/_pkg_.a /builddir/.cache/go-build/8b/8bfa7f1b0d8b5f1bccfbf791b611d4d21db63e4f8af50377ca3113192ab31322-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field mkdir -p $WORK/b450/ github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version mkdir -p $WORK/b475/ cat >/tmp/go-build1432051999/b450/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors=/tmp/go-build1432051999/b451/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build1432051999/b448/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b450/_pkg_.a -trimpath "$WORK/b450=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field -complete -installsuffix shared -buildid MY5EpwgLA6GSxcPxdQ47/MY5EpwgLA6GSxcPxdQ47 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field/path.go cat >/tmp/go-build1432051999/b475/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b475/_pkg_.a -trimpath "$WORK/b475=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version -complete -installsuffix shared -buildid v2TA9yaZ6Mw5K64s8KEX/v2TA9yaZ6Mw5K64s8KEX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version/version.go cp $WORK/b417/_pkg_.a /builddir/.cache/go-build/26/26d4b21a68091e6ea96a0359a4d0505a7f09eb534874f68f704a13782b04f828-d # internal github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 mkdir -p $WORK/b482/ cat >/tmp/go-build1432051999/b482/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b482/_pkg_.a -trimpath "$WORK/b482=>" -p github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 -complete -installsuffix shared -buildid yuCgEJ_EKS92UaXMOg3_/yuCgEJ_EKS92UaXMOg3_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/apic.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/emitterc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/parserc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/readerc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/resolve.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/scannerc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/sorter.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/writerc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/yaml.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/yamlh.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3/yamlprivateh.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b440/_pkg_.a # internal cp $WORK/b440/_pkg_.a /builddir/.cache/go-build/84/843faf4cb05209ce0de482c5f6b088f73d45fb7fa8a6abc1c373f6ff1620c2d1-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version mkdir -p $WORK/b538/ cat >/tmp/go-build1432051999/b538/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/version=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version=/tmp/go-build1432051999/b493/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b538/_pkg_.a -trimpath "$WORK/b538=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version -complete -installsuffix shared -buildid YMv83DjniNagIX6RI795/YMv83DjniNagIX6RI795 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version/base.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version/version.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b220/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b437/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b447/_pkg_.a # internal cp $WORK/b220/_pkg_.a /builddir/.cache/go-build/3c/3c3bcfc9ebf83910587e5ddb3efe1178582d7e0dbd923514ef879a1f06e08419-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b054/_pkg_.a # internal cp $WORK/b437/_pkg_.a /builddir/.cache/go-build/9d/9d96abff69c12749650a6bcb14d46e740170cd85518386fd187743506259ea8b-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew mkdir -p $WORK/b547/ cp $WORK/b447/_pkg_.a /builddir/.cache/go-build/7f/7f68dba51d4689db1aa0d2d1272d1f0879b71ae5e20c014292878791aaf05b93-d # internal cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b147/_pkg_.a $WORK/b147/debug.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b147/_pkg_.a # internal mkdir -p $WORK/b540/ cat >/tmp/go-build1432051999/b547/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b547/_pkg_.a -trimpath "$WORK/b547=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics -complete -installsuffix shared -buildid D1X6UIs9VOdb3ZDEcU9x/D1X6UIs9VOdb3ZDEcU9x -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics/metrics.go cat >/tmp/go-build1432051999/b540/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b540/_pkg_.a -trimpath "$WORK/b540=>" -p github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew -complete -installsuffix shared -buildid RJjdRKivb_C-rkGh2OOr/RJjdRKivb_C-rkGh2OOr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b540/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/bypass.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/common.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/dump.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/format.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew/spew.go cp $WORK/b147/_pkg_.a /builddir/.cache/go-build/66/667a9385849d43dd4066791ab024808b21224d91c422766025d0dc8cd27dbfa4-d # internal github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent mkdir -p $WORK/b146/ cat >/tmp/go-build1432051999/b146/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile runtime/debug=/tmp/go-build1432051999/b147/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "$WORK/b146=>" -p github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent -complete -installsuffix shared -buildid a1CqzYEga00aionoXeBW/a1CqzYEga00aionoXeBW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent/executor.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent/go_above_19.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent/log.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent/unbounded_executor.go github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp mkdir -p $WORK/b443/ cat >/tmp/go-build1432051999/b443/importcfg << 'EOF' # internal # import config importmap github.com/google/go-cmp/cmp/internal/diff=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff importmap github.com/google/go-cmp/cmp/internal/flags=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags importmap github.com/google/go-cmp/cmp/internal/function=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/function importmap github.com/google/go-cmp/cmp/internal/value=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff=/tmp/go-build1432051999/b444/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build1432051999/b445/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/function=/tmp/go-build1432051999/b446/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value=/tmp/go-build1432051999/b447/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b443/_pkg_.a -trimpath "$WORK/b443=>" -p github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp -complete -installsuffix shared -buildid XQaVQiMZlSlx0Kdj6LHX/XQaVQiMZlSlx0Kdj6LHX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/compare.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/export_unsafe.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/path.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report_compare.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report_references.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report_reflect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report_slices.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report_text.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/report_value.go cp $WORK/b054/_pkg_.a /builddir/.cache/go-build/c8/c89255bcd0792431c49271b85e6b969e06e5177a87baa2352f0e6f76424c737b-d # internal compress/gzip mkdir -p $WORK/b053/ cat >/tmp/go-build1432051999/b053/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile compress/flate=/tmp/go-build1432051999/b054/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile hash/crc32=/tmp/go-build1432051999/b056/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "$WORK/b053=>" -p compress/gzip -std -complete -installsuffix shared -buildid f9Td-j4wfH3xggTt3ad6/f9Td-j4wfH3xggTt3ad6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /usr/lib/golang/src/compress/gzip/gunzip.go /usr/lib/golang/src/compress/gzip/gzip.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b207/_pkg_.a # internal cp $WORK/b207/_pkg_.a /builddir/.cache/go-build/f9/f95a7addcb377965265e1f07bf8e39268a8c0709d3fb634a5f5064188d274499-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming mkdir -p $WORK/b465/ cat >/tmp/go-build1432051999/b465/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile runtime/debug=/tmp/go-build1432051999/b147/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b465/_pkg_.a -trimpath "$WORK/b465=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming -complete -installsuffix shared -buildid ej-2wpH2crFWunTdktoJ/ej-2wpH2crFWunTdktoJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming/from_stack.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b138/_pkg_.a # internal cp $WORK/b138/_pkg_.a /builddir/.cache/go-build/ab/abd3ec2cca5df636d630c38110d8a7ffd6119f1b3e4d9ce96063f8892dfecd1a-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/time/rate mkdir -p $WORK/b553/ cat >/tmp/go-build1432051999/b553/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b553/_pkg_.a -trimpath "$WORK/b553=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/time/rate -complete -installsuffix shared -buildid 2KDTUJcTz_eaa6TK-LfA/2KDTUJcTz_eaa6TK-LfA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/time/rate/rate.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b427/_pkg_.a # internal cp $WORK/b427/_pkg_.a /builddir/.cache/go-build/55/55cf0db4279b47141b773f8f040d4752c658ecec9254b34c2f6bad5d0c4c59dc-d # internal testing mkdir -p $WORK/b426/ cat >/tmp/go-build1432051999/b426/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile flag=/tmp/go-build1432051999/b427/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile internal/goexperiment=/tmp/go-build1432051999/b015/_pkg_.a packagefile internal/race=/tmp/go-build1432051999/b023/_pkg_.a packagefile internal/sysinfo=/tmp/go-build1432051999/b428/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile runtime/debug=/tmp/go-build1432051999/b147/_pkg_.a packagefile runtime/trace=/tmp/go-build1432051999/b407/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b426/_pkg_.a -trimpath "$WORK/b426=>" -p testing -std -complete -installsuffix shared -buildid X-VVl7JoCH7yUSKb4rq_/X-VVl7JoCH7yUSKb4rq_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /usr/lib/golang/src/testing/allocs.go /usr/lib/golang/src/testing/benchmark.go /usr/lib/golang/src/testing/cover.go /usr/lib/golang/src/testing/example.go /usr/lib/golang/src/testing/fuzz.go /usr/lib/golang/src/testing/match.go /usr/lib/golang/src/testing/newcover.go /usr/lib/golang/src/testing/run_example.go /usr/lib/golang/src/testing/testing.go /usr/lib/golang/src/testing/testing_other.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b475/_pkg_.a # internal cp $WORK/b475/_pkg_.a /builddir/.cache/go-build/a1/a165201c6a339bdb940706ebf84df34bce243e8d1e7895fca999f2015db1180d-d # internal github.com/prometheus/prometheus/vendor/github.com/imdario/mergo mkdir -p $WORK/b658/ cat >/tmp/go-build1432051999/b658/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b658/_pkg_.a -trimpath "$WORK/b658=>" -p github.com/prometheus/prometheus/vendor/github.com/imdario/mergo -complete -installsuffix shared -buildid u9br86EA2CMPvR3JkeY5/u9br86EA2CMPvR3JkeY5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/imdario/mergo/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/imdario/mergo/map.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/imdario/mergo/merge.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/imdario/mergo/mergo.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b357/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b462/_pkg_.a # internal cp $WORK/b462/_pkg_.a /builddir/.cache/go-build/ad/ade8a85914060578aed525b0de06e43fa2adb4044f2fc587b965ff6632d577f0-d # internal encoding/csv mkdir -p $WORK/b660/ cat >/tmp/go-build1432051999/b660/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b660/_pkg_.a -trimpath "$WORK/b660=>" -p encoding/csv -std -complete -installsuffix shared -buildid iBJ3sIXiXCYDGXBH9CL8/iBJ3sIXiXCYDGXBH9CL8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /usr/lib/golang/src/encoding/csv/reader.go /usr/lib/golang/src/encoding/csv/writer.go cp $WORK/b357/_pkg_.a /builddir/.cache/go-build/89/899f69b76389559f0ffeecb062f5b39da2899683b2074ab211d4be02932e5910-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity mkdir -p $WORK/b356/ cat >/tmp/go-build1432051999/b356/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build1432051999/b357/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b356/_pkg_.a -trimpath "$WORK/b356=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity -complete -installsuffix shared -buildid MYrIV0dOXYzzlgZY1f6u/MYrIV0dOXYzzlgZY1f6u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity/connectivity.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b321/_pkg_.a # internal cp $WORK/b321/_pkg_.a /builddir/.cache/go-build/35/355e722aa4e22aec2b629492b863a49e72cd1bd9ee35b323a935e35461ae9702-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/blkiodev mkdir -p $WORK/b675/ cat >/tmp/go-build1432051999/b675/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b675/_pkg_.a -trimpath "$WORK/b675=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/blkiodev -complete -installsuffix shared -buildid evu4fyXtB_rcKeJW7iJ9/evu4fyXtB_rcKeJW7iJ9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/blkiodev/blkio.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b538/_pkg_.a # internal cp $WORK/b538/_pkg_.a /builddir/.cache/go-build/4f/4f49362e9fae9dd15afc18e40e1e15832a8c2f6b5c936915ab954c487edecc02-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/go-units mkdir -p $WORK/b679/ cat >/tmp/go-build1432051999/b679/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b679/_pkg_.a -trimpath "$WORK/b679=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/go-units -complete -installsuffix shared -buildid mm0kW5IOniqPkHwcWais/mm0kW5IOniqPkHwcWais -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-units/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-units/size.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-units/ulimit.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b438/_pkg_.a # internal cp $WORK/b438/_pkg_.a /builddir/.cache/go-build/c0/c0ab290027103fb53806612461eedeb7248b4aaece1394463052e009246a74a4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b455/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest mkdir -p $WORK/b685/ cat >/tmp/go-build1432051999/b685/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b685/_pkg_.a -trimpath "$WORK/b685=>" -p github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest -complete -installsuffix shared -buildid XzXnWv_K0wcgeD6RrB1I/XzXnWv_K0wcgeD6RrB1I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest/algorithm.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest/digest.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest/digester.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest/verifiers.go cp $WORK/b455/_pkg_.a /builddir/.cache/go-build/04/040adf424f566a5177983391b3c312d00e2a1cd1430a6abc4c21bd5bc1860647-d # internal go/ast mkdir -p $WORK/b454/ cat >/tmp/go-build1432051999/b454/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile go/scanner=/tmp/go-build1432051999/b455/_pkg_.a packagefile go/token=/tmp/go-build1432051999/b167/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b454/_pkg_.a -trimpath "$WORK/b454=>" -p go/ast -std -complete -installsuffix shared -buildid nCpdc6lU9p8BNjvJnAzL/nCpdc6lU9p8BNjvJnAzL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /usr/lib/golang/src/go/ast/ast.go /usr/lib/golang/src/go/ast/commentmap.go /usr/lib/golang/src/go/ast/filter.go /usr/lib/golang/src/go/ast/import.go /usr/lib/golang/src/go/ast/print.go /usr/lib/golang/src/go/ast/resolve.go /usr/lib/golang/src/go/ast/scope.go /usr/lib/golang/src/go/ast/walk.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b053/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b356/_pkg_.a # internal cp $WORK/b356/_pkg_.a /builddir/.cache/go-build/24/24a0ee918c9d4647eb350bff14e022cf8e1166b177100cce65302f73e0600cbb-d # internal github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go mkdir -p $WORK/b686/ cp $WORK/b053/_pkg_.a /builddir/.cache/go-build/e0/e0a61ae7dc868fed06c86b4445c72ddd1f0c83cf448128cc9e0d0eecd29adddc-d # internal cat >/tmp/go-build1432051999/b686/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b686/_pkg_.a -trimpath "$WORK/b686=>" -p github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go -complete -installsuffix shared -buildid ljoeoO_QX2WD4InwIf06/ljoeoO_QX2WD4InwIf06 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/version.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/versioned.go github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile mkdir -p $WORK/b071/ cat >/tmp/go-build1432051999/b071/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile compress/gzip=/tmp/go-build1432051999/b053/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "$WORK/b071=>" -p github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile -complete -installsuffix shared -buildid Cp4_dHIh62ZnvyjCIa_x/Cp4_dHIh62ZnvyjCIa_x -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/filter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/index.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/legacy_java_profile.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/legacy_profile.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/merge.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/profile.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/proto.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/prune.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b675/_pkg_.a # internal cp $WORK/b675/_pkg_.a /builddir/.cache/go-build/ee/eed429eb9719001f8ca63acb1821381d0d4d3e56243494d9192e8fe7b38dc7a9-d # internal runtime/pprof mkdir -p $WORK/b414/ cat >/tmp/go-build1432051999/b414/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile compress/gzip=/tmp/go-build1432051999/b053/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile internal/abi=/tmp/go-build1432051999/b006/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile text/tabwriter=/tmp/go-build1432051999/b212/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b414/_pkg_.a -trimpath "$WORK/b414=>" -p runtime/pprof -std -installsuffix shared -buildid lnukWXsy5w2pd4QltouI/lnukWXsy5w2pd4QltouI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /usr/lib/golang/src/runtime/pprof/elf.go /usr/lib/golang/src/runtime/pprof/label.go /usr/lib/golang/src/runtime/pprof/map.go /usr/lib/golang/src/runtime/pprof/pe.go /usr/lib/golang/src/runtime/pprof/pprof.go /usr/lib/golang/src/runtime/pprof/pprof_rusage.go /usr/lib/golang/src/runtime/pprof/proto.go /usr/lib/golang/src/runtime/pprof/proto_other.go /usr/lib/golang/src/runtime/pprof/protobuf.go /usr/lib/golang/src/runtime/pprof/protomem.go /usr/lib/golang/src/runtime/pprof/runtime.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b547/_pkg_.a # internal cp $WORK/b547/_pkg_.a /builddir/.cache/go-build/41/41a015dbd23246268bb07ebb1b7c3ab2c7230c056a828b15909da6f73197b6a4-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time mkdir -p $WORK/b699/ cat >/tmp/go-build1432051999/b699/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b699/_pkg_.a -trimpath "$WORK/b699=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time -complete -installsuffix shared -buildid gu18Ov8HXvOKbuFb1NIP/gu18Ov8HXvOKbuFb1NIP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time/duration_convert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time/timestamp.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b465/_pkg_.a # internal cp $WORK/b465/_pkg_.a /builddir/.cache/go-build/e0/e0843fbb44587f75420fad69e37601e5d58e5a0478bdcadac95e265147fc86ab-d # internal github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async mkdir -p $WORK/b723/ cat >/tmp/go-build1432051999/b723/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b723/_pkg_.a -trimpath "$WORK/b723=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async -complete -installsuffix shared -buildid yP_YQmxneqCv1TQQrtdB/yP_YQmxneqCv1TQQrtdB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b723/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async/wait.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b146/_pkg_.a # internal cp $WORK/b146/_pkg_.a /builddir/.cache/go-build/70/704ea48b7311658a6d34e6aca9b5b8906c33fc93c053f58a10f2d06fd9f9cfb3-d # internal github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors mkdir -p $WORK/b724/ cat >/tmp/go-build1432051999/b724/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b724/_pkg_.a -trimpath "$WORK/b724=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors -complete -installsuffix shared -buildid rltJyBN4i5l-H2xZm3V4/rltJyBN4i5l-H2xZm3V4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b724/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors/error.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b553/_pkg_.a # internal cp $WORK/b553/_pkg_.a /builddir/.cache/go-build/c2/c20275d6d975c2093a9db99455ccc209b4775f1a1a5c1f7d1704e014eb966e49-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol mkdir -p $WORK/b557/ cat >/tmp/go-build1432051999/b557/importcfg << 'EOF' # internal # import config importmap golang.org/x/time/rate=github.com/prometheus/prometheus/vendor/golang.org/x/time/rate importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock importmap k8s.io/utils/integer=github.com/prometheus/prometheus/vendor/k8s.io/utils/integer packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/time/rate=/tmp/go-build1432051999/b553/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build1432051999/b536/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/utils/integer=/tmp/go-build1432051999/b558/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b557/_pkg_.a -trimpath "$WORK/b557=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol -complete -installsuffix shared -buildid -rCI7LDbqB9FVA45UR8o/-rCI7LDbqB9FVA45UR8o -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol/backoff.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol/throttle.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b450/_pkg_.a # internal cp $WORK/b450/_pkg_.a /builddir/.cache/go-build/a5/a54111d36745f134586cf229f1ed3caac04cd60bfa8fad969b667a5169f4ce0d-d # internal github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter mkdir -p $WORK/b726/ cat >/tmp/go-build1432051999/b726/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b726/_pkg_.a -trimpath "$WORK/b726=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter -complete -installsuffix shared -buildid 3-9y2ZVG6Qy1hi3FuuPX/3-9y2ZVG6Qy1hi3FuuPX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b726/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter/query.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b686/_pkg_.a # internal cp $WORK/b686/_pkg_.a /builddir/.cache/go-build/1f/1f78669c294fe449fc3e85a0decd0cdfd5a5d7248930b251042faa4e5da31d6c-d # internal github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger mkdir -p $WORK/b730/ cat >/tmp/go-build1432051999/b730/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b730/_pkg_.a -trimpath "$WORK/b730=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger -complete -installsuffix shared -buildid M93heYkPddaQZzMqyN-l/M93heYkPddaQZzMqyN-l -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b730/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger/default_logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger/logger.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b660/_pkg_.a # internal cp $WORK/b660/_pkg_.a /builddir/.cache/go-build/91/9104c3b04c80a370870c2c389135d05c778f60ba60bf747ee181ab58d82612a5-d # internal github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation mkdir -p $WORK/b731/ cat >/tmp/go-build1432051999/b731/importcfg << 'EOF' # internal # import config packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b731/_pkg_.a -trimpath "$WORK/b731=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation -complete -installsuffix shared -buildid 1i9INjWgV7knSFcitfSj/1i9INjWgV7knSFcitfSj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b731/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation/is.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b679/_pkg_.a # internal cp $WORK/b679/_pkg_.a /builddir/.cache/go-build/8a/8afd08fddaaa2d65695d20840735b3b55a0eab2a365d906671e172566843df50-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b724/_pkg_.a # internal encoding/gob mkdir -p $WORK/b738/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b133/_pkg_.a # internal cp $WORK/b724/_pkg_.a /builddir/.cache/go-build/90/90d62262ccf71891eec23ed01c59274e0b02de2c4e74c20b454ffa57d72223fd-d # internal cat >/tmp/go-build1432051999/b738/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile internal/saferio=/tmp/go-build1432051999/b739/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF github.com/prometheus/prometheus/tsdb/chunkenc mkdir -p $WORK/b767/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b738/_pkg_.a -trimpath "$WORK/b738=>" -p encoding/gob -std -complete -installsuffix shared -buildid Da-qHpA3EOaFfBMmrOty/Da-qHpA3EOaFfBMmrOty -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b738/importcfg -pack /usr/lib/golang/src/encoding/gob/dec_helpers.go /usr/lib/golang/src/encoding/gob/decode.go /usr/lib/golang/src/encoding/gob/decoder.go /usr/lib/golang/src/encoding/gob/doc.go /usr/lib/golang/src/encoding/gob/enc_helpers.go /usr/lib/golang/src/encoding/gob/encode.go /usr/lib/golang/src/encoding/gob/encoder.go /usr/lib/golang/src/encoding/gob/error.go /usr/lib/golang/src/encoding/gob/type.go cat >/tmp/go-build1432051999/b767/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b767/_pkg_.a -trimpath "$WORK/b767=>" -p github.com/prometheus/prometheus/tsdb/chunkenc -complete -installsuffix shared -buildid L1ts8hdsrqIYI_bFMHD0/L1ts8hdsrqIYI_bFMHD0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b767/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/chunkenc/bstream.go ./_build/src/github.com/prometheus/prometheus/tsdb/chunkenc/chunk.go ./_build/src/github.com/prometheus/prometheus/tsdb/chunkenc/xor.go cp $WORK/b133/_pkg_.a /builddir/.cache/go-build/92/92fa072fc9806b98e5b9b4899c16a85bfd1b529ac8384bf4052dd716609fcd7e-d # internal vendor/golang.org/x/text/secure/bidirule mkdir -p $WORK/b131/ cat >/tmp/go-build1432051999/b131/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile vendor/golang.org/x/text/transform=/tmp/go-build1432051999/b132/_pkg_.a packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1432051999/b133/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b131/_pkg_.a -trimpath "$WORK/b131=>" -p vendor/golang.org/x/text/secure/bidirule -std -complete -installsuffix shared -buildid f-bCqNve3cNHmg9PbSbl/f-bCqNve3cNHmg9PbSbl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /usr/lib/golang/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b699/_pkg_.a # internal cp $WORK/b699/_pkg_.a /builddir/.cache/go-build/8d/8d3a8a56f549451a8c951d9e0f34681845d5cec9814120c2ed0b3d820027fd0e-d # internal github.com/prometheus/prometheus/tsdb/errors mkdir -p $WORK/b769/ cat >/tmp/go-build1432051999/b769/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b769/_pkg_.a -trimpath "$WORK/b769=>" -p github.com/prometheus/prometheus/tsdb/errors -complete -installsuffix shared -buildid _UdruqsGIhBEQbnxXDfQ/_UdruqsGIhBEQbnxXDfQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b769/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/errors/errors.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b235/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b211/_pkg_.a # internal cp $WORK/b235/_pkg_.a /builddir/.cache/go-build/91/912ae999856097e3d95855a6e45fb6ebb4fd13024ed6626a50aed05b6ad82ade-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials mkdir -p $WORK/b234/ cat >/tmp/go-build1432051999/b234/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/internal/ini=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini importmap github.com/aws/aws-sdk-go/internal/shareddefaults=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults importmap github.com/aws/aws-sdk-go/internal/sync/singleflight=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build1432051999/b235/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build1432051999/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight=/tmp/go-build1432051999/b237/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b234/_pkg_.a -trimpath "$WORK/b234=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials -complete -installsuffix shared -buildid JMvBqtk5mWWEMTeW09if/JMvBqtk5mWWEMTeW09if -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/context_background_go1.7.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/context_go1.9.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_amd64/asm -p github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix -trimpath "$WORK/b200=>" -I $WORK/b200/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b200/asm_linux_amd64.o ./asm_linux_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b557/_pkg_.a # internal cp $WORK/b211/_pkg_.a /builddir/.cache/go-build/57/576b0aff789a4372f78957bdf3667f981f63470cc6e81d66c90e3e6fc977d4e9-d # internal text/template mkdir -p $WORK/b210/ cat >/tmp/go-build1432051999/b210/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile internal/fmtsort=/tmp/go-build1432051999/b028/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile text/template/parse=/tmp/go-build1432051999/b211/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b210/_pkg_.a -trimpath "$WORK/b210=>" -p text/template -std -complete -installsuffix shared -buildid Psw8kFHR9EaAIBtnDsRb/Psw8kFHR9EaAIBtnDsRb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /usr/lib/golang/src/text/template/doc.go /usr/lib/golang/src/text/template/exec.go /usr/lib/golang/src/text/template/funcs.go /usr/lib/golang/src/text/template/helper.go /usr/lib/golang/src/text/template/option.go /usr/lib/golang/src/text/template/template.go cp $WORK/b557/_pkg_.a /builddir/.cache/go-build/fb/fbbc524e1ff1f7e0d2e2079207d2fda063396829d54a4fe7175df8357c24cef8-d # internal github.com/prometheus/prometheus/vendor/github.com/pmezard/go-difflib/difflib mkdir -p $WORK/b777/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b255/_pkg_.a # internal cat >/tmp/go-build1432051999/b777/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b777/_pkg_.a -trimpath "$WORK/b777=>" -p github.com/prometheus/prometheus/vendor/github.com/pmezard/go-difflib/difflib -complete -installsuffix shared -buildid NZuY82dx83ECdhCFFtgq/NZuY82dx83ECdhCFFtgq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b777/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/pmezard/go-difflib/difflib/difflib.go cp $WORK/b255/_pkg_.a /builddir/.cache/go-build/74/749eb5cb3ed82e44f057bd92fbc97640702e1f626d14e519a229517a21614d74-d # internal github.com/prometheus/prometheus/vendor/go.uber.org/goleak/internal/stack mkdir -p $WORK/b781/ cat >/tmp/go-build1432051999/b781/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b781/_pkg_.a -trimpath "$WORK/b781=>" -p github.com/prometheus/prometheus/vendor/go.uber.org/goleak/internal/stack -complete -installsuffix shared -buildid od1c1PGiMBpgbWBYWn7w/od1c1PGiMBpgbWBYWn7w -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b781/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/goleak/internal/stack/stacks.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b731/_pkg_.a # internal cp $WORK/b731/_pkg_.a /builddir/.cache/go-build/09/097f26df7715a96571fb8148cd7a3d5fb2bf8448e1a1024d3b2edc83b600cbad-d # internal github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log mkdir -p $WORK/b786/ cat >/tmp/go-build1432051999/b786/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b786/_pkg_.a -trimpath "$WORK/b786=>" -p github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log -complete -installsuffix shared -buildid BZbuhivqxL40h6W56CWK/BZbuhivqxL40h6W56CWK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b786/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log/field.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log/util.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b685/_pkg_.a # internal cp $WORK/b685/_pkg_.a /builddir/.cache/go-build/65/65939c52590c7695c550b01397797260282a441e0428c09dd9ec71f5d6c6f8f1-d # internal github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1 mkdir -p $WORK/b684/ cat >/tmp/go-build1432051999/b684/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/go-digest=github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go=github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest=/tmp/go-build1432051999/b685/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go=/tmp/go-build1432051999/b686/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b684/_pkg_.a -trimpath "$WORK/b684=>" -p github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1 -complete -installsuffix shared -buildid b9iH-epZdpDuromCJNxU/b9iH-epZdpDuromCJNxU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b684/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/annotations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/descriptor.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/index.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/layout.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1/mediatype.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b726/_pkg_.a # internal cp $WORK/b726/_pkg_.a /builddir/.cache/go-build/5c/5cf3bfcb84a58ae455d5b65a4acceb79faa6fce7f384ab6c78ebddf0d8d64222-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/distribution/digestset mkdir -p $WORK/b695/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b730/_pkg_.a # internal cat >/tmp/go-build1432051999/b695/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/go-digest=github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest=/tmp/go-build1432051999/b685/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b695/_pkg_.a -trimpath "$WORK/b695=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/distribution/digestset -complete -installsuffix shared -buildid G082l_HBFktZd3yNtMBE/G082l_HBFktZd3yNtMBE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/digestset/set.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b218/_pkg_.a # internal cp $WORK/b730/_pkg_.a /builddir/.cache/go-build/5c/5cc771d437502d7fbe9f08570c45eb67d67111bf5f8d43c1bd397a3f5ab6cbc2-d # internal database/sql/driver mkdir -p $WORK/b789/ cat >/tmp/go-build1432051999/b789/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b789/_pkg_.a -trimpath "$WORK/b789=>" -p database/sql/driver -std -complete -installsuffix shared -buildid nofTN-JqmxupiVJAKiIv/nofTN-JqmxupiVJAKiIv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b789/importcfg -pack /usr/lib/golang/src/database/sql/driver/driver.go /usr/lib/golang/src/database/sql/driver/types.go cp $WORK/b218/_pkg_.a /builddir/.cache/go-build/24/24ad8cf49a1c945d0e08ceb265a6d0648e2a646c77e9988867eef239e61ff84b-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule mkdir -p $WORK/b216/ cat >/tmp/go-build1432051999/b216/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=github.com/prometheus/prometheus/vendor/golang.org/x/text/transform importmap golang.org/x/text/unicode/bidi=github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/transform=/tmp/go-build1432051999/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1432051999/b218/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b216/_pkg_.a -trimpath "$WORK/b216=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule -complete -installsuffix shared -buildid i4i0OQ3NKoRuAyZ1D3Rv/i4i0OQ3NKoRuAyZ1D3Rv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule/bidirule.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b769/_pkg_.a # internal cp $WORK/b769/_pkg_.a /builddir/.cache/go-build/0b/0b8f0fc4b1ec6cda87063b3f1729b03ad12649eafb6c49ac2b50efbee0401ebd-d # internal github.com/prometheus/prometheus/tsdb/encoding mkdir -p $WORK/b790/ cat >/tmp/go-build1432051999/b790/importcfg << 'EOF' # internal # import config importmap github.com/dennwc/varint=github.com/prometheus/prometheus/vendor/github.com/dennwc/varint importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/dennwc/varint=/tmp/go-build1432051999/b791/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile hash/crc32=/tmp/go-build1432051999/b056/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b790/_pkg_.a -trimpath "$WORK/b790=>" -p github.com/prometheus/prometheus/tsdb/encoding -complete -installsuffix shared -buildid YeNbM3EoZgjqgiTOHalQ/YeNbM3EoZgjqgiTOHalQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b790/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/encoding/encoding.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b723/_pkg_.a # internal cp $WORK/b723/_pkg_.a /builddir/.cache/go-build/d1/d18b906bf55c19a197d59d08767619b2228d0afcb6b8d5d2fd46048e25db1dee-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log mkdir -p $WORK/b807/ cat >/tmp/go-build1432051999/b807/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b807/_pkg_.a -trimpath "$WORK/b807=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log -complete -installsuffix shared -buildid qx5UsdvYuwjlGwT0ix3i/qx5UsdvYuwjlGwT0ix3i -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b807/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log/logger.go cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b200/_pkg_.a $WORK/b200/asm_linux_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b200/_pkg_.a # internal cp $WORK/b200/_pkg_.a /builddir/.cache/go-build/ff/ff3f409d5589b4f76413b2cbe89bd24c329dbaafbfb3ebaea311d21dd4cd938a-d # internal github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify mkdir -p $WORK/b280/ cat >/tmp/go-build1432051999/b280/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b280/_pkg_.a -trimpath "$WORK/b280=>" -p github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify -complete -installsuffix shared -buildid tqSgRlfxSTON0mxybxje/tqSgRlfxSTON0mxybxje -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify/fsnotify.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify/inotify.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify/inotify_poller.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b131/_pkg_.a # internal cp $WORK/b131/_pkg_.a /builddir/.cache/go-build/8e/8ed9ff3c9215c860d74316ce60892fadc75af4093e5847f1b0950ce00d4ec706-d # internal github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty mkdir -p $WORK/b310/ cat >/tmp/go-build1432051999/b310/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b310/_pkg_.a -trimpath "$WORK/b310=>" -p github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty -complete -installsuffix shared -buildid fkCGHznMSgH-IYoymWj3/fkCGHznMSgH-IYoymWj3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty/isatty_tcgets.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b684/_pkg_.a # internal cp $WORK/b684/_pkg_.a /builddir/.cache/go-build/41/41a6e022d00d7744cb3698682dca1853e676949a00461cae0bb27180cd6d3970-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/term mkdir -p $WORK/b541/ cat >/tmp/go-build1432051999/b541/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b541/_pkg_.a -trimpath "$WORK/b541=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/term -complete -installsuffix shared -buildid 9uYhoRRGk8KewAGTv6C9/9uYhoRRGk8KewAGTv6C9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/term/term.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/term/term_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/term/term_unix_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/term/terminal.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b786/_pkg_.a # internal cp $WORK/b786/_pkg_.a /builddir/.cache/go-build/ae/aec80caa97e5c0c9c4eb43a7bc5bc8f7d699eaa5a44206cdf75ef1d0432ce204-d # internal github.com/prometheus/prometheus/tsdb/fileutil mkdir -p $WORK/b770/ cat >/tmp/go-build1432051999/b770/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b770/_pkg_.a -trimpath "$WORK/b770=>" -p github.com/prometheus/prometheus/tsdb/fileutil -complete -installsuffix shared -buildid WX8a3OQNBNFHL2GpqIOv/WX8a3OQNBNFHL2GpqIOv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b770/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/dir.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/dir_unix.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/fileutil.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/flock.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/flock_unix.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/mmap.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/mmap_unix.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/preallocate.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/preallocate_linux.go ./_build/src/github.com/prometheus/prometheus/tsdb/fileutil/sync_linux.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b658/_pkg_.a # internal cp $WORK/b658/_pkg_.a /builddir/.cache/go-build/36/36f7373ee4044a4e62ec9c53c76f62407ac0463d6a796882aeb6225026df4a71-d # internal github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go mkdir -p $WORK/b784/ cat >/tmp/go-build1432051999/b784/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b784/_pkg_.a -trimpath "$WORK/b784=>" -p github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go -complete -installsuffix shared -buildid NjRDz-gH_kCPjyFP1USC/NjRDz-gH_kCPjyFP1USC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go/mmap.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go/mmap_unix.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b216/_pkg_.a # internal cp $WORK/b216/_pkg_.a /builddir/.cache/go-build/50/50c8c155ae8f7923c1a28108ea4634fd789501dd3b58f1affe7742dab6b9448d-d # internal compress/zlib mkdir -p $WORK/b809/ cat >/tmp/go-build1432051999/b809/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile compress/flate=/tmp/go-build1432051999/b054/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile hash/adler32=/tmp/go-build1432051999/b810/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b809/_pkg_.a -trimpath "$WORK/b809=>" -p compress/zlib -std -complete -installsuffix shared -buildid vK1mFz7GGbfdo7zXg1S4/vK1mFz7GGbfdo7zXg1S4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b809/importcfg -pack /usr/lib/golang/src/compress/zlib/reader.go /usr/lib/golang/src/compress/zlib/writer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b807/_pkg_.a # internal cp $WORK/b807/_pkg_.a /builddir/.cache/go-build/68/683cb58d7f98a3ebbf68fd2de95235d470940ebc5223c40f73ec0fc059fbc835-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics mkdir -p $WORK/b816/ cat >/tmp/go-build1432051999/b816/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b816/_pkg_.a -trimpath "$WORK/b816=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics -complete -installsuffix shared -buildid Be9c0mEFAOqG6uB3foZN/Be9c0mEFAOqG6uB3foZN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b816/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/counter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/factory.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/gauge.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/histogram.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/keys.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/metrics.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/stopwatch.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics/timer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b457/_pkg_.a # internal cp $WORK/b457/_pkg_.a /builddir/.cache/go-build/84/84305ecb207b49c1e8f1e9fd232fb67705fe473f2ed17d66aa29b63d4b98bd33-d # internal github.com/prometheus/prometheus/vendor/github.com/go-stack/stack mkdir -p $WORK/b829/ cat >/tmp/go-build1432051999/b829/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b829/_pkg_.a -trimpath "$WORK/b829=>" -p github.com/prometheus/prometheus/vendor/github.com/go-stack/stack -complete -installsuffix shared -buildid kWKkfjCJsiBl0RW_fs1m/kWKkfjCJsiBl0RW_fs1m -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b829/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-stack/stack/stack.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b790/_pkg_.a # internal cp $WORK/b790/_pkg_.a /builddir/.cache/go-build/ae/ae2edc317e6a9f1e647722e25d7dc4baf336ef16da1f3d3df817c62b0cb9d9dc-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/internal mkdir -p $WORK/b838/ cat >/tmp/go-build1432051999/b838/importcfg << 'EOF' # internal # import config packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b838/_pkg_.a -trimpath "$WORK/b838=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/internal -complete -installsuffix shared -buildid FI6ViVBTJvodjvi7lPES/FI6ViVBTJvodjvi7lPES -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b838/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/internal/post_go18.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b134/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b767/_pkg_.a # internal cp $WORK/b134/_pkg_.a /builddir/.cache/go-build/33/33f0a03e97628d525d83ba6c156fb39e3225a707e4911961c3da6410f70d4903-d # internal vendor/golang.org/x/net/idna mkdir -p $WORK/b130/ cp $WORK/b767/_pkg_.a /builddir/.cache/go-build/1c/1c4563df7d2a5522e9e75ecd3d89d7eda5cdd71da7434809b8874eefa9ab3b9c-d # internal github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/urlesc mkdir -p $WORK/b843/ cat >/tmp/go-build1432051999/b130/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1432051999/b131/_pkg_.a packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1432051999/b133/_pkg_.a packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1432051999/b134/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b130/_pkg_.a -trimpath "$WORK/b130=>" -p vendor/golang.org/x/net/idna -std -complete -installsuffix shared -buildid GZl4I-P0XOcHnc_0V8KV/GZl4I-P0XOcHnc_0V8KV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/net/idna/go118.go /usr/lib/golang/src/vendor/golang.org/x/net/idna/idna10.0.0.go /usr/lib/golang/src/vendor/golang.org/x/net/idna/punycode.go /usr/lib/golang/src/vendor/golang.org/x/net/idna/tables15.0.0.go /usr/lib/golang/src/vendor/golang.org/x/net/idna/trie.go /usr/lib/golang/src/vendor/golang.org/x/net/idna/trie13.0.0.go /usr/lib/golang/src/vendor/golang.org/x/net/idna/trieval.go cat >/tmp/go-build1432051999/b843/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b843/_pkg_.a -trimpath "$WORK/b843=>" -p github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/urlesc -complete -installsuffix shared -buildid uPvFn331m6WRtF9bXtMV/uPvFn331m6WRtF9bXtMV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b843/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/urlesc/urlesc.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b695/_pkg_.a # internal cp $WORK/b695/_pkg_.a /builddir/.cache/go-build/cf/cfe90d4d859d49c1fe1e24180e852603dd218caab72c017873aa998c495a9e88-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference mkdir -p $WORK/b694/ cat >/tmp/go-build1432051999/b694/importcfg << 'EOF' # internal # import config importmap github.com/docker/distribution/digestset=github.com/prometheus/prometheus/vendor/github.com/docker/distribution/digestset importmap github.com/opencontainers/go-digest=github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/distribution/digestset=/tmp/go-build1432051999/b695/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest=/tmp/go-build1432051999/b685/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b694/_pkg_.a -trimpath "$WORK/b694=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference -complete -installsuffix shared -buildid u89-UDxOrx3RPWgbt3oH/u89-UDxOrx3RPWgbt3oH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference/normalize.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference/reference.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference/regexp.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b781/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b234/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b310/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b838/_pkg_.a # internal cp $WORK/b310/_pkg_.a /builddir/.cache/go-build/40/406b1fb575da3c41e8ee8c3d8f19004ddfbb22d63fcc3df365aebb923bf39ad9-d # internal cp $WORK/b838/_pkg_.a /builddir/.cache/go-build/50/508a66b369d999de2c576439181b73f2a03ca3749c171687fd5d830c87cb57b1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b162/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b059/_pkg_.a # internal cp $WORK/b234/_pkg_.a /builddir/.cache/go-build/54/54433ee3a8751ccb742eae14a4e3a54b6fba8a22aa42aa5a81a670cf0d60b071-d # internal github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse mkdir -p $WORK/b852/ cat >/tmp/go-build1432051999/b852/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b852/_pkg_.a -trimpath "$WORK/b852=>" -p github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse -complete -installsuffix shared -buildid j3AkBnhWo108Hs8ita5_/j3AkBnhWo108Hs8ita5_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b852/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse/lex.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse/node.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse/parse.go cp $WORK/b781/_pkg_.a /builddir/.cache/go-build/ba/ba3fc556acb533340564e89584974296051385b5888e1068786e3cb1bfe5a052-d # internal github.com/prometheus/prometheus/vendor/go.uber.org/goleak mkdir -p $WORK/b780/ cat >/tmp/go-build1432051999/b780/importcfg << 'EOF' # internal # import config importmap go.uber.org/goleak/internal/stack=github.com/prometheus/prometheus/vendor/go.uber.org/goleak/internal/stack packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/goleak/internal/stack=/tmp/go-build1432051999/b781/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b780/_pkg_.a -trimpath "$WORK/b780=>" -p github.com/prometheus/prometheus/vendor/go.uber.org/goleak -complete -installsuffix shared -buildid Jlsc1R75_5QWpw_VYOCT/Jlsc1R75_5QWpw_VYOCT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b780/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/goleak/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/goleak/leaks.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/goleak/options.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/goleak/testmain.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/goleak/tracestack_new.go github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable mkdir -p $WORK/b309/ github.com/prometheus/prometheus/util/pool mkdir -p $WORK/b849/ cat >/tmp/go-build1432051999/b309/importcfg << 'EOF' # internal # import config importmap github.com/mattn/go-isatty=github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty=/tmp/go-build1432051999/b310/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b309/_pkg_.a -trimpath "$WORK/b309=>" -p github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable -complete -installsuffix shared -buildid lS7iLXakPNwcULUU_uNI/lS7iLXakPNwcULUU_uNI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable/colorable_others.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable/noncolorable.go cat >/tmp/go-build1432051999/b849/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b849/_pkg_.a -trimpath "$WORK/b849=>" -p github.com/prometheus/prometheus/util/pool -complete -installsuffix shared -buildid gBtTaEeS890G-KyI5xtk/gBtTaEeS890G-KyI5xtk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b849/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/pool/pool.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b789/_pkg_.a # internal cp $WORK/b059/_pkg_.a /builddir/.cache/go-build/e9/e9112cbd514741fbbd37fbdace65b1c25680feae6dc27332507105be8bc95c16-d # internal github.com/prometheus/prometheus/vendor/github.com/go-kit/log cp $WORK/b162/_pkg_.a /builddir/.cache/go-build/a4/a40abe5adb603fdc338b6365f00a058ab4777dab1674fc656bd54eb1f4c7060e-d # internal mkdir -p $WORK/b064/ cp $WORK/b789/_pkg_.a /builddir/.cache/go-build/e2/e2845c84f271eeec021357ea04387e821a5a3a3d9fb856d6f39fcec472b9f817-d # internal cat >/tmp/go-build1432051999/b064/importcfg << 'EOF' # internal # import config importmap github.com/go-logfmt/logfmt=github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt=/tmp/go-build1432051999/b065/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset mkdir -p $WORK/b161/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b064/_pkg_.a -trimpath "$WORK/b064=>" -p github.com/prometheus/prometheus/vendor/github.com/go-kit/log -complete -installsuffix shared -buildid -DhxQrK_nS_FSLs21nOS/-DhxQrK_nS_FSLs21nOS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/json_logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/log.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/logfmt_logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/nop_logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/stdlib.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/sync.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/value.go cat >/tmp/go-build1432051999/b161/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build1432051999/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build1432051999/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b161/_pkg_.a -trimpath "$WORK/b161=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset -complete -installsuffix shared -buildid 5wFpvUZS0n2SKx3CmDuB/5wFpvUZS0n2SKx3CmDuB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset/messageset.go github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model mkdir -p $WORK/b149/ cat >/tmp/go-build1432051999/b149/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b149/_pkg_.a -trimpath "$WORK/b149=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model -complete -installsuffix shared -buildid sqUCzz4tDD94zKktiAV3/sqUCzz4tDD94zKktiAV3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/alert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/fingerprinting.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/fnv.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/labels.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/labelset.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/metric.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/model.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/signature.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/silence.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/time.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model/value.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b540/_pkg_.a # internal cp $WORK/b540/_pkg_.a /builddir/.cache/go-build/d5/d5310244196e1e18d8efbe3d5d8c7a0349eec27529e8c02b66427b2cc8335784-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs mkdir -p $WORK/b166/ cat >/tmp/go-build1432051999/b166/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile go/token=/tmp/go-build1432051999/b167/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build1432051999/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b166/_pkg_.a -trimpath "$WORK/b166=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs -complete -installsuffix shared -buildid RXJKXOPK2Cd7BSFb8CBE/RXJKXOPK2Cd7BSFb8CBE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs/strings.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs/strings_unsafe.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b843/_pkg_.a # internal cp $WORK/b843/_pkg_.a /builddir/.cache/go-build/b8/b8903dfed28156fe17bd130cb4be1b18e0e9e08f90a535e2a0e84de7ee0ecf22-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid mkdir -p $WORK/b168/ cat >/tmp/go-build1432051999/b168/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b168/_pkg_.a -trimpath "$WORK/b168=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid -complete -installsuffix shared -buildid qq3ADBMrIHkZ9A5x033P/qq3ADBMrIHkZ9A5x033P -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/any_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/api_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/descriptor_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/duration_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/empty_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/field_mask_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/goname.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/map_entry.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/source_context_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/struct_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/timestamp_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/type_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/wrappers.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid/wrappers_gen.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b809/_pkg_.a # internal cp $WORK/b809/_pkg_.a /builddir/.cache/go-build/85/859d946b273913b31f10e72e661893bbd8d655a1c007fcdb1878a6b57d1c19e4-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order mkdir -p $WORK/b169/ cat >/tmp/go-build1432051999/b169/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "$WORK/b169=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order -complete -installsuffix shared -buildid fzJBgQBz6KR74mQaZee7/fzJBgQBz6KR74mQaZee7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order/order.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order/range.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b280/_pkg_.a # internal cp $WORK/b280/_pkg_.a /builddir/.cache/go-build/60/605194cafd00174566048dceef8de50d6268069a40b03ba4bf34709312157e9e-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface mkdir -p $WORK/b173/ cat >/tmp/go-build1432051999/b173/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build1432051999/b163/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b173/_pkg_.a -trimpath "$WORK/b173=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface -complete -installsuffix shared -buildid JGle8txMe8zJCs4xw_SZ/JGle8txMe8zJCs4xw_SZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface/methods.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b777/_pkg_.a # internal cp $WORK/b777/_pkg_.a /builddir/.cache/go-build/8f/8f275377efedb039497c97fcd53162c17b723b13e8ab7f00c3eed12501f5a52d-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descfmt mkdir -p $WORK/b177/ cat >/tmp/go-build1432051999/b177/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/detrand=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand=/tmp/go-build1432051999/b159/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build1432051999/b163/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b177/_pkg_.a -trimpath "$WORK/b177=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descfmt -complete -installsuffix shared -buildid r-QRGoebli0_PU5M-RSn/r-QRGoebli0_PU5M-RSn -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descfmt/stringer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b829/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b784/_pkg_.a # internal cp $WORK/b829/_pkg_.a /builddir/.cache/go-build/49/49f329e1feb2247aae1fa3d9ff71c5c8eb20a34a264c73d38835cedc82c70e6b-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts mkdir -p $WORK/b178/ cat >/tmp/go-build1432051999/b178/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b178/_pkg_.a -trimpath "$WORK/b178=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts -complete -installsuffix shared -buildid g4EWk8xdJOa8q95INDsf/g4EWk8xdJOa8q95INDsf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts/options.go cp $WORK/b784/_pkg_.a /builddir/.cache/go-build/bb/bbb891d07f48a0f36dd97c8d29cf2c52a2dc50d2989b36bb9dc44487a01912cd-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints mkdir -p $WORK/b238/ cat >/tmp/go-build1432051999/b238/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b238/_pkg_.a -trimpath "$WORK/b238=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints -complete -installsuffix shared -buildid XYE_bOHgL0R5N_fetybg/XYE_bOHgL0R5N_fetybg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/dep_service_ids.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/legacy_regions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b816/_pkg_.a # internal cp $WORK/b816/_pkg_.a /builddir/.cache/go-build/fc/fce0d227c3202b68f2d4daaa7719642e42395ceb643f2e62c673d0f7340b7715-d # internal github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath mkdir -p $WORK/b245/ cat >/tmp/go-build1432051999/b245/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b245/_pkg_.a -trimpath "$WORK/b245=>" -p github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath -complete -installsuffix shared -buildid BEDmpK2024Bh8N1hZuAG/BEDmpK2024Bh8N1hZuAG -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/astnodetype_string.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/functions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/interpreter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/lexer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/parser.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/toktype_string.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath/util.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b541/_pkg_.a # internal cp $WORK/b541/_pkg_.a /builddir/.cache/go-build/8d/8d12989d38653354394d0d7a10b7a972e9c89bc119743dfc71cb83686340222f-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds mkdir -p $WORK/b261/ cat >/tmp/go-build1432051999/b261/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/internal/sdkio=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build1432051999/b239/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile os/exec=/tmp/go-build1432051999/b262/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b261/_pkg_.a -trimpath "$WORK/b261=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds -complete -installsuffix shared -buildid uQ5wJ2x_wUL2ptzYVm0r/uQ5wJ2x_wUL2ptzYVm0r -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds/provider.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b219/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b161/_pkg_.a # internal cp $WORK/b219/_pkg_.a /builddir/.cache/go-build/f3/f3f8bc4b47cb7f373b1b22fb6b1b8aa08cb4ad0b44bd22a290f5846a9aff4de9-d # internal cp $WORK/b161/_pkg_.a /builddir/.cache/go-build/39/39a019783f090c20a436c48eb3decc511f7db303516a55e4a7f89e8712131f8b-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/idna github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry mkdir -p $WORK/b172/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b780/_pkg_.a # internal mkdir -p $WORK/b215/ cat >/tmp/go-build1432051999/b172/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/encoding/messageset=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1432051999/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build1432051999/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build1432051999/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "$WORK/b172=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry -complete -installsuffix shared -buildid GT6MWDWdWGDZLecPlcA8/GT6MWDWdWGDZLecPlcA8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry/registry.go cat >/tmp/go-build1432051999/b215/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/secure/bidirule=github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule importmap golang.org/x/text/unicode/bidi=github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi importmap golang.org/x/text/unicode/norm=github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1432051999/b216/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1432051999/b218/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm=/tmp/go-build1432051999/b219/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b215/_pkg_.a -trimpath "$WORK/b215=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/idna -complete -installsuffix shared -buildid yd4vIHhV9E4sJSjouDkg/yd4vIHhV9E4sJSjouDkg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/idna/go118.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/idna/idna10.0.0.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/idna/punycode.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/idna/tables13.0.0.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/idna/trie.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/idna/trieval.go cp $WORK/b780/_pkg_.a /builddir/.cache/go-build/d3/d3ba4a505491b122300b9d42c81a7f82a7b22b1189265382391f3531e6a2500c-d # internal github.com/prometheus/prometheus/model/labels mkdir -p $WORK/b277/ cat >/tmp/go-build1432051999/b277/importcfg << 'EOF' # internal # import config importmap github.com/cespare/xxhash/v2=github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2=/tmp/go-build1432051999/b154/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile regexp/syntax=/tmp/go-build1432051999/b069/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b277/_pkg_.a -trimpath "$WORK/b277=>" -p github.com/prometheus/prometheus/model/labels -complete -installsuffix shared -buildid HB1AjlrRoOyxljO7xDGL/HB1AjlrRoOyxljO7xDGL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/labels/labels.go ./_build/src/github.com/prometheus/prometheus/model/labels/matcher.go ./_build/src/github.com/prometheus/prometheus/model/labels/regexp.go ./_build/src/github.com/prometheus/prometheus/model/labels/test_utils.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b414/_pkg_.a # internal cp $WORK/b414/_pkg_.a /builddir/.cache/go-build/55/55e460f9828181240e006bae360d41f243b902f709d20bfbe3ae47901857a97c-d # internal github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date mkdir -p $WORK/b293/ cat >/tmp/go-build1432051999/b293/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b293/_pkg_.a -trimpath "$WORK/b293=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date -complete -installsuffix shared -buildid n5aSjavp4AmWRmIPga6e/n5aSjavp4AmWRmIPga6e -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date/date.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date/time.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date/timerfc1123.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date/unixtime.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date/utility.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b173/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b849/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b309/_pkg_.a # internal cp $WORK/b849/_pkg_.a /builddir/.cache/go-build/86/8616bb53c30bbed36f6a317162213255c364242464126c5541e4c795c853a79c-d # internal github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics mkdir -p $WORK/b320/ cp $WORK/b173/_pkg_.a /builddir/.cache/go-build/3c/3c410a1d63fe61e394ac8c55bf34025ba8a87b1a604cabb90d6fa76897f9649a-d # internal cp $WORK/b309/_pkg_.a /builddir/.cache/go-build/cd/cda1b60950698f2921edbd2ebd3719b4d7ce0276a1bed060a72e9e1082adc328-d # internal cat >/tmp/go-build1432051999/b320/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b320/_pkg_.a -trimpath "$WORK/b320=>" -p github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics -complete -installsuffix shared -buildid Ib33Sw4KfZAVFR2DeADJ/Ib33Sw4KfZAVFR2DeADJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics/metrics.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics/time.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics/values.go github.com/prometheus/prometheus/vendor/github.com/fatih/color mkdir -p $WORK/b308/ github.com/prometheus/prometheus/vendor/go.opencensus.io/tag mkdir -p $WORK/b413/ cat >/tmp/go-build1432051999/b308/importcfg << 'EOF' # internal # import config importmap github.com/mattn/go-colorable=github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable importmap github.com/mattn/go-isatty=github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable=/tmp/go-build1432051999/b309/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty=/tmp/go-build1432051999/b310/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF cat >/tmp/go-build1432051999/b413/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile runtime/pprof=/tmp/go-build1432051999/b414/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b308/_pkg_.a -trimpath "$WORK/b308=>" -p github.com/prometheus/prometheus/vendor/github.com/fatih/color -complete -installsuffix shared -buildid F4kmdVUQ4-T7YCp2URdx/F4kmdVUQ4-T7YCp2URdx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/fatih/color/color.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/fatih/color/doc.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b413/_pkg_.a -trimpath "$WORK/b413=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/tag -complete -installsuffix shared -buildid h1iQYpLBVuVH2WKx8yMu/h1iQYpLBVuVH2WKx8yMu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/context.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/key.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/map.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/map_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/metadata.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/profile_19.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/tag/validate.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b166/_pkg_.a # internal cp $WORK/b166/_pkg_.a /builddir/.cache/go-build/b0/b0a1f9ac84736671eb0df3031a875ff0d07d8842721ba8e49e1e57f61ef8607a-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text mkdir -p $WORK/b164/ cat >/tmp/go-build1432051999/b164/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/detrand=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand=/tmp/go-build1432051999/b159/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build1432051999/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build1432051999/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build1432051999/b166/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf16=/tmp/go-build1432051999/b062/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b164/_pkg_.a -trimpath "$WORK/b164=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text -complete -installsuffix shared -buildid G3-U9GImu9osnBiCvpI4/G3-U9GImu9osnBiCvpI4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text/decode_number.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text/decode_string.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text/decode_token.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text/encode.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b169/_pkg_.a # internal cp $WORK/b169/_pkg_.a /builddir/.cache/go-build/0b/0b64f45c6f73795df2f58b907a9fbe2cc15ff91190dad11bbc79b1c013ea768f-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json mkdir -p $WORK/b352/ cat >/tmp/go-build1432051999/b352/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/detrand=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand=/tmp/go-build1432051999/b159/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build1432051999/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build1432051999/b166/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf16=/tmp/go-build1432051999/b062/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b352/_pkg_.a -trimpath "$WORK/b352=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json -complete -installsuffix shared -buildid zxE3s8BWQzjXvCF1vywd/zxE3s8BWQzjXvCF1vywd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json/decode_number.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json/decode_string.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json/decode_token.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json/encode.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b770/_pkg_.a # internal cp $WORK/b770/_pkg_.a /builddir/.cache/go-build/c4/c47d79426fd654c36ea170d7be7ea85ec94671243ed9bca4a6a83a6866449f36-d # internal github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema mkdir -p $WORK/b425/ cat >/tmp/go-build1432051999/b425/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b425/_pkg_.a -trimpath "$WORK/b425=>" -p github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema -complete -installsuffix shared -buildid GJ1G6wpHkiquHL5o9wh9/GJ1G6wpHkiquHL5o9wh9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/action.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/certificate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/datacenter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/firewall.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/floating_ip.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/image.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/iso.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/load_balancer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/load_balancer_type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/location.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/meta.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/network.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/placement_group.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/pricing.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/server.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/server_type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/ssh_key.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/volume.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b694/_pkg_.a # internal cp $WORK/b694/_pkg_.a /builddir/.cache/go-build/7a/7aaacec86bcc9ed5f03385f1405c3d07bb17f6e84564bfab54874088db754ee9-d # internal github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto mkdir -p $WORK/b432/ cat >/tmp/go-build1432051999/b432/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b432/_pkg_.a -trimpath "$WORK/b432=>" -p github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto -complete -installsuffix shared -buildid 6m1sGLUEditi1OQxMs03/6m1sGLUEditi1OQxMs03 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/clone.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/custom_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/deprecated.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/discard.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/duration_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/encode_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/equal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/extensions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/extensions_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/lib.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/lib_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/message_set.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/properties.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/properties_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/skip_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/table_marshal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/table_merge.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/table_unmarshal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/text.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/text_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/text_parser.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/timestamp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/wrappers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b178/_pkg_.a # internal cp $WORK/b178/_pkg_.a /builddir/.cache/go-build/45/451fc832a76aa7dcfddcc7ad623b37862748ce2ab335536a0742ea7f1c62fe5d-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json mkdir -p $WORK/b464/ cat >/tmp/go-build1432051999/b464/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b464/_pkg_.a -trimpath "$WORK/b464=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json -complete -installsuffix shared -buildid IckigS0WxxXQjj-Nwrbk/IckigS0WxxXQjj-Nwrbk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json/json.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b168/_pkg_.a # internal cp $WORK/b168/_pkg_.a /builddir/.cache/go-build/c0/c032128cce70bdcd95951005edc4250a2c1e4ff70093633d15bd2ba41472c078-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer mkdir -p $WORK/b487/ cat >/tmp/go-build1432051999/b487/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b487/_pkg_.a -trimpath "$WORK/b487=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer -complete -installsuffix shared -buildid iVJehn2N7MJg689QSaUR/iVJehn2N7MJg689QSaUR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer/framer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b454/_pkg_.a # internal cp $WORK/b454/_pkg_.a /builddir/.cache/go-build/75/75b0f8a8b735feee802577506c172c66208f33462327111601d0c44095a19e1a-d # internal go/doc mkdir -p $WORK/b456/ cat >/tmp/go-build1432051999/b456/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile go/ast=/tmp/go-build1432051999/b454/_pkg_.a packagefile go/doc/comment=/tmp/go-build1432051999/b457/_pkg_.a packagefile go/token=/tmp/go-build1432051999/b167/_pkg_.a packagefile internal/lazyregexp=/tmp/go-build1432051999/b458/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b456/_pkg_.a -trimpath "$WORK/b456=>" -p go/doc -std -complete -installsuffix shared -buildid 1-wGpSXFWS0nl1gSHyYJ/1-wGpSXFWS0nl1gSHyYJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /usr/lib/golang/src/go/doc/comment.go /usr/lib/golang/src/go/doc/doc.go /usr/lib/golang/src/go/doc/example.go /usr/lib/golang/src/go/doc/exports.go /usr/lib/golang/src/go/doc/filter.go /usr/lib/golang/src/go/doc/reader.go /usr/lib/golang/src/go/doc/synopsis.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b413/_pkg_.a # internal cp $WORK/b413/_pkg_.a /builddir/.cache/go-build/f1/f18cfe3bfc9841957eb978b9bf75fc29ee268f361a71f1bb1527e8ee3ac844ec-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal mkdir -p $WORK/b412/ cat >/tmp/go-build1432051999/b412/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/tag=github.com/prometheus/prometheus/vendor/go.opencensus.io/tag packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/tag=/tmp/go-build1432051999/b413/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b412/_pkg_.a -trimpath "$WORK/b412=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal -complete -installsuffix shared -buildid oC6TQTkWexaiziztqma3/oC6TQTkWexaiziztqma3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal/record.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b261/_pkg_.a # internal cp $WORK/b261/_pkg_.a /builddir/.cache/go-build/28/28ec7ab1b4d7d99b983110f9b661aa00aae28bfe03ab3a4e089e648aff2d899e-d # internal go/internal/typeparams mkdir -p $WORK/b461/ cat >/tmp/go-build1432051999/b461/importcfg << 'EOF' # internal # import config packagefile go/ast=/tmp/go-build1432051999/b454/_pkg_.a packagefile go/token=/tmp/go-build1432051999/b167/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b461/_pkg_.a -trimpath "$WORK/b461=>" -p go/internal/typeparams -std -complete -installsuffix shared -buildid mar_zmkBDrWzHwhSkJDm/mar_zmkBDrWzHwhSkJDm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack /usr/lib/golang/src/go/internal/typeparams/typeparams.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b320/_pkg_.a # internal cp $WORK/b320/_pkg_.a /builddir/.cache/go-build/9b/9b322159880980baaa9ae181cd20103f1fd9e9fe6e3cc31bd95ead55df1ef779-d # internal github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/duration mkdir -p $WORK/b669/ cat >/tmp/go-build1432051999/b669/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b669/_pkg_.a -trimpath "$WORK/b669=>" -p github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/duration -complete -installsuffix shared -buildid GyDjcpm5qSxVabOOITvW/GyDjcpm5qSxVabOOITvW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/duration/duration.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b464/_pkg_.a # internal cp $WORK/b464/_pkg_.a /builddir/.cache/go-build/3b/3bba1ff0d2071f54698504d843ab35a1378a26e1d7770ae009fa98a168a83c3f-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/strslice mkdir -p $WORK/b677/ cat >/tmp/go-build1432051999/b677/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b677/_pkg_.a -trimpath "$WORK/b677=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/strslice -complete -installsuffix shared -buildid Bcquqc-cByS8mg_6_e6t/Bcquqc-cByS8mg_6_e6t -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/strslice/strslice.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b425/_pkg_.a # internal cp $WORK/b425/_pkg_.a /builddir/.cache/go-build/71/718a162b4aa79bde3793451e98f30a48e7a84f9336628fe5e6e677e83f304c01-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters mkdir -p $WORK/b680/ cat >/tmp/go-build1432051999/b680/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/versions=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions=/tmp/go-build1432051999/b681/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b680/_pkg_.a -trimpath "$WORK/b680=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters -complete -installsuffix shared -buildid tC6FpZKoyNxl68vlKXF9/tC6FpZKoyNxl68vlKXF9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters/parse.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b412/_pkg_.a # internal cp $WORK/b412/_pkg_.a /builddir/.cache/go-build/9a/9af5f95eb25274d9ede6c39f75bfd208a3a7e8feb68823eb747ace1755ff1009-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/stats mkdir -p $WORK/b409/ cat >/tmp/go-build1432051999/b409/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/metric/metricdata=github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata importmap go.opencensus.io/stats/internal=github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal importmap go.opencensus.io/tag=github.com/prometheus/prometheus/vendor/go.opencensus.io/tag packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata=/tmp/go-build1432051999/b410/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal=/tmp/go-build1432051999/b412/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/tag=/tmp/go-build1432051999/b413/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b409/_pkg_.a -trimpath "$WORK/b409=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/stats -complete -installsuffix shared -buildid D6BSFt0A0ZoeOl2tkcKK/D6BSFt0A0ZoeOl2tkcKK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/measure.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/measure_float64.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/measure_int64.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/record.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/units.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b064/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b075/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b487/_pkg_.a # internal cp $WORK/b487/_pkg_.a /builddir/.cache/go-build/81/81f113ce6242ca1fd054784ac2c2ce6b7e6e01c25246211d4544d6b9dabd053f-d # internal github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus mkdir -p $WORK/b693/ cp $WORK/b064/_pkg_.a /builddir/.cache/go-build/bc/bcbdc352b13ff06576632d9cc1e8227a523648ef7ca84d1cde80b97421a924d7-d # internal cat >/tmp/go-build1432051999/b693/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b693/_pkg_.a -trimpath "$WORK/b693=>" -p github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus -complete -installsuffix shared -buildid e_c_z9edw52jd0ii94AJ/e_c_z9edw52jd0ii94AJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/alt_exit.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/buffer_pool.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/entry.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/exported.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/formatter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/hooks.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/json_formatter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/logrus.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/terminal_check_notappengine.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/terminal_check_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/text_formatter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus/writer.go github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level mkdir -p $WORK/b070/ cat >/tmp/go-build1432051999/b070/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "$WORK/b070=>" -p github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level -complete -installsuffix shared -buildid 4MJVz0jswCzrNZkrgVjF/4MJVz0jswCzrNZkrgVjF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level/level.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b308/_pkg_.a # internal cp $WORK/b308/_pkg_.a /builddir/.cache/go-build/0e/0e2e0ca1895d799d49d73e261f50f7268b3b5072aa2e06dbd038321f3991224d-d # internal github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog mkdir -p $WORK/b307/ cat >/tmp/go-build1432051999/b307/importcfg << 'EOF' # internal # import config importmap github.com/fatih/color=github.com/prometheus/prometheus/vendor/github.com/fatih/color importmap github.com/mattn/go-isatty=github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/fatih/color=/tmp/go-build1432051999/b308/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty=/tmp/go-build1432051999/b310/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b307/_pkg_.a -trimpath "$WORK/b307=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog -complete -installsuffix shared -buildid ZNwUlPIuPgF4cF63B51I/ZNwUlPIuPgF4cF63B51I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/colorize_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/global.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/interceptlogger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/intlogger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/nulllogger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/stacktrace.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/stdlog.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog/writer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b677/_pkg_.a # internal cp $WORK/b677/_pkg_.a /builddir/.cache/go-build/b0/b0cc5b32a8b020882099f1b34cdfea3d696dde3da5e8612ea9bf1255d5fbdfab-d # internal github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler mkdir -p $WORK/b725/ cat >/tmp/go-build1432051999/b725/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b725/_pkg_.a -trimpath "$WORK/b725=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler -complete -installsuffix shared -buildid UWEsCV2cr4inc09dkJ3O/UWEsCV2cr4inc09dkJ3O -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b725/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler/duration.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b669/_pkg_.a # internal cp $WORK/b669/_pkg_.a /builddir/.cache/go-build/3a/3aba055472e54a2a3e3061fa04ae5a1236899afa03ece28b2f168a457ad23225-d # internal cp $WORK/b075/_pkg_.a /builddir/.cache/go-build/10/105d2db07f1cdf1fdd84cee0dd39636c2ead66c8aa83d6c7f65eb6173cca38d4-d # internal github.com/prometheus/prometheus/vendor/go.uber.org/atomic mkdir -p $WORK/b771/ net/textproto mkdir -p $WORK/b135/ cat >/tmp/go-build1432051999/b771/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b225/_pkg_.a # internal cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_amd64/asm -p math/big -trimpath "$WORK/b091=>" -I $WORK/b091/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b091/arith_amd64.o ./arith_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b461/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b177/_pkg_.a # internal cat >/tmp/go-build1432051999/b135/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b135/_pkg_.a -trimpath "$WORK/b135=>" -p net/textproto -std -complete -installsuffix shared -buildid gw4NgnTDSj8gjrMer6z6/gw4NgnTDSj8gjrMer6z6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /usr/lib/golang/src/net/textproto/header.go /usr/lib/golang/src/net/textproto/pipeline.go /usr/lib/golang/src/net/textproto/reader.go /usr/lib/golang/src/net/textproto/textproto.go /usr/lib/golang/src/net/textproto/writer.go cp $WORK/b461/_pkg_.a /builddir/.cache/go-build/0a/0a1998f59bcf37035aa5a7c40078a07ba757d2eccf1488dc3d26e99d05d3e762-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs mkdir -p $WORK/b197/ cat >/tmp/go-build1432051999/b197/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/procfs/internal/fs=github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/fs importmap github.com/prometheus/procfs/internal/util=github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/fs=/tmp/go-build1432051999/b198/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util=/tmp/go-build1432051999/b199/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b197/_pkg_.a -trimpath "$WORK/b197=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs -complete -installsuffix shared -buildid G7sB02wASGzsAaRDd3Rj/G7sB02wASGzsAaRDd3Rj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/arp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/buddyinfo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/cpuinfo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/cpuinfo_x86.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/crypto.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/fs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/fscache.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/ipvs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/kernel_random.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/loadavg.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/mdstat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/meminfo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/mountinfo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/mountstats.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_conntrackstat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_dev.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_ip_socket.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_protocols.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_sockstat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_softnet.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_tcp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_udp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/net_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_cgroup.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_environ.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_fdinfo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_io.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_limits.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_maps.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_ns.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_psi.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_smaps.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_stat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/proc_status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/schedstat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/slab.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/stat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/swaps.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/vm.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/xfrm.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/zoneinfo.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b725/_pkg_.a # internal cp $WORK/b725/_pkg_.a /builddir/.cache/go-build/8f/8f106045eb7a6f84a6f1cd27f3aa342fe8db53b07c46763c1cc5bd670c224b7b-d # internal github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure mkdir -p $WORK/b317/ cat >/tmp/go-build1432051999/b317/importcfg << 'EOF' # internal # import config packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b317/_pkg_.a -trimpath "$WORK/b317=>" -p github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure -complete -installsuffix shared -buildid 80rXXcoGy-ALeAJv-H4p/80rXXcoGy-ALeAJv-H4p -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure/decode_hooks.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure/mapstructure.go cp $WORK/b225/_pkg_.a /builddir/.cache/go-build/a4/a4bdf02a1db287b12ba7b85f4e5e0c439b3e1e1ef9a16b01703ebcbd95341530-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket mkdir -p $WORK/b328/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b070/_pkg_.a # internal cat >/tmp/go-build1432051999/b328/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b328/_pkg_.a -trimpath "$WORK/b328=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket -complete -installsuffix shared -buildid 4w1ckX-eBYlQoyW2SHDt/4w1ckX-eBYlQoyW2SHDt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/cmsghdr.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/cmsghdr_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/complete_dontwait.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/error_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/iovec_64bit.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/mmsghdr_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/msghdr_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/msghdr_linux_64bit.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/norace.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/rawconn.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/rawconn_mmsg.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/rawconn_msg.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/socket.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/sys.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/sys_const_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/sys_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/sys_linux_amd64.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/sys_posix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/sys_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket/zsys_linux_amd64.go cp $WORK/b070/_pkg_.a /builddir/.cache/go-build/84/848fcdeed668ff30acdc45a535f2b048e1e6dbc86dda63592c45b35536e134ac-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/syscall mkdir -p $WORK/b389/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b680/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b771/_pkg_.a -trimpath "$WORK/b771=>" -p github.com/prometheus/prometheus/vendor/go.uber.org/atomic -complete -installsuffix shared -buildid kDvyFTVO3NP1fjOH8RbW/kDvyFTVO3NP1fjOH8RbW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/bool.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/bool_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/duration_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/error.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/error_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/float64.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/float64_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/gen.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/int32.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/int64.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/nocmp.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/string.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/string_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/time.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/time_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/uint32.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/uint64.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/uintptr.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/unsafe_pointer.go ./_build/src/github.com/prometheus/prometheus/vendor/go.uber.org/atomic/value.go cat >/tmp/go-build1432051999/b389/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build1432051999/b357/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b389/_pkg_.a -trimpath "$WORK/b389=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/syscall -complete -installsuffix shared -buildid Pmw4q1b7pDmYGasP49tp/Pmw4q1b7pDmYGasP49tp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/syscall/syscall_linux.go cp $WORK/b177/_pkg_.a /builddir/.cache/go-build/0c/0c27d760ec55d81a73dd069006ffab71c587ec6ff7fe6e13b0d2b5bf816aa8d1-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats mkdir -p $WORK/b392/ cp $WORK/b680/_pkg_.a /builddir/.cache/go-build/84/84722c77cd611720412b5bda7145f65df810dc3d86c68284e258860a118a0e03-d # internal cat >/tmp/go-build1432051999/b392/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build1432051999/b365/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation mkdir -p $WORK/b449/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b392/_pkg_.a -trimpath "$WORK/b392=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats -complete -installsuffix shared -buildid RNN5cnySO8gb2ovzpXCS/RNN5cnySO8gb2ovzpXCS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats/handlers.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats/stats.go cat >/tmp/go-build1432051999/b449/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/validation/field=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build1432051999/b450/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b449/_pkg_.a -trimpath "$WORK/b449=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation -complete -installsuffix shared -buildid jQoMXZQQuEd58FW4C7Z_/jQoMXZQQuEd58FW4C7Z_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/validation.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b352/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b409/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b172/_pkg_.a # internal cp $WORK/b409/_pkg_.a /builddir/.cache/go-build/76/763ff54ff611f945e101ace2cedbf21ed7866c397df89715f6b1f79c9bf13c5e-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view mkdir -p $WORK/b415/ cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b091/_pkg_.a $WORK/b091/arith_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b091/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b164/_pkg_.a # internal cp $WORK/b352/_pkg_.a /builddir/.cache/go-build/08/083ce16947d2e00b67761692a7ad2662f9d7409b09b59812671d05a2a92127f7-d # internal github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 mkdir -p $WORK/b452/ cat >/tmp/go-build1432051999/b415/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/internal/tagencoding=github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/tagencoding importmap go.opencensus.io/metric/metricdata=github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata importmap go.opencensus.io/metric/metricproducer=github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer importmap go.opencensus.io/resource=github.com/prometheus/prometheus/vendor/go.opencensus.io/resource importmap go.opencensus.io/stats=github.com/prometheus/prometheus/vendor/go.opencensus.io/stats importmap go.opencensus.io/stats/internal=github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal importmap go.opencensus.io/tag=github.com/prometheus/prometheus/vendor/go.opencensus.io/tag packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/tagencoding=/tmp/go-build1432051999/b416/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata=/tmp/go-build1432051999/b410/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer=/tmp/go-build1432051999/b417/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/resource=/tmp/go-build1432051999/b411/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats=/tmp/go-build1432051999/b409/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal=/tmp/go-build1432051999/b412/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/tag=/tmp/go-build1432051999/b413/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b452/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b415/_pkg_.a -trimpath "$WORK/b415=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view -complete -installsuffix shared -buildid 9LaI4STYmbjKi9X3UWkl/9LaI4STYmbjKi9X3UWkl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/aggregation.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/aggregation_data.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/collector.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/export.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/view.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/view_to_metric.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/worker.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view/worker_commands.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b452/_pkg_.a -trimpath "$WORK/b452=>" -p github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 -complete -installsuffix shared -buildid A_5dfP1LKmaZXEW0-fKu/A_5dfP1LKmaZXEW0-fKu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/klog/v2/klog.go cp $WORK/b172/_pkg_.a /builddir/.cache/go-build/a4/a431817fdea53b28926094e5cac22d886e8ef2429c59435d679366b1725fcd10-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto mkdir -p $WORK/b171/ cat >/tmp/go-build1432051999/b171/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/encoding/messageset=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/internal/genid=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid importmap google.golang.org/protobuf/internal/order=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry importmap google.golang.org/protobuf/runtime/protoiface=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build1432051999/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1432051999/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build1432051999/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build1432051999/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build1432051999/b168/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order=/tmp/go-build1432051999/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build1432051999/b163/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build1432051999/b166/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1432051999/b172/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1432051999/b173/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "$WORK/b171=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto -complete -installsuffix shared -buildid I0EXa0ZbwB39MTU40EJx/I0EXa0ZbwB39MTU40EJx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/checkinit.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/decode_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/encode_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/equal.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/extension.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/merge.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/messageset.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/proto.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/proto_methods.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/reset.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/size.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/size_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto/wrappers.go cp $WORK/b164/_pkg_.a /builddir/.cache/go-build/7d/7db5ed75a7f09029c8a3c645c989661b4cb836c8caf5c6df323070b517c741ca-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval mkdir -p $WORK/b175/ cat >/tmp/go-build1432051999/b175/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/encoding/text=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text=/tmp/go-build1432051999/b164/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build1432051999/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b175/_pkg_.a -trimpath "$WORK/b175=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval -complete -installsuffix shared -buildid Mr2D-Z0EiX9fsqZAlOsx/Mr2D-Z0EiX9fsqZAlOsx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval/default.go cp $WORK/b091/_pkg_.a /builddir/.cache/go-build/4f/4fe2365e1c25e718d3d4b2a0d19193a050f17793e2ffc59621cf34beb302ab82-d # internal crypto/rand mkdir -p $WORK/b083/ cat >/tmp/go-build1432051999/b083/importcfg << 'EOF' # internal # import config packagefile crypto/internal/boring=/tmp/go-build1432051999/b084/_pkg_.a packagefile crypto/internal/randutil=/tmp/go-build1432051999/b090/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/syscall/unix=/tmp/go-build1432051999/b037/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "$WORK/b083=>" -p crypto/rand -std -complete -installsuffix shared -buildid ebrnaC8bBYzQ_wgc5zbN/ebrnaC8bBYzQ_wgc5zbN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /usr/lib/golang/src/crypto/rand/rand.go /usr/lib/golang/src/crypto/rand/rand_getrandom.go /usr/lib/golang/src/crypto/rand/rand_unix.go /usr/lib/golang/src/crypto/rand/util.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b277/_pkg_.a # internal cp $WORK/b277/_pkg_.a /builddir/.cache/go-build/82/82403ec26f7f68cfeae1afed98489dcf1acf5777f9ec25b7de32f71fcb5b362c-d # internal crypto/elliptic mkdir -p $WORK/b102/ cat >/tmp/go-build1432051999/b102/importcfg << 'EOF' # internal # import config packagefile crypto/internal/nistec=/tmp/go-build1432051999/b098/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b102/_pkg_.a -trimpath "$WORK/b102=>" -p crypto/elliptic -std -complete -installsuffix shared -buildid vrKtIxSOyUSKJR0gBR7-/vrKtIxSOyUSKJR0gBR7- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /usr/lib/golang/src/crypto/elliptic/elliptic.go /usr/lib/golang/src/crypto/elliptic/nistec.go /usr/lib/golang/src/crypto/elliptic/nistec_p256.go /usr/lib/golang/src/crypto/elliptic/params.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b245/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b149/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b293/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b215/_pkg_.a # internal cp $WORK/b245/_pkg_.a /builddir/.cache/go-build/dd/dd16943ca2bf2e235e23379ffda041084f343711a990eccefd8adcac60144d7b-d # internal crypto/internal/bigmod mkdir -p $WORK/b103/ cat >/tmp/go-build1432051999/b103/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/internal/bigmod /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/bigmod -trimpath "$WORK/b103=>" -I $WORK/b103/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b103/symabis ./nat_amd64.s cp $WORK/b215/_pkg_.a /builddir/.cache/go-build/06/06a8511c94176aa1f6984080d8a6602976fe3a6ebdebae32c2a0cc8449d66895-d # internal crypto/internal/boring/bbig mkdir -p $WORK/b104/ cat >/tmp/go-build1432051999/b104/importcfg << 'EOF' # internal # import config packagefile crypto/internal/boring=/tmp/go-build1432051999/b084/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b104/_pkg_.a -trimpath "$WORK/b104=>" -p crypto/internal/boring/bbig -std -complete -installsuffix shared -buildid WxU9knqxwPRxA4QMbF8V/WxU9knqxwPRxA4QMbF8V -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /usr/lib/golang/src/crypto/internal/boring/bbig/big.go cp $WORK/b149/_pkg_.a /builddir/.cache/go-build/e2/e2f36dd16e9623c8beec683bbc1b8e75e023a0d0bf1328a1831028d2f79b218f-d # internal encoding/asn1 mkdir -p $WORK/b107/ cat >/tmp/go-build1432051999/b107/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf16=/tmp/go-build1432051999/b062/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "$WORK/b107=>" -p encoding/asn1 -std -complete -installsuffix shared -buildid 62xqr3jzn8C1399O_DZv/62xqr3jzn8C1399O_DZv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /usr/lib/golang/src/encoding/asn1/asn1.go /usr/lib/golang/src/encoding/asn1/common.go /usr/lib/golang/src/encoding/asn1/marshal.go cp $WORK/b293/_pkg_.a /builddir/.cache/go-build/67/6776beba52d57fb7640d6f1d16b7c1e2bfb555f09fea6978710e775a137d13ea-d # internal crypto/dsa mkdir -p $WORK/b118/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b307/_pkg_.a # internal cat >/tmp/go-build1432051999/b118/importcfg << 'EOF' # internal # import config packagefile crypto/internal/randutil=/tmp/go-build1432051999/b090/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b118/_pkg_.a -trimpath "$WORK/b118=>" -p crypto/dsa -std -complete -installsuffix shared -buildid R23M2Ag6v_B0vqzamd3c/R23M2Ag6v_B0vqzamd3c -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /usr/lib/golang/src/crypto/dsa/dsa.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b852/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b130/_pkg_.a # internal cp $WORK/b307/_pkg_.a /builddir/.cache/go-build/ca/ca2e9319a15297395c19c3859c1dda41639ac557a1a1e77d25941bb8caaa7262-d # internal github.com/prometheus/prometheus/vendor/github.com/json-iterator/go mkdir -p $WORK/b145/ cat >/tmp/go-build1432051999/b145/importcfg << 'EOF' # internal # import config importmap github.com/modern-go/concurrent=github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent importmap github.com/modern-go/reflect2=github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent=/tmp/go-build1432051999/b146/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2=/tmp/go-build1432051999/b148/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf16=/tmp/go-build1432051999/b062/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b145/_pkg_.a -trimpath "$WORK/b145=>" -p github.com/prometheus/prometheus/vendor/github.com/json-iterator/go -complete -installsuffix shared -buildid 531FWvIqKVudxdlw4kwL/531FWvIqKVudxdlw4kwL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/adapter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_array.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_bool.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_float.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_int32.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_int64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_invalid.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_nil.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_number.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_object.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_str.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_uint32.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/any_uint64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_array.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_float.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_int.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_object.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_skip.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_skip_strict.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/iter_str.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/jsoniter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/pool.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_array.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_dynamic.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_extension.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_json_number.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_json_raw_message.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_map.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_marshaler.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_native.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_optional.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_struct_decoder.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/reflect_struct_encoder.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/stream.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/stream_float.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/stream_int.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/stream_str.go cp $WORK/b130/_pkg_.a /builddir/.cache/go-build/29/2948826056c8185486753cafb744aff8443f7a897330a43eb893e750787ff956-d # internal vendor/golang.org/x/net/http/httpproxy /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b210/_pkg_.a # internal cat >/tmp/go-build1432051999/b103/importcfg << 'EOF' # internal # import config packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/cpu=/tmp/go-build1432051999/b012/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a EOF mkdir -p $WORK/b136/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b456/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b103/_pkg_.a -trimpath "$WORK/b103=>" -p crypto/internal/bigmod -std -installsuffix shared -buildid EvQ33U-ZbXAIDRXCL-b1/EvQ33U-ZbXAIDRXCL-b1 -goversion go1.21.7 -symabis $WORK/b103/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack -asmhdr $WORK/b103/go_asm.h /usr/lib/golang/src/crypto/internal/bigmod/nat.go /usr/lib/golang/src/crypto/internal/bigmod/nat_asm.go cat >/tmp/go-build1432051999/b136/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile vendor/golang.org/x/net/idna=/tmp/go-build1432051999/b130/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b136/_pkg_.a -trimpath "$WORK/b136=>" -p vendor/golang.org/x/net/http/httpproxy -std -complete -installsuffix shared -buildid asyezsxV6Hzl6s330ey3/asyezsxV6Hzl6s330ey3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/net/http/httpproxy/proxy.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b443/_pkg_.a # internal cp $WORK/b852/_pkg_.a /builddir/.cache/go-build/17/17da8829eefa33ddac19fe997a3511a46c0365bf1cdcfa9fe283d232748e1d6b-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil mkdir -p $WORK/b244/ cat >/tmp/go-build1432051999/b244/importcfg << 'EOF' # internal # import config importmap github.com/jmespath/go-jmespath=github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath=/tmp/go-build1432051999/b245/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b244/_pkg_.a -trimpath "$WORK/b244=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil -complete -installsuffix shared -buildid 1SOTX6Ztl6oySQaHAUFJ/1SOTX6Ztl6oySQaHAUFJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b482/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b071/_pkg_.a # internal cp $WORK/b456/_pkg_.a /builddir/.cache/go-build/ca/ca350efd853dcf1e9014385182b85144f4a12efdef18d3e2ad332d7079132e0a-d # internal github.com/prometheus/prometheus/discovery/targetgroup mkdir -p $WORK/b276/ cat >/tmp/go-build1432051999/b276/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a EOF cp $WORK/b210/_pkg_.a /builddir/.cache/go-build/3f/3fe7c7a6d10a6c6c1f8828794327d6cfd3b0f43aef1d58bb261538c3986101a4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b276/_pkg_.a -trimpath "$WORK/b276=>" -p github.com/prometheus/prometheus/discovery/targetgroup -complete -installsuffix shared -buildid oVphcXJHeaPnCkqoteAM/oVphcXJHeaPnCkqoteAM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/targetgroup/targetgroup.go html/template mkdir -p $WORK/b208/ cat >/tmp/go-build1432051999/b208/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile html=/tmp/go-build1432051999/b209/_pkg_.a packagefile internal/godebug=/tmp/go-build1432051999/b046/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile text/template=/tmp/go-build1432051999/b210/_pkg_.a packagefile text/template/parse=/tmp/go-build1432051999/b211/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b208/_pkg_.a -trimpath "$WORK/b208=>" -p html/template -std -complete -installsuffix shared -buildid BwP6X9p6qpvzbO1xnp-y/BwP6X9p6qpvzbO1xnp-y -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /usr/lib/golang/src/html/template/attr.go /usr/lib/golang/src/html/template/attr_string.go /usr/lib/golang/src/html/template/content.go /usr/lib/golang/src/html/template/context.go /usr/lib/golang/src/html/template/css.go /usr/lib/golang/src/html/template/delim_string.go /usr/lib/golang/src/html/template/doc.go /usr/lib/golang/src/html/template/element_string.go /usr/lib/golang/src/html/template/error.go /usr/lib/golang/src/html/template/escape.go /usr/lib/golang/src/html/template/html.go /usr/lib/golang/src/html/template/js.go /usr/lib/golang/src/html/template/jsctx_string.go /usr/lib/golang/src/html/template/state_string.go /usr/lib/golang/src/html/template/template.go /usr/lib/golang/src/html/template/transition.go /usr/lib/golang/src/html/template/url.go /usr/lib/golang/src/html/template/urlpart_string.go cp $WORK/b443/_pkg_.a /builddir/.cache/go-build/5e/5e6a7d4c3948aba0ad3ea02b04eed77bd8ebef4ad3bc2e448e6e042dc33927fb-d # internal github.com/prometheus/prometheus/model/relabel mkdir -p $WORK/b278/ cat >/tmp/go-build1432051999/b278/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile crypto/md5=/tmp/go-build1432051999/b112/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b278/_pkg_.a -trimpath "$WORK/b278=>" -p github.com/prometheus/prometheus/model/relabel -complete -installsuffix shared -buildid 9FuyHAEh3NK__Ol4GqQa/9FuyHAEh3NK__Ol4GqQa -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/relabel/relabel.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b104/_pkg_.a # internal cp $WORK/b104/_pkg_.a /builddir/.cache/go-build/e0/e04c4030b41c53f5abe6a2999d3a8f896076faee00d959f330df10974d0e033b-d # internal github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0 mkdir -p $WORK/b435/ cat >/tmp/go-build1432051999/b435/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b435/_pkg_.a -trimpath "$WORK/b435=>" -p github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0 -complete -installsuffix shared -buildid cBjUVziRY0y2Pd7YRV4q/cBjUVziRY0y2Pd7YRV4q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0/dec.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0/rounder.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b693/_pkg_.a # internal cp $WORK/b482/_pkg_.a /builddir/.cache/go-build/1d/1d7bf2ae87717e1caa4e804b6fcbf66f53c10e363357b80f137a7f45424d49ce-d # internal go/parser mkdir -p $WORK/b459/ cat >/tmp/go-build1432051999/b459/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile go/ast=/tmp/go-build1432051999/b454/_pkg_.a packagefile go/build/constraint=/tmp/go-build1432051999/b460/_pkg_.a packagefile go/internal/typeparams=/tmp/go-build1432051999/b461/_pkg_.a packagefile go/scanner=/tmp/go-build1432051999/b455/_pkg_.a packagefile go/token=/tmp/go-build1432051999/b167/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b459/_pkg_.a -trimpath "$WORK/b459=>" -p go/parser -std -complete -installsuffix shared -buildid 3zi7263m9FK0wKv4fDnD/3zi7263m9FK0wKv4fDnD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /usr/lib/golang/src/go/parser/interface.go /usr/lib/golang/src/go/parser/parser.go /usr/lib/golang/src/go/parser/resolver.go cp $WORK/b071/_pkg_.a /builddir/.cache/go-build/23/232b048e0cd0f127482314469dae44bfe9bac35d293ed7df628a50d1b08c91e6-d # internal github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema mkdir -p $WORK/b481/ cat >/tmp/go-build1432051999/b481/importcfg << 'EOF' # internal # import config importmap gopkg.in/yaml.v3=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3=/tmp/go-build1432051999/b482/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b481/_pkg_.a -trimpath "$WORK/b481=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema -complete -installsuffix shared -buildid Ijgq7ZjNB9oVzi7WHpbo/Ijgq7ZjNB9oVzi7WHpbo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema/base.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema/display.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema/models.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema/operations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema/reader.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema/writer.go cp $WORK/b693/_pkg_.a /builddir/.cache/go-build/9f/9f5027e37cfd25767d2687430dd8932c67fb8b9e6b3641515fa9ed3c9e5770f3-d # internal github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml mkdir -p $WORK/b489/ cat >/tmp/go-build1432051999/b489/importcfg << 'EOF' # internal # import config importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build1432051999/b225/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b489/_pkg_.a -trimpath "$WORK/b489=>" -p github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml -complete -installsuffix shared -buildid -Ij4-FX9HSAh1TSN2Gxl/-Ij4-FX9HSAh1TSN2Gxl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml/fields.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml/yaml.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml/yaml_go110.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b392/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b738/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b426/_pkg_.a # internal cp $WORK/b392/_pkg_.a /builddir/.cache/go-build/1f/1f071380bb116d78762bf41478b2c06a1f5d51210d5434a96b654089674d5609-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation mkdir -p $WORK/b550/ cat >/tmp/go-build1432051999/b550/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b550/_pkg_.a -trimpath "$WORK/b550=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation -complete -installsuffix shared -buildid 3i6gOSrQrDi-K25IU8ES/3i6gOSrQrDi-K25IU8ES -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation/connrotation.go cp $WORK/b426/_pkg_.a /builddir/.cache/go-build/12/12319648e8a4b6517a5d985d06afed1607174062e32fcada22ea7ac1f03018c3-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/diff mkdir -p $WORK/b651/ cat >/tmp/go-build1432051999/b651/importcfg << 'EOF' # internal # import config importmap github.com/davecgh/go-spew/spew=github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew importmap github.com/google/go-cmp/cmp=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew=/tmp/go-build1432051999/b540/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp=/tmp/go-build1432051999/b443/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile text/tabwriter=/tmp/go-build1432051999/b212/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b651/_pkg_.a -trimpath "$WORK/b651=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/diff -complete -installsuffix shared -buildid cljc4Mmp04kRJuQu-vFC/cljc4Mmp04kRJuQu-vFC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/diff/diff.go cp $WORK/b738/_pkg_.a /builddir/.cache/go-build/eb/eb6f8d79e56e04a1672f71eee4fad4709b086a93e6544d8797c88f45f01309cc-d # internal github.com/prometheus/prometheus/vendor/github.com/spf13/pflag mkdir -p $WORK/b659/ cat >/tmp/go-build1432051999/b659/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/csv=/tmp/go-build1432051999/b660/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile flag=/tmp/go-build1432051999/b427/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b659/_pkg_.a -trimpath "$WORK/b659=>" -p github.com/prometheus/prometheus/vendor/github.com/spf13/pflag -complete -installsuffix shared -buildid Z_fUxOTlog9IYhSVc-aN/Z_fUxOTlog9IYhSVc-aN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b659/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/bool.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/bool_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/bytes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/count.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/duration_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/flag.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/float32.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/float32_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/float64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/float64_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/golangflag.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int16.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int32.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int32_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int64_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int8.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/int_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/ip.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/ip_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/ipmask.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/ipnet.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/string.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/string_array.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/string_slice.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/string_to_int.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/string_to_int64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/string_to_string.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/uint.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/uint16.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/uint32.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/uint64.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/uint8.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/spf13/pflag/uint_slice.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b083/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b118/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b175/_pkg_.a # internal cp $WORK/b118/_pkg_.a /builddir/.cache/go-build/27/27ec09b49b83aea814201381598f66ddf242081c2a7017e358fc733e69faab5e-d # internal cp $WORK/b083/_pkg_.a /builddir/.cache/go-build/4a/4a3e928e59bf5efa92833d3b0532e5cad6ba7d8260f5bdd9432cca910b1e1b59-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat mkdir -p $WORK/b678/ crypto/ed25519 mkdir -p $WORK/b109/ cat >/tmp/go-build1432051999/b678/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF cp $WORK/b175/_pkg_.a /builddir/.cache/go-build/52/525fababe5977f74c3030ff6f6484ae6be8194b924b69c5184f2e595e702505a-d # internal cat >/tmp/go-build1432051999/b109/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/internal/edwards25519=/tmp/go-build1432051999/b110/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile crypto/sha512=/tmp/go-build1432051999/b105/_pkg_.a packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b678/_pkg_.a -trimpath "$WORK/b678=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat -complete -installsuffix shared -buildid YhyvZFfKYNqcjdsHtHlh/YhyvZFfKYNqcjdsHtHlh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat/nat.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat/parse.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat/sort.go github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b109/_pkg_.a -trimpath "$WORK/b109=>" -p crypto/ed25519 -std -complete -installsuffix shared -buildid 8TcmZ-A8xi2eLkMrxPWI/8TcmZ-A8xi2eLkMrxPWI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /usr/lib/golang/src/crypto/ed25519/ed25519.go mkdir -p $WORK/b228/ cat >/tmp/go-build1432051999/b228/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/blowfish=github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish=/tmp/go-build1432051999/b229/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b228/_pkg_.a -trimpath "$WORK/b228=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt -complete -installsuffix shared -buildid GwrZ8crCKsUr5-UtufrP/GwrZ8crCKsUr5-UtufrP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt/base64.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt/bcrypt.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b452/_pkg_.a # internal cp $WORK/b452/_pkg_.a /builddir/.cache/go-build/01/0122c2a1cae9d66d6d583984f642d36337ad7fd143caf33858926e0489c79b92-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/trace mkdir -p $WORK/b401/ cat >/tmp/go-build1432051999/b401/importcfg << 'EOF' # internal # import config importmap github.com/golang/groupcache/lru=github.com/prometheus/prometheus/vendor/github.com/golang/groupcache/lru importmap go.opencensus.io/internal=github.com/prometheus/prometheus/vendor/go.opencensus.io/internal importmap go.opencensus.io/trace/internal=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/internal importmap go.opencensus.io/trace/tracestate=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/tracestate packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/groupcache/lru=/tmp/go-build1432051999/b402/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/internal=/tmp/go-build1432051999/b403/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/internal=/tmp/go-build1432051999/b405/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/tracestate=/tmp/go-build1432051999/b406/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile runtime/trace=/tmp/go-build1432051999/b407/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b401/_pkg_.a -trimpath "$WORK/b401=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/trace -complete -installsuffix shared -buildid 9eVdHvefyUez5BFkavED/9eVdHvefyUez5BFkavED -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/basetypes.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/config.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/evictedqueue.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/export.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/lrumap.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/sampling.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/spanbucket.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/spanstore.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/status_codes.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/trace.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/trace_api.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/trace_go11.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b276/_pkg_.a # internal cp $WORK/b276/_pkg_.a /builddir/.cache/go-build/1e/1ec4aa61db9bbc44dca93e4282e805b55513b29f72e36c5b922c38a50a765098-d # internal github.com/prometheus/prometheus/vendor/k8s.io/utils/trace mkdir -p $WORK/b656/ cat >/tmp/go-build1432051999/b656/importcfg << 'EOF' # internal # import config importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b656/_pkg_.a -trimpath "$WORK/b656=>" -p github.com/prometheus/prometheus/vendor/k8s.io/utils/trace -complete -installsuffix shared -buildid RSZ2fLAGo-j5Rx7vkbx8/RSZ2fLAGo-j5Rx7vkbx8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/utils/trace/trace.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b449/_pkg_.a # internal cp $WORK/b449/_pkg_.a /builddir/.cache/go-build/fa/fa58d35a6854a9b75c39a80c4df2b0be2af104132a6094f0073591520c780c37-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels mkdir -p $WORK/b442/ cat >/tmp/go-build1432051999/b442/importcfg << 'EOF' # internal # import config importmap github.com/google/go-cmp/cmp=github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp importmap k8s.io/apimachinery/pkg/selection=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/apimachinery/pkg/util/validation=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation importmap k8s.io/apimachinery/pkg/util/validation/field=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp=/tmp/go-build1432051999/b443/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection=/tmp/go-build1432051999/b441/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build1432051999/b448/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation=/tmp/go-build1432051999/b449/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build1432051999/b450/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b442/_pkg_.a -trimpath "$WORK/b442=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels -complete -installsuffix shared -buildid qQbchwqPG_oUaC0f3O0Q/qQbchwqPG_oUaC0f3O0Q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels/labels.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels/selector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b389/_pkg_.a # internal cp $WORK/b389/_pkg_.a /builddir/.cache/go-build/4b/4be852614e8bda432e19b91e574003d9946fc59143ccb72f849ed5513c2a73ed-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network mkdir -p $WORK/b682/ cat >/tmp/go-build1432051999/b682/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/filters=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters=/tmp/go-build1432051999/b680/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b682/_pkg_.a -trimpath "$WORK/b682=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network -complete -installsuffix shared -buildid 1RzKUB_o8wUuHkYqDgzg/1RzKUB_o8wUuHkYqDgzg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network/network.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b771/_pkg_.a # internal cp $WORK/b771/_pkg_.a /builddir/.cache/go-build/99/9972081a0df8e65529c6aa5dfc2971a34e4b8e240736ee3a2daabcb102e4f421-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry mkdir -p $WORK/b683/ cat >/tmp/go-build1432051999/b683/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1 packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1432051999/b684/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b683/_pkg_.a -trimpath "$WORK/b683=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry -complete -installsuffix shared -buildid 0ZpurL053CTZq142Y1HR/0ZpurL053CTZq142Y1HR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry/authenticate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry/registry.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b135/_pkg_.a # internal cp $WORK/b135/_pkg_.a /builddir/.cache/go-build/92/929cdf31856fd23c1f9bb898c7c6d9f2db472acd5bcbf2f50287a9f18438e32a-d # internal vendor/golang.org/x/net/http/httpguts mkdir -p $WORK/b129/ cat >/tmp/go-build1432051999/b129/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna packagefile vendor/golang.org/x/net/idna=/tmp/go-build1432051999/b130/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/textproto=/tmp/go-build1432051999/b135/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b129/_pkg_.a -trimpath "$WORK/b129=>" -p vendor/golang.org/x/net/http/httpguts -std -complete -installsuffix shared -buildid fJt9UBqMPf1R2EHaXBpV/fJt9UBqMPf1R2EHaXBpV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/net/http/httpguts/guts.go /usr/lib/golang/src/vendor/golang.org/x/net/http/httpguts/httplex.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b682/_pkg_.a # internal cp $WORK/b682/_pkg_.a /builddir/.cache/go-build/17/1713dd59052e59ba1fc78ee2a865690169264f9a3831e56dfdb862c1c5e32e70-d # internal mime/multipart mkdir -p $WORK/b139/ cat >/tmp/go-build1432051999/b139/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile internal/godebug=/tmp/go-build1432051999/b046/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile mime=/tmp/go-build1432051999/b138/_pkg_.a packagefile mime/quotedprintable=/tmp/go-build1432051999/b140/_pkg_.a packagefile net/textproto=/tmp/go-build1432051999/b135/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b139/_pkg_.a -trimpath "$WORK/b139=>" -p mime/multipart -std -complete -installsuffix shared -buildid az8g6DG0dXAP4XZi5oJZ/az8g6DG0dXAP4XZi5oJZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /usr/lib/golang/src/mime/multipart/formdata.go /usr/lib/golang/src/mime/multipart/multipart.go /usr/lib/golang/src/mime/multipart/readmimeheader.go /usr/lib/golang/src/mime/multipart/writer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b136/_pkg_.a # internal cp $WORK/b136/_pkg_.a /builddir/.cache/go-build/c6/c6bd99ea0cc206bddc3f7367fffae159d8f5da8422d0e9b12c28511c9b5432b5-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts mkdir -p $WORK/b214/ cat >/tmp/go-build1432051999/b214/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/idna=github.com/prometheus/prometheus/vendor/golang.org/x/net/idna packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/idna=/tmp/go-build1432051999/b215/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/textproto=/tmp/go-build1432051999/b135/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b214/_pkg_.a -trimpath "$WORK/b214=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts -complete -installsuffix shared -buildid -aGTIb3eaKYhIlL_VHAy/-aGTIb3eaKYhIlL_VHAy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts/guts.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts/httplex.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b550/_pkg_.a # internal cp $WORK/b550/_pkg_.a /builddir/.cache/go-build/44/442605dc18ea3d55e427e3380ba4e8280892e055599d0543ca3dbd96f56da542-d # internal github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/log mkdir -p $WORK/b692/ cat >/tmp/go-build1432051999/b692/importcfg << 'EOF' # internal # import config importmap github.com/sirupsen/logrus=github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus=/tmp/go-build1432051999/b693/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b692/_pkg_.a -trimpath "$WORK/b692=>" -p github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/log -complete -installsuffix shared -buildid 0KirpmYjLObMjx7amB3_/0KirpmYjLObMjx7amB3_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/log/context.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b228/_pkg_.a # internal cp $WORK/b228/_pkg_.a /builddir/.cache/go-build/14/14f4d158de08aac78303b2b468e8f0483b255db12771b40e02cb150b1628d9b2-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks mkdir -p $WORK/b705/ cat >/tmp/go-build1432051999/b705/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b705/_pkg_.a -trimpath "$WORK/b705=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks -complete -installsuffix shared -buildid umN4D4FqjRcVocCGJNpN/umN4D4FqjRcVocCGJNpN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks/client.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks/socks.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b651/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b656/_pkg_.a # internal cp $WORK/b651/_pkg_.a /builddir/.cache/go-build/06/060df007125857798188373990c437c4e2447e1b7a2c73759ddc6971c4c76396-d # internal net/mail mkdir -p $WORK/b743/ cat >/tmp/go-build1432051999/b743/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile mime=/tmp/go-build1432051999/b138/_pkg_.a packagefile net/textproto=/tmp/go-build1432051999/b135/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b743/_pkg_.a -trimpath "$WORK/b743=>" -p net/mail -std -complete -installsuffix shared -buildid vzNItYc13210TwZlTQ8A/vzNItYc13210TwZlTQ8A -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b743/importcfg -pack /usr/lib/golang/src/net/mail/message.go cp $WORK/b656/_pkg_.a /builddir/.cache/go-build/53/532c01d6c353829e1403d6c3a34a700f025b50d94d96555b2ff15348041e3ebd-d # internal github.com/prometheus/prometheus/util/osutil mkdir -p $WORK/b756/ cat >/tmp/go-build1432051999/b756/importcfg << 'EOF' # internal # import config packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b756/_pkg_.a -trimpath "$WORK/b756=>" -p github.com/prometheus/prometheus/util/osutil -complete -installsuffix shared -buildid aYYUrVK6R5qyzPS_HMOd/aYYUrVK6R5qyzPS_HMOd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b756/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/osutil/hostname.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b683/_pkg_.a # internal cp $WORK/b683/_pkg_.a /builddir/.cache/go-build/af/affc76f625e79f6eee8f17553ddbe29ce3a670e1556fcfe4cecc8308a1be982f-d # internal github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk mkdir -p $WORK/b759/ cat >/tmp/go-build1432051999/b759/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile crypto/sha1=/tmp/go-build1432051999/b115/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b759/_pkg_.a -trimpath "$WORK/b759=>" -p github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk -complete -installsuffix shared -buildid rGRhhsQh5aaVxHd2SMtc/rGRhhsQh5aaVxHd2SMtc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b759/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/conn.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/constants.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/dnshostprovider.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/flw.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/lock.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/structs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk/util.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b102/_pkg_.a # internal cp $WORK/b102/_pkg_.a /builddir/.cache/go-build/70/70935c59428173c802dc5cc57a0ed132f25680437504d6704deb29a8abc71af7-d # internal github.com/prometheus/prometheus/model/exemplar mkdir -p $WORK/b766/ cat >/tmp/go-build1432051999/b766/importcfg << 'EOF' # internal # import config packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b766/_pkg_.a -trimpath "$WORK/b766=>" -p github.com/prometheus/prometheus/model/exemplar -complete -installsuffix shared -buildid nDlbfKrOMKADFMqRypw6/nDlbfKrOMKADFMqRypw6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b766/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/exemplar/exemplar.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b678/_pkg_.a # internal cp $WORK/b678/_pkg_.a /builddir/.cache/go-build/33/333f90b60228a7638ee2dc4808346f0f74e763b7fd2b375595569648a8e06521-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container mkdir -p $WORK/b674/ cat >/tmp/go-build1432051999/b674/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/blkiodev=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/blkiodev importmap github.com/docker/docker/api/types/mount=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount importmap github.com/docker/docker/api/types/strslice=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/strslice importmap github.com/docker/go-connections/nat=github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat importmap github.com/docker/go-units=github.com/prometheus/prometheus/vendor/github.com/docker/go-units packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/blkiodev=/tmp/go-build1432051999/b675/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount=/tmp/go-build1432051999/b676/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/strslice=/tmp/go-build1432051999/b677/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat=/tmp/go-build1432051999/b678/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-units=/tmp/go-build1432051999/b679/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b674/_pkg_.a -trimpath "$WORK/b674=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container -complete -installsuffix shared -buildid g9L4ZVCaW37Lo-ecpgtm/g9L4ZVCaW37Lo-ecpgtm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/container_changes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/container_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/container_top.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/container_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/container_wait.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/host_config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/hostconfig_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container/waitcondition.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b415/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b109/_pkg_.a # internal cp $WORK/b109/_pkg_.a /builddir/.cache/go-build/93/9396d83504b68d5cf10eb23c96b47a112f230fc0d6c3424b4a3839f108ebf7b5-d # internal github.com/prometheus/prometheus/tsdb/chunks mkdir -p $WORK/b768/ cat >/tmp/go-build1432051999/b768/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap go.uber.org/atomic=github.com/prometheus/prometheus/vendor/go.uber.org/atomic packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunkenc=/tmp/go-build1432051999/b767/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build1432051999/b769/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build1432051999/b770/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build1432051999/b771/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile hash/crc32=/tmp/go-build1432051999/b056/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b768/_pkg_.a -trimpath "$WORK/b768=>" -p github.com/prometheus/prometheus/tsdb/chunks -complete -installsuffix shared -buildid ZDlyJdHkCqjXx6AeBnPJ/ZDlyJdHkCqjXx6AeBnPJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b768/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/chunks/chunks.go ./_build/src/github.com/prometheus/prometheus/tsdb/chunks/head_chunks.go ./_build/src/github.com/prometheus/prometheus/tsdb/chunks/head_chunks_other.go cp $WORK/b415/_pkg_.a /builddir/.cache/go-build/1c/1cdbba6aebfdbfd634368760c0428b7d93ccbd8ae5b2b848d530c1d67349e812-d # internal github.com/prometheus/prometheus/vendor/github.com/oklog/ulid mkdir -p $WORK/b788/ cat >/tmp/go-build1432051999/b788/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile database/sql/driver=/tmp/go-build1432051999/b789/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b788/_pkg_.a -trimpath "$WORK/b788=>" -p github.com/prometheus/prometheus/vendor/github.com/oklog/ulid -complete -installsuffix shared -buildid 5jhAtA4l1J3kaf93W_9B/5jhAtA4l1J3kaf93W_9B -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b788/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/oklog/ulid/ulid.go cd /usr/lib/golang/src/crypto/internal/bigmod /usr/lib/golang/pkg/tool/linux_amd64/asm -p crypto/internal/bigmod -trimpath "$WORK/b103=>" -I $WORK/b103/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b103/nat_amd64.o ./nat_amd64.s /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b244/_pkg_.a # internal cp $WORK/b244/_pkg_.a /builddir/.cache/go-build/ed/ed549dea9eba3dfeda5039992c654f39365c4bb9919b6d1e0c3720e9bbef02c9-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/spanlog mkdir -p $WORK/b805/ cat >/tmp/go-build1432051999/b805/importcfg << 'EOF' # internal # import config importmap github.com/opentracing/opentracing-go/log=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log=/tmp/go-build1432051999/b786/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b805/_pkg_.a -trimpath "$WORK/b805=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/spanlog -complete -installsuffix shared -buildid 1HctINTc6Rycd4FXeTFE/1HctINTc6Rycd4FXeTFE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b805/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/spanlog/json.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b756/_pkg_.a # internal cp $WORK/b756/_pkg_.a /builddir/.cache/go-build/92/920bd53b89c2ce2d62e8cbc325a8354e61b9c4a4ad0f04f06e5e3b0ddcafb4ba-d # internal github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive mkdir -p $WORK/b827/ cat >/tmp/go-build1432051999/b827/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b827/_pkg_.a -trimpath "$WORK/b827=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive -complete -installsuffix shared -buildid WX3aerLQUWjCn20tx_yH/WX3aerLQUWjCn20tx_yH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b827/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive/decimal.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive/objectid.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive/primitive.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b214/_pkg_.a # internal cp $WORK/b214/_pkg_.a /builddir/.cache/go-build/3e/3ecac40e5650227e20566b5effceabd1ab8eb319110f204e024fa69781b9147c-d # internal github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer mkdir -p $WORK/b832/ cat >/tmp/go-build1432051999/b832/importcfg << 'EOF' # internal # import config importmap github.com/josharian/intern=github.com/prometheus/prometheus/vendor/github.com/josharian/intern packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/josharian/intern=/tmp/go-build1432051999/b833/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf16=/tmp/go-build1432051999/b062/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b832/_pkg_.a -trimpath "$WORK/b832=>" -p github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer -complete -installsuffix shared -buildid FPaXS4QD7Tg3x-gg8Ib8/FPaXS4QD7Tg3x-gg8Ib8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b832/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer/bytestostr.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer/lexer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b328/_pkg_.a # internal cp $WORK/b328/_pkg_.a /builddir/.cache/go-build/15/152a4553ec6a3b4330ad8c43ed70ddbea2aef5546f7d8fccc6a87ffed8901053-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4 mkdir -p $WORK/b325/ cat >/tmp/go-build1432051999/b325/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/bpf=github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf importmap golang.org/x/net/internal/iana=github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana importmap golang.org/x/net/internal/socket=github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf=/tmp/go-build1432051999/b326/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana=/tmp/go-build1432051999/b327/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket=/tmp/go-build1432051999/b328/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b325/_pkg_.a -trimpath "$WORK/b325=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4 -complete -installsuffix shared -buildid cvGKplmX6r55Uy6FsgB8/cvGKplmX6r55Uy6FsgB8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/batch.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/control.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/control_pktinfo.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/control_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/dgramopt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/endpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/genericopt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/header.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/helper.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/iana.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/icmp.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/icmp_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/packet.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/payload.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/payload_cmsg.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sockopt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sockopt_posix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sys_asmreq_stub.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sys_asmreqn.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sys_bpf.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sys_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/sys_ssmreq.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4/zsys_linux_amd64.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b692/_pkg_.a # internal cp $WORK/b692/_pkg_.a /builddir/.cache/go-build/b6/b62dc3fa8acd2bc8d1e56e1fefc756974982405d608b9fe0fd7e51d229c0f345-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6 mkdir -p $WORK/b329/ cat >/tmp/go-build1432051999/b329/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/bpf=github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf importmap golang.org/x/net/internal/iana=github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana importmap golang.org/x/net/internal/socket=github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf=/tmp/go-build1432051999/b326/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana=/tmp/go-build1432051999/b327/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket=/tmp/go-build1432051999/b328/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b329/_pkg_.a -trimpath "$WORK/b329=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6 -complete -installsuffix shared -buildid ul7bGhzvRMs8lD_0rV85/ul7bGhzvRMs8lD_0rV85 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/batch.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/control.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/control_rfc3542_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/control_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/dgramopt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/endpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/genericopt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/header.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/helper.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/iana.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/icmp.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/icmp_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/payload.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/payload_cmsg.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/sockopt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/sockopt_posix.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/sys_asmreq.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/sys_bpf.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/sys_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/sys_ssmreq.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6/zsys_linux_amd64.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b766/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b435/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b278/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b129/_pkg_.a # internal cp $WORK/b129/_pkg_.a /builddir/.cache/go-build/63/638a051a56b2b5af9040e663752953f94bbc4b8668e1913f1e64d9aa6d92ce5c-d # internal cp $WORK/b766/_pkg_.a /builddir/.cache/go-build/d8/d8b45ed08c66f92c77d6a452687e7b605ef73957ba408d04f979b5612dd7bad4-d # internal github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/buffer mkdir -p $WORK/b835/ cat >/tmp/go-build1432051999/b835/importcfg << 'EOF' # internal # import config packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF github.com/prometheus/prometheus/model/textparse mkdir -p $WORK/b817/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b835/_pkg_.a -trimpath "$WORK/b835=>" -p github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/buffer -complete -installsuffix shared -buildid VhvfBBaF7kDUW-koL3tL/VhvfBBaF7kDUW-koL3tL -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b835/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/buffer/pool.go cat >/tmp/go-build1432051999/b817/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build1432051999/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/model/value=/tmp/go-build1432051999/b764/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile mime=/tmp/go-build1432051999/b138/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b817/_pkg_.a -trimpath "$WORK/b817=>" -p github.com/prometheus/prometheus/model/textparse -complete -installsuffix shared -buildid kPZccUldzMci0LqbFdDy/kPZccUldzMci0LqbFdDy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b817/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/textparse/interface.go ./_build/src/github.com/prometheus/prometheus/model/textparse/openmetricslex.l.go ./_build/src/github.com/prometheus/prometheus/model/textparse/openmetricsparse.go ./_build/src/github.com/prometheus/prometheus/model/textparse/promlex.l.go ./_build/src/github.com/prometheus/prometheus/model/textparse/promparse.go cp $WORK/b278/_pkg_.a /builddir/.cache/go-build/1e/1e27fafa274e4ec761af448221f6c90031b4f98bfa657c67e0c7161a52189e9a-d # internal github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/purell mkdir -p $WORK/b842/ cat >/tmp/go-build1432051999/b842/importcfg << 'EOF' # internal # import config importmap github.com/PuerkitoBio/urlesc=github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/urlesc importmap golang.org/x/net/idna=github.com/prometheus/prometheus/vendor/golang.org/x/net/idna importmap golang.org/x/text/unicode/norm=github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm importmap golang.org/x/text/width=github.com/prometheus/prometheus/vendor/golang.org/x/text/width packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/urlesc=/tmp/go-build1432051999/b843/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/idna=/tmp/go-build1432051999/b215/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm=/tmp/go-build1432051999/b219/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/width=/tmp/go-build1432051999/b844/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b842/_pkg_.a -trimpath "$WORK/b842=>" -p github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/purell -complete -installsuffix shared -buildid kd5_6iJn_qiuED4WO0um/kd5_6iJn_qiuED4WO0um -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b842/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/purell/purell.go cp $WORK/b435/_pkg_.a /builddir/.cache/go-build/d8/d80352dc976f70220b2bc00e7af2a881f92bece64113d1249495138a5fb96cfd-d # internal github.com/prometheus/prometheus/vendor/github.com/alecthomas/template mkdir -p $WORK/b851/ cat >/tmp/go-build1432051999/b851/importcfg << 'EOF' # internal # import config importmap github.com/alecthomas/template/parse=github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse=/tmp/go-build1432051999/b852/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b851/_pkg_.a -trimpath "$WORK/b851=>" -p github.com/prometheus/prometheus/vendor/github.com/alecthomas/template -complete -installsuffix shared -buildid yraQTbiaVt0yXof2qo_O/yraQTbiaVt0yXof2qo_O -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b851/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/exec.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/funcs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/helper.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/template.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b107/_pkg_.a # internal cp $WORK/b107/_pkg_.a /builddir/.cache/go-build/26/26f006f60ca75bfeb1f3345033ae40d0a317d06a67359e580cd4ce6745c7e4e4-d # internal vendor/golang.org/x/crypto/cryptobyte mkdir -p $WORK/b106/ cat >/tmp/go-build1432051999/b106/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1 packagefile encoding/asn1=/tmp/go-build1432051999/b107/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1432051999/b108/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b106/_pkg_.a -trimpath "$WORK/b106=>" -p vendor/golang.org/x/crypto/cryptobyte -std -complete -installsuffix shared -buildid ufi1cYEM6sfzNaIW_Pkt/ufi1cYEM6sfzNaIW_Pkt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte/string.go cd /usr/lib/golang/src/crypto/internal/bigmod /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b103/_pkg_.a $WORK/b103/nat_amd64.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b103/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b481/_pkg_.a # internal cp $WORK/b103/_pkg_.a /builddir/.cache/go-build/4f/4f3dd29007bf9d4a36858a51c9e425256a8a6d5f492b481861c3d11c3caf3bed-d # internal crypto/rsa mkdir -p $WORK/b114/ cat >/tmp/go-build1432051999/b114/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/internal/bigmod=/tmp/go-build1432051999/b103/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build1432051999/b084/_pkg_.a packagefile crypto/internal/boring/bbig=/tmp/go-build1432051999/b104/_pkg_.a packagefile crypto/internal/randutil=/tmp/go-build1432051999/b090/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b114/_pkg_.a -trimpath "$WORK/b114=>" -p crypto/rsa -std -complete -installsuffix shared -buildid zVRseVac5RblnKFwdv0t/zVRseVac5RblnKFwdv0t -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /usr/lib/golang/src/crypto/rsa/notboring.go /usr/lib/golang/src/crypto/rsa/pkcs1v15.go /usr/lib/golang/src/crypto/rsa/pss.go /usr/lib/golang/src/crypto/rsa/rsa.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b805/_pkg_.a # internal cp $WORK/b805/_pkg_.a /builddir/.cache/go-build/35/35588563c37b0ddb428f00a411477af2bc8555d683512f8c019bfa3fcd99706d-d # internal crypto/x509/pkix mkdir -p $WORK/b119/ cat >/tmp/go-build1432051999/b119/importcfg << 'EOF' # internal # import config packagefile encoding/asn1=/tmp/go-build1432051999/b107/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cp $WORK/b481/_pkg_.a /builddir/.cache/go-build/53/535818f8f9da853b6a93501cde35f7145e71b1630558c217d5df28cba139812b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b119/_pkg_.a -trimpath "$WORK/b119=>" -p crypto/x509/pkix -std -complete -installsuffix shared -buildid _3ZC11cksWtP4zUAqXxy/_3ZC11cksWtP4zUAqXxy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /usr/lib/golang/src/crypto/x509/pkix/pkix.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b705/_pkg_.a # internal cp $WORK/b705/_pkg_.a /builddir/.cache/go-build/4f/4f4f1b8efa18c3abb2cefe172ec93528b6d3ad00e02e0ce2c84d72792fbad97b-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy mkdir -p $WORK/b704/ cat >/tmp/go-build1432051999/b704/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/internal/socks=github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks=/tmp/go-build1432051999/b705/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b704/_pkg_.a -trimpath "$WORK/b704=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy -complete -installsuffix shared -buildid xqPhXtrE_0yI0xtc3AxK/xqPhXtrE_0yI0xtc3AxK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy/dial.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy/direct.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy/per_host.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy/proxy.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy/socks5.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b489/_pkg_.a # internal cp $WORK/b489/_pkg_.a /builddir/.cache/go-build/fc/fc701de1529ce4f7b62eb190e3ab147dd9f88235b76fe0abba1572599d17de39-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/yaml mkdir -p $WORK/b488/ cat >/tmp/go-build1432051999/b488/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/json=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json importmap sigs.k8s.io/yaml=github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json=/tmp/go-build1432051999/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml=/tmp/go-build1432051999/b489/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b488/_pkg_.a -trimpath "$WORK/b488=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/yaml -complete -installsuffix shared -buildid 3K_J86Cfwtu-TzUfcsXG/3K_J86Cfwtu-TzUfcsXG -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/yaml/decoder.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b317/_pkg_.a # internal cp $WORK/b317/_pkg_.a /builddir/.cache/go-build/12/12760f75a4e06da89732ea9821673ace829b655242b7363038a9e3791952f685-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b835/_pkg_.a # internal cp $WORK/b835/_pkg_.a /builddir/.cache/go-build/f9/f919b7e20035a28aa292cb52acd76d84aaecfe5928d7db6c93618552564350b9-d # internal github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jwriter mkdir -p $WORK/b834/ cat >/tmp/go-build1432051999/b834/importcfg << 'EOF' # internal # import config importmap github.com/mailru/easyjson/buffer=github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/buffer packagefile github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/buffer=/tmp/go-build1432051999/b835/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b834/_pkg_.a -trimpath "$WORK/b834=>" -p github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jwriter -complete -installsuffix shared -buildid vcD5WdDOwAyhT8xcb_cV/vcD5WdDOwAyhT8xcb_cV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b834/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jwriter/writer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b139/_pkg_.a # internal cp $WORK/b139/_pkg_.a /builddir/.cache/go-build/2d/2d888d9f202b4fb246a6ac06dd5178dcc077174d86b6371642d1e90271d15661-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b674/_pkg_.a # internal cp $WORK/b674/_pkg_.a /builddir/.cache/go-build/7c/7c25ca0856bb708ba23af3abf77e6699f52c748854b1aad4104bb6d56d327375-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b842/_pkg_.a # internal cp $WORK/b842/_pkg_.a /builddir/.cache/go-build/0a/0a7934f788e064edcfb4f6200467eed419448c2460d9f08202b855b66aec33a7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b442/_pkg_.a # internal cp $WORK/b442/_pkg_.a /builddir/.cache/go-build/2e/2e7d7f9d23499776b69b51f083e2978fb41f75a1c8103b43f0aec1ec39ca3cef-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b788/_pkg_.a # internal cp $WORK/b788/_pkg_.a /builddir/.cache/go-build/e5/e59b773b4707c47c6c8418c05315768d59bea8679282f45c44db1fc7484c46e3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b171/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b119/_pkg_.a # internal cp $WORK/b119/_pkg_.a /builddir/.cache/go-build/f4/f45b7733c40e5c5b1f690c59f6ca5c468fad6606cf010e7826a68e8a3115b3fb-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b743/_pkg_.a # internal cp $WORK/b171/_pkg_.a /builddir/.cache/go-build/d5/d558f3413145b510a3babc2c28fb53d1e8522aca77540a048aad78a1c606a770-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext mkdir -p $WORK/b156/ cat >/tmp/go-build1432051999/b156/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/encoding/messageset=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset importmap google.golang.org/protobuf/internal/encoding/text=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/internal/genid=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid importmap google.golang.org/protobuf/internal/order=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/internal/set=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build1432051999/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1432051999/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text=/tmp/go-build1432051999/b164/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build1432051999/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build1432051999/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build1432051999/b168/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order=/tmp/go-build1432051999/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build1432051999/b163/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set=/tmp/go-build1432051999/b170/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build1432051999/b166/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build1432051999/b171/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1432051999/b172/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b156/_pkg_.a -trimpath "$WORK/b156=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext -complete -installsuffix shared -buildid Qt6qInvRKDY4dVH06mWf/Qt6qInvRKDY4dVH06mWf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext/encode.go cp $WORK/b743/_pkg_.a /builddir/.cache/go-build/42/42242009afbe53c35477b19cc3cc04b2c0039a574f6de3625edb3fc008c100cb-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc mkdir -p $WORK/b176/ cat >/tmp/go-build1432051999/b176/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/descfmt=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descfmt importmap google.golang.org/protobuf/internal/descopts=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts importmap google.golang.org/protobuf/internal/encoding/defval=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval importmap google.golang.org/protobuf/internal/encoding/messageset=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/genid=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build1432051999/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descfmt=/tmp/go-build1432051999/b177/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts=/tmp/go-build1432051999/b178/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build1432051999/b175/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1432051999/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build1432051999/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build1432051999/b168/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build1432051999/b163/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build1432051999/b166/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build1432051999/b171/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1432051999/b172/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b176/_pkg_.a -trimpath "$WORK/b176=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc -complete -installsuffix shared -buildid KmXgJf8SsHdSD2zgqyPt/KmXgJf8SsHdSD2zgqyPt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/build.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/desc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/desc_init.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/desc_lazy.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/desc_list.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/desc_list_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc/placeholder.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b401/_pkg_.a # internal cp $WORK/b401/_pkg_.a /builddir/.cache/go-build/22/221ce70899faa77fa2415e06bbd700e3e097efed8d807a59fc22f6be66fb6c3d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b827/_pkg_.a # internal cp $WORK/b827/_pkg_.a /builddir/.cache/go-build/a6/a6a288999454972d6f13ee2b42c94e985b8bf27d1c8a914a112b7c28467f9422-d # internal github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore mkdir -p $WORK/b828/ cat >/tmp/go-build1432051999/b828/importcfg << 'EOF' # internal # import config importmap github.com/go-stack/stack=github.com/prometheus/prometheus/vendor/github.com/go-stack/stack importmap go.mongodb.org/mongo-driver/bson/bsontype=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype importmap go.mongodb.org/mongo-driver/bson/primitive=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-stack/stack=/tmp/go-build1432051999/b829/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build1432051999/b826/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build1432051999/b827/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b828/_pkg_.a -trimpath "$WORK/b828=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore -complete -installsuffix shared -buildid H6BmO8ddj-A4AS3U9q9Z/H6BmO8ddj-A4AS3U9q9Z -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b828/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/array.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bson_arraybuilder.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bson_documentbuilder.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bsoncore.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/document.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/document_sequence.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/element.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/tables.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/value.go cd $WORK/b048 TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b048=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=Mh-3s7ls_Rf7K8y5bcYv -o ./_x001.o -c _cgo_export.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b488/_pkg_.a # internal cp $WORK/b488/_pkg_.a /builddir/.cache/go-build/c6/c6cd318499750d750acc82b027b52212ad1c5d30c8e45f8cabf50ba27194487b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b834/_pkg_.a # internal cp $WORK/b834/_pkg_.a /builddir/.cache/go-build/a5/a5d2b0b21b1266c346a0859ff1b3925a936fce50a7e520914a7708c7b114ca55-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b768/_pkg_.a # internal cp $WORK/b768/_pkg_.a /builddir/.cache/go-build/99/99fc93e4559b93105c71b8c24597bafd36bc27e86cb60a64093c6fb784e18ab1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b704/_pkg_.a # internal cp $WORK/b704/_pkg_.a /builddir/.cache/go-build/27/272dda628d171ef8a32f1b651a1386d3fc32294d0cd108e771b00bf17758592e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b114/_pkg_.a # internal cp $WORK/b114/_pkg_.a /builddir/.cache/go-build/4f/4fdc4a4d7411b53013bd1b3c6063c4fd74fb495c9ab89194970b486bf698efe9-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws mkdir -p $WORK/b336/ cat >/tmp/go-build1432051999/b336/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile crypto/sha256=/tmp/go-build1432051999/b116/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b336/_pkg_.a -trimpath "$WORK/b336=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws -complete -installsuffix shared -buildid lAIz4tozppcVdVeSWSnH/lAIz4tozppcVdVeSWSnH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws/jws.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b106/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b832/_pkg_.a # internal cp $WORK/b106/_pkg_.a /builddir/.cache/go-build/cd/cdfb5edf1daae3666c6b3e9bcdd334ac111417e4520357650df84be253e87a1f-d # internal crypto/ecdsa mkdir -p $WORK/b101/ cat >/tmp/go-build1432051999/b101/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/aes=/tmp/go-build1432051999/b094/_pkg_.a packagefile crypto/cipher=/tmp/go-build1432051999/b086/_pkg_.a packagefile crypto/ecdh=/tmp/go-build1432051999/b096/_pkg_.a packagefile crypto/elliptic=/tmp/go-build1432051999/b102/_pkg_.a packagefile crypto/internal/bigmod=/tmp/go-build1432051999/b103/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build1432051999/b084/_pkg_.a packagefile crypto/internal/boring/bbig=/tmp/go-build1432051999/b104/_pkg_.a packagefile crypto/internal/nistec=/tmp/go-build1432051999/b098/_pkg_.a packagefile crypto/internal/randutil=/tmp/go-build1432051999/b090/_pkg_.a packagefile crypto/sha512=/tmp/go-build1432051999/b105/_pkg_.a packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1432051999/b106/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1432051999/b108/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "$WORK/b101=>" -p crypto/ecdsa -std -complete -installsuffix shared -buildid ALN92yvVssMIxDUUzAaD/ALN92yvVssMIxDUUzAaD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /usr/lib/golang/src/crypto/ecdsa/ecdsa.go /usr/lib/golang/src/crypto/ecdsa/ecdsa_legacy.go /usr/lib/golang/src/crypto/ecdsa/ecdsa_noasm.go /usr/lib/golang/src/crypto/ecdsa/notboring.go cp $WORK/b832/_pkg_.a /builddir/.cache/go-build/88/880531c43c7a7352dc8ad9fc711c4b881c776348528151bef248c96dc4fe48bd-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b208/_pkg_.a # internal cp $WORK/b208/_pkg_.a /builddir/.cache/go-build/31/31927e253e1a023da233f61bca3dc45805460e2b6e957dae12f0ac38b8c88c60-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b817/_pkg_.a # internal cp $WORK/b817/_pkg_.a /builddir/.cache/go-build/7f/7f8bf67708a4b8cdd577eff139408f35286b6a3abd2cd201203769ddf765025a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b329/_pkg_.a # internal cp $WORK/b329/_pkg_.a /builddir/.cache/go-build/9d/9dbec9f9ca97acd56a9b5b269b7152401c8ea79795d2b903a197c2123bf30636-d # internal cd $WORK/b048 TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b048=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=Mh-3s7ls_Rf7K8y5bcYv -o ./_x002.o -c cgo_lookup_cgo.cgo2.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b336/_pkg_.a # internal cp $WORK/b336/_pkg_.a /builddir/.cache/go-build/de/deaa5897d47cf87772b58f53d214e117f97b059d6a42b05ef8319e1f3c6dc591-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b759/_pkg_.a # internal cp $WORK/b759/_pkg_.a /builddir/.cache/go-build/f6/f6232bb2dcd460a287640a078a505a733c28362fe3031a46b26e868a0c418b52-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b325/_pkg_.a # internal cp $WORK/b325/_pkg_.a /builddir/.cache/go-build/e2/e230cc0ae6e4319f257a51e97057966e953dd25a5bc2e1adee62416abcf6e102-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b459/_pkg_.a # internal cp $WORK/b459/_pkg_.a /builddir/.cache/go-build/dc/dc97d63d1a428f93ec56d577959aa161c3417a300e7b294f247d8967edb83ce1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b156/_pkg_.a # internal cp $WORK/b156/_pkg_.a /builddir/.cache/go-build/0b/0b0d322fc9a2545dbf02d5ea75361e07ca2aef8c0538931829dba7368270a5f3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b101/_pkg_.a # internal cp $WORK/b101/_pkg_.a /builddir/.cache/go-build/ab/ab126e1f51f01b411f12cfe53077e705056315b241fd0a85a4e2ec944484bd84-d # internal crypto/x509 mkdir -p $WORK/b117/ cat >/tmp/go-build1432051999/b117/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/aes=/tmp/go-build1432051999/b094/_pkg_.a packagefile crypto/cipher=/tmp/go-build1432051999/b086/_pkg_.a packagefile crypto/des=/tmp/go-build1432051999/b095/_pkg_.a packagefile crypto/dsa=/tmp/go-build1432051999/b118/_pkg_.a packagefile crypto/ecdh=/tmp/go-build1432051999/b096/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build1432051999/b101/_pkg_.a packagefile crypto/ed25519=/tmp/go-build1432051999/b109/_pkg_.a packagefile crypto/elliptic=/tmp/go-build1432051999/b102/_pkg_.a packagefile crypto/md5=/tmp/go-build1432051999/b112/_pkg_.a packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile crypto/sha1=/tmp/go-build1432051999/b115/_pkg_.a packagefile crypto/sha256=/tmp/go-build1432051999/b116/_pkg_.a packagefile crypto/sha512=/tmp/go-build1432051999/b105/_pkg_.a packagefile crypto/x509/pkix=/tmp/go-build1432051999/b119/_pkg_.a packagefile encoding/asn1=/tmp/go-build1432051999/b107/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile encoding/pem=/tmp/go-build1432051999/b121/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1432051999/b106/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1432051999/b108/_pkg_.a packagefile internal/godebug=/tmp/go-build1432051999/b046/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf16=/tmp/go-build1432051999/b062/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b117/_pkg_.a -trimpath "$WORK/b117=>" -p crypto/x509 -std -complete -installsuffix shared -buildid edySvDzekP6bIgC9PfST/edySvDzekP6bIgC9PfST -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /usr/lib/golang/src/crypto/x509/cert_pool.go /usr/lib/golang/src/crypto/x509/notboring.go /usr/lib/golang/src/crypto/x509/parser.go /usr/lib/golang/src/crypto/x509/pem_decrypt.go /usr/lib/golang/src/crypto/x509/pkcs1.go /usr/lib/golang/src/crypto/x509/pkcs8.go /usr/lib/golang/src/crypto/x509/root.go /usr/lib/golang/src/crypto/x509/root_linux.go /usr/lib/golang/src/crypto/x509/root_unix.go /usr/lib/golang/src/crypto/x509/sec1.go /usr/lib/golang/src/crypto/x509/verify.go /usr/lib/golang/src/crypto/x509/x509.go cd $WORK/b048 TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b048=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=Mh-3s7ls_Rf7K8y5bcYv -o ./_x003.o -c getgrouplist_unix.cgo2.c TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b048=/tmp/go-build -gno-record-gcc-switches -I ./ -O2 -g -fno-stack-protector -ffile-prefix-map=/usr/lib/golang=/_/GOROOT -frandom-seed=Mh-3s7ls_Rf7K8y5bcYv -o ./_cgo_main.o -c _cgo_main.c /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b851/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b197/_pkg_.a # internal cp $WORK/b851/_pkg_.a /builddir/.cache/go-build/f7/f7751d6604d7a7279cd1cdde3da59baebdc69769b5dc9f6731dcad061312613c-d # internal github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2 mkdir -p $WORK/b850/ cat >/tmp/go-build1432051999/b850/importcfg << 'EOF' # internal # import config importmap github.com/alecthomas/template=github.com/prometheus/prometheus/vendor/github.com/alecthomas/template importmap github.com/alecthomas/units=github.com/prometheus/prometheus/vendor/github.com/alecthomas/units packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/template=/tmp/go-build1432051999/b851/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/units=/tmp/go-build1432051999/b063/_pkg_.a packagefile go/doc=/tmp/go-build1432051999/b456/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b850/_pkg_.a -trimpath "$WORK/b850=>" -p github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2 -complete -installsuffix shared -buildid R88VoqKZS25ymv4Ee_6q/R88VoqKZS25ymv4Ee_6q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b850/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/actions.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/app.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/args.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/cmd.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/completions.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/envar.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/flags.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/global.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/guesswidth_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/model.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/parser.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/parsers.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/templates.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/usage.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/values.go ./_build/src/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/values_generated.go cp $WORK/b197/_pkg_.a /builddir/.cache/go-build/ec/ecc81925d90df49f3d9ecf11c5a6b454d432abfe9755b128a6708b4156fa2c6e-d # internal TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b048=/tmp/go-build -gno-record-gcc-switches -o $WORK/b048/_cgo_.o $WORK/b048/_cgo_main.o $WORK/b048/_x001.o $WORK/b048/_x002.o $WORK/b048/_x003.o -O2 -g /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b659/_pkg_.a # internal TERM='dumb' /usr/lib/golang/pkg/tool/linux_amd64/cgo -dynpackage user -dynimport $WORK/b048/_cgo_.o -dynout $WORK/b048/_cgo_import.go cp $WORK/b659/_pkg_.a /builddir/.cache/go-build/d2/d26777c1471ef2149ab2986d54e3fb42e955e67f3c60ca42ff97b35af831ea63-d # internal cat >/tmp/go-build1432051999/b048/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile runtime/cgo=/tmp/go-build1432051999/b050/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "$WORK/b048=>" -p os/user -std -installsuffix shared -buildid Mh-3s7ls_Rf7K8y5bcYv/Mh-3s7ls_Rf7K8y5bcYv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /usr/lib/golang/src/os/user/cgo_listgroups_unix.go /usr/lib/golang/src/os/user/cgo_lookup_unix.go /usr/lib/golang/src/os/user/lookup.go /usr/lib/golang/src/os/user/user.go $WORK/b048/_cgo_gotypes.go $WORK/b048/cgo_lookup_cgo.cgo1.go $WORK/b048/getgrouplist_unix.cgo1.go $WORK/b048/_cgo_import.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b828/_pkg_.a # internal cp $WORK/b828/_pkg_.a /builddir/.cache/go-build/32/32ecd40fb8bac8d82afb5f9ff20c2d5f4b28e042e181bf0db57f6093845c3b72-d # internal github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw mkdir -p $WORK/b825/ cat >/tmp/go-build1432051999/b825/importcfg << 'EOF' # internal # import config importmap go.mongodb.org/mongo-driver/bson/bsontype=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype importmap go.mongodb.org/mongo-driver/bson/primitive=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive importmap go.mongodb.org/mongo-driver/x/bsonx/bsoncore=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build1432051999/b826/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build1432051999/b827/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build1432051999/b828/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf16=/tmp/go-build1432051999/b062/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b825/_pkg_.a -trimpath "$WORK/b825=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw -complete -installsuffix shared -buildid P1It0xo9koqBl1gHq945/P1It0xo9koqBl1gHq945 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b825/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/copier.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_parser.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_reader.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_tables.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_wrappers.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_writer.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/json_scanner.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/mode.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/reader.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_reader.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_writer.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/writer.go cd /usr/lib/golang/src/os/user /usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b048/_pkg_.a $WORK/b048/_x001.o $WORK/b048/_x002.o $WORK/b048/_x003.o # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b048/_pkg_.a # internal cp $WORK/b048/_pkg_.a /builddir/.cache/go-build/25/25d20c92d430614dd2a78c9634b22ec534a6b0bb154fbf7c55727db71c79e537-d # internal archive/tar mkdir -p $WORK/b002/ cat >/tmp/go-build1432051999/b002/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile internal/godebug=/tmp/go-build1432051999/b046/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile os/user=/tmp/go-build1432051999/b048/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cd /builddir/build/BUILD/prometheus-2.32.1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "$WORK/b002=>" -p archive/tar -std -complete -installsuffix shared -buildid Tn74GiaWOAonQAUrR3AX/Tn74GiaWOAonQAUrR3AX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /usr/lib/golang/src/archive/tar/common.go /usr/lib/golang/src/archive/tar/format.go /usr/lib/golang/src/archive/tar/reader.go /usr/lib/golang/src/archive/tar/stat_actime1.go /usr/lib/golang/src/archive/tar/stat_unix.go /usr/lib/golang/src/archive/tar/strconv.go /usr/lib/golang/src/archive/tar/writer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b176/_pkg_.a # internal cp $WORK/b176/_pkg_.a /builddir/.cache/go-build/c0/c001cea91d2a849f6bc7d2fa3ea34e17ff76d52495d2d84438e94c134629ffaa-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/tag mkdir -p $WORK/b183/ cat >/tmp/go-build1432051999/b183/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/encoding/defval=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval importmap google.golang.org/protobuf/internal/filedesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build1432051999/b175/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build1432051999/b176/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build1432051999/b166/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson mkdir -p $WORK/b351/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "$WORK/b183=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/tag -complete -installsuffix shared -buildid -HQc-BZ9rB355FCmgUAo/-HQc-BZ9rB355FCmgUAo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/tag/tag.go cat >/tmp/go-build1432051999/b351/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/encoding/json=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json importmap google.golang.org/protobuf/internal/encoding/messageset=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/filedesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/internal/genid=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid importmap google.golang.org/protobuf/internal/order=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/internal/set=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json=/tmp/go-build1432051999/b352/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1432051999/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build1432051999/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build1432051999/b176/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build1432051999/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build1432051999/b168/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order=/tmp/go-build1432051999/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build1432051999/b163/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set=/tmp/go-build1432051999/b170/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build1432051999/b166/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build1432051999/b171/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1432051999/b172/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b351/_pkg_.a -trimpath "$WORK/b351=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson -complete -installsuffix shared -buildid 5xM0vzBwteYyww3l5SEi/5xM0vzBwteYyww3l5SEi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson/well_known_types.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b183/_pkg_.a # internal cp $WORK/b183/_pkg_.a /builddir/.cache/go-build/63/638a0b3643f4713c28f1b46cb8c06e5dae3f5dd86a07f7954aa7d04bb4e661ca-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl mkdir -p $WORK/b182/ cat >/tmp/go-build1432051999/b182/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/prototext=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/descopts=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts importmap google.golang.org/protobuf/internal/detrand=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand importmap google.golang.org/protobuf/internal/encoding/messageset=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset importmap google.golang.org/protobuf/internal/encoding/tag=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/tag importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/filedesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/internal/genid=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid importmap google.golang.org/protobuf/internal/order=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry importmap google.golang.org/protobuf/runtime/protoiface=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile compress/gzip=/tmp/go-build1432051999/b053/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext=/tmp/go-build1432051999/b156/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build1432051999/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts=/tmp/go-build1432051999/b178/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand=/tmp/go-build1432051999/b159/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1432051999/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build1432051999/b183/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build1432051999/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build1432051999/b176/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build1432051999/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build1432051999/b168/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order=/tmp/go-build1432051999/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build1432051999/b163/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build1432051999/b166/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build1432051999/b171/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1432051999/b172/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1432051999/b173/_pkg_.a packagefile hash/crc32=/tmp/go-build1432051999/b056/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b182/_pkg_.a -trimpath "$WORK/b182=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl -complete -installsuffix shared -buildid R_DdfwjHFJe7Bpkz9_up/R_DdfwjHFJe7Bpkz9_up -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/api_export.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/checkinit.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_extension.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_field.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_map.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_map_go112.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_message.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_messageset.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_tables.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/codec_unsafe.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/convert.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/convert_list.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/convert_map.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/enum.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/extension.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/legacy_enum.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/legacy_export.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/legacy_extension.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/legacy_file.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/legacy_message.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/merge.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/merge_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/message.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/message_reflect.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/message_reflect_field.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/message_reflect_gen.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/pointer_unsafe.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/validate.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl/weak.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b145/_pkg_.a # internal cp $WORK/b145/_pkg_.a /builddir/.cache/go-build/73/73857d435d88547644fcdcc13e4e64d2ea6819263da799952f248a4dde7cf09b-d # internal github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value mkdir -p $WORK/b467/ cat >/tmp/go-build1432051999/b467/importcfg << 'EOF' # internal # import config importmap github.com/json-iterator/go=github.com/prometheus/prometheus/vendor/github.com/json-iterator/go importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/json-iterator/go=/tmp/go-build1432051999/b145/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build1432051999/b225/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b467/_pkg_.a -trimpath "$WORK/b467=>" -p github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value -complete -installsuffix shared -buildid izkqYLwQghuKGzRl1taZ/izkqYLwQghuKGzRl1taZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/allocator.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/fields.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/jsontagutil.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/list.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/listreflect.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/listunstructured.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/map.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/mapreflect.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/mapunstructured.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/reflectcache.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/scalar.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/structreflect.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/value.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/valuereflect.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value/valueunstructured.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b002/_pkg_.a # internal cp $WORK/b002/_pkg_.a /builddir/.cache/go-build/8c/8c37d750c6896ee38775ec1c20b830223652a7141931f0aac6f24a8744e10062-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b117/_pkg_.a # internal cp $WORK/b117/_pkg_.a /builddir/.cache/go-build/11/115e28b0f6fd3b95e748f11c3c59c78cebbfa55771a64dd5a384348c38d3a95c-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12 mkdir -p $WORK/b297/ github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4 mkdir -p $WORK/b296/ cat >/tmp/go-build1432051999/b297/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/pkcs12/internal/rc2=github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/internal/rc2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto/cipher=/tmp/go-build1432051999/b086/_pkg_.a packagefile crypto/des=/tmp/go-build1432051999/b095/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build1432051999/b101/_pkg_.a packagefile crypto/hmac=/tmp/go-build1432051999/b111/_pkg_.a packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile crypto/sha1=/tmp/go-build1432051999/b115/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile crypto/x509/pkix=/tmp/go-build1432051999/b119/_pkg_.a packagefile encoding/asn1=/tmp/go-build1432051999/b107/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile encoding/pem=/tmp/go-build1432051999/b121/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build1432051999/b298/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile unicode/utf16=/tmp/go-build1432051999/b062/_pkg_.a EOF cat >/tmp/go-build1432051999/b296/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build1432051999/b101/_pkg_.a packagefile crypto/ed25519=/tmp/go-build1432051999/b109/_pkg_.a packagefile crypto/hmac=/tmp/go-build1432051999/b111/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile encoding/pem=/tmp/go-build1432051999/b121/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b297/_pkg_.a -trimpath "$WORK/b297=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12 -complete -installsuffix shared -buildid k2jQHGbCQFQUkHREJEty/k2jQHGbCQFQUkHREJEty -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/bmp-string.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/crypto.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/mac.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/pbkdf.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/pkcs12.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/safebags.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b296/_pkg_.a -trimpath "$WORK/b296=>" -p github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4 -complete -installsuffix shared -buildid szJdisaNTNPUtg-se7PN/szJdisaNTNPUtg-se7PN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/claims.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/ecdsa.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/ecdsa_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/ed25519.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/ed25519_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/hmac.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/map_claims.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/none.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/parser.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/rsa.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/rsa_pss.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/rsa_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/signing_method.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4/token.go crypto/tls mkdir -p $WORK/b093/ cat >/tmp/go-build1432051999/b093/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305 importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte importmap golang.org/x/crypto/hkdf=vendor/golang.org/x/crypto/hkdf packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile container/list=/tmp/go-build1432051999/b082/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/aes=/tmp/go-build1432051999/b094/_pkg_.a packagefile crypto/cipher=/tmp/go-build1432051999/b086/_pkg_.a packagefile crypto/des=/tmp/go-build1432051999/b095/_pkg_.a packagefile crypto/ecdh=/tmp/go-build1432051999/b096/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build1432051999/b101/_pkg_.a packagefile crypto/ed25519=/tmp/go-build1432051999/b109/_pkg_.a packagefile crypto/elliptic=/tmp/go-build1432051999/b102/_pkg_.a packagefile crypto/hmac=/tmp/go-build1432051999/b111/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build1432051999/b084/_pkg_.a packagefile crypto/md5=/tmp/go-build1432051999/b112/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile crypto/rc4=/tmp/go-build1432051999/b113/_pkg_.a packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile crypto/sha1=/tmp/go-build1432051999/b115/_pkg_.a packagefile crypto/sha256=/tmp/go-build1432051999/b116/_pkg_.a packagefile crypto/sha512=/tmp/go-build1432051999/b105/_pkg_.a packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/pem=/tmp/go-build1432051999/b121/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1432051999/b123/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1432051999/b106/_pkg_.a packagefile vendor/golang.org/x/crypto/hkdf=/tmp/go-build1432051999/b128/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile internal/cpu=/tmp/go-build1432051999/b012/_pkg_.a packagefile internal/godebug=/tmp/go-build1432051999/b046/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/keyutil mkdir -p $WORK/b556/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b093/_pkg_.a -trimpath "$WORK/b093=>" -p crypto/tls -std -complete -installsuffix shared -buildid HqmmCzDz2oF21CIr0t6H/HqmmCzDz2oF21CIr0t6H -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /usr/lib/golang/src/crypto/tls/alert.go /usr/lib/golang/src/crypto/tls/auth.go /usr/lib/golang/src/crypto/tls/cache.go /usr/lib/golang/src/crypto/tls/cipher_suites.go /usr/lib/golang/src/crypto/tls/common.go /usr/lib/golang/src/crypto/tls/common_string.go /usr/lib/golang/src/crypto/tls/conn.go /usr/lib/golang/src/crypto/tls/handshake_client.go /usr/lib/golang/src/crypto/tls/handshake_client_tls13.go /usr/lib/golang/src/crypto/tls/handshake_messages.go /usr/lib/golang/src/crypto/tls/handshake_server.go /usr/lib/golang/src/crypto/tls/handshake_server_tls13.go /usr/lib/golang/src/crypto/tls/key_agreement.go /usr/lib/golang/src/crypto/tls/key_schedule.go /usr/lib/golang/src/crypto/tls/notboring.go /usr/lib/golang/src/crypto/tls/prf.go /usr/lib/golang/src/crypto/tls/quic.go /usr/lib/golang/src/crypto/tls/ticket.go /usr/lib/golang/src/crypto/tls/tls.go cat >/tmp/go-build1432051999/b556/importcfg << 'EOF' # internal # import config packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build1432051999/b101/_pkg_.a packagefile crypto/elliptic=/tmp/go-build1432051999/b102/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile encoding/pem=/tmp/go-build1432051999/b121/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b556/_pkg_.a -trimpath "$WORK/b556=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/keyutil -complete -installsuffix shared -buildid X_v3D3GNRJi2Gv5StYXF/X_v3D3GNRJi2Gv5StYXF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/keyutil/key.go github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator mkdir -p $WORK/b820/ cat >/tmp/go-build1432051999/b820/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile encoding/pem=/tmp/go-build1432051999/b121/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile html=/tmp/go-build1432051999/b209/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b820/_pkg_.a -trimpath "$WORK/b820=>" -p github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator -complete -installsuffix shared -buildid ciLBLQZlprBvSiWZJJJn/ciLBLQZlprBvSiWZJJJn -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b820/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/arrays.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/converter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/numerics.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/patterns.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator/validator.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b432/_pkg_.a # internal cp $WORK/b432/_pkg_.a /builddir/.cache/go-build/93/93ac9a09554fb948116e428fcc573fc1cdf18bd8356a25d7ff024f2b5467a1f4-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema mkdir -p $WORK/b463/ github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource mkdir -p $WORK/b434/ github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr mkdir -p $WORK/b469/ cat >/tmp/go-build1432051999/b463/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b463/_pkg_.a -trimpath "$WORK/b463=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema -complete -installsuffix shared -buildid 9a2ADFo1V7C2u5yioT9C/9a2ADFo1V7C2u5yioT9C -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema/group_version.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema/interfaces.go cat >/tmp/go-build1432051999/b434/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap gopkg.in/inf.v0=github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0=/tmp/go-build1432051999/b435/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF mkdir -p $WORK/b688/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b434/_pkg_.a -trimpath "$WORK/b434=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource -complete -installsuffix shared -buildid UlHj68PIIOd9CL9T5ugs/UlHj68PIIOd9CL9T5ugs -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/amount.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/math.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/quantity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/quantity_proto.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/scale_int.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/suffix.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource/zz_generated.deepcopy.go cat >/tmp/go-build1432051999/b469/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/google/gofuzz=github.com/prometheus/prometheus/vendor/github.com/google/gofuzz importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/gofuzz=/tmp/go-build1432051999/b437/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile runtime/debug=/tmp/go-build1432051999/b147/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b469/_pkg_.a -trimpath "$WORK/b469=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr -complete -installsuffix shared -buildid u1LkBAwMuAQblNyCmWSd/u1LkBAwMuAQblNyCmWSd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr/instr_fuzz.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr/intstr.go cat >/tmp/go-build1432051999/b688/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b688/_pkg_.a -trimpath "$WORK/b688=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime -complete -installsuffix shared -buildid eZdb_D57AnHrwJB2jd_f/eZdb_D57AnHrwJB2jd_f -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime/gen.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime/plugin.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b556/_pkg_.a # internal cp $WORK/b556/_pkg_.a /builddir/.cache/go-build/36/360271276f87da6e15c4daa1010399018a53c906e5f35fb79e60d8770d43b61b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b351/_pkg_.a # internal cp $WORK/b351/_pkg_.a /builddir/.cache/go-build/1a/1abdc4b399af093814dfb0d568b222f98388cf7570b952a20d8bcaa83e857e26-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b297/_pkg_.a # internal cp $WORK/b297/_pkg_.a /builddir/.cache/go-build/cc/cc9d2bf621e9c3cf0a4894b081425fc5b6f696071c903530bbbadbf0ae013830-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b825/_pkg_.a # internal cp $WORK/b825/_pkg_.a /builddir/.cache/go-build/92/92dcb23dfc3e20ac4a4fd59a976cb6d1c5139ea4d5aad0caa4c7bb2bcc6bf6fb-d # internal github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec mkdir -p $WORK/b823/ cat >/tmp/go-build1432051999/b823/importcfg << 'EOF' # internal # import config importmap go.mongodb.org/mongo-driver/bson/bsonoptions=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions importmap go.mongodb.org/mongo-driver/bson/bsonrw=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw importmap go.mongodb.org/mongo-driver/bson/bsontype=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype importmap go.mongodb.org/mongo-driver/bson/primitive=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive importmap go.mongodb.org/mongo-driver/x/bsonx/bsoncore=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build1432051999/b824/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build1432051999/b825/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build1432051999/b826/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build1432051999/b827/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build1432051999/b828/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b823/_pkg_.a -trimpath "$WORK/b823=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec -complete -installsuffix shared -buildid LZv0c9qKUyU5X5-Rdr6E/LZv0c9qKUyU5X5-Rdr6E -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b823/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/array_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/bsoncodec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/byte_slice_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/cond_addr_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/default_value_decoders.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/default_value_encoders.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/empty_interface_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/map_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/mode.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/pointer_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/proxy.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/registry.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/slice_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/string_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/struct_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/struct_tag_parser.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/time_codec.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/types.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/uint_codec.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b463/_pkg_.a # internal cp $WORK/b463/_pkg_.a /builddir/.cache/go-build/e1/e16d76fe5d1ddcc2af2b2a825995f33687ffe6b3857391e478bcc65257121dff-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b688/_pkg_.a # internal cp $WORK/b688/_pkg_.a /builddir/.cache/go-build/b6/b61a84e30fde9abec1209d5097d8c8c956ea1ada95eec80be5d506d67a6c1bfb-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm mkdir -p $WORK/b687/ cat >/tmp/go-build1432051999/b687/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/container=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container importmap github.com/docker/docker/api/types/mount=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount importmap github.com/docker/docker/api/types/network=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network importmap github.com/docker/docker/api/types/swarm/runtime=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime importmap github.com/docker/go-units=github.com/prometheus/prometheus/vendor/github.com/docker/go-units packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container=/tmp/go-build1432051999/b674/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount=/tmp/go-build1432051999/b676/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network=/tmp/go-build1432051999/b682/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build1432051999/b688/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-units=/tmp/go-build1432051999/b679/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b687/_pkg_.a -trimpath "$WORK/b687=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm -complete -installsuffix shared -buildid mU7XyIa5ehK-HOoj4oiI/mU7XyIa5ehK-HOoj4oiI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/common.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/container.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/network.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/node.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/secret.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/service.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/swarm.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/task.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b469/_pkg_.a # internal cp $WORK/b469/_pkg_.a /builddir/.cache/go-build/b9/b971d2c3539e42a8a9da8c44eddb7b03846286e31439288cbc710efa4752841a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b850/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b296/_pkg_.a # internal cp $WORK/b296/_pkg_.a /builddir/.cache/go-build/80/803ad659afef400a498cc164eec9bffb60e530def3ac2a1f4652045f7bdd59ee-d # internal cp $WORK/b850/_pkg_.a /builddir/.cache/go-build/2c/2c6f4c0e943c461ba23df3a5209656366ed2c580b1b10d250859d0765ca36a80-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b687/_pkg_.a # internal cp $WORK/b687/_pkg_.a /builddir/.cache/go-build/33/33c352399eea0c0c6cb61dd997ddb0f9db9f51ed337c8bd85592c2c642d99d71-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types mkdir -p $WORK/b673/ cat >/tmp/go-build1432051999/b673/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/container=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container importmap github.com/docker/docker/api/types/filters=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters importmap github.com/docker/docker/api/types/mount=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount importmap github.com/docker/docker/api/types/network=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network importmap github.com/docker/docker/api/types/registry=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry importmap github.com/docker/docker/api/types/swarm=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm importmap github.com/docker/go-connections/nat=github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat importmap github.com/docker/go-units=github.com/prometheus/prometheus/vendor/github.com/docker/go-units importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1 packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container=/tmp/go-build1432051999/b674/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters=/tmp/go-build1432051999/b680/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount=/tmp/go-build1432051999/b676/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network=/tmp/go-build1432051999/b682/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry=/tmp/go-build1432051999/b683/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm=/tmp/go-build1432051999/b687/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat=/tmp/go-build1432051999/b678/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-units=/tmp/go-build1432051999/b679/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1432051999/b684/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b673/_pkg_.a -trimpath "$WORK/b673=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types -complete -installsuffix shared -buildid JwYfKY_e5gfikkqfCGkt/JwYfKY_e5gfikkqfCGkt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/auth.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/configs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/error_response.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/error_response_ext.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/graph_driver_data.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/id_response.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image_delete_response_item.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image_summary.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/plugin.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/plugin_device.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/plugin_env.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/plugin_interface_type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/plugin_mount.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/plugin_responses.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/port.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/service_update_response.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/stats.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b467/_pkg_.a # internal cp $WORK/b467/_pkg_.a /builddir/.cache/go-build/4b/4b91c433e2d22be85263c656b9b314ba0cded2cdd09cd2465135def0bd99ed26-d # internal github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath mkdir -p $WORK/b563/ cat >/tmp/go-build1432051999/b563/importcfg << 'EOF' # internal # import config importmap github.com/json-iterator/go=github.com/prometheus/prometheus/vendor/github.com/json-iterator/go importmap sigs.k8s.io/structured-merge-diff/v4/schema=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema importmap sigs.k8s.io/structured-merge-diff/v4/value=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/json-iterator/go=/tmp/go-build1432051999/b145/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema=/tmp/go-build1432051999/b564/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build1432051999/b467/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b563/_pkg_.a -trimpath "$WORK/b563=>" -p github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath -complete -installsuffix shared -buildid rh1zX5KjcRexLSqrj7u8/rh1zX5KjcRexLSqrj7u8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/element.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/fromvalue.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/managers.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/path.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/pathelementmap.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/serialize-pe.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/serialize.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath/set.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b434/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b673/_pkg_.a # internal cp $WORK/b434/_pkg_.a /builddir/.cache/go-build/e7/e7f0f3507c9aeedc35901336a25f6f2db05d59babd8459d81bfa8e52f9dd1838-d # internal cp $WORK/b673/_pkg_.a /builddir/.cache/go-build/56/56cc86ad7e8e015581885270115730fde7d5b83e0612d1b61a9614317b1fea1b-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume mkdir -p $WORK/b700/ cat >/tmp/go-build1432051999/b700/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types=/tmp/go-build1432051999/b673/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b700/_pkg_.a -trimpath "$WORK/b700=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume -complete -installsuffix shared -buildid SXH1s_Qofjir4_NZN7Dt/SXH1s_Qofjir4_NZN7Dt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume/volume_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume/volume_list.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b700/_pkg_.a # internal cp $WORK/b700/_pkg_.a /builddir/.cache/go-build/f8/f807adfb16b496cee368ce5e616a6a71b439af2c1dc12c55ef6e49f4b5e0c8e4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b820/_pkg_.a # internal cp $WORK/b820/_pkg_.a /builddir/.cache/go-build/83/8370123ff9fab657a61970601aa7521c2c3a50e41703561b5726d16fc57f3322-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b563/_pkg_.a # internal cp $WORK/b563/_pkg_.a /builddir/.cache/go-build/f2/f23abda2fe8517d730cb9895e258e7796ac458a2ef77ac3ad0920fe2108063a9-d # internal github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed mkdir -p $WORK/b565/ cat >/tmp/go-build1432051999/b565/importcfg << 'EOF' # internal # import config importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 importmap sigs.k8s.io/structured-merge-diff/v4/fieldpath=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath importmap sigs.k8s.io/structured-merge-diff/v4/schema=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema importmap sigs.k8s.io/structured-merge-diff/v4/value=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build1432051999/b225/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath=/tmp/go-build1432051999/b563/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema=/tmp/go-build1432051999/b564/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build1432051999/b467/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b565/_pkg_.a -trimpath "$WORK/b565=>" -p github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed -complete -installsuffix shared -buildid 60WLx-JQG9nydlyyx8lq/60WLx-JQG9nydlyyx8lq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/merge.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/parser.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/reconcile_schema.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/remove.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/tofieldset.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/typed.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/union.go ./_build/src/github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/validate.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b565/_pkg_.a # internal cp $WORK/b565/_pkg_.a /builddir/.cache/go-build/c2/c282b02f96a89a83b03f2beaf4613d1e0467f6d35c295eeb63cacd7aefba6356-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal mkdir -p $WORK/b566/ cat >/tmp/go-build1432051999/b566/importcfg << 'EOF' # internal # import config importmap sigs.k8s.io/structured-merge-diff/v4/typed=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed=/tmp/go-build1432051999/b565/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b566/_pkg_.a -trimpath "$WORK/b566=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal -complete -installsuffix shared -buildid q_HYGdLd9uTXJOq9sPsF/q_HYGdLd9uTXJOq9sPsF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal/internal.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b566/_pkg_.a # internal cp $WORK/b566/_pkg_.a /builddir/.cache/go-build/13/13ac43437ee9d803b2efabbf31ce4d0f1c45aae13f34541410434d191608ba4b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b823/_pkg_.a # internal cp $WORK/b823/_pkg_.a /builddir/.cache/go-build/a0/a027d42bbc7ad6748f5e8050f5ccb12f63971a52034e90a5d5522c9eefe71728-d # internal github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson mkdir -p $WORK/b822/ cat >/tmp/go-build1432051999/b822/importcfg << 'EOF' # internal # import config importmap go.mongodb.org/mongo-driver/bson/bsoncodec=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec importmap go.mongodb.org/mongo-driver/bson/bsonrw=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw importmap go.mongodb.org/mongo-driver/bson/bsontype=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype importmap go.mongodb.org/mongo-driver/bson/primitive=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive importmap go.mongodb.org/mongo-driver/x/bsonx/bsoncore=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build1432051999/b823/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build1432051999/b825/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build1432051999/b826/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build1432051999/b827/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build1432051999/b828/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b822/_pkg_.a -trimpath "$WORK/b822=>" -p github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson -complete -installsuffix shared -buildid 10cnGDNfWfT7zD_XfJI9/10cnGDNfWfT7zD_XfJI9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b822/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bson.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/decoder.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/encoder.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/marshal.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive_codecs.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/raw.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/raw_element.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/raw_value.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/registry.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/types.go ./_build/src/github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/unmarshal.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b093/_pkg_.a # internal cp $WORK/b093/_pkg_.a /builddir/.cache/go-build/b3/b30907cbed740da5cf1468a59f1eb037a4874058546a064acf6d3a4990214aff-d # internal github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts mkdir -p $WORK/b311/ github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials mkdir -p $WORK/b361/ github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert mkdir -p $WORK/b419/ cat >/tmp/go-build1432051999/b311/importcfg << 'EOF' # internal # import config packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a EOF cat >/tmp/go-build1432051999/b361/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build1432051999/b357/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b311/_pkg_.a -trimpath "$WORK/b311=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts -complete -installsuffix shared -buildid tujrf9UaXqC31JV2RFKK/tujrf9UaXqC31JV2RFKK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts/rootcerts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts/rootcerts_base.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b361/_pkg_.a -trimpath "$WORK/b361=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials -complete -installsuffix shared -buildid qi-6yeVA5W1Eo9Ub98fq/qi-6yeVA5W1Eo9Ub98fq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials/credentials.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials/spiffe.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials/syscallconn.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials/util.go cat >/tmp/go-build1432051999/b419/importcfg << 'EOF' # internal # import config packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile os/exec=/tmp/go-build1432051999/b262/_pkg_.a packagefile os/user=/tmp/go-build1432051999/b048/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert net/http/httptrace /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b419/_pkg_.a -trimpath "$WORK/b419=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert -complete -installsuffix shared -buildid IJHLs0XqL8q6yJ43_K4k/IJHLs0XqL8q6yJ43_K4k -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert/default_cert.go mkdir -p $WORK/b555/ github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig cat >/tmp/go-build1432051999/b555/importcfg << 'EOF' # internal # import config importmap k8s.io/client-go/util/keyutil=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/keyutil packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile crypto/x509/pkix=/tmp/go-build1432051999/b119/_pkg_.a packagefile encoding/pem=/tmp/go-build1432051999/b121/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/keyutil=/tmp/go-build1432051999/b556/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b555/_pkg_.a -trimpath "$WORK/b555=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert -complete -installsuffix shared -buildid zqJrdJxbZSLKDD-FDsq5/zqJrdJxbZSLKDD-FDsq5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert/cert.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert/csr.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert/io.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert/pem.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert/server_inspection.go mkdir -p $WORK/b141/ cat >/tmp/go-build1432051999/b141/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile internal/nettrace=/tmp/go-build1432051999/b077/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/textproto=/tmp/go-build1432051999/b135/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/miekg/dns mkdir -p $WORK/b323/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b141/_pkg_.a -trimpath "$WORK/b141=>" -p net/http/httptrace -std -complete -installsuffix shared -buildid 4ChifsR2LQufw1bqPEu-/4ChifsR2LQufw1bqPEu- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /usr/lib/golang/src/net/http/httptrace/trace.go cat >/tmp/go-build1432051999/b323/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/ipv4=github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4 importmap golang.org/x/net/ipv6=github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6 importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build1432051999/b101/_pkg_.a packagefile crypto/ed25519=/tmp/go-build1432051999/b109/_pkg_.a packagefile crypto/elliptic=/tmp/go-build1432051999/b102/_pkg_.a packagefile crypto/hmac=/tmp/go-build1432051999/b111/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile crypto/sha1=/tmp/go-build1432051999/b115/_pkg_.a packagefile crypto/sha256=/tmp/go-build1432051999/b116/_pkg_.a packagefile crypto/sha512=/tmp/go-build1432051999/b105/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile encoding/asn1=/tmp/go-build1432051999/b107/_pkg_.a packagefile encoding/base32=/tmp/go-build1432051999/b324/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4=/tmp/go-build1432051999/b325/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6=/tmp/go-build1432051999/b329/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b323/_pkg_.a -trimpath "$WORK/b323=>" -p github.com/prometheus/prometheus/vendor/github.com/miekg/dns -complete -installsuffix shared -buildid jxv-8zNvHUddL5LeExut/jxv-8zNvHUddL5LeExut -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/acceptfunc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/clientconfig.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/dane.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/dns.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/dnssec.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/dnssec_keygen.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/dnssec_keyscan.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/dnssec_privkey.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/duplicate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/edns.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/format.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/generate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/labels.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/listen_reuseport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/msg.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/msg_helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/msg_truncate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/nsecx.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/privaterr.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/reverse.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/sanitize.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/scan.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/scan_rr.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/serve_mux.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/server.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/sig0.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/singleinflight.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/smimea.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/svcb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/tlsa.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/tsig.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/udp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/version.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/xfr.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/zduplicate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/zmsg.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/ztypes.go mkdir -p $WORK/b706/ github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift mkdir -p $WORK/b808/ cat >/tmp/go-build1432051999/b808/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile compress/zlib=/tmp/go-build1432051999/b809/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b706/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile encoding/pem=/tmp/go-build1432051999/b121/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b706/_pkg_.a -trimpath "$WORK/b706=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig -complete -installsuffix shared -buildid A-qx5VJuXLEkFXdcE4hZ/A-qx5VJuXLEkFXdcE4hZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b706/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig/certpool_go17.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig/config_client_ciphers.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b808/_pkg_.a -trimpath "$WORK/b808=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift -complete -installsuffix shared -buildid iUEm7hgfjZWBm6GRx_xn/iUEm7hgfjZWBm6GRx_xn -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b808/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/application_exception.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/binary_protocol.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/compact_protocol.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/configuration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/exception.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/header_context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/header_protocol.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/header_transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/memory_buffer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/messagetype.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/numeric.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/processor_factory.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/protocol.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/protocol_exception.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/protocol_factory.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/response_helper.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/rich_transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/serializer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/server_transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/simple_json_protocol.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/simple_server.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/transport_exception.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/transport_factory.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift/type.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b822/_pkg_.a # internal cp $WORK/b822/_pkg_.a /builddir/.cache/go-build/80/80e544fe22d59d99b117a82a9d1f1af6530c95eed68b07c7856910b3dde4e078-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b311/_pkg_.a # internal cp $WORK/b311/_pkg_.a /builddir/.cache/go-build/71/7112b34816bca8a45ddfa47054f8816670aba27e8d5285de8496190c0061037e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b361/_pkg_.a # internal cp $WORK/b361/_pkg_.a /builddir/.cache/go-build/d5/d5c0de2b676cd48db188ef6cac8c7696b1ef08af1467a1a64d418b4111f30ce8-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b419/_pkg_.a # internal cp $WORK/b419/_pkg_.a /builddir/.cache/go-build/af/affb76d05de5a8735376566f1b5204d7ab776d869234e63816174a31bef50774-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b706/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b141/_pkg_.a # internal cp $WORK/b706/_pkg_.a /builddir/.cache/go-build/64/648df5cc86e0c30a3e4dc37095d00f640a5aa945a0cd0c6422e7aec13d3f5e12-d # internal cp $WORK/b141/_pkg_.a /builddir/.cache/go-build/39/3990b7307be9281fdfd99430308f3faf6dc8ddffc75018a8dd17d2b954e8581a-d # internal net/http mkdir -p $WORK/b081/ cat >/tmp/go-build1432051999/b081/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile compress/gzip=/tmp/go-build1432051999/b053/_pkg_.a packagefile container/list=/tmp/go-build1432051999/b082/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1432051999/b129/_pkg_.a packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1432051999/b136/_pkg_.a packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1432051999/b137/_pkg_.a packagefile vendor/golang.org/x/net/idna=/tmp/go-build1432051999/b130/_pkg_.a packagefile internal/godebug=/tmp/go-build1432051999/b046/_pkg_.a packagefile internal/safefilepath=/tmp/go-build1432051999/b041/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile mime=/tmp/go-build1432051999/b138/_pkg_.a packagefile mime/multipart=/tmp/go-build1432051999/b139/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http/httptrace=/tmp/go-build1432051999/b141/_pkg_.a packagefile net/http/internal=/tmp/go-build1432051999/b142/_pkg_.a packagefile net/http/internal/ascii=/tmp/go-build1432051999/b143/_pkg_.a packagefile net/textproto=/tmp/go-build1432051999/b135/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b081/_pkg_.a -trimpath "$WORK/b081=>" -p net/http -std -complete -installsuffix shared -buildid iFdDe8Y-pwsxzBRZP3tb/iFdDe8Y-pwsxzBRZP3tb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /usr/lib/golang/src/net/http/client.go /usr/lib/golang/src/net/http/clone.go /usr/lib/golang/src/net/http/cookie.go /usr/lib/golang/src/net/http/doc.go /usr/lib/golang/src/net/http/filetransport.go /usr/lib/golang/src/net/http/fs.go /usr/lib/golang/src/net/http/h2_bundle.go /usr/lib/golang/src/net/http/h2_error.go /usr/lib/golang/src/net/http/header.go /usr/lib/golang/src/net/http/http.go /usr/lib/golang/src/net/http/jar.go /usr/lib/golang/src/net/http/method.go /usr/lib/golang/src/net/http/request.go /usr/lib/golang/src/net/http/response.go /usr/lib/golang/src/net/http/responsecontroller.go /usr/lib/golang/src/net/http/roundtrip.go /usr/lib/golang/src/net/http/server.go /usr/lib/golang/src/net/http/sniff.go /usr/lib/golang/src/net/http/socks_bundle.go /usr/lib/golang/src/net/http/status.go /usr/lib/golang/src/net/http/transfer.go /usr/lib/golang/src/net/http/transport.go /usr/lib/golang/src/net/http/transport_default_other.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b555/_pkg_.a # internal cp $WORK/b555/_pkg_.a /builddir/.cache/go-build/43/43e44d84aec89e5cde98e7d7346091247d204ecf8ddb9aba26fa3191b91a770c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b182/_pkg_.a # internal cp $WORK/b182/_pkg_.a /builddir/.cache/go-build/78/784a3ee4ce1ac60c1c7d7c39ddc875bb39c3c221538403fbe6f24a702cc5d4f8-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filetype mkdir -p $WORK/b181/ cat >/tmp/go-build1432051999/b181/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/descopts=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts importmap google.golang.org/protobuf/internal/filedesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc importmap google.golang.org/protobuf/internal/impl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts=/tmp/go-build1432051999/b178/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build1432051999/b176/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl=/tmp/go-build1432051999/b182/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1432051999/b172/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b181/_pkg_.a -trimpath "$WORK/b181=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filetype -complete -installsuffix shared -buildid ZQi3QyOd-g0UNL750xSi/ZQi3QyOd-g0UNL750xSi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filetype/build.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b181/_pkg_.a # internal cp $WORK/b181/_pkg_.a /builddir/.cache/go-build/ba/ba7fb51ed64cc65e504b4048ab4a60b4cb011436be712fb03b7f87a8fa6c5f7d-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl mkdir -p $WORK/b180/ cat >/tmp/go-build1432051999/b180/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/internal/filedesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc importmap google.golang.org/protobuf/internal/filetype=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filetype importmap google.golang.org/protobuf/internal/impl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl importmap google.golang.org/protobuf/internal/version=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/version packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build1432051999/b176/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filetype=/tmp/go-build1432051999/b181/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl=/tmp/go-build1432051999/b182/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/version=/tmp/go-build1432051999/b184/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b180/_pkg_.a -trimpath "$WORK/b180=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl -complete -installsuffix shared -buildid zpd676fPX8o_qK407NxE/zpd676fPX8o_qK407NxE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl/impl.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl/version.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b180/_pkg_.a # internal cp $WORK/b180/_pkg_.a /builddir/.cache/go-build/d9/d9a2d610eae5d6347b740435c48364141dbb3edfda3dcddc6bc6613418d62d10-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb mkdir -p $WORK/b189/ github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/emptypb github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/structpb mkdir -p $WORK/b191/ github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/wrapperspb github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/code cat >/tmp/go-build1432051999/b189/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b189/_pkg_.a -trimpath "$WORK/b189=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb -complete -installsuffix shared -buildid RLvf1KXPZkeMhPgeCZAa/RLvf1KXPZkeMhPgeCZAa -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb/duration.pb.go mkdir -p $WORK/b753/ cat >/tmp/go-build1432051999/b191/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b191/_pkg_.a -trimpath "$WORK/b191=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb -complete -installsuffix shared -buildid JkaTQFE5IcwM7ddcY1JB/JkaTQFE5IcwM7ddcY1JB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb/timestamp.pb.go mkdir -p $WORK/b754/ cat >/tmp/go-build1432051999/b753/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protojson=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson=/tmp/go-build1432051999/b351/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b753/_pkg_.a -trimpath "$WORK/b753=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/structpb -complete -installsuffix shared -buildid HZO-ul67z--Azs9R8pCf/HZO-ul67z--Azs9R8pCf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b753/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/structpb/struct.pb.go mkdir -p $WORK/b751/ cat >/tmp/go-build1432051999/b754/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b754/_pkg_.a -trimpath "$WORK/b754=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/emptypb -complete -installsuffix shared -buildid KndQmdLCynqyW9mMXK13/KndQmdLCynqyW9mMXK13 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b754/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/emptypb/empty.pb.go mkdir -p $WORK/b187/ cat >/tmp/go-build1432051999/b751/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b751/_pkg_.a -trimpath "$WORK/b751=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/wrapperspb -complete -installsuffix shared -buildid eMeOJuDvhbRlF6kAlpwI/eMeOJuDvhbRlF6kAlpwI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b751/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/wrapperspb/wrappers.pb.go mkdir -p $WORK/b179/ cat >/tmp/go-build1432051999/b187/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build1432051999/b171/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1432051999/b172/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b187/_pkg_.a -trimpath "$WORK/b187=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb -complete -installsuffix shared -buildid zSNFM39kYFveuHMdpP1Z/zSNFM39kYFveuHMdpP1Z -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb/any.pb.go mkdir -p $WORK/b345/ cat >/tmp/go-build1432051999/b179/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "$WORK/b179=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb -complete -installsuffix shared -buildid e9BPbdmuEaB7AoLHIufB/e9BPbdmuEaB7AoLHIufB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb/descriptor.pb.go cat >/tmp/go-build1432051999/b345/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b345/_pkg_.a -trimpath "$WORK/b345=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/code -complete -installsuffix shared -buildid V3VRcI5ctPTCzC_1DkHC/V3VRcI5ctPTCzC_1DkHC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b345/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/code/code.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b754/_pkg_.a # internal cp $WORK/b754/_pkg_.a /builddir/.cache/go-build/d6/d6037ef57e544182e17c4725ffeda8c32ac4c247ef0400d5c0d75e51787d6e75-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b345/_pkg_.a # internal cp $WORK/b345/_pkg_.a /builddir/.cache/go-build/cc/cc4724e330cbd2c1b14ff6939dc626f3b2486c33234f2ed08bcc96a27db50598-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b189/_pkg_.a # internal cp $WORK/b189/_pkg_.a /builddir/.cache/go-build/b1/b1d0071ccf99ae54a0ae62b73d7fccc26c12dcf608a56d4641b6fe7702496a3b-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration mkdir -p $WORK/b188/ github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/errdetails mkdir -p $WORK/b346/ cat >/tmp/go-build1432051999/b188/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/durationpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1432051999/b189/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b188/_pkg_.a -trimpath "$WORK/b188=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration -complete -installsuffix shared -buildid BRirTjWyq-4ec5B1D_tZ/BRirTjWyq-4ec5B1D_tZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go cat >/tmp/go-build1432051999/b346/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/durationpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1432051999/b189/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b346/_pkg_.a -trimpath "$WORK/b346=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/errdetails -complete -installsuffix shared -buildid cWj_Azl7c11B4n-ONBJ_/cWj_Azl7c11B4n-ONBJ_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/errdetails/error_details.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b191/_pkg_.a # internal cp $WORK/b191/_pkg_.a /builddir/.cache/go-build/b0/b0474ae1f32919182e52f0834bf58ef42d479cbc5ff46972864f421c638761f0-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp mkdir -p $WORK/b190/ cat >/tmp/go-build1432051999/b190/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/timestamppb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1432051999/b191/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b190/_pkg_.a -trimpath "$WORK/b190=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp -complete -installsuffix shared -buildid x4uQedPDm0GNR_uzp47k/x4uQedPDm0GNR_uzp47k -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b187/_pkg_.a # internal cp $WORK/b187/_pkg_.a /builddir/.cache/go-build/44/440ae44c2b6635489bc56a475e338e37f5735c19c379132d7ecb182411e5e3b7-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any mkdir -p $WORK/b186/ github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status mkdir -p $WORK/b348/ github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto cat >/tmp/go-build1432051999/b186/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b186/_pkg_.a -trimpath "$WORK/b186=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any -complete -installsuffix shared -buildid 6H-EhzBQheiXKpAFv2Bw/6H-EhzBQheiXKpAFv2Bw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any/any.pb.go mkdir -p $WORK/b344/ cat >/tmp/go-build1432051999/b348/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b348/_pkg_.a -trimpath "$WORK/b348=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status -complete -installsuffix shared -buildid 2Bg08BpHr4ypI4UOspUy/2Bg08BpHr4ypI4UOspUy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b348/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status/status.pb.go cat >/tmp/go-build1432051999/b344/importcfg << 'EOF' # internal # import config importmap google.golang.org/genproto/googleapis/rpc/code=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/code importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build1432051999/b345/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b344/_pkg_.a -trimpath "$WORK/b344=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto -complete -installsuffix shared -buildid qpwFcqb2cNoIiU_8-Jcg/qpwFcqb2cNoIiU_8-Jcg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b344/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/error.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b751/_pkg_.a # internal cp $WORK/b751/_pkg_.a /builddir/.cache/go-build/c5/c53a61ab6da01764dbab524ba74c116d9491161e6f739118342db78fa54e040e-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers mkdir -p $WORK/b750/ cat >/tmp/go-build1432051999/b750/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/wrapperspb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/wrapperspb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1432051999/b751/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b750/_pkg_.a -trimpath "$WORK/b750=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers -complete -installsuffix shared -buildid nV2UHv8FI4e2Pg0fE7bs/nV2UHv8FI4e2Pg0fE7bs -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b750/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b190/_pkg_.a # internal cp $WORK/b190/_pkg_.a /builddir/.cache/go-build/a9/a90fc295321d2da6292c853e23d0f64d3943aff1b098cfe47fe37a0b5bbbe11a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b186/_pkg_.a # internal cp $WORK/b186/_pkg_.a /builddir/.cache/go-build/33/338fac6d463877ab350d2b456d60c3641db0735755cb25deab06859567e3e339-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b753/_pkg_.a # internal cp $WORK/b753/_pkg_.a /builddir/.cache/go-build/f8/f82502779b4ef792fef9055fe2ad92d2eb4023aa0bba837893567b219aa02884-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/struct mkdir -p $WORK/b752/ cat >/tmp/go-build1432051999/b752/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/structpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/structpb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/structpb=/tmp/go-build1432051999/b753/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b752/_pkg_.a -trimpath "$WORK/b752=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/struct -complete -installsuffix shared -buildid 10Osy_wLepAgfWBvZy0X/10Osy_wLepAgfWBvZy0X -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b752/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/struct/struct.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b188/_pkg_.a # internal cp $WORK/b188/_pkg_.a /builddir/.cache/go-build/e2/e227614bc240f63fe3826e051efdc1d06357b7bc3552e3f6ee40b225f8bffe6c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b238/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b348/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b344/_pkg_.a # internal cp $WORK/b348/_pkg_.a /builddir/.cache/go-build/bf/bf682135cf2948980f20bdb3f98db6b4839204001cf768bb7ee8d974e99e25d2-d # internal cp $WORK/b344/_pkg_.a /builddir/.cache/go-build/77/770e400bbc9f31ffccfbdc3882d9622b6043e066a13e84bb43f9b64eeb6cf745-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b750/_pkg_.a # internal cp $WORK/b750/_pkg_.a /builddir/.cache/go-build/a6/a63d15cd4251b165e7bcfee7ad3bbc766583489ca61211c28add0e7a383d9076-d # internal cp $WORK/b238/_pkg_.a /builddir/.cache/go-build/9a/9a3b1ac9217e24a741b0c9736f99a3f50d16ab6e75eb818e6ddf8a4dc876668d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b752/_pkg_.a # internal cp $WORK/b752/_pkg_.a /builddir/.cache/go-build/19/195cd45a07842c9fc2d970cc83148c8b8564066b0964f145a7c9a5f09f10e1e6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b346/_pkg_.a # internal cp $WORK/b346/_pkg_.a /builddir/.cache/go-build/6a/6a33a89a4886d533b9109944cb7872fabe8d65a7f9ddde073c1833ce2bd67ab3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b808/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b179/_pkg_.a # internal cp $WORK/b179/_pkg_.a /builddir/.cache/go-build/bf/bfde8af310ce80f9a638918a5231a877efb4fa63ee2a0cce5690698232528ae4-d # internal github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate mkdir -p $WORK/b746/ github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc cat >/tmp/go-build1432051999/b746/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/descriptorpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb importmap google.golang.org/protobuf/types/known/durationpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb importmap google.golang.org/protobuf/types/known/timestamppb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1432051999/b179/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1432051999/b189/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1432051999/b191/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b746/_pkg_.a -trimpath "$WORK/b746=>" -p github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate -complete -installsuffix shared -buildid gvjv3_9MtHhk8wL0DELG/gvjv3_9MtHhk8wL0DELG -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b746/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate/validate.pb.go mkdir -p $WORK/b757/ cat >/tmp/go-build1432051999/b757/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/descriptorpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1432051999/b179/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b757/_pkg_.a -trimpath "$WORK/b757=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations -complete -installsuffix shared -buildid afvwOqUVVR_7nOXV3zt1/afvwOqUVVR_7nOXV3zt1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b757/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations/annotations.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations/client.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations/field_behavior.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations/http.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations/resource.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations/routing.pb.go mkdir -p $WORK/b174/ cat >/tmp/go-build1432051999/b174/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/internal/encoding/defval=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval importmap google.golang.org/protobuf/internal/errors=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors importmap google.golang.org/protobuf/internal/filedesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc importmap google.golang.org/protobuf/internal/flags=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags importmap google.golang.org/protobuf/internal/genid=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid importmap google.golang.org/protobuf/internal/pragma=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma importmap google.golang.org/protobuf/internal/strs=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry importmap google.golang.org/protobuf/types/descriptorpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build1432051999/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build1432051999/b175/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build1432051999/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build1432051999/b176/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build1432051999/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build1432051999/b168/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build1432051999/b163/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build1432051999/b166/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build1432051999/b171/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1432051999/b172/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1432051999/b179/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b174/_pkg_.a -trimpath "$WORK/b174=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc -complete -installsuffix shared -buildid 59wjjs5TVsWDMXYP3XHG/59wjjs5TVsWDMXYP3XHG -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc/desc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc/desc_init.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc/desc_resolve.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc/desc_validate.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc/proto.go cp $WORK/b808/_pkg_.a /builddir/.cache/go-build/54/5460a80ea287528ff8924c92a6d9a6c6498702b2ca6170bd9aabccde501c268e-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling mkdir -p $WORK/b812/ github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger cat >/tmp/go-build1432051999/b812/importcfg << 'EOF' # internal # import config importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile database/sql/driver=/tmp/go-build1432051999/b789/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build1432051999/b808/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b812/_pkg_.a -trimpath "$WORK/b812=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling -complete -installsuffix shared -buildid sL1yaIZlWIzmFlKSjP20/sL1yaIZlWIzmFlKSjP20 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b812/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/GoUnusedProtection__.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/sampling-consts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/sampling.go mkdir -p $WORK/b813/ cat >/tmp/go-build1432051999/b813/importcfg << 'EOF' # internal # import config importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile database/sql/driver=/tmp/go-build1432051999/b789/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build1432051999/b808/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b813/_pkg_.a -trimpath "$WORK/b813=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore -complete -installsuffix shared -buildid 3QmDL9GcUIbZyatZnBNZ/3QmDL9GcUIbZyatZnBNZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b813/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/GoUnusedProtection__.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincore-consts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincore.go mkdir -p $WORK/b811/ cat >/tmp/go-build1432051999/b811/importcfg << 'EOF' # internal # import config importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile database/sql/driver=/tmp/go-build1432051999/b789/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build1432051999/b808/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b811/_pkg_.a -trimpath "$WORK/b811=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger -complete -installsuffix shared -buildid 1Mr8QXXkdD3ZNRz0HE_F/1Mr8QXXkdD3ZNRz0HE_F -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b811/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/GoUnusedProtection__.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/jaeger-consts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/jaeger.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b757/_pkg_.a # internal cp $WORK/b757/_pkg_.a /builddir/.cache/go-build/59/59d1ac1dd3b0eeb2ce69587324403a8812a4bfb3aa042998e2676a170ab8470b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b812/_pkg_.a # internal cp $WORK/b812/_pkg_.a /builddir/.cache/go-build/c0/c08cbc567443448bf38f7862a3522d4315e355ce07224e875162ba8a1e7858f7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b813/_pkg_.a # internal cp $WORK/b813/_pkg_.a /builddir/.cache/go-build/cf/cfaab367cf9eb17b22ef0c88c7f2c8c29c1a620c9c25371cc61d67b0cd825095-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b811/_pkg_.a # internal cp $WORK/b811/_pkg_.a /builddir/.cache/go-build/1b/1b0964de12b944345e7098f8c1dad4dbeeea87440ef57d9ffddd8c2416ad78e1-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent mkdir -p $WORK/b815/ cat >/tmp/go-build1432051999/b815/importcfg << 'EOF' # internal # import config importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift importmap github.com/uber/jaeger-client-go/thrift-gen/jaeger=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger importmap github.com/uber/jaeger-client-go/thrift-gen/zipkincore=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build1432051999/b808/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger=/tmp/go-build1432051999/b811/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore=/tmp/go-build1432051999/b813/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b815/_pkg_.a -trimpath "$WORK/b815=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent -complete -installsuffix shared -buildid 5yZNOuHDw3eVMu_7XR06/5yZNOuHDw3eVMu_7XR06 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b815/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/GoUnusedProtection__.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/agent-consts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/agent.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b746/_pkg_.a # internal cp $WORK/b746/_pkg_.a /builddir/.cache/go-build/b3/b3b70babe3e73df66f5889b300653c5f3f4f3e483c2b7793b3fd6decf652e1df-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b174/_pkg_.a # internal cp $WORK/b174/_pkg_.a /builddir/.cache/go-build/45/452fe9694ca4242d8dbc11526dff846b4f93fd1f1fcaa161d4467053dcf842b1-d # internal github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto mkdir -p $WORK/b155/ cat >/tmp/go-build1432051999/b155/importcfg << 'EOF' # internal # import config importmap google.golang.org/protobuf/encoding/prototext=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext importmap google.golang.org/protobuf/encoding/protowire=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protodesc=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry importmap google.golang.org/protobuf/runtime/protoiface=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile compress/gzip=/tmp/go-build1432051999/b053/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext=/tmp/go-build1432051999/b156/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build1432051999/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build1432051999/b171/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc=/tmp/go-build1432051999/b174/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1432051999/b172/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1432051999/b173/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b155/_pkg_.a -trimpath "$WORK/b155=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto -complete -installsuffix shared -buildid 0nzttuBjIz1hLxlFN0kT/0nzttuBjIz1hLxlFN0kT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/buffer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/deprecated.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/discard.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/extensions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/properties.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/proto.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/registry.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/text_decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/text_encode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/wire.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto/wrappers.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b815/_pkg_.a # internal cp $WORK/b815/_pkg_.a /builddir/.cache/go-build/8d/8dcfd216f5742f50fb09960b791538e715f6392b0f2dd5f51891f1c0949f78f3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b155/_pkg_.a # internal cp $WORK/b155/_pkg_.a /builddir/.cache/go-build/6c/6cc39c4b0e23a09beb413846a8c55d3d1c4ad43ff7756157b5eadc7521945c30-d # internal github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil mkdir -p $WORK/b195/ github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/proto github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials github.com/prometheus/prometheus/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1 github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations mkdir -p $WORK/b185/ cat >/tmp/go-build1432051999/b195/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3 mkdir -p $WORK/b744/ github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b195/_pkg_.a -trimpath "$WORK/b195=>" -p github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil -complete -installsuffix shared -buildid UmmA-iLYTpePZvKcg_k_/UmmA-iLYTpePZvKcg_k_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go mkdir -p $WORK/b742/ cat >/tmp/go-build1432051999/b185/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/any=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any importmap github.com/golang/protobuf/ptypes/duration=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration importmap github.com/golang/protobuf/ptypes/timestamp=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any=/tmp/go-build1432051999/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration=/tmp/go-build1432051999/b188/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp=/tmp/go-build1432051999/b190/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1432051999/b172/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b370/ cat >/tmp/go-build1432051999/b744/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/descriptorpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1432051999/b179/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/mail=/tmp/go-build1432051999/b743/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b185/_pkg_.a -trimpath "$WORK/b185=>" -p github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes -complete -installsuffix shared -buildid aMpMzspk_bQwDNNO5xmN/aMpMzspk_bQwDNNO5xmN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp.go cat >/tmp/go-build1432051999/b742/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/descriptorpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1432051999/b179/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/mail=/tmp/go-build1432051999/b743/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b744/_pkg_.a -trimpath "$WORK/b744=>" -p github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3 -complete -installsuffix shared -buildid cQALZJvyxyWYPXu9B-9F/cQALZJvyxyWYPXu9B-9F -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b744/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3/status.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3/status.pb.validate.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b742/_pkg_.a -trimpath "$WORK/b742=>" -p github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations -complete -installsuffix shared -buildid pWxoEmbMeLszNJgin6CM/pWxoEmbMeLszNJgin6CM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/migrate.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/migrate.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/security.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/security.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/sensitive.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/sensitive.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/status.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/status.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/versioning.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations/versioning.pb.validate.go mkdir -p $WORK/b359/ cat >/tmp/go-build1432051999/b370/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap google.golang.org/grpc/encoding=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding=/tmp/go-build1432051999/b369/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b370/_pkg_.a -trimpath "$WORK/b370=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/proto -complete -installsuffix shared -buildid F8dk-JyRI38wJMi5AUjr/F8dk-JyRI38wJMi5AUjr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/proto/proto.go mkdir -p $WORK/b374/ cat >/tmp/go-build1432051999/b359/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap google.golang.org/grpc/attributes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes importmap google.golang.org/grpc/internal/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes=/tmp/go-build1432051999/b360/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials=/tmp/go-build1432051999/b361/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b359/_pkg_.a -trimpath "$WORK/b359=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials -complete -installsuffix shared -buildid L2rqxzceYjOCzpJDFUj_/L2rqxzceYjOCzpJDFUj_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials/credentials.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials/go12.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials/tls.go mkdir -p $WORK/b747/ cat >/tmp/go-build1432051999/b374/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/durationpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb importmap google.golang.org/protobuf/types/known/timestamppb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1432051999/b189/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1432051999/b191/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF mkdir -p $WORK/b193/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b374/_pkg_.a -trimpath "$WORK/b374=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1 -complete -installsuffix shared -buildid -b4BAiTvBNrx7dV2e3BC/-b4BAiTvBNrx7dV2e3BC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1/binarylog.pb.go cat >/tmp/go-build1432051999/b747/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/descriptorpb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1432051999/b179/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/mail=/tmp/go-build1432051999/b743/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF cat >/tmp/go-build1432051999/b193/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/timestamp=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp=/tmp/go-build1432051999/b190/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b747/_pkg_.a -trimpath "$WORK/b747=>" -p github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations -complete -installsuffix shared -buildid -ltDiH-LNR88H4Q3tn9t/-ltDiH-LNR88H4Q3tn9t -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b747/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/deprecation.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/deprecation.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/resource.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations/resource.pb.validate.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b193/_pkg_.a -trimpath "$WORK/b193=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go -complete -installsuffix shared -buildid thfMc6HoYRGETsy7CZ81/thfMc6HoYRGETsy7CZ81 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go/metrics.pb.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b370/_pkg_.a # internal cp $WORK/b370/_pkg_.a /builddir/.cache/go-build/f8/f84935bc91182fa3a5b59e6351a2534eb01f3605c79956b2fc7f378e03319ac8-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b195/_pkg_.a # internal cp $WORK/b195/_pkg_.a /builddir/.cache/go-build/e7/e732c9627133ca3ecf9bf7354e8755f3275ea5967b4cd547f6c0f1e7f1a083b4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b185/_pkg_.a # internal cp $WORK/b185/_pkg_.a /builddir/.cache/go-build/de/de72d23ed62ad5dfaa8954580a58b864c3fae9b0ccfbb0397ebf33fc7bd34f40-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/status mkdir -p $WORK/b350/ github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions cat >/tmp/go-build1432051999/b350/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes importmap google.golang.org/genproto/googleapis/rpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes=/tmp/go-build1432051999/b185/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1432051999/b348/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build1432051999/b349/_pkg_.a EOF mkdir -p $WORK/b480/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b350/_pkg_.a -trimpath "$WORK/b350=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/status -complete -installsuffix shared -buildid cIHENQKcKlZwpz-4g3JN/cIHENQKcKlZwpz-4g3JN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/status/status.go cat >/tmp/go-build1432051999/b480/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes=/tmp/go-build1432051999/b185/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b480/_pkg_.a -trimpath "$WORK/b480=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions -complete -installsuffix shared -buildid KRUOwmX4fCgPLqI-GAje/KRUOwmX4fCgPLqI-GAje -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions/extension.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions/extensions.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b747/_pkg_.a # internal cp $WORK/b747/_pkg_.a /builddir/.cache/go-build/16/16db6d788e4300ffbda78f1f461c3b91f6fe182d5f6a28a345a22a5a39b6c06f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b359/_pkg_.a # internal cp $WORK/b359/_pkg_.a /builddir/.cache/go-build/6c/6ce5fc5da790a8ce41c278db0a088c3276ab9089f42e9bb8c2b026a8ed50d932-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver mkdir -p $WORK/b363/ github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz mkdir -p $WORK/b391/ cat >/tmp/go-build1432051999/b363/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/attributes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes importmap google.golang.org/grpc/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials importmap google.golang.org/grpc/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes=/tmp/go-build1432051999/b360/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build1432051999/b359/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build1432051999/b364/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b363/_pkg_.a -trimpath "$WORK/b363=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver -complete -installsuffix shared -buildid KVdceekltNJoM16Ptd9g/KVdceekltNJoM16Ptd9g -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver/resolver.go mkdir -p $WORK/b377/ cat >/tmp/go-build1432051999/b391/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build1432051999/b359/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b391/_pkg_.a -trimpath "$WORK/b391=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer -complete -installsuffix shared -buildid yqjWuD6PQxdFu6SEquXU/yqjWuD6PQxdFu6SEquXU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer/peer.go cat >/tmp/go-build1432051999/b377/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix importmap google.golang.org/grpc/connectivity=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity importmap google.golang.org/grpc/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity=/tmp/go-build1432051999/b356/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build1432051999/b359/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build1432051999/b357/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b377/_pkg_.a -trimpath "$WORK/b377=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz -complete -installsuffix shared -buildid o2WdJSWNlnxaNjI_Ls8h/o2WdJSWNlnxaNjI_Ls8h -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz/funcs.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz/logging.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz/types.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz/types_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz/util_linux.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b744/_pkg_.a # internal cp $WORK/b744/_pkg_.a /builddir/.cache/go-build/97/97db9816aa853281d96408994ade73fb7cc7f162dbb2b051c2a8013e68dd3604-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b193/_pkg_.a # internal cp $WORK/b193/_pkg_.a /builddir/.cache/go-build/2f/2ffa4357889b559dba28bfda2db17ba712ba7c5563fc61ebb2686e885c85f39b-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal mkdir -p $WORK/b192/ cat >/tmp/go-build1432051999/b192/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_model/go=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build1432051999/b193/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b192/_pkg_.a -trimpath "$WORK/b192=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal -complete -installsuffix shared -buildid tzAFDqodgX7LmcXw3rtB/tzAFDqodgX7LmcXw3rtB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal/metric.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b391/_pkg_.a # internal cp $WORK/b391/_pkg_.a /builddir/.cache/go-build/d2/d25bdd6fad1bc79b4926c9b83a829a2246180454b0b1d84810628285bcf0f94d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b374/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b363/_pkg_.a # internal cp $WORK/b363/_pkg_.a /builddir/.cache/go-build/d8/d8020f600dad93f5f07a2994ce4dd5cc14ac5a5bc596e4696df84b3663fe7ab8-d # internal cp $WORK/b374/_pkg_.a /builddir/.cache/go-build/82/82ceeff9beb676478c43e122d910d0ad77e8c13d6062f3b17568d8bc76978e69-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal mkdir -p $WORK/b362/ github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil mkdir -p $WORK/b375/ cat >/tmp/go-build1432051999/b362/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/attributes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes importmap google.golang.org/grpc/connectivity=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver importmap google.golang.org/grpc/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes=/tmp/go-build1432051999/b360/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity=/tmp/go-build1432051999/b356/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build1432051999/b364/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b362/_pkg_.a -trimpath "$WORK/b362=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal -complete -installsuffix shared -buildid V9qXrTx6Jgmrf95Jz5JR/V9qXrTx6Jgmrf95Jz5JR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/internal.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/xds_handshake_cluster.go cat >/tmp/go-build1432051999/b375/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build1432051999/b365/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b375/_pkg_.a -trimpath "$WORK/b375=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil -complete -installsuffix shared -buildid TDRumri8bO0Yj1_g6hHI/TDRumri8bO0Yj1_g6hHI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil/encode_duration.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil/metadata.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil/method.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil/target.go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/grpclb/state mkdir -p $WORK/b383/ github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/passthrough cat >/tmp/go-build1432051999/b383/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a EOF mkdir -p $WORK/b384/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b383/_pkg_.a -trimpath "$WORK/b383=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/grpclb/state -complete -installsuffix shared -buildid dTU0cLFVxPHPD9l-KNKX/dTU0cLFVxPHPD9l-KNKX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/grpclb/state/state.go cat >/tmp/go-build1432051999/b384/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b384/_pkg_.a -trimpath "$WORK/b384=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/passthrough -complete -installsuffix shared -buildid mkYHvHb4Zl-TDE_igEiE/mkYHvHb4Zl-TDE_igEiE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/passthrough/passthrough.go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype mkdir -p $WORK/b386/ cat >/tmp/go-build1432051999/b386/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a EOF github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/metadata mkdir -p $WORK/b388/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b386/_pkg_.a -trimpath "$WORK/b386=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype -complete -installsuffix shared -buildid u8Sirg0cnjPgpRMXXgvT/u8Sirg0cnjPgpRMXXgvT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype/networktype.go cat >/tmp/go-build1432051999/b388/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build1432051999/b365/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b388/_pkg_.a -trimpath "$WORK/b388=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/metadata -complete -installsuffix shared -buildid ZIZ1Wq0zKiinpaZ24P-s/ZIZ1Wq0zKiinpaZ24P-s -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/metadata/metadata.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b350/_pkg_.a # internal cp $WORK/b350/_pkg_.a /builddir/.cache/go-build/56/562bccc99a134554af1655ac0e5dfc504a38d8369711b94fab9a9926d95182f4-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status mkdir -p $WORK/b347/ cat >/tmp/go-build1432051999/b347/importcfg << 'EOF' # internal # import config importmap google.golang.org/genproto/googleapis/rpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/internal/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/status packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1432051999/b348/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build1432051999/b349/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/status=/tmp/go-build1432051999/b350/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b347/_pkg_.a -trimpath "$WORK/b347=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status -complete -installsuffix shared -buildid fidcxyuaZFz2AA3N1Uvt/fidcxyuaZFz2AA3N1Uvt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status/status.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b383/_pkg_.a # internal cp $WORK/b383/_pkg_.a /builddir/.cache/go-build/60/60a3322b987d47b1c2e8f855750ee5f828605f2dbea546b0bc6126ca984364a4-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns mkdir -p $WORK/b382/ cat >/tmp/go-build1432051999/b382/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/balancer/grpclb/state=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/grpclb/state importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/internal/backoff=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff importmap google.golang.org/grpc/internal/envconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig importmap google.golang.org/grpc/internal/grpcrand=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver importmap google.golang.org/grpc/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build1432051999/b383/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build1432051999/b357/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff=/tmp/go-build1432051999/b371/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig=/tmp/go-build1432051999/b378/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand=/tmp/go-build1432051999/b368/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build1432051999/b364/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b382/_pkg_.a -trimpath "$WORK/b382=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns -complete -installsuffix shared -buildid BhnKq6C9jCGf9UJb9j1K/BhnKq6C9jCGf9UJb9j1K -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns/dns_resolver.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns/go113.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b386/_pkg_.a # internal cp $WORK/b386/_pkg_.a /builddir/.cache/go-build/5e/5ec4c1a97f770a0991011c553b0bcf3cb2e067a7712e838465081cb0894732bf-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/unix mkdir -p $WORK/b385/ cat >/tmp/go-build1432051999/b385/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/internal/transport/networktype=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1432051999/b386/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b385/_pkg_.a -trimpath "$WORK/b385=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/unix -complete -installsuffix shared -buildid FCtt8B9VW8EAqtdpjn9H/FCtt8B9VW8EAqtdpjn9H -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/unix/unix.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b362/_pkg_.a # internal cp $WORK/b362/_pkg_.a /builddir/.cache/go-build/3a/3a15b30b316b30886a6a645acbfb8fbc1dd4b5f166f36b8bdb0adccd1f4f5e8b-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer mkdir -p $WORK/b355/ cat >/tmp/go-build1432051999/b355/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/connectivity=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity importmap google.golang.org/grpc/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials importmap google.golang.org/grpc/internal=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver importmap google.golang.org/grpc/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity=/tmp/go-build1432051999/b356/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build1432051999/b359/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal=/tmp/go-build1432051999/b362/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build1432051999/b365/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build1432051999/b364/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b355/_pkg_.a -trimpath "$WORK/b355=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer -complete -installsuffix shared -buildid ZInTyDApLEsu9FOExVm8/ZInTyDApLEsu9FOExVm8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/balancer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b388/_pkg_.a # internal cp $WORK/b388/_pkg_.a /builddir/.cache/go-build/98/98248d41017cb69cb8fa7f6fc5606d67cf3ee65584b89a5c638ffa2abbca4713-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b192/_pkg_.a # internal cp $WORK/b192/_pkg_.a /builddir/.cache/go-build/64/641a7a18622d6d45a0ac38680fc07ab39ca7ad7ada81d4e601b5fdd94e9772af-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b384/_pkg_.a # internal cp $WORK/b384/_pkg_.a /builddir/.cache/go-build/2b/2be1897a486502016644925505e26cf9bc4cd2267d3562c2259596d883dceee6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b375/_pkg_.a # internal cp $WORK/b375/_pkg_.a /builddir/.cache/go-build/a9/a93491ca4b550ac6c659cb87806a0254b14b1a06e0194687d8b64c3665960234-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b385/_pkg_.a # internal cp $WORK/b385/_pkg_.a /builddir/.cache/go-build/67/67478f1627367a7f90b210dd6cb45594405c2ea8b57027b5d07ac64a4ca61f53-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b742/_pkg_.a # internal cp $WORK/b742/_pkg_.a /builddir/.cache/go-build/b5/b58df0ed75caa878cbbc1aea8c8b2ced63fc5599bf9a7cceac17e74888062f5e-d # internal github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3 mkdir -p $WORK/b745/ github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3 mkdir -p $WORK/b749/ cat >/tmp/go-build1432051999/b745/importcfg << 'EOF' # internal # import config importmap github.com/cncf/xds/go/udpa/annotations=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations importmap github.com/envoyproxy/protoc-gen-validate/validate=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/any=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1432051999/b742/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1432051999/b746/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any=/tmp/go-build1432051999/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/mail=/tmp/go-build1432051999/b743/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b745/_pkg_.a -trimpath "$WORK/b745=>" -p github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3 -complete -installsuffix shared -buildid iSqYY0RuP-9YojIb1YmC/iSqYY0RuP-9YojIb1YmC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b745/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/authority.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/authority.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/collection_entry.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/collection_entry.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/context_params.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/context_params.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/extension.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/extension.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/resource.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/resource.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/resource_locator.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/resource_locator.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/resource_name.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3/resource_name.pb.validate.go cat >/tmp/go-build1432051999/b749/importcfg << 'EOF' # internal # import config importmap github.com/cncf/xds/go/udpa/annotations=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations importmap github.com/envoyproxy/protoc-gen-validate/validate=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/duration=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration importmap github.com/golang/protobuf/ptypes/wrappers=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1432051999/b742/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1432051999/b746/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration=/tmp/go-build1432051999/b188/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers=/tmp/go-build1432051999/b750/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/mail=/tmp/go-build1432051999/b743/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b749/_pkg_.a -trimpath "$WORK/b749=>" -p github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3 -complete -installsuffix shared -buildid h-mKNhWtm4zfRxJCG3tp/h-mKNhWtm4zfRxJCG3tp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b749/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/hash_policy.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/hash_policy.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http_status.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/http_status.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/percent.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/percent.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/range.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/range.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/ratelimit_unit.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/ratelimit_unit.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/semantic_version.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/semantic_version.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/token_bucket.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3/token_bucket.pb.validate.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b355/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b480/_pkg_.a # internal cp $WORK/b355/_pkg_.a /builddir/.cache/go-build/3d/3d76566468d396db8fde8dcb61deea6b532934f8168e8603efd919442d385022-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base mkdir -p $WORK/b366/ cat >/tmp/go-build1432051999/b366/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/attributes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes importmap google.golang.org/grpc/balancer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer importmap google.golang.org/grpc/connectivity=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes=/tmp/go-build1432051999/b360/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer=/tmp/go-build1432051999/b355/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity=/tmp/go-build1432051999/b356/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build1432051999/b357/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b366/_pkg_.a -trimpath "$WORK/b366=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base -complete -installsuffix shared -buildid 5z2DE7sC-edvnOV5rpSS/5z2DE7sC-edvnOV5rpSS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base/balancer.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base/base.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b347/_pkg_.a # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig mkdir -p $WORK/b381/ cat >/tmp/go-build1432051999/b381/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/balancer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer=/tmp/go-build1432051999/b355/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build1432051999/b349/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build1432051999/b357/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build1432051999/b364/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b381/_pkg_.a -trimpath "$WORK/b381=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig -complete -installsuffix shared -buildid Zl0PERpSOfazS1o3yTat/Zl0PERpSOfazS1o3yTat -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig/serviceconfig.go cp $WORK/b480/_pkg_.a /builddir/.cache/go-build/b2/b2ec90e6bda388999efeb4bfca2328f4bb319ac135da38df952ed768f48b1662-d # internal cp $WORK/b347/_pkg_.a /builddir/.cache/go-build/83/83dcd7256bb1f623c6dc90749c6f1aa93dc4e7db051c030f58f9584ee3bdb1db-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs mkdir -p $WORK/b373/ mkdir -p $WORK/b691/ cat >/tmp/go-build1432051999/b373/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes importmap google.golang.org/grpc/binarylog/grpc_binarylog_v1=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1 importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/internal/grpcutil=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes=/tmp/go-build1432051999/b185/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build1432051999/b374/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build1432051999/b357/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil=/tmp/go-build1432051999/b375/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build1432051999/b365/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build1432051999/b347/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b373/_pkg_.a -trimpath "$WORK/b373=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog -complete -installsuffix shared -buildid pa1JWVkOc9WS6pTvviBW/pa1JWVkOc9WS6pTvviBW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog/binarylog.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog/binarylog_testutil.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog/env_config.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog/method_logger.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog/sink.go cat >/tmp/go-build1432051999/b691/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build1432051999/b349/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build1432051999/b347/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b691/_pkg_.a -trimpath "$WORK/b691=>" -p github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs -complete -installsuffix shared -buildid Pp7Iq7gEOChClaO6d-ix/Pp7Iq7gEOChClaO6d-ix -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs/grpc.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b381/_pkg_.a # internal cp $WORK/b381/_pkg_.a /builddir/.cache/go-build/de/ded113c0347de3674194caf982cbc74e3261be2159d00e65f2b1993c56cb7ea5-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver mkdir -p $WORK/b380/ cat >/tmp/go-build1432051999/b380/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/internal/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1432051999/b381/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build1432051999/b365/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b380/_pkg_.a -trimpath "$WORK/b380=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver -complete -installsuffix shared -buildid Dr7Dc0id7F-YaR-LD4se/Dr7Dc0id7F-YaR-LD4se -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/config_selector.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b382/_pkg_.a # internal cp $WORK/b382/_pkg_.a /builddir/.cache/go-build/44/449ad61cd1471ccb19df071b64dbc043924d3af740356c9c34fdcb04c2ffb3dd-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b366/_pkg_.a # internal cp $WORK/b366/_pkg_.a /builddir/.cache/go-build/91/91f648e921714e9bb5bbb239cd58c3748a30acec873c5457240c58667746adb6-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/roundrobin mkdir -p $WORK/b367/ cat >/tmp/go-build1432051999/b367/importcfg << 'EOF' # internal # import config importmap google.golang.org/grpc/balancer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer importmap google.golang.org/grpc/balancer/base=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/internal/grpcrand=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer=/tmp/go-build1432051999/b355/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base=/tmp/go-build1432051999/b366/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build1432051999/b357/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand=/tmp/go-build1432051999/b368/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b367/_pkg_.a -trimpath "$WORK/b367=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/roundrobin -complete -installsuffix shared -buildid QRFBOtufA9qwSLGIzLh3/QRFBOtufA9qwSLGIzLh3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/roundrobin/roundrobin.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b691/_pkg_.a # internal cp $WORK/b691/_pkg_.a /builddir/.cache/go-build/92/92835193f2fc3035a507e982e2712505d31edbf70bc397db1ad6ef76083043aa-d # internal github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms mkdir -p $WORK/b690/ cat >/tmp/go-build1432051999/b690/importcfg << 'EOF' # internal # import config importmap github.com/containerd/containerd/errdefs=github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs importmap github.com/containerd/containerd/log=github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/log importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs=/tmp/go-build1432051999/b691/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/log=/tmp/go-build1432051999/b692/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1432051999/b684/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b690/_pkg_.a -trimpath "$WORK/b690=>" -p github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms -complete -installsuffix shared -buildid Btr1edGukTYGzJiadnGH/Btr1edGukTYGzJiadnGH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms/compare.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms/cpuinfo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms/database.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms/defaults_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms/platforms.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b380/_pkg_.a # internal cp $WORK/b380/_pkg_.a /builddir/.cache/go-build/39/39e360956d0dfc9ef3240a26a32053b4679110c8454bd1f5fb25a031c6af3c71-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b367/_pkg_.a # internal cp $WORK/b367/_pkg_.a /builddir/.cache/go-build/54/54f914cf9610844826af118f5eb4ef80688b477e020d118d90f918a3c2c0353e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b377/_pkg_.a # internal cp $WORK/b377/_pkg_.a /builddir/.cache/go-build/e1/e191750f8400f1e1ed3574de3d19605e16056613108d286235b012102c678208-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b373/_pkg_.a # internal cp $WORK/b373/_pkg_.a /builddir/.cache/go-build/f2/f22d5d2a1578a89b5f578782db7ce74a13c89dcb0f4ed574b2fd5a8d60b57d4c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b690/_pkg_.a # internal cp $WORK/b690/_pkg_.a /builddir/.cache/go-build/28/28055509a9c8c13f0928ce604e1919bc9da12eec971701a3834e2ff231970576-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b745/_pkg_.a # internal cp $WORK/b745/_pkg_.a /builddir/.cache/go-build/f2/f24ac257c99e52f26fa65b504a3692d096d03cf3d075a909f2656712b2a31939-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b749/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b323/_pkg_.a # internal cp $WORK/b749/_pkg_.a /builddir/.cache/go-build/9d/9d10ecf7b5954c51b28fe0eff8055077233fa08a5e3b23e2516a8a59b9004770-d # internal github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 mkdir -p $WORK/b748/ cat >/tmp/go-build1432051999/b748/importcfg << 'EOF' # internal # import config importmap github.com/cncf/xds/go/udpa/annotations=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations importmap github.com/envoyproxy/go-control-plane/envoy/annotations=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations importmap github.com/envoyproxy/go-control-plane/envoy/type/v3=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3 importmap github.com/envoyproxy/protoc-gen-validate/validate=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/wrappers=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1432051999/b742/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1432051999/b747/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1432051999/b749/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1432051999/b746/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers=/tmp/go-build1432051999/b750/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/mail=/tmp/go-build1432051999/b743/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b748/_pkg_.a -trimpath "$WORK/b748=>" -p github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 -complete -installsuffix shared -buildid 3Oy7LoqY02U07zsfpNfu/3Oy7LoqY02U07zsfpNfu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b748/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/http_inputs.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/http_inputs.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/metadata.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/metadata.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/node.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/node.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/number.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/number.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/path.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/path.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/regex.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/regex.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/string.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/string.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/struct.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/struct.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/value.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3/value.pb.validate.go cp $WORK/b323/_pkg_.a /builddir/.cache/go-build/a2/a2ba3294747887ba8f8fa34acc781ac5b18b6bd4c0a614f0806c48b2a94a4da7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b081/_pkg_.a # internal cp $WORK/b081/_pkg_.a /builddir/.cache/go-build/10/107743a266ab42baa96002b4f9cfbc41045792c574356088f66b5ef23f7871b0-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api mkdir -p $WORK/b074/ expvar mkdir -p $WORK/b152/ cat >/tmp/go-build1432051999/b074/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "$WORK/b074=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api -complete -installsuffix shared -buildid UFdFvNK7Ho18GlH6TNhB/UFdFvNK7Ho18GlH6TNhB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api/client.go github.com/prometheus/prometheus/vendor/golang.org/x/net/trace mkdir -p $WORK/b206/ github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt cat >/tmp/go-build1432051999/b152/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b152/_pkg_.a -trimpath "$WORK/b152=>" -p expvar -std -complete -installsuffix shared -buildid 6mjT9Tx7_wZCvCyrL1Q6/6mjT9Tx7_wZCvCyrL1Q6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /usr/lib/golang/src/expvar/expvar.go mkdir -p $WORK/b194/ cat >/tmp/go-build1432051999/b206/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/internal/timeseries=github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/timeseries packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/timeseries=/tmp/go-build1432051999/b207/_pkg_.a packagefile html/template=/tmp/go-build1432051999/b208/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile text/tabwriter=/tmp/go-build1432051999/b212/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b206/_pkg_.a -trimpath "$WORK/b206=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/trace -complete -installsuffix shared -buildid kTS0wF3i8t5xfTcbhl67/kTS0wF3i8t5xfTcbhl67 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/trace/events.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/trace/histogram.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/trace/trace.go cat >/tmp/go-build1432051999/b194/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes importmap github.com/matttproud/golang_protobuf_extensions/pbutil=github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil importmap github.com/prometheus/client_model/go=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go importmap github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes=/tmp/go-build1432051999/b185/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil=/tmp/go-build1432051999/b195/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build1432051999/b193/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg=/tmp/go-build1432051999/b196/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile mime=/tmp/go-build1432051999/b138/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF github.com/prometheus/prometheus/vendor/golang.org/x/net/context/ctxhttp mkdir -p $WORK/b223/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b194/_pkg_.a -trimpath "$WORK/b194=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt -complete -installsuffix shared -buildid gaNEPEafYZwHrrwZrXg8/gaNEPEafYZwHrrwZrXg8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt/decode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt/encode.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt/expfmt.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt/openmetrics_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt/text_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt/text_parse.go cat >/tmp/go-build1432051999/b223/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b223/_pkg_.a -trimpath "$WORK/b223=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/context/ctxhttp -complete -installsuffix shared -buildid -WcEKFbuNaOp0Palw_oF/-WcEKFbuNaOp0Palw_oF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go mkdir -p $WORK/b213/ net/http/httputil github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws mkdir -p $WORK/b232/ cat >/tmp/go-build1432051999/b213/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http/httpguts=github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts importmap golang.org/x/net/http2/hpack=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack importmap golang.org/x/net/idna=github.com/prometheus/prometheus/vendor/golang.org/x/net/idna packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile compress/gzip=/tmp/go-build1432051999/b053/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts=/tmp/go-build1432051999/b214/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack=/tmp/go-build1432051999/b220/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/idna=/tmp/go-build1432051999/b215/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/httptrace=/tmp/go-build1432051999/b141/_pkg_.a packagefile net/textproto=/tmp/go-build1432051999/b135/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b232/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/endpoints=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints importmap github.com/aws/aws-sdk-go/internal/sdkio=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build1432051999/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build1432051999/b239/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger mkdir -p $WORK/b294/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b232/_pkg_.a -trimpath "$WORK/b232=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws -complete -installsuffix shared -buildid myEZjI17y5UaaxGsAeKK/myEZjI17y5UaaxGsAeKK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/context_1_9.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/context_background_1_7.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/context_sleep.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/convert_types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/jsonvalue.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/url.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/version.go mkdir -p $WORK/b247/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b213/_pkg_.a -trimpath "$WORK/b213=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 -complete -installsuffix shared -buildid DIR2_lBDYCsf9n1F1uXW/DIR2_lBDYCsf9n1F1uXW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/ascii.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/ciphers.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/client_conn_pool.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/databuffer.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/flow.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/frame.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/go111.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/go115.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/gotrack.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/headermap.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/http2.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/pipe.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/server.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/transport.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/write.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/writesched.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/writesched_priority.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/writesched_random.go github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing mkdir -p $WORK/b295/ github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp cat >/tmp/go-build1432051999/b294/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b247/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1432051999/b129/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile mime=/tmp/go-build1432051999/b138/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/httptrace=/tmp/go-build1432051999/b141/_pkg_.a packagefile net/http/internal=/tmp/go-build1432051999/b142/_pkg_.a packagefile net/http/internal/ascii=/tmp/go-build1432051999/b143/_pkg_.a packagefile net/textproto=/tmp/go-build1432051999/b135/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF net/http/cookiejar mkdir -p $WORK/b299/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b294/_pkg_.a -trimpath "$WORK/b294=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger -complete -installsuffix shared -buildid W8mD04EJiAO1G21TVWeK/W8mD04EJiAO1G21TVWeK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger/logger.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b247/_pkg_.a -trimpath "$WORK/b247=>" -p net/http/httputil -std -complete -installsuffix shared -buildid 9pGHAmqT96pX2alzJKVA/9pGHAmqT96pX2alzJKVA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /usr/lib/golang/src/net/http/httputil/dump.go /usr/lib/golang/src/net/http/httputil/httputil.go /usr/lib/golang/src/net/http/httputil/persist.go /usr/lib/golang/src/net/http/httputil/reverseproxy.go cat >/tmp/go-build1432051999/b295/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets mkdir -p $WORK/b703/ github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b295/_pkg_.a -trimpath "$WORK/b295=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing -complete -installsuffix shared -buildid YtE85kRoMnHfRMrEthGP/YtE85kRoMnHfRMrEthGP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing/tracing.go mkdir -p $WORK/b306/ github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi cat >/tmp/go-build1432051999/b703/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/proxy=github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy=/tmp/go-build1432051999/b704/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils net/rpc github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime mkdir -p $WORK/b466/ github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/transport github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode mkdir -p $WORK/b333/ net/http/httptest cat >/tmp/go-build1432051999/b299/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/internal/ascii=/tmp/go-build1432051999/b143/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b703/_pkg_.a -trimpath "$WORK/b703=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets -complete -installsuffix shared -buildid q6uxaeY0YJ-3CHNZf3O0/q6uxaeY0YJ-3CHNZf3O0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets/inmem_socket.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets/proxy.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets/sockets.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets/sockets_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets/tcp_socket.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets/unix_socket.go mkdir -p $WORK/b408/ cat >/tmp/go-build1432051999/b306/importcfg << 'EOF' # internal # import config packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a EOF cat >/tmp/go-build1432051999/b408/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/trace=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace=/tmp/go-build1432051999/b401/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud mkdir -p $WORK/b708/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b306/_pkg_.a -trimpath "$WORK/b306=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp -complete -installsuffix shared -buildid jZBgkdq9ndjetIO8Tm5S/jZBgkdq9ndjetIO8Tm5S -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp/cleanhttp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp/handlers.go cat >/tmp/go-build1432051999/b466/importcfg << 'EOF' # internal # import config importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b708/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b466/_pkg_.a -trimpath "$WORK/b466=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime -complete -installsuffix shared -buildid FA9oB9TW2dtehfiLF-BK/FA9oB9TW2dtehfiLF-BK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b708/_pkg_.a -trimpath "$WORK/b708=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud -complete -installsuffix shared -buildid G97uGn3WEuhQjExnidNT/G97uGn3WEuhQjExnidNT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b708/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/auth_options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/auth_result.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/endpoint_search.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/params.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/provider_client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/service_client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/util.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b299/_pkg_.a -trimpath "$WORK/b299=>" -p net/http/cookiejar -std -complete -installsuffix shared -buildid 3TbDLJGpviSakfPfdb2q/3TbDLJGpviSakfPfdb2q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack /usr/lib/golang/src/net/http/cookiejar/jar.go /usr/lib/golang/src/net/http/cookiejar/punycode.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b408/_pkg_.a -trimpath "$WORK/b408=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation -complete -installsuffix shared -buildid pmm8-t4TmUD_ulGXbhQs/pmm8-t4TmUD_ulGXbhQs -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation/propagation.go github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag mkdir -p $WORK/b831/ github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics mkdir -p $WORK/b313/ cat >/tmp/go-build1432051999/b831/importcfg << 'EOF' # internal # import config importmap github.com/mailru/easyjson/jlexer=github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer importmap github.com/mailru/easyjson/jwriter=github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jwriter importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer=/tmp/go-build1432051999/b832/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jwriter=/tmp/go-build1432051999/b834/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build1432051999/b225/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b831/_pkg_.a -trimpath "$WORK/b831=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag -complete -installsuffix shared -buildid siHp8uIBYrlliLdN9aDe/siHp8uIBYrlliLdN9aDe -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b831/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/convert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/convert_types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/json.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/loading.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/name_lexem.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/net.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/path.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/post_go18.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/post_go19.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/split.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/util.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag/yaml.go cat >/tmp/go-build1432051999/b333/importcfg << 'EOF' # internal # import config packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b702/ github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b333/_pkg_.a -trimpath "$WORK/b333=>" -p github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata -complete -installsuffix shared -buildid WU2MB0mP3r2qIlj-LXl1/WU2MB0mP3r2qIlj-LXl1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata/metadata.go ./_build/src/github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata/retry.go ./_build/src/github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata/retry_linux.go cat >/tmp/go-build1432051999/b313/importcfg << 'EOF' # internal # import config importmap github.com/hashicorp/go-immutable-radix=github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix=/tmp/go-build1432051999/b314/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile os/signal=/tmp/go-build1432051999/b316/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b785/ cat >/tmp/go-build1432051999/b702/importcfg << 'EOF' # internal # import config packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b313/_pkg_.a -trimpath "$WORK/b313=>" -p github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics -complete -installsuffix shared -buildid dDT5XbETHk2Xtx7sWcHu/dDT5XbETHk2Xtx7sWcHu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/const_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/inmem.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/inmem_endpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/inmem_signal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/metrics.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/sink.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/start.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/statsd.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics/statsite.go mkdir -p $WORK/b339/ mkdir -p $WORK/b814/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b702/_pkg_.a -trimpath "$WORK/b702=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode -complete -installsuffix shared -buildid 9k74mW3pa11HX48JnWTA/9k74mW3pa11HX48JnWTA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode/handler.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode/register.go mkdir -p $WORK/b737/ mkdir -p $WORK/b729/ cat >/tmp/go-build1432051999/b785/importcfg << 'EOF' # internal # import config importmap github.com/opentracing/opentracing-go/log=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log=/tmp/go-build1432051999/b786/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b339/importcfg << 'EOF' # internal # import config importmap google.golang.org/api/internal/third_party/uritemplates=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build1432051999/b340/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF mkdir -p $WORK/b418/ cat >/tmp/go-build1432051999/b729/importcfg << 'EOF' # internal # import config packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a EOF cat >/tmp/go-build1432051999/b737/importcfg << 'EOF' # internal # import config packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile encoding/gob=/tmp/go-build1432051999/b738/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile go/token=/tmp/go-build1432051999/b167/_pkg_.a packagefile html/template=/tmp/go-build1432051999/b208/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b339/_pkg_.a -trimpath "$WORK/b339=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi -complete -installsuffix shared -buildid ntfZXXww5dt4TTyJ6vbj/ntfZXXww5dt4TTyJ6vbj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/googleapi.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/types.go mkdir -p $WORK/b821/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b785/_pkg_.a -trimpath "$WORK/b785=>" -p github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go -complete -installsuffix shared -buildid VB4TBjDYtK9cVX85A1Ol/VB4TBjDYtK9cVX85A1Ol -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b785/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/globaltracer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/gocontext.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/noop.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/propagation.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/span.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/tracer.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b729/_pkg_.a -trimpath "$WORK/b729=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth -complete -installsuffix shared -buildid PGap_xZX8u2v0SAPyd1u/PGap_xZX8u2v0SAPyd1u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b729/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth/auth.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth/no_auth.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth/token.go cat >/tmp/go-build1432051999/b814/importcfg << 'EOF' # internal # import config importmap github.com/uber/jaeger-client-go/log=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift importmap github.com/uber/jaeger-client-go/thrift-gen/agent=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent importmap github.com/uber/jaeger-client-go/thrift-gen/jaeger=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger importmap github.com/uber/jaeger-client-go/thrift-gen/zipkincore=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log=/tmp/go-build1432051999/b807/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build1432051999/b808/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent=/tmp/go-build1432051999/b815/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger=/tmp/go-build1432051999/b811/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore=/tmp/go-build1432051999/b813/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b737/_pkg_.a -trimpath "$WORK/b737=>" -p net/rpc -std -complete -installsuffix shared -buildid Xgtx7PYXkvycNjJ_vNMM/Xgtx7PYXkvycNjJ_vNMM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b737/importcfg -pack /usr/lib/golang/src/net/rpc/client.go /usr/lib/golang/src/net/rpc/debug.go /usr/lib/golang/src/net/rpc/server.go cat >/tmp/go-build1432051999/b418/importcfg << 'EOF' # internal # import config packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b814/_pkg_.a -trimpath "$WORK/b814=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils -complete -installsuffix shared -buildid nNJSmSGBBzPqRQATJ6Gm/nNJSmSGBBzPqRQATJ6Gm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b814/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/http_json.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/localip.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/rand.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/rate_limiter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/reconnecting_udp_conn.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/udp_client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils/utils.go cat >/tmp/go-build1432051999/b821/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF mkdir -p $WORK/b778/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b418/_pkg_.a -trimpath "$WORK/b418=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/transport -complete -installsuffix shared -buildid ejoLcARwVeznouiPoCdo/ejoLcARwVeznouiPoCdo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/transport/apikey.go mkdir -p $WORK/b479/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b821/_pkg_.a -trimpath "$WORK/b821=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors -complete -installsuffix shared -buildid XtHd0BtEWHcM7dpUR_oR/XtHd0BtEWHcM7dpUR_oR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b821/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/auth.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/headers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/middleware.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/parsing.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors/schema.go cat >/tmp/go-build1432051999/b479/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/any=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any importmap github.com/googleapis/gnostic/extensions=github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions importmap github.com/googleapis/gnostic/jsonschema=github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema importmap gopkg.in/yaml.v3=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any=/tmp/go-build1432051999/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions=/tmp/go-build1432051999/b480/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema=/tmp/go-build1432051999/b481/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3=/tmp/go-build1432051999/b482/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os/exec=/tmp/go-build1432051999/b262/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF cat >/tmp/go-build1432051999/b778/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile flag=/tmp/go-build1432051999/b427/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1432051999/b129/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/internal/testcert=/tmp/go-build1432051999/b779/_pkg_.a packagefile net/textproto=/tmp/go-build1432051999/b135/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b778/_pkg_.a -trimpath "$WORK/b778=>" -p net/http/httptest -std -complete -installsuffix shared -buildid ZzCaX6Aj47Bw9lfDSpl4/ZzCaX6Aj47Bw9lfDSpl4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b778/importcfg -pack /usr/lib/golang/src/net/http/httptest/httptest.go /usr/lib/golang/src/net/http/httptest/recorder.go /usr/lib/golang/src/net/http/httptest/server.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b479/_pkg_.a -trimpath "$WORK/b479=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler -complete -installsuffix shared -buildid YSp_15QmCD4WOXPkKbgR/YSp_15QmCD4WOXPkKbgR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler/context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler/extensions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler/main.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler/reader.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b418/_pkg_.a # internal cp $WORK/b418/_pkg_.a /builddir/.cache/go-build/f8/f852c4bd3bf55d1bd9a1906cd9ea0660f5de06a89d01cc001b6f2cb1fe752982-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b295/_pkg_.a # internal cp $WORK/b295/_pkg_.a /builddir/.cache/go-build/e8/e8ccc492ffee41e0ce15b4236e1f0264024973b2844b1669967ecaebf954a94a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b729/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b748/_pkg_.a # internal cp $WORK/b729/_pkg_.a /builddir/.cache/go-build/fd/fddef5c3ffbb69f2b1705b73f87287615f0ead5015e2a30f4a7b045a2087275b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b466/_pkg_.a # internal cp $WORK/b466/_pkg_.a /builddir/.cache/go-build/c0/c018e144b1380688ea63d0ebdb2b62406f059662539db05f2fbe571654a98960-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b223/_pkg_.a # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait mkdir -p $WORK/b549/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue cat >/tmp/go-build1432051999/b549/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build1432051999/b536/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b549/_pkg_.a -trimpath "$WORK/b549=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait -complete -installsuffix shared -buildid iC6Q79puiaXsVXXBOA3-/iC6Q79puiaXsVXXBOA3- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go cp $WORK/b223/_pkg_.a /builddir/.cache/go-build/b2/b2911d557df293974857c5df9d8ffa465bd92a81ca3ffb7e13ab8d893fecbcc3-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime mkdir -p $WORK/b453/ github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal mkdir -p $WORK/b222/ cat >/tmp/go-build1432051999/b453/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/conversion/queryparams=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors importmap k8s.io/apimachinery/pkg/util/json=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json importmap k8s.io/apimachinery/pkg/util/naming=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 importmap sigs.k8s.io/structured-merge-diff/v4/value=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile go/ast=/tmp/go-build1432051999/b454/_pkg_.a packagefile go/doc=/tmp/go-build1432051999/b456/_pkg_.a packagefile go/parser=/tmp/go-build1432051999/b459/_pkg_.a packagefile go/token=/tmp/go-build1432051999/b167/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build1432051999/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams=/tmp/go-build1432051999/b462/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors=/tmp/go-build1432051999/b451/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json=/tmp/go-build1432051999/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming=/tmp/go-build1432051999/b465/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build1432051999/b448/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build1432051999/b467/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b222/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/context/ctxhttp=github.com/prometheus/prometheus/vendor/golang.org/x/net/context/ctxhttp packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile encoding/pem=/tmp/go-build1432051999/b121/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/context/ctxhttp=/tmp/go-build1432051999/b223/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile mime=/tmp/go-build1432051999/b138/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b222/_pkg_.a -trimpath "$WORK/b222=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal -complete -installsuffix shared -buildid 9h7240KCVyMpqwngkOiM/9h7240KCVyMpqwngkOiM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal/oauth2.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal/token.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal/transport.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b453/_pkg_.a -trimpath "$WORK/b453=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime -complete -installsuffix shared -buildid -t0I8n97mI7kvMo_N3yy/-t0I8n97mI7kvMo_N3yy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/codec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/codec_check.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/converter.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/embedded.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/error.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/extension.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/helper.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/interfaces.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/mapper.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/negotiate.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/scheme.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/scheme_builder.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/swagger_doc_generator.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/types_proto.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/zz_generated.deepcopy.go mkdir -p $WORK/b551/ cat >/tmp/go-build1432051999/b551/importcfg << 'EOF' # internal # import config importmap golang.org/x/time/rate=github.com/prometheus/prometheus/vendor/golang.org/x/time/rate importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime packagefile container/heap=/tmp/go-build1432051999/b552/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/time/rate=/tmp/go-build1432051999/b553/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build1432051999/b536/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b551/_pkg_.a -trimpath "$WORK/b551=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue -complete -installsuffix shared -buildid 5bWSHhiqgXXmhoJCK67g/5bWSHhiqgXXmhoJCK67g -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b551/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/default_rate_limiters.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/metrics.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/parallelizer.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/queue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue/rate_limiting_queue.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b074/_pkg_.a # internal cp $WORK/b074/_pkg_.a /builddir/.cache/go-build/28/28cb4f53930ff46d5b890dc57ab141c2218d67bf0779ea8572ced0cc813b923c-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api/prometheus/v1 mkdir -p $WORK/b144/ cat >/tmp/go-build1432051999/b144/importcfg << 'EOF' # internal # import config importmap github.com/json-iterator/go=github.com/prometheus/prometheus/vendor/github.com/json-iterator/go importmap github.com/prometheus/client_golang/api=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/json-iterator/go=/tmp/go-build1432051999/b145/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api=/tmp/go-build1432051999/b074/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b144/_pkg_.a -trimpath "$WORK/b144=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api/prometheus/v1 -complete -installsuffix shared -buildid xQvZYbL3ct-RQCrtP3sh/xQvZYbL3ct-RQCrtP3sh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api/prometheus/v1/api.go cp $WORK/b748/_pkg_.a /builddir/.cache/go-build/6f/6f563a46208a0ac72fc477bbf84d15343af4e8fceb72d3f83588f2e32758c766-d # internal github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3 mkdir -p $WORK/b741/ cat >/tmp/go-build1432051999/b741/importcfg << 'EOF' # internal # import config importmap github.com/cncf/xds/go/udpa/annotations=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations importmap github.com/cncf/xds/go/xds/annotations/v3=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3 importmap github.com/cncf/xds/go/xds/core/v3=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3 importmap github.com/envoyproxy/go-control-plane/envoy/annotations=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations importmap github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 importmap github.com/envoyproxy/go-control-plane/envoy/type/v3=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3 importmap github.com/envoyproxy/protoc-gen-validate/validate=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/any=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any importmap github.com/golang/protobuf/ptypes/duration=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration importmap github.com/golang/protobuf/ptypes/struct=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/struct importmap github.com/golang/protobuf/ptypes/wrappers=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb importmap google.golang.org/protobuf/types/known/emptypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/emptypb packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1432051999/b742/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build1432051999/b744/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3=/tmp/go-build1432051999/b745/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1432051999/b747/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build1432051999/b748/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1432051999/b749/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1432051999/b746/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any=/tmp/go-build1432051999/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration=/tmp/go-build1432051999/b188/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/struct=/tmp/go-build1432051999/b752/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers=/tmp/go-build1432051999/b750/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/emptypb=/tmp/go-build1432051999/b754/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/mail=/tmp/go-build1432051999/b743/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b741/_pkg_.a -trimpath "$WORK/b741=>" -p github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3 -complete -installsuffix shared -buildid -0u9D2UD704qVex3JfHi/-0u9D2UD704qVex3JfHi -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/address.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/address.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/backoff.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/backoff.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/base.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/base.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/config_source.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/config_source.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/event_service_config.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/event_service_config.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/extension.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/extension.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_method_list.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_method_list.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_service.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/grpc_service.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/health_check.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/health_check.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/http_uri.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/http_uri.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/protocol.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/protocol.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/proxy_protocol.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/proxy_protocol.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/resolver.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/resolver.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/socket_option.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/socket_option.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/substitution_format_string.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/substitution_format_string.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/udp_socket_config.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3/udp_socket_config.pb.validate.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b408/_pkg_.a # internal cp $WORK/b408/_pkg_.a /builddir/.cache/go-build/44/44a8064379b01ccbb0444ee167dc31024d3db7c0d59e56354c8d8f85603fe0fc-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/propagation/b3 mkdir -p $WORK/b400/ github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/internal/propagation mkdir -p $WORK/b420/ cat >/tmp/go-build1432051999/b400/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/trace=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace importmap go.opencensus.io/trace/propagation=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace=/tmp/go-build1432051999/b401/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation=/tmp/go-build1432051999/b408/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b400/_pkg_.a -trimpath "$WORK/b400=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/propagation/b3 -complete -installsuffix shared -buildid iYjdSOHC55nq1FYYl-rz/iYjdSOHC55nq1FYYl-rz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/propagation/b3/b3.go cat >/tmp/go-build1432051999/b420/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/trace=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace importmap go.opencensus.io/trace/propagation=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace=/tmp/go-build1432051999/b401/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation=/tmp/go-build1432051999/b408/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b420/_pkg_.a -trimpath "$WORK/b420=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/internal/propagation -complete -installsuffix shared -buildid 19i3_aI_gO_f3S-LyzpV/19i3_aI_gO_f3S-LyzpV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/internal/propagation/http.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b294/_pkg_.a # internal cp $WORK/b294/_pkg_.a /builddir/.cache/go-build/0c/0cc7a5b887a2dc5c70f3d0719f1ec89e3140d351789054bb17f2c6706921a33f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b702/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b306/_pkg_.a # internal cp $WORK/b702/_pkg_.a /builddir/.cache/go-build/94/9462a3a25b3197a6df6b6ba922130801e5cb31e9b653e2e1273e8db4543b306c-d # internal github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs mkdir -p $WORK/b701/ cat >/tmp/go-build1432051999/b701/importcfg << 'EOF' # internal # import config importmap github.com/containerd/containerd/errdefs=github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs importmap github.com/docker/distribution/registry/api/errcode=github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode importmap github.com/sirupsen/logrus=github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs=/tmp/go-build1432051999/b691/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode=/tmp/go-build1432051999/b702/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus=/tmp/go-build1432051999/b693/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build1432051999/b349/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build1432051999/b347/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a EOF cp $WORK/b306/_pkg_.a /builddir/.cache/go-build/93/9363fe052f33ba6520cbbe322415cfcb45adea020cfb5641f90539ae2940f5cf-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b701/_pkg_.a -trimpath "$WORK/b701=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs -complete -installsuffix shared -buildid S_JDBwStXOVnJW_WiOoJ/S_JDBwStXOVnJW_WiOoJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs/defs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs/http_helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs/is.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b703/_pkg_.a # internal cp $WORK/b703/_pkg_.a /builddir/.cache/go-build/73/73061d6d9994d85788f8a27b2c18f51971b42ec8b021264c77deecd254051a9e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b785/_pkg_.a # internal cp $WORK/b785/_pkg_.a /builddir/.cache/go-build/73/7310c1cd3ca50db570a13031d6b84a414f09d413959112b7e0170675d62ff0df-d # internal github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext mkdir -p $WORK/b802/ cat >/tmp/go-build1432051999/b802/importcfg << 'EOF' # internal # import config importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/opentracing/opentracing-go/log=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build1432051999/b785/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log=/tmp/go-build1432051999/b786/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b802/_pkg_.a -trimpath "$WORK/b802=>" -p github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext -complete -installsuffix shared -buildid _YVBUik2w2amdS-J9N2N/_YVBUik2w2amdS-J9N2N -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b802/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext/field.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext/tags.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b152/_pkg_.a # internal cp $WORK/b152/_pkg_.a /builddir/.cache/go-build/f8/f8887d8d571ceeb5e61412ea3b38b7175f1f9c64e59c68ea361de866c4486209-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b339/_pkg_.a # internal cp $WORK/b339/_pkg_.a /builddir/.cache/go-build/8f/8f1c8594de6d2753ff23d1995b68b902ea06ef2bfea2c9a5cab322f8352b50ef-d # internal github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror mkdir -p $WORK/b343/ cat >/tmp/go-build1432051999/b343/importcfg << 'EOF' # internal # import config importmap github.com/googleapis/gax-go/v2/apierror/internal/proto=github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto importmap google.golang.org/api/googleapi=github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi importmap google.golang.org/genproto/googleapis/rpc/errdetails=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/errdetails importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status importmap google.golang.org/protobuf/encoding/protojson=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build1432051999/b344/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi=/tmp/go-build1432051999/b339/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build1432051999/b346/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build1432051999/b347/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson=/tmp/go-build1432051999/b351/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b343/_pkg_.a -trimpath "$WORK/b343=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror -complete -installsuffix shared -buildid fu1MgMjLaDH0OAeSBtMX/fu1MgMjLaDH0OAeSBtMX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b343/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/apierror.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b222/_pkg_.a # internal cp $WORK/b222/_pkg_.a /builddir/.cache/go-build/a6/a6db48b2c9cb559fa623ab6e224b1592d7dc8912fc150fc25f780d1eec2eb034-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 mkdir -p $WORK/b221/ cat >/tmp/go-build1432051999/b221/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2/internal=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal=/tmp/go-build1432051999/b222/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b221/_pkg_.a -trimpath "$WORK/b221=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 -complete -installsuffix shared -buildid RFJKzAr1eiWqHLr0qQ7d/RFJKzAr1eiWqHLr0qQ7d -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/oauth2.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/token.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/transport.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b400/_pkg_.a # internal cp $WORK/b400/_pkg_.a /builddir/.cache/go-build/10/102347d3a30dcd7fcf569c23a1bbacf6de9b5a096d646474d648b067e84d4473-d # internal github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp mkdir -p $WORK/b399/ cat >/tmp/go-build1432051999/b399/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/plugin/ochttp/propagation/b3=github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/propagation/b3 importmap go.opencensus.io/stats=github.com/prometheus/prometheus/vendor/go.opencensus.io/stats importmap go.opencensus.io/stats/view=github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view importmap go.opencensus.io/tag=github.com/prometheus/prometheus/vendor/go.opencensus.io/tag importmap go.opencensus.io/trace=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace importmap go.opencensus.io/trace/propagation=github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/propagation/b3=/tmp/go-build1432051999/b400/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats=/tmp/go-build1432051999/b409/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view=/tmp/go-build1432051999/b415/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/tag=/tmp/go-build1432051999/b413/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace=/tmp/go-build1432051999/b401/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation=/tmp/go-build1432051999/b408/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/httptrace=/tmp/go-build1432051999/b141/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b399/_pkg_.a -trimpath "$WORK/b399=>" -p github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp -complete -installsuffix shared -buildid dcJBL9KrJKUon_0wIBaf/dcJBL9KrJKUon_0wIBaf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/client.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/client_stats.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/route.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/server.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/span_annotating_client_trace.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/stats.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/trace.go ./_build/src/github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/wrapped_body.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b479/_pkg_.a # internal cp $WORK/b479/_pkg_.a /builddir/.cache/go-build/0c/0cdc6c95241d9d5f59ef494b4bc4daa703716ec8c572af506d51640bbbe8e58a-d # internal github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2 mkdir -p $WORK/b478/ cat >/tmp/go-build1432051999/b478/importcfg << 'EOF' # internal # import config importmap github.com/googleapis/gnostic/compiler=github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb importmap gopkg.in/yaml.v3=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler=/tmp/go-build1432051999/b479/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3=/tmp/go-build1432051999/b482/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b478/_pkg_.a -trimpath "$WORK/b478=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2 -complete -installsuffix shared -buildid 5yEql22f01WMBWbEtp6G/5yEql22f01WMBWbEtp6G -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2/document.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b420/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b549/_pkg_.a # internal cp $WORK/b420/_pkg_.a /builddir/.cache/go-build/10/102c9aefbb56c8b50b5dda576c527e6bf8a98569fb030e17d36f4e22c1cd5ef2-d # internal cp $WORK/b549/_pkg_.a /builddir/.cache/go-build/42/42bca97c26df936902b2bd8797a250104a2762ff06d48e8babdb8f3405cc464f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b821/_pkg_.a # internal cp $WORK/b821/_pkg_.a /builddir/.cache/go-build/28/281f079035b43d18a6b1d3266a63e2f23aee4cb348f2efcc86577ec697a417f6-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt mkdir -p $WORK/b819/ cat >/tmp/go-build1432051999/b819/importcfg << 'EOF' # internal # import config importmap github.com/asaskevich/govalidator=github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator importmap github.com/go-openapi/errors=github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors importmap github.com/mitchellh/mapstructure=github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure importmap github.com/oklog/ulid=github.com/prometheus/prometheus/vendor/github.com/oklog/ulid importmap go.mongodb.org/mongo-driver/bson=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson importmap go.mongodb.org/mongo-driver/bson/bsontype=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype importmap go.mongodb.org/mongo-driver/bson/primitive=github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile database/sql/driver=/tmp/go-build1432051999/b789/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator=/tmp/go-build1432051999/b820/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors=/tmp/go-build1432051999/b821/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure=/tmp/go-build1432051999/b317/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/oklog/ulid=/tmp/go-build1432051999/b788/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson=/tmp/go-build1432051999/b822/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build1432051999/b826/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build1432051999/b827/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net/mail=/tmp/go-build1432051999/b743/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b819/_pkg_.a -trimpath "$WORK/b819=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt -complete -installsuffix shared -buildid 8_ViDneJgy2Syd-gXr_R/8_ViDneJgy2Syd-gXr_R -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b819/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/bson.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/date.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/default.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/format.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/time.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/ulid.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b299/_pkg_.a # internal cp $WORK/b299/_pkg_.a /builddir/.cache/go-build/2f/2f90772f899a3d4cb9a4e2dd8a9a5f3a9adb731f0b9f479eaf2926dbbb7f0c10-d # internal github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal mkdir -p $WORK/b292/ cat >/tmp/go-build1432051999/b292/importcfg << 'EOF' # internal # import config importmap github.com/Azure/go-autorest/autorest/date=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date importmap github.com/Azure/go-autorest/logger=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger importmap github.com/Azure/go-autorest/tracing=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing importmap github.com/golang-jwt/jwt/v4=github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4 importmap golang.org/x/crypto/pkcs12=github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12 packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile crypto/sha1=/tmp/go-build1432051999/b115/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date=/tmp/go-build1432051999/b293/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger=/tmp/go-build1432051999/b294/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing=/tmp/go-build1432051999/b295/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4=/tmp/go-build1432051999/b296/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12=/tmp/go-build1432051999/b297/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/cookiejar=/tmp/go-build1432051999/b299/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b292/_pkg_.a -trimpath "$WORK/b292=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal -complete -installsuffix shared -buildid T8iwqxyYQSxHoVbpViXh/T8iwqxyYQSxHoVbpViXh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/devicetoken.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/persist.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/sender.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/token.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/token_1.13.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal/version.go github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix mkdir -p $WORK/b668/ cat >/tmp/go-build1432051999/b668/importcfg << 'EOF' # internal # import config packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile net/http/cookiejar=/tmp/go-build1432051999/b299/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b668/_pkg_.a -trimpath "$WORK/b668=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix -complete -installsuffix shared -buildid 6ewJou_ohK08DMtl38-8/6ewJou_ohK08DMtl38-8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b668/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix/list.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix/table.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b802/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b333/_pkg_.a # internal cp $WORK/b802/_pkg_.a /builddir/.cache/go-build/67/67f97a8c614455b20d1a204bd9318ef6e8953879e41ac53ef560e30a9c99f3e2-d # internal cp $WORK/b333/_pkg_.a /builddir/.cache/go-build/78/78874816b80c167ca9108fca365e44d137dcff16f656fa1bd76bd95dc0d1b742-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b814/_pkg_.a # internal cp $WORK/b814/_pkg_.a /builddir/.cache/go-build/76/76da0badb200f5991a3c3e8a2dd5b2568abaf98cbffefabadd3428ad4251a550-d # internal github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go mkdir -p $WORK/b801/ cat >/tmp/go-build1432051999/b801/importcfg << 'EOF' # internal # import config importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/opentracing/opentracing-go/ext=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext importmap github.com/opentracing/opentracing-go/log=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log importmap github.com/uber/jaeger-client-go/internal/baggage=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage importmap github.com/uber/jaeger-client-go/internal/reporterstats=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/reporterstats importmap github.com/uber/jaeger-client-go/internal/spanlog=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/spanlog importmap github.com/uber/jaeger-client-go/internal/throttler=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler importmap github.com/uber/jaeger-client-go/log=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log importmap github.com/uber/jaeger-client-go/thrift=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift importmap github.com/uber/jaeger-client-go/thrift-gen/jaeger=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger importmap github.com/uber/jaeger-client-go/thrift-gen/sampling=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling importmap github.com/uber/jaeger-client-go/thrift-gen/zipkincore=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore importmap github.com/uber/jaeger-client-go/utils=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils importmap github.com/uber/jaeger-lib/metrics=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics importmap go.uber.org/atomic=github.com/prometheus/prometheus/vendor/go.uber.org/atomic packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build1432051999/b785/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext=/tmp/go-build1432051999/b802/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log=/tmp/go-build1432051999/b786/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage=/tmp/go-build1432051999/b803/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/reporterstats=/tmp/go-build1432051999/b804/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/spanlog=/tmp/go-build1432051999/b805/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler=/tmp/go-build1432051999/b806/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log=/tmp/go-build1432051999/b807/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build1432051999/b808/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger=/tmp/go-build1432051999/b811/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling=/tmp/go-build1432051999/b812/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore=/tmp/go-build1432051999/b813/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils=/tmp/go-build1432051999/b814/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics=/tmp/go-build1432051999/b816/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build1432051999/b771/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b801/_pkg_.a -trimpath "$WORK/b801=>" -p github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go -complete -installsuffix shared -buildid N1EgS7jvdHFyuDdYjIsw/N1EgS7jvdHFyuDdYjIsw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b801/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/baggage_setter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/constants.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/contrib_observer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/header.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/interop.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/jaeger_tag.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/jaeger_thrift_span.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/metrics.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/observer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/process.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/propagation.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/reference.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/reporter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/reporter_options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/sampler.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/sampler_remote.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/sampler_remote_options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/sampler_v2.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/span.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/span_allocator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/span_context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/tracer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/tracer_options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/transport_udp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/zipkin.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/zipkin_thrift_span.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b737/_pkg_.a # internal cp $WORK/b737/_pkg_.a /builddir/.cache/go-build/6f/6feb4ad3c3291cdde55f061619833393dc174b2b69679b7057f802ad92b2990e-d # internal github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc mkdir -p $WORK/b736/ cat >/tmp/go-build1432051999/b736/importcfg << 'EOF' # internal # import config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/xml=/tmp/go-build1432051999/b255/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/cookiejar=/tmp/go-build1432051999/b299/_pkg_.a packagefile net/rpc=/tmp/go-build1432051999/b737/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b736/_pkg_.a -trimpath "$WORK/b736=>" -p github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc -complete -installsuffix shared -buildid lCORboPzaeEE2qzG-GZp/lCORboPzaeEE2qzG-GZp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc/decoder.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc/encoder.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc/is_zero.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc/request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc/response.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b232/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b247/_pkg_.a # internal cp $WORK/b232/_pkg_.a /builddir/.cache/go-build/ac/ac25c3d2090fe529c679ccd419acd5f9461131d3b77d83ebfee2ae2bbc5b5f76-d # internal cp $WORK/b247/_pkg_.a /builddir/.cache/go-build/f8/f89ae2e9121f1bc499cce121e340b544f142cbaa93a920c97eab16d9404768c4-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request mkdir -p $WORK/b243/ cat >/tmp/go-build1432051999/b243/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/awsutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/internal/sdkio=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build1432051999/b244/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build1432051999/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build1432051999/b239/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw mkdir -p $WORK/b728/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b243/_pkg_.a -trimpath "$WORK/b243=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request -complete -installsuffix shared -buildid OhqVQGGggVenqB0lgOJC/OhqVQGGggVenqB0lgOJC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/handlers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/http_request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/offset_reader.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/request_context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/retryer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/validation.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request/waiter.go cat >/tmp/go-build1432051999/b728/importcfg << 'EOF' # internal # import config importmap github.com/scaleway/scaleway-sdk-go/internal/auth=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth importmap github.com/scaleway/scaleway-sdk-go/internal/errors=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors importmap github.com/scaleway/scaleway-sdk-go/logger=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger importmap github.com/scaleway/scaleway-sdk-go/validation=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth=/tmp/go-build1432051999/b729/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors=/tmp/go-build1432051999/b724/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger=/tmp/go-build1432051999/b730/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation=/tmp/go-build1432051999/b731/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build1432051999/b225/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/httputil=/tmp/go-build1432051999/b247/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile text/template=/tmp/go-build1432051999/b210/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b701/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b778/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b728/_pkg_.a -trimpath "$WORK/b728=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw -complete -installsuffix shared -buildid vXSxyO33uW-E-IQsWczp/vXSxyO33uW-E-IQsWczp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b728/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/client_option.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/config_legacy.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/convert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/custom_types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/env.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/locality.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/path.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/request_option.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw/version.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b221/_pkg_.a # internal cp $WORK/b701/_pkg_.a /builddir/.cache/go-build/3b/3b68cff85eb2bfcc93926ed3c8c9ab1e0c6db77171723a3e01e2cc0395799459-d # internal cp $WORK/b778/_pkg_.a /builddir/.cache/go-build/12/129af7ef193f0aedaeb0108851b8e0eec885a85a749048361d73a23e8ba70551-d # internal cp $WORK/b221/_pkg_.a /builddir/.cache/go-build/e4/e40118588cb461b0a481c1bfa96dffaf78cf36719159d3ab389f5c86c243c30e-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/clientcredentials mkdir -p $WORK/b224/ cat >/tmp/go-build1432051999/b224/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap golang.org/x/oauth2/internal=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build1432051999/b221/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal=/tmp/go-build1432051999/b222/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b224/_pkg_.a -trimpath "$WORK/b224=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/clientcredentials -complete -installsuffix shared -buildid Ye4p3TE6o8UXwNBTZqWR/Ye4p3TE6o8UXwNBTZqWR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/clientcredentials/clientcredentials.go github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert mkdir -p $WORK/b776/ cat >/tmp/go-build1432051999/b776/importcfg << 'EOF' # internal # import config importmap github.com/davecgh/go-spew/spew=github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew importmap github.com/pmezard/go-difflib/difflib=github.com/prometheus/prometheus/vendor/github.com/pmezard/go-difflib/difflib importmap gopkg.in/yaml.v3=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew=/tmp/go-build1432051999/b540/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pmezard/go-difflib/difflib=/tmp/go-build1432051999/b777/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3=/tmp/go-build1432051999/b482/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/httptest=/tmp/go-build1432051999/b778/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile runtime/debug=/tmp/go-build1432051999/b147/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b776/_pkg_.a -trimpath "$WORK/b776=>" -p github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert -complete -installsuffix shared -buildid 8-n0UWaUC_1M3-0-PlHz/8-n0UWaUC_1M3-0-PlHz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b776/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/assertion_compare.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/assertion_format.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/assertion_forward.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/assertion_order.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/assertions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/forward_assertions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert/http_assertions.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b551/_pkg_.a # internal github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/authhandler mkdir -p $WORK/b334/ cat >/tmp/go-build1432051999/b334/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build1432051999/b221/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b334/_pkg_.a -trimpath "$WORK/b334=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/authhandler -complete -installsuffix shared -buildid V67xPkqzKjWwmHOFRG_k/V67xPkqzKjWwmHOFRG_k -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/authhandler/authhandler.go github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount mkdir -p $WORK/b335/ cat >/tmp/go-build1432051999/b335/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/hmac=/tmp/go-build1432051999/b111/_pkg_.a packagefile crypto/sha256=/tmp/go-build1432051999/b116/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build1432051999/b221/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b335/_pkg_.a -trimpath "$WORK/b335=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount -complete -installsuffix shared -buildid jDCcMbTNSWVr3ENfeL7T/jDCcMbTNSWVr3ENfeL7T -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/aws.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/basecredentials.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/clientauth.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/err.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/filecredsource.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/impersonate.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/sts_exchange.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount/urlcredsource.go github.com/prometheus/prometheus/vendor/github.com/docker/docker/client mkdir -p $WORK/b689/ github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jwt mkdir -p $WORK/b337/ cat >/tmp/go-build1432051999/b689/importcfg << 'EOF' # internal # import config importmap github.com/containerd/containerd/platforms=github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms importmap github.com/docker/distribution/reference=github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference importmap github.com/docker/docker/api=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api importmap github.com/docker/docker/api/types=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types importmap github.com/docker/docker/api/types/container=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container importmap github.com/docker/docker/api/types/events=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/events importmap github.com/docker/docker/api/types/filters=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters importmap github.com/docker/docker/api/types/image=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image importmap github.com/docker/docker/api/types/network=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network importmap github.com/docker/docker/api/types/registry=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry importmap github.com/docker/docker/api/types/swarm=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm importmap github.com/docker/docker/api/types/time=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time importmap github.com/docker/docker/api/types/versions=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions importmap github.com/docker/docker/api/types/volume=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume importmap github.com/docker/docker/errdefs=github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs importmap github.com/docker/go-connections/sockets=github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets importmap github.com/docker/go-connections/tlsconfig=github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig importmap github.com/opencontainers/go-digest=github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms=/tmp/go-build1432051999/b690/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference=/tmp/go-build1432051999/b694/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api=/tmp/go-build1432051999/b696/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types=/tmp/go-build1432051999/b673/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container=/tmp/go-build1432051999/b674/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/events=/tmp/go-build1432051999/b697/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters=/tmp/go-build1432051999/b680/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image=/tmp/go-build1432051999/b698/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network=/tmp/go-build1432051999/b682/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry=/tmp/go-build1432051999/b683/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm=/tmp/go-build1432051999/b687/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time=/tmp/go-build1432051999/b699/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions=/tmp/go-build1432051999/b681/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume=/tmp/go-build1432051999/b700/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs=/tmp/go-build1432051999/b701/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets=/tmp/go-build1432051999/b703/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig=/tmp/go-build1432051999/b706/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest=/tmp/go-build1432051999/b685/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1432051999/b684/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/httputil=/tmp/go-build1432051999/b247/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b337/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap golang.org/x/oauth2/internal=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal importmap golang.org/x/oauth2/jws=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build1432051999/b221/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal=/tmp/go-build1432051999/b222/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws=/tmp/go-build1432051999/b336/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b337/_pkg_.a -trimpath "$WORK/b337=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jwt -complete -installsuffix shared -buildid A1P5CLM9H4qNV4acxzwM/A1P5CLM9H4qNV4acxzwM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jwt/jwt.go github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate mkdir -p $WORK/b396/ cat >/tmp/go-build1432051999/b396/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build1432051999/b221/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo mkdir -p $WORK/b319/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b396/_pkg_.a -trimpath "$WORK/b396=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate -complete -installsuffix shared -buildid 4tSkHCPdsOICUTE5QjJb/4tSkHCPdsOICUTE5QjJb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b396/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate/impersonate.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b689/_pkg_.a -trimpath "$WORK/b689=>" -p github.com/prometheus/prometheus/vendor/github.com/docker/docker/client -complete -installsuffix shared -buildid TpkIvM_6_dc0C44hvDKI/TpkIvM_6_dc0C44hvDKI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/build_cancel.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/build_prune.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/checkpoint_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/checkpoint_delete.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/checkpoint_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/client_deprecated.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/client_unix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/config_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/config_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/config_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/config_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/config_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_attach.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_commit.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_copy.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_diff.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_exec.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_export.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_kill.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_logs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_pause.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_prune.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_rename.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_resize.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_restart.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_start.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_stats.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_stop.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_top.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_unpause.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/container_wait.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/disk_usage.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/distribution_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/events.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/hijack.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_build.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_history.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_import.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_load.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_prune.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_pull.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_push.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_save.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_search.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/image_tag.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/info.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/interface.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/interface_experimental.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/interface_stable.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/login.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_connect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_disconnect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_prune.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/network_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/node_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/node_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/node_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/node_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/ping.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_disable.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_enable.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_install.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_push.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_set.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/plugin_upgrade.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/secret_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/secret_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/secret_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/secret_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/secret_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/service_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/service_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/service_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/service_logs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/service_remove.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/service_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_get_unlock_key.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_init.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_join.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_leave.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_unlock.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/swarm_update.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/task_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/task_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/task_logs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/version.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/volume_create.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/volume_inspect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/volume_list.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/volume_prune.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/docker/docker/client/volume_remove.go cat >/tmp/go-build1432051999/b319/importcfg << 'EOF' # internal # import config importmap github.com/digitalocean/godo/metrics=github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics importmap github.com/google/go-querystring/query=github.com/prometheus/prometheus/vendor/github.com/google/go-querystring/query importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics=/tmp/go-build1432051999/b320/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-querystring/query=/tmp/go-build1432051999/b321/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build1432051999/b221/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b319/_pkg_.a -trimpath "$WORK/b319=>" -p github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo -complete -installsuffix shared -buildid apLWOq4DoBfqyEe1xK6F/apLWOq4DoBfqyEe1xK6F -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/1-click.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/account.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/action.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/apps.gen.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/apps.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/balance.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/billing_history.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/cdn.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/certificates.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/databases.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/domains.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/droplet_actions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/droplets.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/firewalls.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/floating_ips.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/floating_ips_actions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/godo.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/image_actions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/images.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/invoices.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/keys.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/kubernetes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/links.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/load_balancers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/meta.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/monitoring.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/projects.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/regions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/registry.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/sizes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/snapshots.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/storage.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/storage_actions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/strings.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/tags.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/timestamp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/vpcs.go cp $WORK/b551/_pkg_.a /builddir/.cache/go-build/01/012dde415db845d5c3b5a585a5928cac7b3425bb3be00b89dae63f78b203ee43-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b144/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b343/_pkg_.a # internal cp $WORK/b343/_pkg_.a /builddir/.cache/go-build/58/5809c4c0f9bc6b3ddf674ad96ce5bfe5e5aa801aee00e0f7ffef083dc98360ac-d # internal cp $WORK/b144/_pkg_.a /builddir/.cache/go-build/17/1760d0e3c3df79a62d2c4309e12a21654d05fe5bb7c6013a82d6c06868a6c4ba-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b313/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b206/_pkg_.a # internal cp $WORK/b313/_pkg_.a /builddir/.cache/go-build/86/86297cf1915ce6127db51d1f400921c9127633876ce939e03e36b18845923650-d # internal github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate mkdir -p $WORK/b312/ cat >/tmp/go-build1432051999/b312/importcfg << 'EOF' # internal # import config importmap github.com/armon/go-metrics=github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics=/tmp/go-build1432051999/b313/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b312/_pkg_.a -trimpath "$WORK/b312=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate -complete -installsuffix shared -buildid PTo4KT7Fv9wleQOcBCJB/PTo4KT7Fv9wleQOcBCJB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate/coordinate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate/phantom.go cp $WORK/b206/_pkg_.a /builddir/.cache/go-build/a1/a13e10bc009897e22fa831cc43e9596523ed639dac390646f691228042c2491d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b668/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b224/_pkg_.a # internal cp $WORK/b224/_pkg_.a /builddir/.cache/go-build/6b/6b4b454a9e39a379e173c13d7bb1632de3cfd415a560af9673e6e40e4f9f3e4a-d # internal cp $WORK/b668/_pkg_.a /builddir/.cache/go-build/2c/2cdb9332fd47a056abc57c4b2fd2bd42c8613c9cf9e879c585b2f00e2c1ccb85-d # internal github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2 mkdir -p $WORK/b667/ cat >/tmp/go-build1432051999/b667/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/publicsuffix=github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile compress/gzip=/tmp/go-build1432051999/b053/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile encoding/xml=/tmp/go-build1432051999/b255/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix=/tmp/go-build1432051999/b668/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile mime/multipart=/tmp/go-build1432051999/b139/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/cookiejar=/tmp/go-build1432051999/b299/_pkg_.a packagefile net/http/httptrace=/tmp/go-build1432051999/b141/_pkg_.a packagefile net/textproto=/tmp/go-build1432051999/b135/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b667/_pkg_.a -trimpath "$WORK/b667=>" -p github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2 -complete -installsuffix shared -buildid CUAI-M0hBlt5h_LV9Qq0/CUAI-M0hBlt5h_LV9Qq0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/middleware.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/redirect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/response.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/resty.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/retry.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/trace.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2/util.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b334/_pkg_.a # internal cp $WORK/b334/_pkg_.a /builddir/.cache/go-build/58/58cb6595133a54678223f9ec26e62e5a83a3196c9633c49e9617ea038e48fac9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b396/_pkg_.a # internal cp $WORK/b396/_pkg_.a /builddir/.cache/go-build/93/937b02b0ae36d9d186cb903a0493566291a61b9a35614fcc70c8f8790485af10-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b194/_pkg_.a # internal cp $WORK/b194/_pkg_.a /builddir/.cache/go-build/13/13db16606d27c8892ae1d729c6c10aabc1b8716b6c83092e511e25917c7f147a-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus mkdir -p $WORK/b151/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b337/_pkg_.a # internal cp $WORK/b337/_pkg_.a /builddir/.cache/go-build/f5/f5664312df7c4886f49e2178658d1768856826c93c7eb621e94dab5a3b7276b5-d # internal cat >/tmp/go-build1432051999/b151/importcfg << 'EOF' # internal # import config importmap github.com/beorn7/perks/quantile=github.com/prometheus/prometheus/vendor/github.com/beorn7/perks/quantile importmap github.com/cespare/xxhash/v2=github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2 importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes importmap github.com/prometheus/client_golang/prometheus/internal=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal importmap github.com/prometheus/client_model/go=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go importmap github.com/prometheus/common/expfmt=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/procfs=github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile expvar=/tmp/go-build1432051999/b152/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/beorn7/perks/quantile=/tmp/go-build1432051999/b153/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2=/tmp/go-build1432051999/b154/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes=/tmp/go-build1432051999/b185/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build1432051999/b192/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build1432051999/b193/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt=/tmp/go-build1432051999/b194/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs=/tmp/go-build1432051999/b197/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile runtime/debug=/tmp/go-build1432051999/b147/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b151/_pkg_.a -trimpath "$WORK/b151=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus -complete -installsuffix shared -buildid 5tlsyFbGWXB6__PYJxg3/5tlsyFbGWXB6__PYJxg3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/collector.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/counter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/desc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/expvar_collector.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/fnv.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/gauge.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/go_collector.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/histogram.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/labels.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/metric.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/observer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/process_collector.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/process_collector_other.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/registry.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/summary.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/timer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/untyped.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/value.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/vec.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/wrap.go github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint mkdir -p $WORK/b202/ cat >/tmp/go-build1432051999/b202/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_model/go=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go importmap github.com/prometheus/common/expfmt=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build1432051999/b193/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt=/tmp/go-build1432051999/b194/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b202/_pkg_.a -trimpath "$WORK/b202=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint -complete -installsuffix shared -buildid DIQNeImnA8qz1gklXfq5/DIQNeImnA8qz1gklXfq5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint/promlint.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b831/_pkg_.a # internal cp $WORK/b831/_pkg_.a /builddir/.cache/go-build/99/9916e6276b7afec7e62a369727200378bd68a72f0cb5511a142e7bb7aec2a7b0-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer mkdir -p $WORK/b839/ cat >/tmp/go-build1432051999/b839/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build1432051999/b831/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b839/_pkg_.a -trimpath "$WORK/b839=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer -complete -installsuffix shared -buildid Pty6dm6eGm7cO2Avuoi8/Pty6dm6eGm7cO2Avuoi8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b839/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer/pointer.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b312/_pkg_.a # internal cp $WORK/b312/_pkg_.a /builddir/.cache/go-build/fc/fc6483c6ccf25b130c719f33a96e2d3900fd630fd1e8dc010e79dfb0bf6c0e54-d # internal github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api mkdir -p $WORK/b305/ cat >/tmp/go-build1432051999/b305/importcfg << 'EOF' # internal # import config importmap github.com/hashicorp/go-cleanhttp=github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp importmap github.com/hashicorp/go-hclog=github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog importmap github.com/hashicorp/go-rootcerts=github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts importmap github.com/hashicorp/serf/coordinate=github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate importmap github.com/mitchellh/mapstructure=github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp=/tmp/go-build1432051999/b306/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog=/tmp/go-build1432051999/b307/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts=/tmp/go-build1432051999/b311/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate=/tmp/go-build1432051999/b312/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure=/tmp/go-build1432051999/b317/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b305/_pkg_.a -trimpath "$WORK/b305=>" -p github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api -complete -installsuffix shared -buildid F9st-qqeh65SwZ_TpgDd/F9st-qqeh65SwZ_TpgDd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/acl.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/agent.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/catalog.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/config_entry.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/config_entry_cluster.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/config_entry_discoverychain.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/config_entry_gateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/config_entry_intentions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/connect.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/connect_ca.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/connect_intention.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/coordinate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/debug.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/discovery_chain.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/event.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/health.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/kv.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/lock.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/namespace.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator_area.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator_autopilot.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator_keyring.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator_license.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator_raft.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/operator_segment.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/prepared_query.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/raw.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/semaphore.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/session.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/snapshot.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/txn.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b202/_pkg_.a # internal cp $WORK/b202/_pkg_.a /builddir/.cache/go-build/4a/4aac4e0e02d1dafe009b44de8fdcb77f2379974db0e165b8ce6d4ee0000e63a3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b839/_pkg_.a # internal cp $WORK/b839/_pkg_.a /builddir/.cache/go-build/96/961f6abf60df6cb16cef91ec6a72d00320785ba205fc6186c623f68ddb5add56-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonreference mkdir -p $WORK/b841/ cat >/tmp/go-build1432051999/b841/importcfg << 'EOF' # internal # import config importmap github.com/PuerkitoBio/purell=github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/purell importmap github.com/go-openapi/jsonpointer=github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/purell=/tmp/go-build1432051999/b842/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer=/tmp/go-build1432051999/b839/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b841/_pkg_.a -trimpath "$WORK/b841=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonreference -complete -installsuffix shared -buildid Xc4f5j9Jgjjd_SMDEyq2/Xc4f5j9Jgjjd_SMDEyq2 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b841/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonreference/reference.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b335/_pkg_.a # internal cp $WORK/b335/_pkg_.a /builddir/.cache/go-build/7e/7e999d1741721346aae789e66e3372a4b7ce27fc66633103798345fc06a7d3f6-d # internal github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google mkdir -p $WORK/b332/ cat >/tmp/go-build1432051999/b332/importcfg << 'EOF' # internal # import config importmap cloud.google.com/go/compute/metadata=github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap golang.org/x/oauth2/authhandler=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/authhandler importmap golang.org/x/oauth2/google/internal/externalaccount=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount importmap golang.org/x/oauth2/internal=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal importmap golang.org/x/oauth2/jws=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws importmap golang.org/x/oauth2/jwt=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jwt packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata=/tmp/go-build1432051999/b333/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build1432051999/b221/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/authhandler=/tmp/go-build1432051999/b334/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount=/tmp/go-build1432051999/b335/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal=/tmp/go-build1432051999/b222/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws=/tmp/go-build1432051999/b336/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jwt=/tmp/go-build1432051999/b337/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile os/user=/tmp/go-build1432051999/b048/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b332/_pkg_.a -trimpath "$WORK/b332=>" -p github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google -complete -installsuffix shared -buildid 0NiTGM0XwPLmgQGq0H3T/0NiTGM0XwPLmgQGq0H3T -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/appengine.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/appengine_gen2_flex.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/default.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/google.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/jwt.go ./_build/src/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/sdk.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b292/_pkg_.a # internal cp $WORK/b292/_pkg_.a /builddir/.cache/go-build/a3/a3a211cccaa572310ab02169abbc96b72999d624d5ce892f9f11240d18c8934c-d # internal github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest mkdir -p $WORK/b291/ cat >/tmp/go-build1432051999/b291/importcfg << 'EOF' # internal # import config importmap github.com/Azure/go-autorest/autorest/adal=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal importmap github.com/Azure/go-autorest/logger=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger importmap github.com/Azure/go-autorest/tracing=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/hmac=/tmp/go-build1432051999/b111/_pkg_.a packagefile crypto/sha256=/tmp/go-build1432051999/b116/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile encoding/xml=/tmp/go-build1432051999/b255/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal=/tmp/go-build1432051999/b292/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger=/tmp/go-build1432051999/b294/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing=/tmp/go-build1432051999/b295/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile mime/multipart=/tmp/go-build1432051999/b139/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/cookiejar=/tmp/go-build1432051999/b299/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b291/_pkg_.a -trimpath "$WORK/b291=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest -complete -installsuffix shared -buildid -IMN93n3NCJKDrsnf5_R/-IMN93n3NCJKDrsnf5_R -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/authorization.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/authorization_sas.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/authorization_storage.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/autorest.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/preparer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/responder.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/retriablerequest.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.8.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/sender.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/utility.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/utility_1.13.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/version.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b708/_pkg_.a # internal cp $WORK/b708/_pkg_.a /builddir/.cache/go-build/40/40da3743decf1601e07f2189fe999d0eced6c9dbd8a08a2cdf68951c93437ec7-d # internal github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens mkdir -p $WORK/b714/ cat >/tmp/go-build1432051999/b714/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build1432051999/b708/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b714/_pkg_.a -trimpath "$WORK/b714=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens -complete -installsuffix shared -buildid o2E8KhN53jduh0gdYUfR/o2E8KhN53jduh0gdYUfR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b714/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens/urls.go github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils mkdir -p $WORK/b716/ github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination cat >/tmp/go-build1432051999/b716/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build1432051999/b708/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF mkdir -p $WORK/b712/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b716/_pkg_.a -trimpath "$WORK/b716=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils -complete -installsuffix shared -buildid EeiwCVem0zStJ49KYMej/EeiwCVem0zStJ49KYMej -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b716/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils/base_endpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils/choose_version.go cat >/tmp/go-build1432051999/b712/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build1432051999/b708/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b712/_pkg_.a -trimpath "$WORK/b712=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination -complete -installsuffix shared -buildid yu30qUGitdMi53kT2Wp7/yu30qUGitdMi53kT2Wp7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b712/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/http.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/linked.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/marker.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/pager.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/pkg.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/single.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b841/_pkg_.a # internal cp $WORK/b841/_pkg_.a /builddir/.cache/go-build/4f/4f44357bf1bf52b989fa498d607e48131adac9d78e38d6dc8c1c6087447044b0-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b736/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec mkdir -p $WORK/b840/ cat >/tmp/go-build1432051999/b840/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/jsonpointer=github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer importmap github.com/go-openapi/jsonreference=github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonreference importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile compress/gzip=/tmp/go-build1432051999/b053/_pkg_.a packagefile crypto/sha256=/tmp/go-build1432051999/b116/_pkg_.a packagefile encoding/gob=/tmp/go-build1432051999/b738/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer=/tmp/go-build1432051999/b839/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonreference=/tmp/go-build1432051999/b841/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build1432051999/b831/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b840/_pkg_.a -trimpath "$WORK/b840=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec -complete -installsuffix shared -buildid GC0OuGJfVnWEASpsBx8I/GC0OuGJfVnWEASpsBx8I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b840/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/bindata.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/cache.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/contact_info.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/debug.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/expander.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/external_docs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/header.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/info.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/items.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/license.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/normalizer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/normalizer_nonwindows.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/operation.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/parameter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/path_item.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/paths.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/properties.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/ref.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/resolver.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/response.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/responses.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/schema.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/schema_loader.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/security_scheme.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/spec.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/swagger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/tag.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/validations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/xml_object.go cp $WORK/b736/_pkg_.a /builddir/.cache/go-build/e3/e344b31ca9b51ce39c833196e357b5f4f250fd56523aaa49292b03b97633ac89-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b243/_pkg_.a # internal cp $WORK/b243/_pkg_.a /builddir/.cache/go-build/7a/7a4249e50b44a54e3a4e2ec5fd20ecc5e6d341b3441d29c2df4e7c1867545e9b-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client mkdir -p $WORK/b241/ cat >/tmp/go-build1432051999/b241/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/sdkrand=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build1432051999/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build1432051999/b246/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net/http/httputil=/tmp/go-build1432051999/b247/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b241/_pkg_.a -trimpath "$WORK/b241=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client -complete -installsuffix shared -buildid foXsO_vtdMkHyBIU4egp/foXsO_vtdMkHyBIU4egp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/logger.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/no_op_retryer.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol mkdir -p $WORK/b252/ cat >/tmp/go-build1432051999/b252/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/sdkmath=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkmath packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build1432051999/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkmath=/tmp/go-build1432051999/b253/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b252/_pkg_.a -trimpath "$WORK/b252=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol -complete -installsuffix shared -buildid xdavuW57p8RTPuIUmGwE/xdavuW57p8RTPuIUmGwE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/host.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/host_prefix.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/idempotency.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonvalue.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/payload.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/protocol.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/timestamp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal_error.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers mkdir -p $WORK/b260/ cat >/tmp/go-build1432051999/b260/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b260/_pkg_.a -trimpath "$WORK/b260=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers -complete -installsuffix shared -buildid Q5IZOHR8IfWQjYFA1XjR/Q5IZOHR8IfWQjYFA1XjR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/user_agent.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm mkdir -p $WORK/b269/ cat >/tmp/go-build1432051999/b269/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b269/_pkg_.a -trimpath "$WORK/b269=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm -complete -installsuffix shared -buildid mKDRq_aFOa14TaNUAuuE/mKDRq_aFOa14TaNUAuuE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm/enable.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm/metric.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm/metric_chan.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm/metric_exception.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm/reporter.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b716/_pkg_.a # internal cp $WORK/b716/_pkg_.a /builddir/.cache/go-build/a9/a99831965b9c4908455603b23a455cb0c69c6c1e961e032281394db08b235ffa-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b332/_pkg_.a # internal cp $WORK/b332/_pkg_.a /builddir/.cache/go-build/e9/e9e472c6b86ba89ca45db7ef513ace24ee1bfee6394f22c695b2d6582b66b581-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b728/_pkg_.a # internal cp $WORK/b728/_pkg_.a /builddir/.cache/go-build/b6/b613468ef48ce31c177ef782708172b0dc8cfb721b7719a26e481b9905774eee-d # internal github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1 mkdir -p $WORK/b722/ cat >/tmp/go-build1432051999/b722/importcfg << 'EOF' # internal # import config importmap github.com/scaleway/scaleway-sdk-go/internal/async=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async importmap github.com/scaleway/scaleway-sdk-go/internal/errors=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors importmap github.com/scaleway/scaleway-sdk-go/internal/marshaler=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler importmap github.com/scaleway/scaleway-sdk-go/internal/parameter=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter importmap github.com/scaleway/scaleway-sdk-go/namegenerator=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator importmap github.com/scaleway/scaleway-sdk-go/scw=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async=/tmp/go-build1432051999/b723/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors=/tmp/go-build1432051999/b724/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler=/tmp/go-build1432051999/b725/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter=/tmp/go-build1432051999/b726/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator=/tmp/go-build1432051999/b727/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw=/tmp/go-build1432051999/b728/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b722/_pkg_.a -trimpath "$WORK/b722=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1 -complete -installsuffix shared -buildid w6JrIHSBBBOlH9KN7iSk/w6JrIHSBBBOlH9KN7iSk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b722/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1/baremetal_sdk.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1/server_utils.go github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1 mkdir -p $WORK/b733/ cat >/tmp/go-build1432051999/b733/importcfg << 'EOF' # internal # import config importmap github.com/scaleway/scaleway-sdk-go/internal/errors=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors importmap github.com/scaleway/scaleway-sdk-go/internal/marshaler=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler importmap github.com/scaleway/scaleway-sdk-go/internal/parameter=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter importmap github.com/scaleway/scaleway-sdk-go/namegenerator=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator importmap github.com/scaleway/scaleway-sdk-go/scw=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors=/tmp/go-build1432051999/b724/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler=/tmp/go-build1432051999/b725/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter=/tmp/go-build1432051999/b726/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator=/tmp/go-build1432051999/b727/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw=/tmp/go-build1432051999/b728/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b733/_pkg_.a -trimpath "$WORK/b733=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1 -complete -installsuffix shared -buildid Id5gLVVYelsww1osG8ew/Id5gLVVYelsww1osG8ew -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1/marketplace_sdk.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1/marketplace_utils.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b260/_pkg_.a # internal cp $WORK/b260/_pkg_.a /builddir/.cache/go-build/2e/2e1f489b26ecde141bb8f8ea36fcec4773e5279132d3d6651cbd7865bbe5d569-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b712/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b714/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b399/_pkg_.a # internal cp $WORK/b712/_pkg_.a /builddir/.cache/go-build/51/511e0a7abf8e949adce5f9bf1ca46931922217ba5f9d347403028932d6bce19b-d # internal github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants mkdir -p $WORK/b711/ cp $WORK/b714/_pkg_.a /builddir/.cache/go-build/37/37346b14bb69675af51f739aa6a82993914c991056e0100580b3763f3c49a5e3-d # internal cat >/tmp/go-build1432051999/b711/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/pagination=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build1432051999/b708/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build1432051999/b712/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b711/_pkg_.a -trimpath "$WORK/b711=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants -complete -installsuffix shared -buildid 01lCRMu83Qd-VOpb-8Zk/01lCRMu83Qd-VOpb-8Zk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b711/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants/urls.go github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens mkdir -p $WORK/b713/ github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1 github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips mkdir -p $WORK/b717/ github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers cat >/tmp/go-build1432051999/b713/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens packagefile crypto/hmac=/tmp/go-build1432051999/b111/_pkg_.a packagefile crypto/sha1=/tmp/go-build1432051999/b115/_pkg_.a packagefile crypto/sha256=/tmp/go-build1432051999/b116/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build1432051999/b708/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=/tmp/go-build1432051999/b714/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b715/ cat >/tmp/go-build1432051999/b717/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/pagination=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build1432051999/b708/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build1432051999/b712/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b713/_pkg_.a -trimpath "$WORK/b713=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens -complete -installsuffix shared -buildid uCBJtZ0PXP9TS3AkCEpf/uCBJtZ0PXP9TS3AkCEpf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b713/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens/urls.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b717/_pkg_.a -trimpath "$WORK/b717=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips -complete -installsuffix shared -buildid 51H78xNo5fnifFTNMVyr/51H78xNo5fnifFTNMVyr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips/urls.go cat >/tmp/go-build1432051999/b715/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens importmap github.com/gophercloud/gophercloud/pagination=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination packagefile crypto/hmac=/tmp/go-build1432051999/b111/_pkg_.a packagefile crypto/sha1=/tmp/go-build1432051999/b115/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build1432051999/b708/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=/tmp/go-build1432051999/b714/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build1432051999/b712/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b718/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b715/_pkg_.a -trimpath "$WORK/b715=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1 -complete -installsuffix shared -buildid quaov4BTjLgMtAfBcA_I/quaov4BTjLgMtAfBcA_I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b715/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1/urls.go cat >/tmp/go-build1432051999/b718/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/pagination=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build1432051999/b708/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build1432051999/b712/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b718/_pkg_.a -trimpath "$WORK/b718=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors -complete -installsuffix shared -buildid aJIfvfRjq9LoNiJ8vsFD/aJIfvfRjq9LoNiJ8vsFD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors/urls.go mkdir -p $WORK/b719/ cat >/tmp/go-build1432051999/b719/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/pagination=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build1432051999/b708/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build1432051999/b712/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b719/_pkg_.a -trimpath "$WORK/b719=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers -complete -installsuffix shared -buildid EP0Ysyb-Q_lISH35CnFX/EP0Ysyb-Q_lISH35CnFX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/urls.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers/util.go cp $WORK/b399/_pkg_.a /builddir/.cache/go-build/ab/ab72cabd2714a06cd53d80fdfd325b8de40a92820fc9ab3911901e32180d431e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b819/_pkg_.a # internal cp $WORK/b819/_pkg_.a /builddir/.cache/go-build/81/8125cef3c5cc178d0ba1332ec770ac304dd10a1c7d28ae94dfb72c2e3765ad4d-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime mkdir -p $WORK/b846/ cat >/tmp/go-build1432051999/b846/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/errors=github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors importmap github.com/go-openapi/strfmt=github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/csv=/tmp/go-build1432051999/b660/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile encoding/xml=/tmp/go-build1432051999/b255/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors=/tmp/go-build1432051999/b821/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt=/tmp/go-build1432051999/b819/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build1432051999/b831/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile mime=/tmp/go-build1432051999/b138/_pkg_.a packagefile mime/multipart=/tmp/go-build1432051999/b139/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b846/_pkg_.a -trimpath "$WORK/b846=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime -complete -installsuffix shared -buildid aKdiwHQYQ0eYwNnxTAEo/aKdiwHQYQ0eYwNnxTAEo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b846/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/bytestream.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/client_auth_info.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/client_operation.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/client_request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/client_response.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/constants.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/csv.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/discard.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/file.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/headers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/interfaces.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/json.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/request.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/statuses.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/text.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/values.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime/xml.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b269/_pkg_.a # internal cp $WORK/b269/_pkg_.a /builddir/.cache/go-build/28/28c357bb3455ce28dc32d4983e47d92a92f291907539661694979be3ef5d84f3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b252/_pkg_.a # internal cp $WORK/b252/_pkg_.a /builddir/.cache/go-build/7e/7ea7b1685257bd58e7665e0458f5d26400ff516b2d855497664e80f7af5498f3-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest mkdir -p $WORK/b251/ cat >/tmp/go-build1432051999/b251/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/strings=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build1432051999/b250/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build1432051999/b252/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b251/_pkg_.a -trimpath "$WORK/b251=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest -complete -installsuffix shared -buildid q4KnUQPrPLVPht8lrl7_/q4KnUQPrPLVPht8lrl7_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b241/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil mkdir -p $WORK/b256/ cat >/tmp/go-build1432051999/b256/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build1432051999/b252/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b256/_pkg_.a -trimpath "$WORK/b256=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil -complete -installsuffix shared -buildid XG30sDxwu2TkWanhwKOf/XG30sDxwu2TkWanhwKOf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil mkdir -p $WORK/b257/ cat >/tmp/go-build1432051999/b257/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/xml=/tmp/go-build1432051999/b255/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build1432051999/b252/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b257/_pkg_.a -trimpath "$WORK/b257=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil -complete -installsuffix shared -buildid b8D0JagDB3rkcbTSKnNf/b8D0JagDB3rkcbTSKnNf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/sort.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil mkdir -p $WORK/b266/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b733/_pkg_.a # internal cat >/tmp/go-build1432051999/b266/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build1432051999/b252/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b266/_pkg_.a -trimpath "$WORK/b266=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil -complete -installsuffix shared -buildid DWMIIpSrEjkjA8qs0a7C/DWMIIpSrEjkjA8qs0a7C -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go cp $WORK/b241/_pkg_.a /builddir/.cache/go-build/74/74a1b993f55fd2e6c51610923dce51997d51035a6e4219cf16de7f8646e286fa-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata mkdir -p $WORK/b272/ cp $WORK/b733/_pkg_.a /builddir/.cache/go-build/6d/6dfbba26eb14ba8e84e8906eb19f25eeb9de2a5591d9cd1be1547121f2d68447-d # internal cat >/tmp/go-build1432051999/b272/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/corehandlers=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/sdkuri=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build1432051999/b241/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build1432051999/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build1432051999/b260/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build1432051999/b273/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b272/_pkg_.a -trimpath "$WORK/b272=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata -complete -installsuffix shared -buildid mkVfTLPiD5MDKaCEoNge/mkVfTLPiD5MDKaCEoNge -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/token_provider.go github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1 mkdir -p $WORK/b732/ cat >/tmp/go-build1432051999/b732/importcfg << 'EOF' # internal # import config importmap github.com/scaleway/scaleway-sdk-go/api/marketplace/v1=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1 importmap github.com/scaleway/scaleway-sdk-go/internal/async=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async importmap github.com/scaleway/scaleway-sdk-go/internal/errors=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors importmap github.com/scaleway/scaleway-sdk-go/internal/marshaler=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler importmap github.com/scaleway/scaleway-sdk-go/internal/parameter=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter importmap github.com/scaleway/scaleway-sdk-go/namegenerator=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator importmap github.com/scaleway/scaleway-sdk-go/scw=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw importmap github.com/scaleway/scaleway-sdk-go/validation=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1=/tmp/go-build1432051999/b733/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async=/tmp/go-build1432051999/b723/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors=/tmp/go-build1432051999/b724/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler=/tmp/go-build1432051999/b725/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter=/tmp/go-build1432051999/b726/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator=/tmp/go-build1432051999/b727/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw=/tmp/go-build1432051999/b728/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation=/tmp/go-build1432051999/b731/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b732/_pkg_.a -trimpath "$WORK/b732=>" -p github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1 -complete -installsuffix shared -buildid _Tjnok7GdbkV-OA6mMgd/_Tjnok7GdbkV-OA6mMgd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/image_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/instance_metadata_sdk.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/instance_sdk.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/instance_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/security_group_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/server_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/snapshot_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/volume_utils.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b667/_pkg_.a # internal cp $WORK/b667/_pkg_.a /builddir/.cache/go-build/7e/7e73257f7f2a1a047e59437a9a62d0fc2fa4f02e411b755ca8fa623be0ad9b7d-d # internal github.com/prometheus/prometheus/vendor/github.com/linode/linodego mkdir -p $WORK/b666/ cat >/tmp/go-build1432051999/b666/importcfg << 'EOF' # internal # import config importmap github.com/go-resty/resty/v2=github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2 importmap github.com/linode/linodego/internal/duration=github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/duration importmap github.com/linode/linodego/internal/parseabletime=github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/parseabletime packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2=/tmp/go-build1432051999/b667/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/duration=/tmp/go-build1432051999/b669/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/parseabletime=/tmp/go-build1432051999/b670/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile runtime/debug=/tmp/go-build1432051999/b147/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile text/template=/tmp/go-build1432051999/b210/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b666/_pkg_.a -trimpath "$WORK/b666=>" -p github.com/prometheus/prometheus/vendor/github.com/linode/linodego -complete -installsuffix shared -buildid QaVVJr5iREw--Ihi58_D/QaVVJr5iREw--Ihi58_D -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_events.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_invoices.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_notifications.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_oauth_client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_payments.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_settings.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_user_grants.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/account_users.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/comparison.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/domain_records.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/domains.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/firewall_devices.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/firewall_rules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/firewalls.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/images.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instance_configs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instance_disks.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instance_ips.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instance_snapshots.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instance_stats.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instance_volumes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/instances.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/kernels.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/lke_cluster_pools.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/lke_clusters.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/longview.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/longview_subscriptions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/managed.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/network_ips.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/network_pools.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/network_ranges.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/nodebalancer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/nodebalancer_config_nodes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/nodebalancer_configs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/nodebalancer_stats.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/object_storage_bucket_certs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/object_storage_buckets.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/object_storage_clusters.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/object_storage_keys.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/object_storage_object.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/pagination.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/profile.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/profile_sshkeys.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/profile_tokens.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/regions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/resources.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/retries.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/stackscripts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/support.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/tags.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/types.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/version.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/vlans.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/volumes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/linode/linodego/waitfor.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b713/_pkg_.a # internal cp $WORK/b713/_pkg_.a /builddir/.cache/go-build/c3/c396c8098f833eb5a60bb8e7e0a80a724c6d213796d24b2940176914edb80af6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b453/_pkg_.a # internal cp $WORK/b453/_pkg_.a /builddir/.cache/go-build/b0/b01ac76117417aa7219605cf4dbcfa80e1e3977a5323113a806f7dcf5e4b3df8-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b256/_pkg_.a # internal cp $WORK/b256/_pkg_.a /builddir/.cache/go-build/3a/3acca6cfeb723fc924e07833a4aa56e1f423f1850d3bd77a1aedb9b005b866e9-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer mkdir -p $WORK/b486/ github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api mkdir -p $WORK/b546/ cat >/tmp/go-build1432051999/b486/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b486/_pkg_.a -trimpath "$WORK/b486=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer -complete -installsuffix shared -buildid w8hi-2aqRw22wUdpy_Xb/w8hi-2aqRw22wUdpy_Xb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer/recognizer.go cat >/tmp/go-build1432051999/b546/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b546/_pkg_.a -trimpath "$WORK/b546=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api -complete -installsuffix shared -buildid gQgdDJH-zasoa9gnzs1k/gQgdDJH-zasoa9gnzs1k -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/zz_generated.deepcopy.go mkdir -p $WORK/b535/ cat >/tmp/go-build1432051999/b535/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b535/_pkg_.a -trimpath "$WORK/b535=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming -complete -installsuffix shared -buildid wuktv6E3WpLhpv5oDIfV/wuktv6E3WpLhpv5oDIfV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b535/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming/streaming.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b718/_pkg_.a # internal cp $WORK/b718/_pkg_.a /builddir/.cache/go-build/17/17af8b4d8bd9ad91017ecffe68d526fe98c0609a9d4782d6fedbaa4f55b9d334-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b711/_pkg_.a # internal cp $WORK/b711/_pkg_.a /builddir/.cache/go-build/b4/b47aabbe3367a1e881f2211c41ede4c3e60d9e4464d7219bd1e34e68afa8c5f9-d # internal github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens mkdir -p $WORK/b710/ cat >/tmp/go-build1432051999/b710/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/openstack/identity/v2/tenants=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build1432051999/b708/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants=/tmp/go-build1432051999/b711/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b710/_pkg_.a -trimpath "$WORK/b710=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens -complete -installsuffix shared -buildid GVwAy6AVYDO0NEs-Y0lz/GVwAy6AVYDO0NEs-Y0lz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/requests.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/results.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens/urls.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b722/_pkg_.a # internal cp $WORK/b722/_pkg_.a /builddir/.cache/go-build/a2/a2a12764e3b24152be438b07d2caf9f84ad153ce7ff0aa33caee8ae46b7ed1a9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b776/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b717/_pkg_.a # internal cp $WORK/b776/_pkg_.a /builddir/.cache/go-build/aa/aa9d7c4229f555520e9fddeb842cbc972b997f336c4a210d94a936abe3641aaf-d # internal cp $WORK/b717/_pkg_.a /builddir/.cache/go-build/ed/edd18799eab89c7ac65a808f45d089393025ebad87701275034a50a98170d789-d # internal github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require mkdir -p $WORK/b775/ cat >/tmp/go-build1432051999/b775/importcfg << 'EOF' # internal # import config importmap github.com/stretchr/testify/assert=github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert=/tmp/go-build1432051999/b776/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b775/_pkg_.a -trimpath "$WORK/b775=>" -p github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require -complete -installsuffix shared -buildid HXZ2F3bMGYxbAD3OlB4i/HXZ2F3bMGYxbAD3OlB4i -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require/forward_requirements.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require/require.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require/require_forward.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require/requirements.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b535/_pkg_.a # internal cp $WORK/b535/_pkg_.a /builddir/.cache/go-build/8d/8d5300682966b8fdf5a5587a3ce50394c94df9128116b03702f83a299316375e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b846/_pkg_.a # internal cp $WORK/b846/_pkg_.a /builddir/.cache/go-build/6f/6fdc3b0b3d659aad52434717a3a22d87c1aa1b3c0643b20ee25293bbc5e72615-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b486/_pkg_.a # internal cp $WORK/b486/_pkg_.a /builddir/.cache/go-build/f6/f6461e7664397ef7af6647f85bf49c28e96524b7c887add212a977f9d7f7122e-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json mkdir -p $WORK/b485/ cat >/tmp/go-build1432051999/b485/importcfg << 'EOF' # internal # import config importmap github.com/json-iterator/go=github.com/prometheus/prometheus/vendor/github.com/json-iterator/go importmap github.com/modern-go/reflect2=github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/recognizer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer importmap k8s.io/apimachinery/pkg/util/framer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer importmap k8s.io/apimachinery/pkg/util/yaml=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/yaml importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 importmap sigs.k8s.io/yaml=github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/json-iterator/go=/tmp/go-build1432051999/b145/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2=/tmp/go-build1432051999/b148/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build1432051999/b486/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer=/tmp/go-build1432051999/b487/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/yaml=/tmp/go-build1432051999/b488/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml=/tmp/go-build1432051999/b489/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b485/_pkg_.a -trimpath "$WORK/b485=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json -complete -installsuffix shared -buildid kR9Zu-I5OsG6XhMI0QXh/kR9Zu-I5OsG6XhMI0QXh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json/json.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json/meta.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b546/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b251/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b272/_pkg_.a # internal cp $WORK/b546/_pkg_.a /builddir/.cache/go-build/69/69d4ebf3ab1708d1e2a3aa625c46be9c0dc056807cc25cbf6ef4c610716b2c16-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1 mkdir -p $WORK/b663/ cat >/tmp/go-build1432051999/b663/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/client-go/tools/clientcmd/api=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build1432051999/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api=/tmp/go-build1432051999/b546/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b663/_pkg_.a -trimpath "$WORK/b663=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1 -complete -installsuffix shared -buildid 8bujWCT0wW6-fvYUpq8h/8bujWCT0wW6-fvYUpq8h -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.defaults.go cp $WORK/b251/_pkg_.a /builddir/.cache/go-build/f0/f0fa2fa0063e382f7b08df4470bbb314d8ecf4f0c5d67a6cb67377102bc25161-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 mkdir -p $WORK/b249/ cp $WORK/b272/_pkg_.a /builddir/.cache/go-build/e8/e83e085e426e68c2a28b8b8a6ea28b8008211753646ee77a247e134dd276f4b1-d # internal cat >/tmp/go-build1432051999/b249/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/sdkio=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio importmap github.com/aws/aws-sdk-go/internal/strings=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings importmap github.com/aws/aws-sdk-go/private/protocol/rest=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest packagefile crypto/hmac=/tmp/go-build1432051999/b111/_pkg_.a packagefile crypto/sha256=/tmp/go-build1432051999/b116/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build1432051999/b239/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build1432051999/b250/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build1432051999/b251/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds mkdir -p $WORK/b271/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b249/_pkg_.a -trimpath "$WORK/b249=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 -complete -installsuffix shared -buildid Fbd9mezCqWePS-G72oiF/Fbd9mezCqWePS-G72oiF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/request_context_go1.7.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/stream.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/uri_path.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4.go cat >/tmp/go-build1432051999/b271/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/ec2metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/sdkuri=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build1432051999/b241/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build1432051999/b272/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build1432051999/b273/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b271/_pkg_.a -trimpath "$WORK/b271=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds -complete -installsuffix shared -buildid 6EG4aE9ya2llK6xoglrA/6EG4aE9ya2llK6xoglrA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b710/_pkg_.a # internal cp $WORK/b710/_pkg_.a /builddir/.cache/go-build/5f/5fef8dcaaaa154fc65c60bddbd7b2ae1c691d75592e71427a94f30409180c959-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b257/_pkg_.a # internal cp $WORK/b257/_pkg_.a /builddir/.cache/go-build/13/13982139df4a5a200addecf9e8c735ff626aac0b64e69982edbe38ad03a88993-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query mkdir -p $WORK/b254/ cat >/tmp/go-build1432051999/b254/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/private/protocol/query/queryutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil importmap github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil packagefile encoding/xml=/tmp/go-build1432051999/b255/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build1432051999/b256/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build1432051999/b257/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b254/_pkg_.a -trimpath "$WORK/b254=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query -complete -installsuffix shared -buildid M58e74BoGGJGEPqpXmhz/M58e74BoGGJGEPqpXmhz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/build.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query mkdir -p $WORK/b284/ cat >/tmp/go-build1432051999/b284/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/private/protocol/query/queryutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil importmap github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil packagefile encoding/xml=/tmp/go-build1432051999/b255/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build1432051999/b256/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build1432051999/b257/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b284/_pkg_.a -trimpath "$WORK/b284=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query -complete -installsuffix shared -buildid DJon7uRdYgYOMBgfwalY/DJon7uRdYgYOMBgfwalY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b266/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b151/_pkg_.a # internal cp $WORK/b266/_pkg_.a /builddir/.cache/go-build/8a/8af47e8c2b53174cf2ee95bec6f7486c878fabcb8484ac0460e2975c79651167-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc mkdir -p $WORK/b267/ cat >/tmp/go-build1432051999/b267/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol importmap github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil importmap github.com/aws/aws-sdk-go/private/protocol/rest=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build1432051999/b252/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build1432051999/b266/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build1432051999/b251/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b267/_pkg_.a -trimpath "$WORK/b267=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc -complete -installsuffix shared -buildid 1sae4D6jIWv5GGAs2_Ks/1sae4D6jIWv5GGAs2_Ks -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/unmarshal_error.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds mkdir -p $WORK/b274/ cat >/tmp/go-build1432051999/b274/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build1432051999/b241/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build1432051999/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build1432051999/b266/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b274/_pkg_.a -trimpath "$WORK/b274=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds -complete -installsuffix shared -buildid Uw2nu8svBAhpA2eTrgCO/Uw2nu8svBAhpA2eTrgCO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b801/_pkg_.a # internal cp $WORK/b151/_pkg_.a /builddir/.cache/go-build/8e/8ed8289994df79a1e8dff8952c1b0f2f2354583438f98a439001f6fe5adecf26-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp mkdir -p $WORK/b150/ cat >/tmp/go-build1432051999/b150/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/client_model/go=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go importmap github.com/prometheus/common/expfmt=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile compress/gzip=/tmp/go-build1432051999/b053/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build1432051999/b193/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt=/tmp/go-build1432051999/b194/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/httptrace=/tmp/go-build1432051999/b141/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b150/_pkg_.a -trimpath "$WORK/b150=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp -complete -installsuffix shared -buildid Go08PUyJIY7G6S0bcaKc/Go08PUyJIY7G6S0bcaKc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp/delegator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp/http.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.go github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack mkdir -p $WORK/b204/ github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version mkdir -p $WORK/b226/ cat >/tmp/go-build1432051999/b204/importcfg << 'EOF' # internal # import config importmap github.com/jpillora/backoff=github.com/prometheus/prometheus/vendor/github.com/jpillora/backoff importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap golang.org/x/net/trace=github.com/prometheus/prometheus/vendor/golang.org/x/net/trace packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/jpillora/backoff=/tmp/go-build1432051999/b205/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/trace=/tmp/go-build1432051999/b206/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b226/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile text/template=/tmp/go-build1432051999/b210/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b204/_pkg_.a -trimpath "$WORK/b204=>" -p github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack -complete -installsuffix shared -buildid 8UeBUxVHXwqvx8QmK5Ol/8UeBUxVHXwqvx8QmK5Ol -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack/dialer_reporter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack/dialer_wrapper.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack/listener_reporter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack/listener_wrapper.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b226/_pkg_.a -trimpath "$WORK/b226=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version -complete -installsuffix shared -buildid QjJC93bO0Ee1lybrS-v_/QjJC93bO0Ee1lybrS-v_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version/info.go github.com/prometheus/prometheus/discovery/refresh mkdir -p $WORK/b286/ cat >/tmp/go-build1432051999/b286/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b286/_pkg_.a -trimpath "$WORK/b286=>" -p github.com/prometheus/prometheus/discovery/refresh -complete -installsuffix shared -buildid t1uVEBFSFGxfB13bjETC/t1uVEBFSFGxfB13bjETC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/refresh/refresh.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b715/_pkg_.a # internal github.com/prometheus/prometheus/util/treecache mkdir -p $WORK/b760/ cat >/tmp/go-build1432051999/b760/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/go-zookeeper/zk=github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk=/tmp/go-build1432051999/b759/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b760/_pkg_.a -trimpath "$WORK/b760=>" -p github.com/prometheus/prometheus/util/treecache -complete -installsuffix shared -buildid ttjUq62t-MsJRiqIDvQK/ttjUq62t-MsJRiqIDvQK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b760/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/treecache/treecache.go github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil mkdir -p $WORK/b773/ cat >/tmp/go-build1432051999/b773/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/client_golang/prometheus/internal=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal importmap github.com/prometheus/client_golang/prometheus/testutil/promlint=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint importmap github.com/prometheus/client_model/go=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go importmap github.com/prometheus/common/expfmt=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build1432051999/b192/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint=/tmp/go-build1432051999/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build1432051999/b193/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt=/tmp/go-build1432051999/b194/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b773/_pkg_.a -trimpath "$WORK/b773=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil -complete -installsuffix shared -buildid KJEEVPDYW9hOLGHIMi8V/KJEEVPDYW9hOLGHIMi8V -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/lint.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/testutil.go github.com/prometheus/prometheus/util/stats mkdir -p $WORK/b799/ cat >/tmp/go-build1432051999/b799/importcfg << 'EOF' # internal # import config importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build1432051999/b785/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b799/_pkg_.a -trimpath "$WORK/b799=>" -p github.com/prometheus/prometheus/util/stats -complete -installsuffix shared -buildid ezQAKslS-YiDripTrgns/ezQAKslS-YiDripTrgns -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/stats/query_stats.go ./_build/src/github.com/prometheus/prometheus/util/stats/timer.go cp $WORK/b715/_pkg_.a /builddir/.cache/go-build/4b/4bcb557f8d73c733792704b07410d8958a6947f5624b6606fec252549daac4a8-d # internal github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack mkdir -p $WORK/b709/ cp $WORK/b801/_pkg_.a /builddir/.cache/go-build/26/261373239fdf1790b0b28d0a1862c6a1d56ecf476d9840d8f40524fe5ebb32b7-d # internal cat >/tmp/go-build1432051999/b709/importcfg << 'EOF' # internal # import config importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/openstack/identity/v2/tokens=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens importmap github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens importmap github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1 importmap github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens importmap github.com/gophercloud/gophercloud/openstack/utils=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build1432051999/b708/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens=/tmp/go-build1432051999/b710/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens=/tmp/go-build1432051999/b713/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1=/tmp/go-build1432051999/b715/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=/tmp/go-build1432051999/b714/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils=/tmp/go-build1432051999/b716/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b709/_pkg_.a -trimpath "$WORK/b709=>" -p github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack -complete -installsuffix shared -buildid 5LvPV48WbHyPzG6jZdq-/5LvPV48WbHyPzG6jZdq- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/auth_env.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/endpoint_location.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/errors.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b719/_pkg_.a # internal cp $WORK/b719/_pkg_.a /builddir/.cache/go-build/16/160b8cc35dd84081696f8c34a61c49bf55c234647e29c7df508503cd54dac791-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b291/_pkg_.a # internal cp $WORK/b291/_pkg_.a /builddir/.cache/go-build/25/25392f20297468ff74a8f4f3889de96c6336452e091784bcd6cd7ee78477b0c2-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b485/_pkg_.a # internal cp $WORK/b485/_pkg_.a /builddir/.cache/go-build/b8/b8855a64c04669e7a5839f64e4ce8ef5ada5a4dbc302f72148772dad5e883915-d # internal github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure mkdir -p $WORK/b300/ cat >/tmp/go-build1432051999/b300/importcfg << 'EOF' # internal # import config importmap github.com/Azure/go-autorest/autorest=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest importmap github.com/Azure/go-autorest/logger=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger importmap github.com/Azure/go-autorest/tracing=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest=/tmp/go-build1432051999/b291/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger=/tmp/go-build1432051999/b294/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing=/tmp/go-build1432051999/b295/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b300/_pkg_.a -trimpath "$WORK/b300=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure -complete -installsuffix shared -buildid OVfE-RJDpSWH0-XsywDr/OVfE-RJDpSWH0-XsywDr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure/async.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure/azure.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure/environments.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure/metadata_environment.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure/rp.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b799/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b271/_pkg_.a # internal cp $WORK/b799/_pkg_.a /builddir/.cache/go-build/a7/a7fa1f0e13f39bd4bc8ce3b5c35924946f6506c7d9986533681e85f5f909173d-d # internal cp $WORK/b271/_pkg_.a /builddir/.cache/go-build/22/22218d8bd8b7bec7ca2a4db32270f9791f263f0acc49a0095893ec6f1d332d47-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b226/_pkg_.a # internal cp $WORK/b226/_pkg_.a /builddir/.cache/go-build/04/043335463d4ff08e4e8214887aacbb2191caebb7b19a82ed12bb9da41e1b1681-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b286/_pkg_.a # internal cp $WORK/b286/_pkg_.a /builddir/.cache/go-build/39/39593b1372fc9c245ead5803724a17745b23e285302877530c0168da51b9c149-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b284/_pkg_.a # internal cp $WORK/b284/_pkg_.a /builddir/.cache/go-build/78/78ed3b2f880324317a719bd1011ed53edb9ee8e12ceac81768dba75cade7ab43-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b689/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b709/_pkg_.a # internal cp $WORK/b709/_pkg_.a /builddir/.cache/go-build/87/87157d81ca417eb642408b03033164f005a56d1ee66f3df1f1a5967c15210b0a-d # internal cp $WORK/b689/_pkg_.a /builddir/.cache/go-build/ce/cec5439fe0e8c33a7741c794866212c46e659c7c880621dc7d16438f2eb90376-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b267/_pkg_.a # internal cp $WORK/b267/_pkg_.a /builddir/.cache/go-build/89/8962d49a9840bc0bd3763bc6ccb9871694c4c4a8379b61a2394fa0da74cd7751-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson mkdir -p $WORK/b265/ cat >/tmp/go-build1432051999/b265/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol importmap github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil importmap github.com/aws/aws-sdk-go/private/protocol/jsonrpc=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc importmap github.com/aws/aws-sdk-go/private/protocol/rest=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build1432051999/b252/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build1432051999/b266/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build1432051999/b267/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build1432051999/b251/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b265/_pkg_.a -trimpath "$WORK/b265=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson -complete -installsuffix shared -buildid xeYk-DoknR54csIOg1Tb/xeYk-DoknR54csIOg1Tb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/restjson.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/unmarshal_error.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b204/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b773/_pkg_.a # internal cp $WORK/b773/_pkg_.a /builddir/.cache/go-build/f7/f71d3246b9ad2f6f772a9b41d8027cb0349133e362745719107740997c1948e3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b254/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b760/_pkg_.a # internal cp $WORK/b204/_pkg_.a /builddir/.cache/go-build/60/60c5c0db334674e26ea9f98d955f8d420280db2d75708236fd679064f0f89600-d # internal cp $WORK/b254/_pkg_.a /builddir/.cache/go-build/33/3376befce6e31a758acf9ac9d8423527485b2f012342d139306f6eafc3c3e4a8-d # internal cp $WORK/b760/_pkg_.a /builddir/.cache/go-build/44/442bc8731f09e203aa48e28c0877d7532b30cf63e7ff5dff86588665dee8e080-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b274/_pkg_.a # internal cp $WORK/b274/_pkg_.a /builddir/.cache/go-build/e8/e87a59fad1b8575f2153cf711ad3f2c05609d21cc416585f921f496ab9b5b677-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults mkdir -p $WORK/b270/ cat >/tmp/go-build1432051999/b270/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/corehandlers=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds importmap github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds importmap github.com/aws/aws-sdk-go/aws/ec2metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata importmap github.com/aws/aws-sdk-go/aws/endpoints=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/shareddefaults=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build1432051999/b260/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/tmp/go-build1432051999/b271/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=/tmp/go-build1432051999/b274/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build1432051999/b272/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build1432051999/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build1432051999/b236/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b270/_pkg_.a -trimpath "$WORK/b270=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults -complete -installsuffix shared -buildid lgFDF5oZJY8PvfLryB4D/lgFDF5oZJY8PvfLryB4D -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults/shared_config.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b249/_pkg_.a # internal cp $WORK/b249/_pkg_.a /builddir/.cache/go-build/6c/6c7e98f36b0f0d30c629ca9270254d0ff88d1e537c75ae4e9dd52326d1cb243e-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts mkdir -p $WORK/b248/ cat >/tmp/go-build1432051999/b248/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awsutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/aws/signer/v4=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 importmap github.com/aws/aws-sdk-go/private/protocol/query=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build1432051999/b244/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build1432051999/b241/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build1432051999/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build1432051999/b249/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build1432051999/b254/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b248/_pkg_.a -trimpath "$WORK/b248=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts -complete -installsuffix shared -buildid X8zrUysFlOFWdBxI4oZK/X8zrUysFlOFWdBxI4oZK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/customizations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/service.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail mkdir -p $WORK/b285/ cat >/tmp/go-build1432051999/b285/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awsutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/aws/signer/v4=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol importmap github.com/aws/aws-sdk-go/private/protocol/jsonrpc=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build1432051999/b244/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build1432051999/b241/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build1432051999/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build1432051999/b249/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build1432051999/b252/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build1432051999/b267/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b285/_pkg_.a -trimpath "$WORK/b285=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail -complete -installsuffix shared -buildid FHB91bJtNlo17rqno0HP/FHB91bJtNlo17rqno0HP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail/service.go github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2 mkdir -p $WORK/b283/ cat >/tmp/go-build1432051999/b283/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awsutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/endpoints=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/aws/signer/v4=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol importmap github.com/aws/aws-sdk-go/private/protocol/ec2query=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build1432051999/b244/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build1432051999/b241/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build1432051999/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build1432051999/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build1432051999/b249/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build1432051999/b252/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query=/tmp/go-build1432051999/b284/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b283/_pkg_.a -trimpath "$WORK/b283=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2 -complete -installsuffix shared -buildid VJWp8pm48mIneCwpltDb/VJWp8pm48mIneCwpltDb -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/customizations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/service.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/waiters.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b775/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b265/_pkg_.a # internal cp $WORK/b265/_pkg_.a /builddir/.cache/go-build/1c/1c742f13a1a5ad76e37cf60e4f10b0b50b50aa79f57de059995ef37013816186-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso mkdir -p $WORK/b264/ cat >/tmp/go-build1432051999/b264/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awsutil=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/client/metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/aws/signer/v4=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 importmap github.com/aws/aws-sdk-go/private/protocol=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol importmap github.com/aws/aws-sdk-go/private/protocol/restjson=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build1432051999/b244/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build1432051999/b241/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build1432051999/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build1432051999/b249/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build1432051999/b252/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build1432051999/b265/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b264/_pkg_.a -trimpath "$WORK/b264=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso -complete -installsuffix shared -buildid hPbpolRCZimin-t9rADd/hPbpolRCZimin-t9rADd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/api.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/service.go cp $WORK/b775/_pkg_.a /builddir/.cache/go-build/41/411487d6c5819410cc9f29b93b7f4d454791ac1f6b1f914548a388edb7fe6190-d # internal github.com/prometheus/prometheus/util/testutil mkdir -p $WORK/b774/ cat >/tmp/go-build1432051999/b774/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/stretchr/testify/require=github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require importmap go.uber.org/goleak=github.com/prometheus/prometheus/vendor/go.uber.org/goleak packagefile crypto/sha256=/tmp/go-build1432051999/b116/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require=/tmp/go-build1432051999/b775/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/goleak=/tmp/go-build1432051999/b780/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile testing=/tmp/go-build1432051999/b426/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b774/_pkg_.a -trimpath "$WORK/b774=>" -p github.com/prometheus/prometheus/util/testutil -complete -installsuffix shared -buildid J88QHLo6kB5otWq6dx9E/J88QHLo6kB5otWq6dx9E -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b774/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/testutil/context.go ./_build/src/github.com/prometheus/prometheus/util/testutil/directory.go ./_build/src/github.com/prometheus/prometheus/util/testutil/logging.go ./_build/src/github.com/prometheus/prometheus/util/testutil/port.go ./_build/src/github.com/prometheus/prometheus/util/testutil/roundtrip.go ./_build/src/github.com/prometheus/prometheus/util/testutil/testing.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b663/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b213/_pkg_.a # internal cp $WORK/b663/_pkg_.a /builddir/.cache/go-build/6d/6d27406a14e1d40496a0c42122c2f7faa75de1fb07af4d13554c3134b93180eb-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b270/_pkg_.a # internal cp $WORK/b270/_pkg_.a /builddir/.cache/go-build/f3/f3cb1a78212ccd13ed61c65dbf6e8f053bff0ca14d0a8da86039efe0110ad80b-d # internal cp $WORK/b213/_pkg_.a /builddir/.cache/go-build/6b/6b6ad73cfb9ba2fb886fe18ef176fc1e391941bb4f69e3bb81615bc0417536c3-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config mkdir -p $WORK/b203/ github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net mkdir -p $WORK/b471/ cat >/tmp/go-build1432051999/b203/importcfg << 'EOF' # internal # import config importmap github.com/mwitkow/go-conntrack=github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack importmap golang.org/x/net/http2=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap golang.org/x/oauth2/clientcredentials=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/clientcredentials importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/sha256=/tmp/go-build1432051999/b116/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack=/tmp/go-build1432051999/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2=/tmp/go-build1432051999/b213/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build1432051999/b221/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/clientcredentials=/tmp/go-build1432051999/b224/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build1432051999/b225/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b840/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b203/_pkg_.a -trimpath "$WORK/b203=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config -complete -installsuffix shared -buildid GbHLb9eBrBuzug6ZnJlZ/GbHLb9eBrBuzug6ZnJlZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config/config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config/http_config.go github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport mkdir -p $WORK/b387/ cat >/tmp/go-build1432051999/b471/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http2=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2=/tmp/go-build1432051999/b213/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build1432051999/b448/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile mime=/tmp/go-build1432051999/b138/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b471/_pkg_.a -trimpath "$WORK/b471=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net -complete -installsuffix shared -buildid Oe_pmzhm_8kmH_VGrbcN/Oe_pmzhm_8kmH_VGrbcN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net/http.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net/interface.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net/port_range.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net/port_split.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net/util.go cat >/tmp/go-build1432051999/b387/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap golang.org/x/net/http2=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 importmap golang.org/x/net/http2/hpack=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack importmap google.golang.org/genproto/googleapis/rpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/internal/channelz=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz importmap google.golang.org/grpc/internal/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials importmap google.golang.org/grpc/internal/grpcrand=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand importmap google.golang.org/grpc/internal/grpcutil=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil importmap google.golang.org/grpc/internal/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/metadata importmap google.golang.org/grpc/internal/syscall=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/syscall importmap google.golang.org/grpc/internal/transport/networktype=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype importmap google.golang.org/grpc/keepalive=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/peer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver importmap google.golang.org/grpc/stats=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status importmap google.golang.org/grpc/tap=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2=/tmp/go-build1432051999/b213/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack=/tmp/go-build1432051999/b220/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1432051999/b348/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build1432051999/b349/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build1432051999/b359/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build1432051999/b357/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz=/tmp/go-build1432051999/b377/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials=/tmp/go-build1432051999/b361/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand=/tmp/go-build1432051999/b368/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil=/tmp/go-build1432051999/b375/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/metadata=/tmp/go-build1432051999/b388/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/syscall=/tmp/go-build1432051999/b389/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1432051999/b386/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive=/tmp/go-build1432051999/b390/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build1432051999/b365/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer=/tmp/go-build1432051999/b391/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats=/tmp/go-build1432051999/b392/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build1432051999/b347/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap=/tmp/go-build1432051999/b393/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/httputil=/tmp/go-build1432051999/b247/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b387/_pkg_.a -trimpath "$WORK/b387=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport -complete -installsuffix shared -buildid dmcr1dDPS-rYSIu165fh/dmcr1dDPS-rYSIu165fh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/bdp_estimator.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/controlbuf.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/defaults.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/flowcontrol.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/handler_server.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/http2_client.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/http2_server.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/http_util.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/proxy.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/transport.go cp $WORK/b840/_pkg_.a /builddir/.cache/go-build/2d/2d516469ecdc1859ed982f2c3345e2031b8630d9ce0be4b24e15e5421dc3c80c-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis mkdir -p $WORK/b837/ cat >/tmp/go-build1432051999/b837/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/analysis/internal=github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/internal importmap github.com/go-openapi/jsonpointer=github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer importmap github.com/go-openapi/spec=github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec importmap github.com/go-openapi/strfmt=github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/internal=/tmp/go-build1432051999/b838/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer=/tmp/go-build1432051999/b839/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec=/tmp/go-build1432051999/b840/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt=/tmp/go-build1432051999/b819/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build1432051999/b831/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b837/_pkg_.a -trimpath "$WORK/b837=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis -complete -installsuffix shared -buildid -5FygL_c_hjm_krkkGPB/-5FygL_c_hjm_krkkGPB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b837/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/analyzer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/debug.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/fixer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/flatten.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/mixin.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/schema.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b774/_pkg_.a # internal cp $WORK/b774/_pkg_.a /builddir/.cache/go-build/50/505a2a5a024ec1be4ae4134b49bca6d90c6263b9614821f40b724e5773f09789-d # internal github.com/prometheus/prometheus/tsdb/tsdbutil mkdir -p $WORK/b772/ cat >/tmp/go-build1432051999/b772/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/client_golang/prometheus/testutil=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil importmap github.com/stretchr/testify/require=github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil=/tmp/go-build1432051999/b773/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunkenc=/tmp/go-build1432051999/b767/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build1432051999/b768/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build1432051999/b769/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build1432051999/b770/_pkg_.a packagefile github.com/prometheus/prometheus/util/testutil=/tmp/go-build1432051999/b774/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require=/tmp/go-build1432051999/b775/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile testing=/tmp/go-build1432051999/b426/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b772/_pkg_.a -trimpath "$WORK/b772=>" -p github.com/prometheus/prometheus/tsdb/tsdbutil -complete -installsuffix shared -buildid DP3A4ZdQToK0O3qGbuRo/DP3A4ZdQToK0O3qGbuRo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/tsdbutil/buffer.go ./_build/src/github.com/prometheus/prometheus/tsdb/tsdbutil/chunks.go ./_build/src/github.com/prometheus/prometheus/tsdb/tsdbutil/dir_locker.go ./_build/src/github.com/prometheus/prometheus/tsdb/tsdbutil/dir_locker_testutil.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b319/_pkg_.a # internal cp $WORK/b319/_pkg_.a /builddir/.cache/go-build/1f/1ff5fa770ca5e10d56db687b2b3ed34ba1830410ba07a31a61f43a41e47fda3c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b732/_pkg_.a # internal cp $WORK/b732/_pkg_.a /builddir/.cache/go-build/92/92acb415716938952c7f765003c86f37a0d67a8be7debaf07926d2d5aad2ea71-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b264/_pkg_.a # internal cp $WORK/b264/_pkg_.a /builddir/.cache/go-build/c9/c98a939aa1dcea46834de4ce274ccf86dfcc1ca422296584951349c45606991b-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface mkdir -p $WORK/b268/ cat >/tmp/go-build1432051999/b268/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/service/sso=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso=/tmp/go-build1432051999/b264/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b268/_pkg_.a -trimpath "$WORK/b268=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface -complete -installsuffix shared -buildid Z_9440TBlaQXC1rThgio/Z_9440TBlaQXC1rThgio -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface/interface.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b300/_pkg_.a # internal cp $WORK/b300/_pkg_.a /builddir/.cache/go-build/a3/a326ea8056d1de5b5764c6849a4f9de8b948e7d981ce4d9bb61510e97bb8f642-d # internal github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute mkdir -p $WORK/b289/ cat >/tmp/go-build1432051999/b289/importcfg << 'EOF' # internal # import config importmap github.com/Azure/azure-sdk-for-go/version=github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version importmap github.com/Azure/go-autorest/autorest=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest importmap github.com/Azure/go-autorest/autorest/azure=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure importmap github.com/Azure/go-autorest/autorest/date=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date importmap github.com/Azure/go-autorest/autorest/to=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to importmap github.com/Azure/go-autorest/autorest/validation=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation importmap github.com/Azure/go-autorest/tracing=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version=/tmp/go-build1432051999/b290/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest=/tmp/go-build1432051999/b291/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure=/tmp/go-build1432051999/b300/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date=/tmp/go-build1432051999/b293/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to=/tmp/go-build1432051999/b301/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation=/tmp/go-build1432051999/b302/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing=/tmp/go-build1432051999/b295/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b289/_pkg_.a -trimpath "$WORK/b289=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute -complete -installsuffix shared -buildid IAVuhYUnI7vpUh8yuqmj/IAVuhYUnI7vpUh8yuqmj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/availabilitysets.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/containerservices.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/disks.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/enums.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/galleries.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/galleryimages.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/galleryimageversions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/images.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/loganalytics.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/models.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/operations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/proximityplacementgroups.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/resourceskus.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/snapshots.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/usage.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/version.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineextensionimages.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineextensions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineimages.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachineruncommands.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachines.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesetextensions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesetrollingupgrades.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesets.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinescalesetvms.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/virtualmachinesizes.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b248/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network mkdir -p $WORK/b303/ cat >/tmp/go-build1432051999/b303/importcfg << 'EOF' # internal # import config importmap github.com/Azure/azure-sdk-for-go/version=github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version importmap github.com/Azure/go-autorest/autorest=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest importmap github.com/Azure/go-autorest/autorest/azure=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure importmap github.com/Azure/go-autorest/autorest/date=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date importmap github.com/Azure/go-autorest/autorest/to=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to importmap github.com/Azure/go-autorest/autorest/validation=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation importmap github.com/Azure/go-autorest/tracing=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version=/tmp/go-build1432051999/b290/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest=/tmp/go-build1432051999/b291/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure=/tmp/go-build1432051999/b300/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date=/tmp/go-build1432051999/b293/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to=/tmp/go-build1432051999/b301/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation=/tmp/go-build1432051999/b302/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing=/tmp/go-build1432051999/b295/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b303/_pkg_.a -trimpath "$WORK/b303=>" -p github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network -complete -installsuffix shared -buildid gq3Lx8SXUSObapn_O6UC/gq3Lx8SXUSObapn_O6UC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/applicationgateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/applicationsecuritygroups.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/availabledelegations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/availableendpointservices.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/availableresourcegroupdelegations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/azurefirewallfqdntags.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/azurefirewalls.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/bgpservicecommunities.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/connectionmonitors.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/ddosprotectionplans.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/defaultsecurityrules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/enums.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuitauthorizations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuitconnections.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuitpeerings.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecircuits.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteconnections.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecrossconnectionpeerings.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutecrossconnections.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutegateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressroutelinks.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteports.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteportslocations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/expressrouteserviceproviders.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/hubvirtualnetworkconnections.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/inboundnatrules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfaceendpoints.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfaceipconfigurations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfaceloadbalancers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfacesgroup.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/interfacetapconfigurations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerbackendaddresspools.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerfrontendipconfigurations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerloadbalancingrules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancernetworkinterfaces.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalanceroutboundrules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancerprobes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/loadbalancers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/localnetworkgateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/models.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/operations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/p2svpngateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/p2svpnserverconfigurations.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/packetcaptures.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/profiles.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/publicipaddresses.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/publicipprefixes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routefilterrules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routefilters.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routes.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/routetables.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/securitygroups.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/securityrules.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/serviceendpointpolicies.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/serviceendpointpolicydefinitions.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/subnets.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/usages.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/version.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualhubs.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworkgatewayconnections.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworkgateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworkpeerings.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworks.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualnetworktaps.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/virtualwans.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpnconnections.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpngateways.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpnsites.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/vpnsitesconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/watchers.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b305/_pkg_.a # internal cp $WORK/b248/_pkg_.a /builddir/.cache/go-build/90/900eb3dfc82556720577d3f1692125b6db918519c61242a795355a84badecab4-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface mkdir -p $WORK/b258/ cat >/tmp/go-build1432051999/b258/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/service/sts=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts=/tmp/go-build1432051999/b248/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b258/_pkg_.a -trimpath "$WORK/b258=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface -complete -installsuffix shared -buildid HB37m95NCAqsDwMbmsj7/HB37m95NCAqsDwMbmsj7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface/interface.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b772/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b203/_pkg_.a # internal cp $WORK/b772/_pkg_.a /builddir/.cache/go-build/69/69518f06e41707fb5988c240e66a3c87fdf7c67eade392a418ddc754a9727b82-d # internal github.com/prometheus/prometheus/storage mkdir -p $WORK/b765/ cat >/tmp/go-build1432051999/b765/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile container/heap=/tmp/go-build1432051999/b552/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build1432051999/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunkenc=/tmp/go-build1432051999/b767/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build1432051999/b768/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build1432051999/b769/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tsdbutil=/tmp/go-build1432051999/b772/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b765/_pkg_.a -trimpath "$WORK/b765=>" -p github.com/prometheus/prometheus/storage -complete -installsuffix shared -buildid llNnZRPOrzAT-wrr2k1f/llNnZRPOrzAT-wrr2k1f -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b765/importcfg -pack ./_build/src/github.com/prometheus/prometheus/storage/buffer.go ./_build/src/github.com/prometheus/prometheus/storage/fanout.go ./_build/src/github.com/prometheus/prometheus/storage/generic.go ./_build/src/github.com/prometheus/prometheus/storage/interface.go ./_build/src/github.com/prometheus/prometheus/storage/lazy.go ./_build/src/github.com/prometheus/prometheus/storage/memoized_iterator.go ./_build/src/github.com/prometheus/prometheus/storage/merge.go ./_build/src/github.com/prometheus/prometheus/storage/noop.go ./_build/src/github.com/prometheus/prometheus/storage/secondary.go ./_build/src/github.com/prometheus/prometheus/storage/series.go cp $WORK/b203/_pkg_.a /builddir/.cache/go-build/4b/4b1354efbb528aa146e4f3d9ded8ec86ced4b29fcbd7951bb6f39a0b8a1e8cd6-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web mkdir -p $WORK/b227/ github.com/prometheus/prometheus/discovery cat >/tmp/go-build1432051999/b227/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap golang.org/x/crypto/bcrypt=github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt=/tmp/go-build1432051999/b228/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build1432051999/b225/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b227/_pkg_.a -trimpath "$WORK/b227=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web -complete -installsuffix shared -buildid CpxEOH6mTCX5BXGMO4AO/CpxEOH6mTCX5BXGMO4AO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web/cache.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web/handler.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web/tls_config.go mkdir -p $WORK/b275/ cat >/tmp/go-build1432051999/b275/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build1432051999/b225/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b275/_pkg_.a -trimpath "$WORK/b275=>" -p github.com/prometheus/prometheus/discovery -complete -installsuffix shared -buildid FRP7LBvS1cGTdz1HXp0q/FRP7LBvS1cGTdz1HXp0q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/discovery.go ./_build/src/github.com/prometheus/prometheus/discovery/manager.go ./_build/src/github.com/prometheus/prometheus/discovery/registry.go cp $WORK/b305/_pkg_.a /builddir/.cache/go-build/94/949507f9b0ef080491a015ce606cd5685ae946c9ba74187e0e78b8d1fb87c18f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b268/_pkg_.a # internal cp $WORK/b268/_pkg_.a /builddir/.cache/go-build/16/168a5a8a7bdcf9722835f015c168854fc7bef1095a4fc2490e1e78045278492d-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds mkdir -p $WORK/b263/ cat >/tmp/go-build1432051999/b263/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/service/sso=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso importmap github.com/aws/aws-sdk-go/service/sso/ssoiface=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface packagefile crypto/sha1=/tmp/go-build1432051999/b115/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build1432051999/b241/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso=/tmp/go-build1432051999/b264/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface=/tmp/go-build1432051999/b268/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b263/_pkg_.a -trimpath "$WORK/b263=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds -complete -installsuffix shared -buildid B1BfgbDyE1f0TAolrFIy/B1BfgbDyE1f0TAolrFIy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/os.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/provider.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b471/_pkg_.a # internal cp $WORK/b471/_pkg_.a /builddir/.cache/go-build/d3/d3bc90debd988df6657dea5d6a749be33c8adcb649f75dd69e9f7edb796de7f2-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch mkdir -p $WORK/b470/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport mkdir -p $WORK/b548/ cat >/tmp/go-build1432051999/b470/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/net=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net=/tmp/go-build1432051999/b471/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b470/_pkg_.a -trimpath "$WORK/b470=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch -complete -installsuffix shared -buildid pQAddAEV2LGMQXcl2EFV/pQAddAEV2LGMQXcl2EFV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch/filter.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch/mux.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch/watch.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch/zz_generated.deepcopy.go cat >/tmp/go-build1432051999/b548/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap k8s.io/apimachinery/pkg/util/net=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/apimachinery/pkg/util/wait=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait importmap k8s.io/client-go/util/connrotation=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation importmap k8s.io/client-go/util/workqueue=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile encoding/pem=/tmp/go-build1432051999/b121/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build1432051999/b221/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net=/tmp/go-build1432051999/b471/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait=/tmp/go-build1432051999/b549/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation=/tmp/go-build1432051999/b550/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue=/tmp/go-build1432051999/b551/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b548/_pkg_.a -trimpath "$WORK/b548=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport -complete -installsuffix shared -buildid 4VqXF5YPRUBBlJYVex2h/4VqXF5YPRUBBlJYVex2h -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport/cache.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport/cert_rotation.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport/config.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport/round_trippers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport/token_source.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport/transport.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b258/_pkg_.a # internal cp $WORK/b258/_pkg_.a /builddir/.cache/go-build/15/152c0011220006f7c712c88821715c68eb5aae0ccf688b959afb7eb5edfc160c-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds mkdir -p $WORK/b240/ cat >/tmp/go-build1432051999/b240/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/sdkrand=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand importmap github.com/aws/aws-sdk-go/service/sts=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts importmap github.com/aws/aws-sdk-go/service/sts/stsiface=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build1432051999/b241/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build1432051999/b246/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts=/tmp/go-build1432051999/b248/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface=/tmp/go-build1432051999/b258/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b240/_pkg_.a -trimpath "$WORK/b240=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds -complete -installsuffix shared -buildid hM9sw322xhpri5PM1jUX/hM9sw322xhpri5PM1jUX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/web_identity_provider.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b150/_pkg_.a # internal cp $WORK/b150/_pkg_.a /builddir/.cache/go-build/fe/fe1285c6dc389f02dc9b097ad1b112863c25cdd838de08a63fc302e171e3d4aa-d # internal github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation mkdir -p $WORK/b424/ cat >/tmp/go-build1432051999/b424/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/client_golang/prometheus/promhttp=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build1432051999/b150/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b424/_pkg_.a -trimpath "$WORK/b424=>" -p github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation -complete -installsuffix shared -buildid y_Qpaur_dWQZMcRuuUaF/y_Qpaur_dWQZMcRuuUaF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation/metrics.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b263/_pkg_.a # internal cp $WORK/b263/_pkg_.a /builddir/.cache/go-build/d6/d6c157ade5aaabd13738c8368d501024dd2360339310667baf8f62576f7a1c86-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b227/_pkg_.a # internal cp $WORK/b227/_pkg_.a /builddir/.cache/go-build/f6/f67c37b261ea84f660c2f15e3129434ff7f10ec8914404b4165527c373c5654e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b240/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b470/_pkg_.a # internal cp $WORK/b240/_pkg_.a /builddir/.cache/go-build/37/372d73c78051b68cc47780d0306621345b7b9b6b2d1b0066964c4a3dea51147a-d # internal github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session mkdir -p $WORK/b259/ cat >/tmp/go-build1432051999/b259/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/client=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client importmap github.com/aws/aws-sdk-go/aws/corehandlers=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/credentials/processcreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds importmap github.com/aws/aws-sdk-go/aws/credentials/ssocreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds importmap github.com/aws/aws-sdk-go/aws/credentials/stscreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds importmap github.com/aws/aws-sdk-go/aws/csm=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm importmap github.com/aws/aws-sdk-go/aws/defaults=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults importmap github.com/aws/aws-sdk-go/aws/endpoints=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints importmap github.com/aws/aws-sdk-go/aws/request=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request importmap github.com/aws/aws-sdk-go/internal/ini=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini importmap github.com/aws/aws-sdk-go/internal/shareddefaults=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build1432051999/b241/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build1432051999/b260/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds=/tmp/go-build1432051999/b261/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds=/tmp/go-build1432051999/b263/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build1432051999/b240/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm=/tmp/go-build1432051999/b269/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults=/tmp/go-build1432051999/b270/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build1432051999/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build1432051999/b235/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build1432051999/b236/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b259/_pkg_.a -trimpath "$WORK/b259=>" -p github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session -complete -installsuffix shared -buildid L6w582mr5Ee0vTcizzcq/L6w582mr5Ee0vTcizzcq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session/credentials.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session/env_config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session/session.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session/shared_config.go cp $WORK/b470/_pkg_.a /builddir/.cache/go-build/2d/2d6924d5898ba6699f4fe406fc3b9856da8df0f62275393fc2461ea673cab1b2-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 mkdir -p $WORK/b436/ cat >/tmp/go-build1432051999/b436/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap github.com/google/gofuzz=github.com/prometheus/prometheus/vendor/github.com/google/gofuzz importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/fields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields importmap k8s.io/apimachinery/pkg/labels=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/selection=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/gofuzz=/tmp/go-build1432051999/b437/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build1432051999/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields=/tmp/go-build1432051999/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels=/tmp/go-build1432051999/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection=/tmp/go-build1432051999/b441/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b436/_pkg_.a -trimpath "$WORK/b436=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 -complete -installsuffix shared -buildid 6JdT-BI3klfdMFdbYn8U/6JdT-BI3klfdMFdbYn8U -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/controller_ref.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/duration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/group_version.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/labels.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/meta.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time_fuzz.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time_proto.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/time.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/time_fuzz.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/time_proto.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/watch.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.defaults.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b275/_pkg_.a # internal cp $WORK/b275/_pkg_.a /builddir/.cache/go-build/c7/c7233dd7f01a450a35dc0bcc26d7700d3ae12eb39790db4cd48da021313e91c2-d # internal github.com/prometheus/prometheus/discovery/file mkdir -p $WORK/b279/ github.com/prometheus/prometheus/discovery/consul mkdir -p $WORK/b304/ github.com/prometheus/prometheus/discovery/digitalocean cat >/tmp/go-build1432051999/b279/importcfg << 'EOF' # internal # import config importmap github.com/fsnotify/fsnotify=github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify=/tmp/go-build1432051999/b280/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build1432051999/b225/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b279/_pkg_.a -trimpath "$WORK/b279=>" -p github.com/prometheus/prometheus/discovery/file -complete -installsuffix shared -buildid NNeoiCwzgoRAwSJHF78b/NNeoiCwzgoRAwSJHF78b -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/file/file.go cat >/tmp/go-build1432051999/b304/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/hashicorp/consul/api=github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api=/tmp/go-build1432051999/b305/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b424/_pkg_.a # internal github.com/prometheus/prometheus/discovery/dns mkdir -p $WORK/b322/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b304/_pkg_.a -trimpath "$WORK/b304=>" -p github.com/prometheus/prometheus/discovery/consul -complete -installsuffix shared -buildid KXHaQ-pySfDsBl6-BEzv/KXHaQ-pySfDsBl6-BEzv -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/consul/consul.go cat >/tmp/go-build1432051999/b322/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/miekg/dns=github.com/prometheus/prometheus/vendor/github.com/miekg/dns importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/miekg/dns=/tmp/go-build1432051999/b323/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b322/_pkg_.a -trimpath "$WORK/b322=>" -p github.com/prometheus/prometheus/discovery/dns -complete -installsuffix shared -buildid Wlk-VDf8ACONkbAA4zNX/Wlk-VDf8ACONkbAA4zNX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/dns/dns.go github.com/prometheus/prometheus/discovery/eureka mkdir -p $WORK/b330/ github.com/prometheus/prometheus/discovery/http mkdir -p $WORK/b429/ mkdir -p $WORK/b318/ cat >/tmp/go-build1432051999/b330/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/xml=/tmp/go-build1432051999/b255/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cp $WORK/b424/_pkg_.a /builddir/.cache/go-build/ec/ec19dad6dc269a8291c15648cc72c6845628e3687401286936c01eba4f5ba16b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b330/_pkg_.a -trimpath "$WORK/b330=>" -p github.com/prometheus/prometheus/discovery/eureka -complete -installsuffix shared -buildid Tc8R5ykxozdVX38Uqvyg/Tc8R5ykxozdVX38Uqvyg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/eureka/client.go ./_build/src/github.com/prometheus/prometheus/discovery/eureka/eureka.go github.com/prometheus/prometheus/discovery/puppetdb mkdir -p $WORK/b720/ cat >/tmp/go-build1432051999/b318/importcfg << 'EOF' # internal # import config importmap github.com/digitalocean/godo=github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo=/tmp/go-build1432051999/b319/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/discovery/uyuni github.com/prometheus/prometheus/discovery/triton github.com/prometheus/prometheus/discovery/marathon github.com/prometheus/prometheus/discovery/scaleway mkdir -p $WORK/b734/ github.com/prometheus/prometheus/discovery/zookeeper /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b318/_pkg_.a -trimpath "$WORK/b318=>" -p github.com/prometheus/prometheus/discovery/digitalocean -complete -installsuffix shared -buildid UyUxCZKQNhEOLCh84p9q/UyUxCZKQNhEOLCh84p9q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/digitalocean/digitalocean.go cat >/tmp/go-build1432051999/b720/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/discovery/openstack cat >/tmp/go-build1432051999/b429/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b735/ cat >/tmp/go-build1432051999/b734/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/mwitkow/go-conntrack=github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack=/tmp/go-build1432051999/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b720/_pkg_.a -trimpath "$WORK/b720=>" -p github.com/prometheus/prometheus/discovery/puppetdb -complete -installsuffix shared -buildid PCBlDrvN4MCOPiYdFlx4/PCBlDrvN4MCOPiYdFlx4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/puppetdb/puppetdb.go ./_build/src/github.com/prometheus/prometheus/discovery/puppetdb/resources.go github.com/prometheus/prometheus/discovery/moby /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b429/_pkg_.a -trimpath "$WORK/b429=>" -p github.com/prometheus/prometheus/discovery/http -complete -installsuffix shared -buildid n_y1NpKv4B-ffUdA4l-p/n_y1NpKv4B-ffUdA4l-p -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/http/http.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b734/_pkg_.a -trimpath "$WORK/b734=>" -p github.com/prometheus/prometheus/discovery/triton -complete -installsuffix shared -buildid lOftJCt_DZ2q_y3eEOFB/lOftJCt_DZ2q_y3eEOFB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b734/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/triton/triton.go mkdir -p $WORK/b671/ cat >/tmp/go-build1432051999/b735/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/kolo/xmlrpc=github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc=/tmp/go-build1432051999/b736/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b721/ cat >/tmp/go-build1432051999/b671/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b671/_pkg_.a -trimpath "$WORK/b671=>" -p github.com/prometheus/prometheus/discovery/marathon -complete -installsuffix shared -buildid lm-jqoZMZRGqtsWNWWjk/lm-jqoZMZRGqtsWNWWjk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/marathon/marathon.go cat >/tmp/go-build1432051999/b721/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version importmap github.com/scaleway/scaleway-sdk-go/api/baremetal/v1=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1 importmap github.com/scaleway/scaleway-sdk-go/api/instance/v1=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1 importmap github.com/scaleway/scaleway-sdk-go/scw=github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1=/tmp/go-build1432051999/b722/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1=/tmp/go-build1432051999/b732/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw=/tmp/go-build1432051999/b728/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b735/_pkg_.a -trimpath "$WORK/b735=>" -p github.com/prometheus/prometheus/discovery/uyuni -complete -installsuffix shared -buildid QzIxYwKRFVK_Xza1X6TX/QzIxYwKRFVK_Xza1X6TX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/uyuni/uyuni.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b721/_pkg_.a -trimpath "$WORK/b721=>" -p github.com/prometheus/prometheus/discovery/scaleway -complete -installsuffix shared -buildid jq5kerdgC5ud-9FFX5jV/jq5kerdgC5ud-9FFX5jV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b721/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/scaleway/baremetal.go ./_build/src/github.com/prometheus/prometheus/discovery/scaleway/instance.go ./_build/src/github.com/prometheus/prometheus/discovery/scaleway/scaleway.go mkdir -p $WORK/b758/ cat >/tmp/go-build1432051999/b758/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-zookeeper/zk=github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk=/tmp/go-build1432051999/b759/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile github.com/prometheus/prometheus/util/treecache=/tmp/go-build1432051999/b760/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b758/_pkg_.a -trimpath "$WORK/b758=>" -p github.com/prometheus/prometheus/discovery/zookeeper -complete -installsuffix shared -buildid s8KynqK1N4e2T91HryCB/s8KynqK1N4e2T91HryCB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b758/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/zookeeper/zookeeper.go mkdir -p $WORK/b707/ cat >/tmp/go-build1432051999/b707/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/gophercloud/gophercloud=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud importmap github.com/gophercloud/gophercloud/openstack=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack importmap github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips importmap github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors importmap github.com/gophercloud/gophercloud/openstack/compute/v2/servers=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers importmap github.com/gophercloud/gophercloud/pagination=github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination importmap github.com/mwitkow/go-conntrack=github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build1432051999/b708/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack=/tmp/go-build1432051999/b709/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips=/tmp/go-build1432051999/b717/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors=/tmp/go-build1432051999/b718/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers=/tmp/go-build1432051999/b719/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build1432051999/b712/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack=/tmp/go-build1432051999/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b707/_pkg_.a -trimpath "$WORK/b707=>" -p github.com/prometheus/prometheus/discovery/openstack -complete -installsuffix shared -buildid v08QLZAn8j9VGTKQhDe_/v08QLZAn8j9VGTKQhDe_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/openstack/hypervisor.go ./_build/src/github.com/prometheus/prometheus/discovery/openstack/instance.go ./_build/src/github.com/prometheus/prometheus/discovery/openstack/openstack.go mkdir -p $WORK/b672/ cat >/tmp/go-build1432051999/b672/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types importmap github.com/docker/docker/api/types/filters=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters importmap github.com/docker/docker/api/types/swarm=github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm importmap github.com/docker/docker/client=github.com/prometheus/prometheus/vendor/github.com/docker/docker/client importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types=/tmp/go-build1432051999/b673/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters=/tmp/go-build1432051999/b680/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm=/tmp/go-build1432051999/b687/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/client=/tmp/go-build1432051999/b689/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud mkdir -p $WORK/b423/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b672/_pkg_.a -trimpath "$WORK/b672=>" -p github.com/prometheus/prometheus/discovery/moby -complete -installsuffix shared -buildid zW4uGuavmNJH1cQP5X6K/zW4uGuavmNJH1cQP5X6K -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/moby/docker.go ./_build/src/github.com/prometheus/prometheus/discovery/moby/dockerswarm.go ./_build/src/github.com/prometheus/prometheus/discovery/moby/network.go ./_build/src/github.com/prometheus/prometheus/discovery/moby/nodes.go ./_build/src/github.com/prometheus/prometheus/discovery/moby/services.go ./_build/src/github.com/prometheus/prometheus/discovery/moby/tasks.go cat >/tmp/go-build1432051999/b423/importcfg << 'EOF' # internal # import config importmap github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation=github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation importmap github.com/hetznercloud/hcloud-go/hcloud/schema=github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation=/tmp/go-build1432051999/b424/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema=/tmp/go-build1432051999/b425/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/http/httputil=/tmp/go-build1432051999/b247/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile testing=/tmp/go-build1432051999/b426/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b423/_pkg_.a -trimpath "$WORK/b423=>" -p github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud -complete -installsuffix shared -buildid -Q4nyJNnoJ9iXPfKCHeh/-Q4nyJNnoJ9iXPfKCHeh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/action.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/certificate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/client.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/datacenter.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/error.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/firewall.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/floating_ip.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/hcloud.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/helper.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/image.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/iso.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/load_balancer.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/load_balancer_type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/location.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/network.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/placement_group.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/pricing.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/rdns.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/resource.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/server.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/server_type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/ssh_key.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/testing.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/volume.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b548/_pkg_.a # internal cp $WORK/b548/_pkg_.a /builddir/.cache/go-build/3b/3bf121638e963cccdd6714ccb246ca11e05f809de4d346af1f8003121859cb1e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b837/_pkg_.a # internal cp $WORK/b837/_pkg_.a /builddir/.cache/go-build/58/58d33b9222a14f34ac2d3bf059e8c677547353d3a74a9629a4a89603572057f4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b765/_pkg_.a # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads mkdir -p $WORK/b845/ cat >/tmp/go-build1432051999/b845/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/analysis=github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis importmap github.com/go-openapi/spec=github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/gob=/tmp/go-build1432051999/b738/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis=/tmp/go-build1432051999/b837/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec=/tmp/go-build1432051999/b840/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build1432051999/b831/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b845/_pkg_.a -trimpath "$WORK/b845=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads -complete -installsuffix shared -buildid Amib8BtKmuGPB3GRb4mz/Amib8BtKmuGPB3GRb4mz -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b845/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads/loaders.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads/options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads/spec.go cp $WORK/b765/_pkg_.a /builddir/.cache/go-build/7c/7c9fc0272d879fdbefa79e6b0538cd623a88cc4f1eecfdc33617d0d5701c7a09-d # internal github.com/prometheus/prometheus/promql/parser mkdir -p $WORK/b763/ cat >/tmp/go-build1432051999/b763/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build1432051999/b762/_pkg_.a packagefile github.com/prometheus/prometheus/model/value=/tmp/go-build1432051999/b764/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build1432051999/b765/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b763/_pkg_.a -trimpath "$WORK/b763=>" -p github.com/prometheus/prometheus/promql/parser -complete -installsuffix shared -buildid 0B1I-EzFx3zkbnJImSsf/0B1I-EzFx3zkbnJImSsf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack ./_build/src/github.com/prometheus/prometheus/promql/parser/ast.go ./_build/src/github.com/prometheus/prometheus/promql/parser/functions.go ./_build/src/github.com/prometheus/prometheus/promql/parser/generated_parser.y.go ./_build/src/github.com/prometheus/prometheus/promql/parser/lex.go ./_build/src/github.com/prometheus/prometheus/promql/parser/parse.go ./_build/src/github.com/prometheus/prometheus/promql/parser/printer.go ./_build/src/github.com/prometheus/prometheus/promql/parser/value.go github.com/prometheus/prometheus/tsdb/tombstones mkdir -p $WORK/b795/ github.com/prometheus/prometheus/tsdb/index cat >/tmp/go-build1432051999/b795/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build1432051999/b765/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/encoding=/tmp/go-build1432051999/b790/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build1432051999/b769/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build1432051999/b770/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile hash/crc32=/tmp/go-build1432051999/b056/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b795/_pkg_.a -trimpath "$WORK/b795=>" -p github.com/prometheus/prometheus/tsdb/tombstones -complete -installsuffix shared -buildid 90kSbZd4zjq5_RoqHB3V/90kSbZd4zjq5_RoqHB3V -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/tombstones/tombstones.go mkdir -p $WORK/b793/ cat >/tmp/go-build1432051999/b793/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile container/heap=/tmp/go-build1432051999/b552/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build1432051999/b765/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build1432051999/b768/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/encoding=/tmp/go-build1432051999/b790/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build1432051999/b769/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build1432051999/b770/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile hash/crc32=/tmp/go-build1432051999/b056/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b793/_pkg_.a -trimpath "$WORK/b793=>" -p github.com/prometheus/prometheus/tsdb/index -complete -installsuffix shared -buildid Hzh2Oe_i5DAY1FM5tmq1/Hzh2Oe_i5DAY1FM5tmq1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/index/index.go ./_build/src/github.com/prometheus/prometheus/tsdb/index/postings.go ./_build/src/github.com/prometheus/prometheus/tsdb/index/postingsstats.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b429/_pkg_.a # internal cp $WORK/b429/_pkg_.a /builddir/.cache/go-build/37/375a7ff187da3656de36572044359737c453a5d8155a5009bede5abe138d84f5-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b666/_pkg_.a # internal cp $WORK/b666/_pkg_.a /builddir/.cache/go-build/65/652a530fc0f2dc321aabe0b67b2eb6f57bb4abea4a6ccfbd65c99536732fc576-d # internal github.com/prometheus/prometheus/discovery/linode mkdir -p $WORK/b665/ cat >/tmp/go-build1432051999/b665/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/linode/linodego=github.com/prometheus/prometheus/vendor/github.com/linode/linodego importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/linode/linodego=/tmp/go-build1432051999/b666/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b720/_pkg_.a # internal cp $WORK/b720/_pkg_.a /builddir/.cache/go-build/24/24b4ad9caf4dd0193df4a3e5f6703bc3bf065c43414827b4703a379cf28c4dda-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b665/_pkg_.a -trimpath "$WORK/b665=>" -p github.com/prometheus/prometheus/discovery/linode -complete -installsuffix shared -buildid XKDY1yYeJ9dBso0X92tE/XKDY1yYeJ9dBso0X92tE -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/linode/linode.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b735/_pkg_.a # internal cp $WORK/b735/_pkg_.a /builddir/.cache/go-build/db/db220e60e122df9b6cf2fa5522a273777c318b36079d1e305fc6d5e43d05a6cc-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b671/_pkg_.a # internal cp $WORK/b671/_pkg_.a /builddir/.cache/go-build/b5/b5420f7e421d982ade6ce045f5d43bcd53f392d9c0a47528e3461d98441570ba-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b845/_pkg_.a # internal cp $WORK/b845/_pkg_.a /builddir/.cache/go-build/29/296e6befa5002bbae44454b6276241e555dd8e4ca961c2300a31c986d0cdf798-d # internal github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate mkdir -p $WORK/b836/ cat >/tmp/go-build1432051999/b836/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/analysis=github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis importmap github.com/go-openapi/errors=github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors importmap github.com/go-openapi/jsonpointer=github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer importmap github.com/go-openapi/loads=github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads importmap github.com/go-openapi/runtime=github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime importmap github.com/go-openapi/spec=github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec importmap github.com/go-openapi/strfmt=github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis=/tmp/go-build1432051999/b837/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors=/tmp/go-build1432051999/b821/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer=/tmp/go-build1432051999/b839/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads=/tmp/go-build1432051999/b845/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime=/tmp/go-build1432051999/b846/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec=/tmp/go-build1432051999/b840/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt=/tmp/go-build1432051999/b819/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build1432051999/b831/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b836/_pkg_.a -trimpath "$WORK/b836=>" -p github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate -complete -installsuffix shared -buildid 1tAstVGbfqyizLeaJyI7/1tAstVGbfqyizLeaJyI7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b836/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/context.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/debug.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/default_validator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/example_validator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/formats.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/object_validator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/options.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/result.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/rexp.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/schema.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/schema_messages.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/schema_option.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/schema_props.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/slice_validator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/spec.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/spec_messages.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/type.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/validator.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate/values.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b758/_pkg_.a # internal cp $WORK/b758/_pkg_.a /builddir/.cache/go-build/f6/f6bdad000130cdf45a09e3a68b9210f7ac8fdfb9c8b29f6d6f7f3e7ab6997b87-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b707/_pkg_.a # internal cp $WORK/b707/_pkg_.a /builddir/.cache/go-build/96/9658ecd86a216ecb56d6e1cb28d92c07370001775df2b617c2d25bd757e6e4f5-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b721/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b387/_pkg_.a # internal cp $WORK/b721/_pkg_.a /builddir/.cache/go-build/f4/f498d80611ca6ff2c6e3727787a4fad63ff9a4ae37941a3b85cd9c457f3bd9d3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b318/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b322/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b330/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b795/_pkg_.a # internal cp $WORK/b322/_pkg_.a /builddir/.cache/go-build/1e/1ecaa781ffb89daa9d3bd331a6d869e0bd8e9b0b0d234763f0de8f394ea2e1f9-d # internal cp $WORK/b795/_pkg_.a /builddir/.cache/go-build/df/df4ce232313abeed4e4497264727fb73edf7e9750924d43989701c2018e804ba-d # internal github.com/prometheus/prometheus/tsdb/record mkdir -p $WORK/b794/ cp $WORK/b330/_pkg_.a /builddir/.cache/go-build/63/6364ef8465b3a1871915dfa67ecef352f58b7128b7e46ccd606e120472d365ad-d # internal cp $WORK/b318/_pkg_.a /builddir/.cache/go-build/34/342357c14ff77a3ae5474a79712ae37be7a5bd612b4b6ed68909fd0890ebec1e-d # internal cat >/tmp/go-build1432051999/b794/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build1432051999/b765/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build1432051999/b768/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/encoding=/tmp/go-build1432051999/b790/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tombstones=/tmp/go-build1432051999/b795/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b794/_pkg_.a -trimpath "$WORK/b794=>" -p github.com/prometheus/prometheus/tsdb/record -complete -installsuffix shared -buildid OifX0WOAVhEK3m6ivXWx/OifX0WOAVhEK3m6ivXWx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b794/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/record/record.go cp $WORK/b387/_pkg_.a /builddir/.cache/go-build/4f/4fc372da681c07f14a17d991883972cd6d81e39e283f3274ce6eba2947fe0b53-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/grpc mkdir -p $WORK/b353/ cat >/tmp/go-build1432051999/b353/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/trace=github.com/prometheus/prometheus/vendor/golang.org/x/net/trace importmap google.golang.org/grpc/backoff=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff importmap google.golang.org/grpc/balancer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer importmap google.golang.org/grpc/balancer/base=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base importmap google.golang.org/grpc/balancer/roundrobin=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/roundrobin importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/connectivity=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity importmap google.golang.org/grpc/credentials=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials importmap google.golang.org/grpc/encoding=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding importmap google.golang.org/grpc/encoding/proto=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/proto importmap google.golang.org/grpc/grpclog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog importmap google.golang.org/grpc/internal=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal importmap google.golang.org/grpc/internal/backoff=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff importmap google.golang.org/grpc/internal/balancerload=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/balancerload importmap google.golang.org/grpc/internal/binarylog=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog importmap google.golang.org/grpc/internal/buffer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/buffer importmap google.golang.org/grpc/internal/channelz=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz importmap google.golang.org/grpc/internal/envconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig importmap google.golang.org/grpc/internal/grpcrand=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand importmap google.golang.org/grpc/internal/grpcsync=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcsync importmap google.golang.org/grpc/internal/grpcutil=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil importmap google.golang.org/grpc/internal/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver importmap google.golang.org/grpc/internal/resolver/dns=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns importmap google.golang.org/grpc/internal/resolver/passthrough=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/passthrough importmap google.golang.org/grpc/internal/resolver/unix=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/unix importmap google.golang.org/grpc/internal/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig importmap google.golang.org/grpc/internal/transport=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport importmap google.golang.org/grpc/keepalive=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive importmap google.golang.org/grpc/metadata=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata importmap google.golang.org/grpc/peer=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer importmap google.golang.org/grpc/resolver=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver importmap google.golang.org/grpc/serviceconfig=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig importmap google.golang.org/grpc/stats=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status importmap google.golang.org/grpc/tap=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile compress/gzip=/tmp/go-build1432051999/b053/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/trace=/tmp/go-build1432051999/b206/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff=/tmp/go-build1432051999/b354/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer=/tmp/go-build1432051999/b355/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base=/tmp/go-build1432051999/b366/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/roundrobin=/tmp/go-build1432051999/b367/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build1432051999/b349/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity=/tmp/go-build1432051999/b356/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build1432051999/b359/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding=/tmp/go-build1432051999/b369/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/proto=/tmp/go-build1432051999/b370/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build1432051999/b357/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal=/tmp/go-build1432051999/b362/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff=/tmp/go-build1432051999/b371/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/balancerload=/tmp/go-build1432051999/b372/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog=/tmp/go-build1432051999/b373/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/buffer=/tmp/go-build1432051999/b376/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz=/tmp/go-build1432051999/b377/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig=/tmp/go-build1432051999/b378/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand=/tmp/go-build1432051999/b368/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcsync=/tmp/go-build1432051999/b379/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil=/tmp/go-build1432051999/b375/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver=/tmp/go-build1432051999/b380/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns=/tmp/go-build1432051999/b382/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build1432051999/b384/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/unix=/tmp/go-build1432051999/b385/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1432051999/b381/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport=/tmp/go-build1432051999/b387/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive=/tmp/go-build1432051999/b390/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build1432051999/b365/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer=/tmp/go-build1432051999/b391/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build1432051999/b364/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats=/tmp/go-build1432051999/b392/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build1432051999/b347/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap=/tmp/go-build1432051999/b393/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b353/_pkg_.a -trimpath "$WORK/b353=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/grpc -complete -installsuffix shared -buildid 8nHeddxdywOjdRt1KEMd/8nHeddxdywOjdRt1KEMd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer_conn_wrappers.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/call.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/clientconn.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codec.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/dialoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/interceptor.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/picker_wrapper.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/pickfirst.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/preloader.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver_conn_wrapper.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/rpc_util.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/server.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/service_config.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stream.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/trace.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/version.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b734/_pkg_.a # internal cp $WORK/b734/_pkg_.a /builddir/.cache/go-build/ac/acfaa45231f0f7fcc6e2d52c42dcec51dfe83df159acdbcda14d3bdf05013ba4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b279/_pkg_.a # internal cp $WORK/b279/_pkg_.a /builddir/.cache/go-build/aa/aa284d7a261118f86077770ea76bc49e4cfcdc9daec42803a851f7c478c84708-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b304/_pkg_.a # internal cp $WORK/b304/_pkg_.a /builddir/.cache/go-build/d4/d42a0a79271a89cf880efbde20aa20173d98860badd03c39ffaeccaf3ca2363e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b672/_pkg_.a # internal cp $WORK/b672/_pkg_.a /builddir/.cache/go-build/14/14d34beec288b0776a9d7631bbc437c056f44abef66639e5dffd24956b990381-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b794/_pkg_.a # internal cp $WORK/b794/_pkg_.a /builddir/.cache/go-build/a9/a96be61a33e75a14c2998fdc060a202d55067392367567263541ab3134eb8ca8-d # internal github.com/prometheus/prometheus/tsdb/wal mkdir -p $WORK/b796/ cat >/tmp/go-build1432051999/b796/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/golang/snappy=github.com/prometheus/prometheus/vendor/github.com/golang/snappy importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/snappy=/tmp/go-build1432051999/b797/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build1432051999/b762/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build1432051999/b768/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build1432051999/b769/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build1432051999/b770/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/record=/tmp/go-build1432051999/b794/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tombstones=/tmp/go-build1432051999/b795/_pkg_.a packagefile hash/crc32=/tmp/go-build1432051999/b056/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b796/_pkg_.a -trimpath "$WORK/b796=>" -p github.com/prometheus/prometheus/tsdb/wal -complete -installsuffix shared -buildid LBPf-Vebe3jkJGzy_xAr/LBPf-Vebe3jkJGzy_xAr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/wal/checkpoint.go ./_build/src/github.com/prometheus/prometheus/tsdb/wal/live_reader.go ./_build/src/github.com/prometheus/prometheus/tsdb/wal/reader.go ./_build/src/github.com/prometheus/prometheus/tsdb/wal/wal.go ./_build/src/github.com/prometheus/prometheus/tsdb/wal/watcher.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b665/_pkg_.a # internal cp $WORK/b665/_pkg_.a /builddir/.cache/go-build/49/49182db31acd23117376e0dcdc795da06ae4d5b1a0aafe6a8e5f8dfe910822b4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b259/_pkg_.a # internal cp $WORK/b259/_pkg_.a /builddir/.cache/go-build/07/078b35cc70cbcf03d1b01570c9a72b2b16332d81b72e943f2ab1e1cdc1c76e85-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4 mkdir -p $WORK/b231/ cat >/tmp/go-build1432051999/b231/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/credentials/stscreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds importmap github.com/aws/aws-sdk-go/aws/session=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session importmap github.com/aws/aws-sdk-go/aws/signer/v4=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4 importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build1432051999/b240/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session=/tmp/go-build1432051999/b259/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build1432051999/b249/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/textproto=/tmp/go-build1432051999/b135/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b231/_pkg_.a -trimpath "$WORK/b231=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4 -complete -installsuffix shared -buildid qb1w4-myRQcxAWmEpRVS/qb1w4-myRQcxAWmEpRVS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4/sigv4.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4/sigv4_config.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b231/_pkg_.a # internal cp $WORK/b231/_pkg_.a /builddir/.cache/go-build/cb/cb559ec05a591fa86e61c040de7747be68b16455a4bb21918caa5330f30a6be3-d # internal github.com/prometheus/prometheus/config mkdir -p $WORK/b230/ cat >/tmp/go-build1432051999/b230/importcfg << 'EOF' # internal # import config importmap github.com/alecthomas/units=github.com/prometheus/prometheus/vendor/github.com/alecthomas/units importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/sigv4=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4 importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/units=/tmp/go-build1432051999/b063/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4=/tmp/go-build1432051999/b231/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/model/relabel=/tmp/go-build1432051999/b278/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build1432051999/b225/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b230/_pkg_.a -trimpath "$WORK/b230=>" -p github.com/prometheus/prometheus/config -complete -installsuffix shared -buildid YcvUy5ee-ds6bAZSAW-v/YcvUy5ee-ds6bAZSAW-v -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack ./_build/src/github.com/prometheus/prometheus/config/config.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b230/_pkg_.a # internal cp $WORK/b230/_pkg_.a /builddir/.cache/go-build/b5/b5f86ba6f53f2bc4ec5476b24635eed45b31386db46d2a0377922830b1ccf57b-d # internal github.com/prometheus/prometheus/scrape mkdir -p $WORK/b848/ cat >/tmp/go-build1432051999/b848/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile compress/gzip=/tmp/go-build1432051999/b053/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/config=/tmp/go-build1432051999/b230/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build1432051999/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/model/relabel=/tmp/go-build1432051999/b278/_pkg_.a packagefile github.com/prometheus/prometheus/model/textparse=/tmp/go-build1432051999/b817/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build1432051999/b762/_pkg_.a packagefile github.com/prometheus/prometheus/model/value=/tmp/go-build1432051999/b764/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build1432051999/b765/_pkg_.a packagefile github.com/prometheus/prometheus/util/osutil=/tmp/go-build1432051999/b756/_pkg_.a packagefile github.com/prometheus/prometheus/util/pool=/tmp/go-build1432051999/b849/_pkg_.a packagefile hash/fnv=/tmp/go-build1432051999/b160/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b848/_pkg_.a -trimpath "$WORK/b848=>" -p github.com/prometheus/prometheus/scrape -complete -installsuffix shared -buildid vY5s_xnNFWfl-igcR23P/vY5s_xnNFWfl-igcR23P -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b848/importcfg -pack ./_build/src/github.com/prometheus/prometheus/scrape/manager.go ./_build/src/github.com/prometheus/prometheus/scrape/scrape.go ./_build/src/github.com/prometheus/prometheus/scrape/target.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b763/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b796/_pkg_.a # internal cp $WORK/b763/_pkg_.a /builddir/.cache/go-build/b7/b704a80ee5ae963ec8e9d88ed924d5d853f5493c278132957a4ec6752830412c-d # internal cp $WORK/b796/_pkg_.a /builddir/.cache/go-build/f2/f2d9e6ba5c9ce70ef032bed5f10c724f6e5b11af31900c858f185ec07d137f1b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b793/_pkg_.a # internal cp $WORK/b793/_pkg_.a /builddir/.cache/go-build/f4/f4ada32cf5c3f06f11b4c6a82e0326bf7c26d9e3def22857bb7cb10cb4cec3ec-d # internal github.com/prometheus/prometheus/tsdb mkdir -p $WORK/b787/ cat >/tmp/go-build1432051999/b787/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/oklog/ulid=github.com/prometheus/prometheus/vendor/github.com/oklog/ulid importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap go.uber.org/atomic=github.com/prometheus/prometheus/vendor/go.uber.org/atomic importmap golang.org/x/sync/errgroup=github.com/prometheus/prometheus/vendor/golang.org/x/sync/errgroup packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/oklog/ulid=/tmp/go-build1432051999/b788/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/config=/tmp/go-build1432051999/b230/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build1432051999/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build1432051999/b762/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build1432051999/b765/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunkenc=/tmp/go-build1432051999/b767/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build1432051999/b768/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/encoding=/tmp/go-build1432051999/b790/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build1432051999/b769/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build1432051999/b770/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/goversion=/tmp/go-build1432051999/b792/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/index=/tmp/go-build1432051999/b793/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/record=/tmp/go-build1432051999/b794/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tombstones=/tmp/go-build1432051999/b795/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tsdbutil=/tmp/go-build1432051999/b772/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/wal=/tmp/go-build1432051999/b796/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build1432051999/b771/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sync/errgroup=/tmp/go-build1432051999/b798/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile hash/crc32=/tmp/go-build1432051999/b056/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b787/_pkg_.a -trimpath "$WORK/b787=>" -p github.com/prometheus/prometheus/tsdb -complete -installsuffix shared -buildid pw_yC_DGIlW6rrhFMDk1/pw_yC_DGIlW6rrhFMDk1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b787/importcfg -pack ./_build/src/github.com/prometheus/prometheus/tsdb/block.go ./_build/src/github.com/prometheus/prometheus/tsdb/blockwriter.go ./_build/src/github.com/prometheus/prometheus/tsdb/compact.go ./_build/src/github.com/prometheus/prometheus/tsdb/db.go ./_build/src/github.com/prometheus/prometheus/tsdb/exemplar.go ./_build/src/github.com/prometheus/prometheus/tsdb/head.go ./_build/src/github.com/prometheus/prometheus/tsdb/head_append.go ./_build/src/github.com/prometheus/prometheus/tsdb/head_read.go ./_build/src/github.com/prometheus/prometheus/tsdb/head_wal.go ./_build/src/github.com/prometheus/prometheus/tsdb/isolation.go ./_build/src/github.com/prometheus/prometheus/tsdb/querier.go ./_build/src/github.com/prometheus/prometheus/tsdb/repair.go ./_build/src/github.com/prometheus/prometheus/tsdb/tsdbblockutil.go ./_build/src/github.com/prometheus/prometheus/tsdb/wal.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b478/_pkg_.a # internal cp $WORK/b478/_pkg_.a /builddir/.cache/go-build/e2/e2787c25a07eb73cdbca3c32fb5e1436a043b4cd7a83345e43f94d44af0c3026-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b836/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b741/_pkg_.a # internal cp $WORK/b836/_pkg_.a /builddir/.cache/go-build/97/97178ea17036771dab84e040811e30d10d1ebbc27e1e9ae3403ad11192ffabaf-d # internal github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models mkdir -p $WORK/b830/ cat >/tmp/go-build1432051999/b830/importcfg << 'EOF' # internal # import config importmap github.com/go-openapi/errors=github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors importmap github.com/go-openapi/strfmt=github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt importmap github.com/go-openapi/swag=github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag importmap github.com/go-openapi/validate=github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors=/tmp/go-build1432051999/b821/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt=/tmp/go-build1432051999/b819/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build1432051999/b831/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate=/tmp/go-build1432051999/b836/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b830/_pkg_.a -trimpath "$WORK/b830=>" -p github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models -complete -installsuffix shared -buildid dVK5bHATQiZOyddL711M/dVK5bHATQiZOyddL711M -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b830/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/alert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/alert_group.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/alert_groups.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/alert_status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/alertmanager_config.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/alertmanager_status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/cluster_status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_alert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_alerts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_silence.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/gettable_silences.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/label_set.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/matcher.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/matchers.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/peer_status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/postable_alert.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/postable_alerts.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/postable_silence.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/receiver.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/silence.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/silence_status.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models/version_info.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b423/_pkg_.a # internal cp $WORK/b741/_pkg_.a /builddir/.cache/go-build/0f/0fdedfa0ccd20efaaab83b49bb344f51315d8ac3e8566de23cfb6e3cba5a54ba-d # internal cp $WORK/b423/_pkg_.a /builddir/.cache/go-build/3f/3f49ddcb0e1dde36e3c11d6536f1eaef8adf0994bc7b2cd34e73939b03f2511d-d # internal github.com/prometheus/prometheus/discovery/hetzner mkdir -p $WORK/b422/ cat >/tmp/go-build1432051999/b422/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/hetznercloud/hcloud-go/hcloud=github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud=/tmp/go-build1432051999/b423/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b422/_pkg_.a -trimpath "$WORK/b422=>" -p github.com/prometheus/prometheus/discovery/hetzner -complete -installsuffix shared -buildid mMtK8NNNLojIHzX9rI7F/mMtK8NNNLojIHzX9rI7F -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/hetzner/hcloud.go ./_build/src/github.com/prometheus/prometheus/discovery/hetzner/hetzner.go ./_build/src/github.com/prometheus/prometheus/discovery/hetzner/robot.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b422/_pkg_.a # internal cp $WORK/b422/_pkg_.a /builddir/.cache/go-build/b7/b7a57d2e112a721196ec5cb6c75df2701dd14ddd2dd495e33a76a10edeb8bf83-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b830/_pkg_.a # internal cp $WORK/b830/_pkg_.a /builddir/.cache/go-build/d3/d3f4c7549db977352cb711701acd173b0163c60431f509a7178579c90c17e43e-d # internal github.com/prometheus/prometheus/notifier mkdir -p $WORK/b818/ cat >/tmp/go-build1432051999/b818/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/go-openapi/strfmt=github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/alertmanager/api/v2/models=github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version importmap go.uber.org/atomic=github.com/prometheus/prometheus/vendor/go.uber.org/atomic packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt=/tmp/go-build1432051999/b819/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models=/tmp/go-build1432051999/b830/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/config=/tmp/go-build1432051999/b230/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/model/relabel=/tmp/go-build1432051999/b278/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build1432051999/b771/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b818/_pkg_.a -trimpath "$WORK/b818=>" -p github.com/prometheus/prometheus/notifier -complete -installsuffix shared -buildid Jj6j0ELtFlqbdrmAlFi9/Jj6j0ELtFlqbdrmAlFi9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b818/importcfg -pack ./_build/src/github.com/prometheus/prometheus/notifier/notifier.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b848/_pkg_.a # internal cp $WORK/b848/_pkg_.a /builddir/.cache/go-build/4d/4dc0014b990e0ffa3d0504c82eee09f939d2d475fca653648cd38f33d6976a9e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b353/_pkg_.a # internal cp $WORK/b353/_pkg_.a /builddir/.cache/go-build/d4/d4b911b30e0827607f895721ecf626b4c6f45024ed1974bdf75f2ad213e01e13-d # internal github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2 mkdir -p $WORK/b342/ github.com/prometheus/prometheus/vendor/google.golang.org/api/internal github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 mkdir -p $WORK/b755/ cat >/tmp/go-build1432051999/b342/importcfg << 'EOF' # internal # import config importmap github.com/googleapis/gax-go/v2/apierror=github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror importmap google.golang.org/grpc=github.com/prometheus/prometheus/vendor/google.golang.org/grpc importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror=/tmp/go-build1432051999/b343/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc=/tmp/go-build1432051999/b353/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build1432051999/b349/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build1432051999/b347/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b342/_pkg_.a -trimpath "$WORK/b342=>" -p github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2 -complete -installsuffix shared -buildid zvy7-am8b8pNeP3tRJA-/zvy7-am8b8pNeP3tRJA- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/call_option.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/gax.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/header.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/invoke.go mkdir -p $WORK/b395/ cat >/tmp/go-build1432051999/b755/importcfg << 'EOF' # internal # import config importmap github.com/cncf/xds/go/udpa/annotations=github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations importmap github.com/envoyproxy/go-control-plane/envoy/config/core/v3=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3 importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/golang/protobuf/ptypes/any=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any importmap github.com/golang/protobuf/ptypes/duration=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration importmap google.golang.org/genproto/googleapis/rpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status importmap google.golang.org/grpc=github.com/prometheus/prometheus/vendor/google.golang.org/grpc importmap google.golang.org/grpc/codes=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes importmap google.golang.org/grpc/status=github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1432051999/b742/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1432051999/b741/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any=/tmp/go-build1432051999/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration=/tmp/go-build1432051999/b188/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1432051999/b348/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc=/tmp/go-build1432051999/b353/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build1432051999/b349/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build1432051999/b347/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/mail=/tmp/go-build1432051999/b743/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF cat >/tmp/go-build1432051999/b395/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap golang.org/x/oauth2/google=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google importmap google.golang.org/api/internal/impersonate=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate importmap google.golang.org/grpc=github.com/prometheus/prometheus/vendor/google.golang.org/grpc packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build1432051999/b221/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google=/tmp/go-build1432051999/b332/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate=/tmp/go-build1432051999/b396/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc=/tmp/go-build1432051999/b353/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b755/_pkg_.a -trimpath "$WORK/b755=>" -p github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 -complete -installsuffix shared -buildid HcIrs0zpG7VPNO_KhiEQ/HcIrs0zpG7VPNO_KhiEQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b755/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/ads.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/ads.pb.validate.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/discovery.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3/discovery.pb.validate.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b395/_pkg_.a -trimpath "$WORK/b395=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/internal -complete -installsuffix shared -buildid Kp1d8Iv0u6-D6-e7zlv0/Kp1d8Iv0u6-D6-e7zlv0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/conn_pool.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/creds.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/settings.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b395/_pkg_.a # internal cp $WORK/b395/_pkg_.a /builddir/.cache/go-build/28/28055e50bd9ce29d2b2bb34df46576448b00f9021495404753671ae6d28b3d49-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/api/option mkdir -p $WORK/b394/ github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/internal/dca mkdir -p $WORK/b421/ cat >/tmp/go-build1432051999/b394/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap golang.org/x/oauth2/google=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google importmap google.golang.org/api/internal=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal importmap google.golang.org/api/internal/impersonate=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate importmap google.golang.org/grpc=github.com/prometheus/prometheus/vendor/google.golang.org/grpc packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build1432051999/b221/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google=/tmp/go-build1432051999/b332/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal=/tmp/go-build1432051999/b395/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate=/tmp/go-build1432051999/b396/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc=/tmp/go-build1432051999/b353/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b394/_pkg_.a -trimpath "$WORK/b394=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/option -complete -installsuffix shared -buildid zLIJ4OX5OfZD26wHC7iW/zLIJ4OX5OfZD26wHC7iW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/option/credentials_go19.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/option/option.go cat >/tmp/go-build1432051999/b421/importcfg << 'EOF' # internal # import config importmap google.golang.org/api/internal=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal importmap google.golang.org/api/transport/cert=github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal=/tmp/go-build1432051999/b395/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert=/tmp/go-build1432051999/b419/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b421/_pkg_.a -trimpath "$WORK/b421=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/internal/dca -complete -installsuffix shared -buildid NYpbkTjftT8_qqqLG0_J/NYpbkTjftT8_qqqLG0_J -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/internal/dca/dca.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b342/_pkg_.a # internal cp $WORK/b342/_pkg_.a /builddir/.cache/go-build/b3/b329d6d8d1894be1f3f50348d07dc9ba4a43551f63a71741d8bda1fdccffe0d7-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport mkdir -p $WORK/b341/ cat >/tmp/go-build1432051999/b341/importcfg << 'EOF' # internal # import config importmap github.com/googleapis/gax-go/v2=github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2 importmap google.golang.org/api/googleapi=github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2=/tmp/go-build1432051999/b342/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi=/tmp/go-build1432051999/b339/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile mime=/tmp/go-build1432051999/b138/_pkg_.a packagefile mime/multipart=/tmp/go-build1432051999/b139/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/textproto=/tmp/go-build1432051999/b135/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b341/_pkg_.a -trimpath "$WORK/b341=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport -complete -installsuffix shared -buildid 6QhqEaJ0SqFVIoFUkOYy/6QhqEaJ0SqFVIoFUkOYy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/buffer.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/json.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/jsonfloat.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/media.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/params.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/resumable.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/retryable_linux.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/send.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport/version.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b818/_pkg_.a # internal cp $WORK/b818/_pkg_.a /builddir/.cache/go-build/2c/2c8dfeca3463708a74e71c2a139a96a4e782a69b1021c9f3a0a0a065a1e0d538-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b421/_pkg_.a # internal cp $WORK/b421/_pkg_.a /builddir/.cache/go-build/5e/5e3a4de55f3daa941004304cd610785031a19bb45b6bbe30390c83244d10863c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b394/_pkg_.a # internal cp $WORK/b394/_pkg_.a /builddir/.cache/go-build/db/dba59042b7e17d6fd594e373f971becff5307ca92b3594dba5f44ec6c78a72ce-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/api/option/internaloption mkdir -p $WORK/b397/ github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http mkdir -p $WORK/b398/ cat >/tmp/go-build1432051999/b397/importcfg << 'EOF' # internal # import config importmap golang.org/x/oauth2/google=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google importmap google.golang.org/api/internal=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal importmap google.golang.org/api/option=github.com/prometheus/prometheus/vendor/google.golang.org/api/option packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google=/tmp/go-build1432051999/b332/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal=/tmp/go-build1432051999/b395/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option=/tmp/go-build1432051999/b394/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b397/_pkg_.a -trimpath "$WORK/b397=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/option/internaloption -complete -installsuffix shared -buildid WQfh_gBXqUf19S11k3aU/WQfh_gBXqUf19S11k3aU -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/option/internaloption/internaloption.go cat >/tmp/go-build1432051999/b398/importcfg << 'EOF' # internal # import config importmap go.opencensus.io/plugin/ochttp=github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp importmap golang.org/x/net/http2=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 importmap golang.org/x/oauth2=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2 importmap google.golang.org/api/googleapi/transport=github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/transport importmap google.golang.org/api/internal=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal importmap google.golang.org/api/option=github.com/prometheus/prometheus/vendor/google.golang.org/api/option importmap google.golang.org/api/transport/cert=github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert importmap google.golang.org/api/transport/http/internal/propagation=github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/internal/propagation importmap google.golang.org/api/transport/internal/dca=github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/internal/dca packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp=/tmp/go-build1432051999/b399/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2=/tmp/go-build1432051999/b213/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build1432051999/b221/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/transport=/tmp/go-build1432051999/b418/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal=/tmp/go-build1432051999/b395/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option=/tmp/go-build1432051999/b394/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert=/tmp/go-build1432051999/b419/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/internal/propagation=/tmp/go-build1432051999/b420/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/internal/dca=/tmp/go-build1432051999/b421/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b398/_pkg_.a -trimpath "$WORK/b398=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http -complete -installsuffix shared -buildid yS5Bv6ax4m_SzCmtdJvn/yS5Bv6ax4m_SzCmtdJvn -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/configure_http2_go116.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/default_transport_go113.go ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/dial.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b755/_pkg_.a # internal cp $WORK/b755/_pkg_.a /builddir/.cache/go-build/51/511b8a75437413ca0bc62f4a8bcfc7a1bfcb90d325fa17fd6f0a0a33d3a17235-d # internal github.com/prometheus/prometheus/discovery/xds mkdir -p $WORK/b740/ cat >/tmp/go-build1432051999/b740/importcfg << 'EOF' # internal # import config importmap github.com/envoyproxy/go-control-plane/envoy/config/core/v3=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3 importmap github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 importmap github.com/envoyproxy/protoc-gen-validate/validate=github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version importmap google.golang.org/genproto/googleapis/api/annotations=github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations importmap google.golang.org/protobuf/encoding/protojson=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson importmap google.golang.org/protobuf/proto=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto importmap google.golang.org/protobuf/reflect/protoreflect=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect importmap google.golang.org/protobuf/reflect/protoregistry=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry importmap google.golang.org/protobuf/runtime/protoimpl=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl importmap google.golang.org/protobuf/types/known/anypb=github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1432051999/b741/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build1432051999/b755/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1432051999/b746/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/util/osutil=/tmp/go-build1432051999/b756/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1432051999/b757/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson=/tmp/go-build1432051999/b351/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build1432051999/b171/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1432051999/b172/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b740/_pkg_.a -trimpath "$WORK/b740=>" -p github.com/prometheus/prometheus/discovery/xds -complete -installsuffix shared -buildid Fwve-fiHVbvuqT0Gofbt/Fwve-fiHVbvuqT0Gofbt -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/xds/client.go ./_build/src/github.com/prometheus/prometheus/discovery/xds/kuma.go ./_build/src/github.com/prometheus/prometheus/discovery/xds/kuma_mads.pb.go ./_build/src/github.com/prometheus/prometheus/discovery/xds/xds.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b341/_pkg_.a # internal cp $WORK/b341/_pkg_.a /builddir/.cache/go-build/f0/f01595b568d817cb69c2b79e3ba19d2a3e6af13ba76fe6879a74be5f6863e0b6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b397/_pkg_.a # internal cp $WORK/b397/_pkg_.a /builddir/.cache/go-build/f3/f3ca643a06c8187dfed1095a10ad9fca728cea88c56b77473e002246a06e1910-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b398/_pkg_.a # internal cp $WORK/b398/_pkg_.a /builddir/.cache/go-build/75/7532f619e66be5a777ce3f4ab48a3044fd234092c42d7c3c830ddb67c2e24752-d # internal github.com/prometheus/prometheus/vendor/google.golang.org/api/compute/v1 mkdir -p $WORK/b338/ cat >/tmp/go-build1432051999/b338/importcfg << 'EOF' # internal # import config importmap google.golang.org/api/googleapi=github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi importmap google.golang.org/api/internal/gensupport=github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport importmap google.golang.org/api/option=github.com/prometheus/prometheus/vendor/google.golang.org/api/option importmap google.golang.org/api/option/internaloption=github.com/prometheus/prometheus/vendor/google.golang.org/api/option/internaloption importmap google.golang.org/api/transport/http=github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi=/tmp/go-build1432051999/b339/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport=/tmp/go-build1432051999/b341/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option=/tmp/go-build1432051999/b394/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option/internaloption=/tmp/go-build1432051999/b397/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http=/tmp/go-build1432051999/b398/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b338/_pkg_.a -trimpath "$WORK/b338=>" -p github.com/prometheus/prometheus/vendor/google.golang.org/api/compute/v1 -complete -installsuffix shared -buildid NkagWT6cStmRoyJJOyH7/NkagWT6cStmRoyJJOyH7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b338/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/google.golang.org/api/compute/v1/compute-gen.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b740/_pkg_.a # internal cp $WORK/b740/_pkg_.a /builddir/.cache/go-build/90/904e16d1a874c0fe8949a0748766b88dc7d382f7587421bcde68349e94987320-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b436/_pkg_.a # internal cp $WORK/b436/_pkg_.a /builddir/.cache/go-build/5e/5e165d4a1d2835fdbf4cd35e6fbacb0a12685637b69e3781ff145c240b96a6a3-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf mkdir -p $WORK/b490/ github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured mkdir -p $WORK/b492/ github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1 mkdir -p $WORK/b495/ cat >/tmp/go-build1432051999/b490/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/recognizer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer importmap k8s.io/apimachinery/pkg/util/framer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build1432051999/b486/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer=/tmp/go-build1432051999/b487/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1 github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1 github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1 mkdir -p $WORK/b496/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b490/_pkg_.a -trimpath "$WORK/b490=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf -complete -installsuffix shared -buildid yYOQc6WtKvbQ913wZ6D8/yYOQc6WtKvbQ913wZ6D8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf/protobuf.go cat >/tmp/go-build1432051999/b492/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/json=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json=/tmp/go-build1432051999/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF cat >/tmp/go-build1432051999/b495/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF mkdir -p $WORK/b483/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b492/_pkg_.a -trimpath "$WORK/b492=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured -complete -installsuffix shared -buildid NETRM7XwEVcNRsQ6XiKM/NETRM7XwEVcNRsQ6XiKM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured_list.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/zz_generated.deepcopy.go cat >/tmp/go-build1432051999/b496/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b495/_pkg_.a -trimpath "$WORK/b495=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1 -complete -installsuffix shared -buildid US9GmaKexIwUDbXMPpvK/US9GmaKexIwUDbXMPpvK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1/zz_generated.deepcopy.go mkdir -p $WORK/b497/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b496/_pkg_.a -trimpath "$WORK/b496=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1 -complete -installsuffix shared -buildid 5R3zsmWZZ9oaRDiMSr_3/5R3zsmWZZ9oaRDiMSr_3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1/zz_generated.prerelease-lifecycle.go cat >/tmp/go-build1432051999/b483/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/validation/field=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build1432051999/b450/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b483/_pkg_.a -trimpath "$WORK/b483=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors -complete -installsuffix shared -buildid CIzZDa7zvspleTjApBl_/CIzZDa7zvspleTjApBl_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors/errors.go cat >/tmp/go-build1432051999/b497/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b497/_pkg_.a -trimpath "$WORK/b497=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1 -complete -installsuffix shared -buildid LjNFqiAg5t1mQXsApc_F/LjNFqiAg5t1mQXsApc_F -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1 mkdir -p $WORK/b502/ github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1 mkdir -p $WORK/b503/ cat >/tmp/go-build1432051999/b502/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1 cat >/tmp/go-build1432051999/b503/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b502/_pkg_.a -trimpath "$WORK/b502=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1 -complete -installsuffix shared -buildid 5urQPvPRNK5vWyfq6ii_/5urQPvPRNK5vWyfq6ii_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b502/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b503/_pkg_.a -trimpath "$WORK/b503=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1 -complete -installsuffix shared -buildid vus2ywDVf3iR0r6qpAsr/vus2ywDVf3iR0r6qpAsr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b503/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1 mkdir -p $WORK/b512/ cat >/tmp/go-build1432051999/b512/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b512/_pkg_.a -trimpath "$WORK/b512=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1 -complete -installsuffix shared -buildid 89XpkWxZ_ogUZ1ASo20M/89XpkWxZ_ogUZ1ASo20M -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1 mkdir -p $WORK/b513/ mkdir -p $WORK/b501/ github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1 mkdir -p $WORK/b504/ github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch mkdir -p $WORK/b518/ cat >/tmp/go-build1432051999/b504/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication mkdir -p $WORK/b537/ cat >/tmp/go-build1432051999/b518/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b504/_pkg_.a -trimpath "$WORK/b504=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1 -complete -installsuffix shared -buildid VYj24yma-8GLCI4xy-CX/VYj24yma-8GLCI4xy-CX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b504/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1/zz_generated.prerelease-lifecycle.go cat >/tmp/go-build1432051999/b501/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b501/_pkg_.a -trimpath "$WORK/b501=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1 -complete -installsuffix shared -buildid wivW1oEPNQzzKJv811Gr/wivW1oEPNQzzKJv811Gr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b501/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1/zz_generated.deepcopy.go cat >/tmp/go-build1432051999/b513/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b518/_pkg_.a -trimpath "$WORK/b518=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1 -complete -installsuffix shared -buildid QQrSLEeS12BkjSETleAd/QQrSLEeS12BkjSETleAd -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b513/_pkg_.a -trimpath "$WORK/b513=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1 -complete -installsuffix shared -buildid P_3-_Qh9KJE83UocVKaW/P_3-_Qh9KJE83UocVKaW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1/zz_generated.prerelease-lifecycle.go github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta mkdir -p $WORK/b554/ github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1 mkdir -p $WORK/b519/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 mkdir -p $WORK/b567/ cat >/tmp/go-build1432051999/b554/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/serializer/streaming=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming=/tmp/go-build1432051999/b535/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a EOF cat >/tmp/go-build1432051999/b567/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b554/_pkg_.a -trimpath "$WORK/b554=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch -complete -installsuffix shared -buildid L53RzJngTleCNWnO208_/L53RzJngTleCNWnO208_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch/decoder.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch/encoder.go cat >/tmp/go-build1432051999/b519/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b567/_pkg_.a -trimpath "$WORK/b567=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 -complete -installsuffix shared -buildid VPtOC3d9bM0o4XJav2VH/VPtOC3d9bM0o4XJav2VH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/condition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/deleteoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/labelselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/labelselectorrequirement.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/managedfieldsentry.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/objectmeta.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/ownerreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/preconditions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1/typemeta.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b519/_pkg_.a -trimpath "$WORK/b519=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1 -complete -installsuffix shared -buildid DoE1xNETXVvEuxs5O8y4/DoE1xNETXVvEuxs5O8y4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1/zz_generated.prerelease-lifecycle.go github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1 mkdir -p $WORK/b654/ cat >/tmp/go-build1432051999/b654/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build1432051999/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF cat >/tmp/go-build1432051999/b537/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a EOF mkdir -p $WORK/b523/ cat >/tmp/go-build1432051999/b523/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b523/_pkg_.a -trimpath "$WORK/b523=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1 -complete -installsuffix shared -buildid n5lRAO0lohZLtwc9glbu/n5lRAO0lohZLtwc9glbu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1 mkdir -p $WORK/b525/ cat >/tmp/go-build1432051999/b525/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b525/_pkg_.a -trimpath "$WORK/b525=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1 -complete -installsuffix shared -buildid vYhsBq3xUJXCxWtG7HL0/vYhsBq3xUJXCxWtG7HL0 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b537/_pkg_.a -trimpath "$WORK/b537=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication -complete -installsuffix shared -buildid fC3ILkZVcpSH1dH3dwaf/fC3ILkZVcpSH1dH3dwaf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/zz_generated.deepcopy.go mkdir -p $WORK/b431/ mkdir -p $WORK/b526/ cat >/tmp/go-build1432051999/b431/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b654/_pkg_.a -trimpath "$WORK/b654=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1 -complete -installsuffix shared -buildid yWW7OUtQmzReUEZNWz-F/yWW7OUtQmzReUEZNWz-F -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b654/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/zz_generated.defaults.go mkdir -p $WORK/b562/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b431/_pkg_.a -trimpath "$WORK/b431=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 -complete -installsuffix shared -buildid 7aIBcE_nXI0-ViejfPLu/7aIBcE_nXI0-ViejfPLu -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/annotation_key_constants.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/lifecycle.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/objectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/resource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/taint.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/toleration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/well_known_labels.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/well_known_taints.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1/zz_generated.deepcopy.go cat >/tmp/go-build1432051999/b526/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1 mkdir -p $WORK/b527/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b526/_pkg_.a -trimpath "$WORK/b526=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1 -complete -installsuffix shared -buildid OSCbBXUXGlQqwVYywAVV/OSCbBXUXGlQqwVYywAVV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1/zz_generated.deepcopy.go cat >/tmp/go-build1432051999/b562/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build1432051999/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors=/tmp/go-build1432051999/b451/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build1432051999/b448/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b527/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b562/_pkg_.a -trimpath "$WORK/b562=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta -complete -installsuffix shared -buildid MjtEFKvYQu4Oj9XtJE5u/MjtEFKvYQu4Oj9XtJE5u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/conditions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/errors.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/firsthit_restmapper.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/help.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/interfaces.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/lazy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/meta.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/multirestmapper.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/priority.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta/restmapper.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b527/_pkg_.a -trimpath "$WORK/b527=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1 -complete -installsuffix shared -buildid rlCjfD3bacvL654xWV9u/rlCjfD3bacvL654xWV9u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b527/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b554/_pkg_.a # internal cp $WORK/b554/_pkg_.a /builddir/.cache/go-build/98/98a91d4acf91c4fcf39d3656b203a0d4a27c4ec18802d83bc8581838a610dfe6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b490/_pkg_.a # internal cp $WORK/b490/_pkg_.a /builddir/.cache/go-build/1e/1e1baeadef7085afcfe4a2e1290014e6a797fb16d576b22e92730079c4c408a9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b537/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b787/_pkg_.a # internal cp $WORK/b537/_pkg_.a /builddir/.cache/go-build/25/25615f37f17f603ddd5368eda4d263f5d4a40e6144c6903dd11bf9f0037f8f5c-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1 mkdir -p $WORK/b543/ cat >/tmp/go-build1432051999/b543/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/client-go/pkg/apis/clientauthentication=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build1432051999/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build1432051999/b537/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b543/_pkg_.a -trimpath "$WORK/b543=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1 -complete -installsuffix shared -buildid 49QY3OMzwkSMn4gs8IwY/49QY3OMzwkSMn4gs8IwY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.defaults.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 mkdir -p $WORK/b544/ cat >/tmp/go-build1432051999/b544/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/client-go/pkg/apis/clientauthentication=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build1432051999/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build1432051999/b537/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b544/_pkg_.a -trimpath "$WORK/b544=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 -complete -installsuffix shared -buildid SSkZqPKSowBHbirzqV4A/SSkZqPKSowBHbirzqV4A -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/zz_generated.conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1/zz_generated.defaults.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 mkdir -p $WORK/b545/ cat >/tmp/go-build1432051999/b545/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/client-go/pkg/apis/clientauthentication=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build1432051999/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build1432051999/b537/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b545/_pkg_.a -trimpath "$WORK/b545=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 -complete -installsuffix shared -buildid uIXxvoUVunKEKrV2yBfN/uIXxvoUVunKEKrV2yBfN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.defaults.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b483/_pkg_.a # internal cp $WORK/b483/_pkg_.a /builddir/.cache/go-build/1f/1f9860797c1e7b3c8710d93bdfc84f7d2264fa2de6c6cb82bc753e8f693e2a11-d # internal cp $WORK/b787/_pkg_.a /builddir/.cache/go-build/cb/cba03e8a0510c4747d00315f971d915f417d5046fae199d36599d82df4b61256-d # internal github.com/prometheus/prometheus/util/teststorage mkdir -p $WORK/b800/ cat >/tmp/go-build1432051999/b800/importcfg << 'EOF' # internal # import config importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/stretchr/testify/require=github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build1432051999/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build1432051999/b765/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb=/tmp/go-build1432051999/b787/_pkg_.a packagefile github.com/prometheus/prometheus/util/testutil=/tmp/go-build1432051999/b774/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require=/tmp/go-build1432051999/b775/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b800/_pkg_.a -trimpath "$WORK/b800=>" -p github.com/prometheus/prometheus/util/teststorage -complete -installsuffix shared -buildid DP2UBpRfLWoEO8BNgUDj/DP2UBpRfLWoEO8BNgUDj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b800/importcfg -pack ./_build/src/github.com/prometheus/prometheus/util/teststorage/storage.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b567/_pkg_.a # internal cp $WORK/b567/_pkg_.a /builddir/.cache/go-build/64/640bc44e7c7f418a3d769aa3fc152475a5407b78bfc5d7d596ad866e3c86429c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b654/_pkg_.a # internal cp $WORK/b654/_pkg_.a /builddir/.cache/go-build/56/56c0e22b71a8608d6f2d3f6f8fe6536ee22ccb8daae570b03d530bcc98357069-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion mkdir -p $WORK/b653/ cat >/tmp/go-build1432051999/b653/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1 importmap k8s.io/apimachinery/pkg/conversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/fields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields importmap k8s.io/apimachinery/pkg/labels=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1=/tmp/go-build1432051999/b654/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build1432051999/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields=/tmp/go-build1432051999/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels=/tmp/go-build1432051999/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b653/_pkg_.a -trimpath "$WORK/b653=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion -complete -installsuffix shared -buildid OboG2ZIajz5zmg5JT7wI/OboG2ZIajz5zmg5JT7wI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/zz_generated.conversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b513/_pkg_.a # internal cp $WORK/b513/_pkg_.a /builddir/.cache/go-build/cc/ccaf5ec4ad7427fd7aa7b3de91d84ddc9f31177b1c7d2eadf93e61104cee7c0b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b543/_pkg_.a # internal cp $WORK/b543/_pkg_.a /builddir/.cache/go-build/35/358a38be84992c4b2213808fc5ae604bedc7e819a7e1598eacafef2cc344c8dd-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b512/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b492/_pkg_.a # internal cp $WORK/b512/_pkg_.a /builddir/.cache/go-build/5c/5c333feee021d4a590ac52c491a30d947a6a8b050087cde0c565f1cc92781bd9-d # internal cp $WORK/b492/_pkg_.a /builddir/.cache/go-build/97/97a318ba0b6ab127c53d686bf863493343eb75ddce0a13d2907d08224f6cdd57-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning mkdir -p $WORK/b491/ cat >/tmp/go-build1432051999/b491/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build1432051999/b492/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b491/_pkg_.a -trimpath "$WORK/b491=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning -complete -installsuffix shared -buildid wJOegVr2kaS6dV68Q8UC/wJOegVr2kaS6dV68Q8UC -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning/versioning.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b502/_pkg_.a # internal cp $WORK/b502/_pkg_.a /builddir/.cache/go-build/3d/3d063fd72a79f4672c5a92bdd55f9218f883a47823d4403a91850729da96cdc1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b497/_pkg_.a # internal cp $WORK/b497/_pkg_.a /builddir/.cache/go-build/6d/6dce556345399007322a89aa7e841f76559eabcb50cccf80583e58f6509f35dd-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b544/_pkg_.a # internal cp $WORK/b544/_pkg_.a /builddir/.cache/go-build/cf/cf52faddc2e5af6757ad1fb0f546e862d6f1afe788925047ed1b457de05359d3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b285/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b545/_pkg_.a # internal cp $WORK/b545/_pkg_.a /builddir/.cache/go-build/71/71d21bf243c21a04161c1d7312f8c20f6a129ec0521e2cb0093ad2ab90f605c6-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/install mkdir -p $WORK/b542/ cat >/tmp/go-build1432051999/b542/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/client-go/pkg/apis/clientauthentication=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication importmap k8s.io/client-go/pkg/apis/clientauthentication/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1 importmap k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 importmap k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build1432051999/b537/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1=/tmp/go-build1432051999/b543/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1=/tmp/go-build1432051999/b544/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=/tmp/go-build1432051999/b545/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b542/_pkg_.a -trimpath "$WORK/b542=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/install -complete -installsuffix shared -buildid tbpKAKT6JilEBV247dTA/tbpKAKT6JilEBV247dTA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/install/install.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b653/_pkg_.a # internal cp $WORK/b653/_pkg_.a /builddir/.cache/go-build/96/96763acbc6ac6fa2afaf06a31d844fb3920d88ce8488168daf8e43d06c4b521d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b542/_pkg_.a # internal cp $WORK/b542/_pkg_.a /builddir/.cache/go-build/b3/b335c753937d46fb74b2b7c7a3423639d83b3fe4a80433a61b35b8d7611cbf22-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b800/_pkg_.a # internal cp $WORK/b800/_pkg_.a /builddir/.cache/go-build/13/133922ecf47bde40d1e86d46ee0d696374d20b9ff3fe274fe0e6e4de2ec345b5-d # internal github.com/prometheus/prometheus/promql mkdir -p $WORK/b783/ cat >/tmp/go-build1432051999/b783/importcfg << 'EOF' # internal # import config importmap github.com/edsrzf/mmap-go=github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/stretchr/testify/require=github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require importmap github.com/uber/jaeger-client-go=github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile container/heap=/tmp/go-build1432051999/b552/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go=/tmp/go-build1432051999/b784/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build1432051999/b785/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build1432051999/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build1432051999/b762/_pkg_.a packagefile github.com/prometheus/prometheus/model/value=/tmp/go-build1432051999/b764/_pkg_.a packagefile github.com/prometheus/prometheus/promql/parser=/tmp/go-build1432051999/b763/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build1432051999/b765/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb=/tmp/go-build1432051999/b787/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunkenc=/tmp/go-build1432051999/b767/_pkg_.a packagefile github.com/prometheus/prometheus/util/stats=/tmp/go-build1432051999/b799/_pkg_.a packagefile github.com/prometheus/prometheus/util/teststorage=/tmp/go-build1432051999/b800/_pkg_.a packagefile github.com/prometheus/prometheus/util/testutil=/tmp/go-build1432051999/b774/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require=/tmp/go-build1432051999/b775/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go=/tmp/go-build1432051999/b801/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b783/_pkg_.a -trimpath "$WORK/b783=>" -p github.com/prometheus/prometheus/promql -complete -installsuffix shared -buildid vcfYjNmk8sHf7bcpE3q-/vcfYjNmk8sHf7bcpE3q- -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack ./_build/src/github.com/prometheus/prometheus/promql/engine.go ./_build/src/github.com/prometheus/prometheus/promql/functions.go ./_build/src/github.com/prometheus/prometheus/promql/quantile.go ./_build/src/github.com/prometheus/prometheus/promql/query_logger.go ./_build/src/github.com/prometheus/prometheus/promql/test.go ./_build/src/github.com/prometheus/prometheus/promql/value.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b523/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b491/_pkg_.a # internal cp $WORK/b491/_pkg_.a /builddir/.cache/go-build/c4/c4a004ae2906a60996465a602f7667a2c284cac431cecd8d838ee139e81ba659-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/latest mkdir -p $WORK/b662/ github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer cat >/tmp/go-build1432051999/b662/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/json=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json importmap k8s.io/apimachinery/pkg/runtime/serializer/versioning=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/client-go/tools/clientcmd/api=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api importmap k8s.io/client-go/tools/clientcmd/api/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build1432051999/b485/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning=/tmp/go-build1432051999/b491/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api=/tmp/go-build1432051999/b546/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1=/tmp/go-build1432051999/b663/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b662/_pkg_.a -trimpath "$WORK/b662=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/latest -complete -installsuffix shared -buildid wPy9VFzzv9P6FjzKuOj8/wPy9VFzzv9P6FjzKuOj8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/latest/latest.go mkdir -p $WORK/b484/ cat >/tmp/go-build1432051999/b484/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/json=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json importmap k8s.io/apimachinery/pkg/runtime/serializer/protobuf=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf importmap k8s.io/apimachinery/pkg/runtime/serializer/recognizer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer importmap k8s.io/apimachinery/pkg/runtime/serializer/versioning=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build1432051999/b485/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf=/tmp/go-build1432051999/b490/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build1432051999/b486/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning=/tmp/go-build1432051999/b491/_pkg_.a packagefile mime=/tmp/go-build1432051999/b138/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b484/_pkg_.a -trimpath "$WORK/b484=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer -complete -installsuffix shared -buildid ot4zMCV8YJMgIPrsofwM/ot4zMCV8YJMgIPrsofwM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/codec_factory.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/negotiated_codec.go cp $WORK/b523/_pkg_.a /builddir/.cache/go-build/21/210eac182ea249affb8786c14f62b52eece0e42265bde53c4db5b82130f2d92a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b501/_pkg_.a # internal cp $WORK/b285/_pkg_.a /builddir/.cache/go-build/48/48c93014f7528f20c858322560029fde749c8c57c289821e1e2dc3f50b7fbaf0-d # internal cp $WORK/b501/_pkg_.a /builddir/.cache/go-build/47/474671b50a50035451e62895b50531a792836a5b2f50fe7fe603a9c4031461f3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b562/_pkg_.a # internal cp $WORK/b562/_pkg_.a /builddir/.cache/go-build/5e/5e00d18f5ae8400ad3597c72b7f35355ce7acee0e56e75b25044271e4ad0b289-d # internal github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields mkdir -p $WORK/b561/ cat >/tmp/go-build1432051999/b561/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/api/meta=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap sigs.k8s.io/structured-merge-diff/v4/fieldpath=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath importmap sigs.k8s.io/structured-merge-diff/v4/typed=github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta=/tmp/go-build1432051999/b562/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build1432051999/b492/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath=/tmp/go-build1432051999/b563/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed=/tmp/go-build1432051999/b565/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b561/_pkg_.a -trimpath "$WORK/b561=>" -p github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields -complete -installsuffix shared -buildid JDE9CKR-ZN8Ayt-CYeBc/JDE9CKR-ZN8Ayt-CYeBc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields/extract.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/pager mkdir -p $WORK/b652/ cat >/tmp/go-build1432051999/b652/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/api/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors importmap k8s.io/apimachinery/pkg/api/meta=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta importmap k8s.io/apimachinery/pkg/apis/meta/internalversion=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors=/tmp/go-build1432051999/b483/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta=/tmp/go-build1432051999/b562/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion=/tmp/go-build1432051999/b653/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b652/_pkg_.a -trimpath "$WORK/b652=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/pager -complete -installsuffix shared -buildid PZlaaZjmSS-7JgaQRO3l/PZlaaZjmSS-7JgaQRO3l -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b652/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/pager/pager.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b662/_pkg_.a # internal cp $WORK/b662/_pkg_.a /builddir/.cache/go-build/d7/d781c8aca1f40724286cca3a5104d7aef3c06f8fe233ccc73b5385e154d93368-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b652/_pkg_.a # internal cp $WORK/b652/_pkg_.a /builddir/.cache/go-build/60/60611960206df0b38564e48be4c287166c905b2375bed86f09b332b21b979291-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b561/_pkg_.a # internal cp $WORK/b561/_pkg_.a /builddir/.cache/go-build/07/07fb33c31a2d5dd90dc8568374e57b279fea9d2cc7c18146e0e8b801b936ac3c-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1 mkdir -p $WORK/b571/ cat >/tmp/go-build1432051999/b571/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apiserverinternal/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build1432051999/b497/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b571/_pkg_.a -trimpath "$WORK/b571=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1 -complete -installsuffix shared -buildid daXCQeIQfD9wnKq0GI-m/daXCQeIQfD9wnKq0GI-m -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/serverstorageversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversioncondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversionstatus.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1 mkdir -p $WORK/b598/ cat >/tmp/go-build1432051999/b598/importcfg << 'EOF' # internal # import config importmap k8s.io/api/coordination/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1=/tmp/go-build1432051999/b512/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b598/_pkg_.a -trimpath "$WORK/b598=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1 -complete -installsuffix shared -buildid e4tBQD-weie0hLNY3GUV/e4tBQD-weie0hLNY3GUV -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b598/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1/lease.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1/leasespec.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1 mkdir -p $WORK/b600/ cat >/tmp/go-build1432051999/b600/importcfg << 'EOF' # internal # import config importmap k8s.io/api/coordination/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1=/tmp/go-build1432051999/b513/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b600/_pkg_.a -trimpath "$WORK/b600=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1 -complete -installsuffix shared -buildid 53V9NkSqif_VzG033v_T/53V9NkSqif_VzG033v_T -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b600/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1/lease.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1/leasespec.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1 mkdir -p $WORK/b628/ cat >/tmp/go-build1432051999/b628/importcfg << 'EOF' # internal # import config importmap k8s.io/api/policy/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1=/tmp/go-build1432051999/b523/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b628/_pkg_.a -trimpath "$WORK/b628=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1 -complete -installsuffix shared -buildid y1qm61DeizbH5jvBHYae/y1qm61DeizbH5jvBHYae -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1/eviction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1/poddisruptionbudget.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1/poddisruptionbudgetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1/poddisruptionbudgetstatus.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b484/_pkg_.a # internal cp $WORK/b484/_pkg_.a /builddir/.cache/go-build/03/0326aaf8062c9969e64ba7c0f1b3810fd8e6fc234d434241a13ccbbcf8928328-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec mkdir -p $WORK/b539/ cat >/tmp/go-build1432051999/b539/importcfg << 'EOF' # internal # import config importmap github.com/davecgh/go-spew/spew=github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew importmap golang.org/x/term=github.com/prometheus/prometheus/vendor/golang.org/x/term importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock importmap k8s.io/client-go/pkg/apis/clientauthentication=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication importmap k8s.io/client-go/pkg/apis/clientauthentication/install=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/install importmap k8s.io/client-go/pkg/apis/clientauthentication/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1 importmap k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 importmap k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 importmap k8s.io/client-go/tools/clientcmd/api=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api importmap k8s.io/client-go/tools/metrics=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics importmap k8s.io/client-go/transport=github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport importmap k8s.io/client-go/util/connrotation=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew=/tmp/go-build1432051999/b540/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/term=/tmp/go-build1432051999/b541/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build1432051999/b484/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build1432051999/b536/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build1432051999/b537/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/install=/tmp/go-build1432051999/b542/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1=/tmp/go-build1432051999/b543/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1=/tmp/go-build1432051999/b544/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=/tmp/go-build1432051999/b545/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api=/tmp/go-build1432051999/b546/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics=/tmp/go-build1432051999/b547/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport=/tmp/go-build1432051999/b548/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation=/tmp/go-build1432051999/b550/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile os/exec=/tmp/go-build1432051999/b262/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b539/_pkg_.a -trimpath "$WORK/b539=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec -complete -installsuffix shared -buildid QfKzeUA3nx3mMD5-x2LS/QfKzeUA3nx3mMD5-x2LS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b539/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/exec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/metrics.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b525/_pkg_.a # internal cp $WORK/b525/_pkg_.a /builddir/.cache/go-build/ac/ace35b63d9cf86ecfd99f473cb317142448b9acedad1532e3f0b9173b6982993-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1 mkdir -p $WORK/b632/ cat >/tmp/go-build1432051999/b632/importcfg << 'EOF' # internal # import config importmap k8s.io/api/rbac/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1=/tmp/go-build1432051999/b525/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b632/_pkg_.a -trimpath "$WORK/b632=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1 -complete -installsuffix shared -buildid FssDoRpa71LXOUrSD9qp/FssDoRpa71LXOUrSD9qp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/aggregationrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/clusterrole.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/clusterrolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/policyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/role.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/rolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/roleref.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1/subject.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b495/_pkg_.a # internal cp $WORK/b495/_pkg_.a /builddir/.cache/go-build/26/268ea7e1e41e25c1a0b8988bef6f2e8395121c866f3cbb6b8ee8ea5f93806472-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1 mkdir -p $WORK/b560/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b496/_pkg_.a # internal cat >/tmp/go-build1432051999/b560/importcfg << 'EOF' # internal # import config importmap k8s.io/api/admissionregistration/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1=/tmp/go-build1432051999/b495/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b560/_pkg_.a -trimpath "$WORK/b560=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1 -complete -installsuffix shared -buildid 8vRHNNdotvmcJIlISnjx/8vRHNNdotvmcJIlISnjx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b560/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/mutatingwebhook.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/mutatingwebhookconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/rule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/rulewithoperations.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/servicereference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/validatingwebhook.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/validatingwebhookconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1/webhookclientconfig.go cp $WORK/b496/_pkg_.a /builddir/.cache/go-build/3b/3b073826f67043e8d72261c7f240947fc62a171ba62c72193379ce44c4fb6ce3-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1 mkdir -p $WORK/b569/ cat >/tmp/go-build1432051999/b569/importcfg << 'EOF' # internal # import config importmap k8s.io/api/admissionregistration/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1=/tmp/go-build1432051999/b496/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b569/_pkg_.a -trimpath "$WORK/b569=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1 -complete -installsuffix shared -buildid 2fso-C7t0IsJcYyzAReQ/2fso-C7t0IsJcYyzAReQ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/mutatingwebhook.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/mutatingwebhookconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/rule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/rulewithoperations.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/servicereference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/validatingwebhook.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/validatingwebhookconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/webhookclientconfig.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b527/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b504/_pkg_.a # internal cp $WORK/b527/_pkg_.a /builddir/.cache/go-build/a6/a6506f68bcdcc310020d35ddf326b3b6d6bf3783aeddbc0f01c2d7116992a46d-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1 mkdir -p $WORK/b636/ cat >/tmp/go-build1432051999/b636/importcfg << 'EOF' # internal # import config importmap k8s.io/api/rbac/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1=/tmp/go-build1432051999/b527/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b636/_pkg_.a -trimpath "$WORK/b636=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1 -complete -installsuffix shared -buildid TjIJ7Rp4kY6rrqbMXO5N/TjIJ7Rp4kY6rrqbMXO5N -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/aggregationrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/clusterrole.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/clusterrolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/policyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/role.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/rolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/roleref.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1/subject.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b598/_pkg_.a # internal cp $WORK/b504/_pkg_.a /builddir/.cache/go-build/9f/9f84a890266df8c937f2ca7626ceca720537c7a92e1968cd119e919e6c22e523-d # internal cp $WORK/b598/_pkg_.a /builddir/.cache/go-build/d2/d2dae180ace12c5e0767b663122546e383d8b991da06d529ec242b79e884a5e3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b628/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b571/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b503/_pkg_.a # internal cp $WORK/b571/_pkg_.a /builddir/.cache/go-build/e0/e0902330fb2dfef6b7f6ddf4535e959ed1bb532d97092ac18efc8d48246686be-d # internal cp $WORK/b628/_pkg_.a /builddir/.cache/go-build/d0/d0fabbf40318030438e49510b2bcfb5a868d00ea03a1772834d8c4413ffb80d7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b600/_pkg_.a # internal cp $WORK/b600/_pkg_.a /builddir/.cache/go-build/a5/a51033aba13d13e81b025aa8812ca3ce92a38406f87e6e754152cc6fd7d14c7c-d # internal cp $WORK/b503/_pkg_.a /builddir/.cache/go-build/0e/0ee5944fa36b58fce0e9f4ccee1cda15d00fcfb493433481d35a6ceb5e2771be-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b526/_pkg_.a # internal cp $WORK/b526/_pkg_.a /builddir/.cache/go-build/d6/d676205a152821231eabfa74756206286a50b2087c1503551f54e7cb579781a2-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1 mkdir -p $WORK/b634/ cat >/tmp/go-build1432051999/b634/importcfg << 'EOF' # internal # import config importmap k8s.io/api/rbac/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1=/tmp/go-build1432051999/b526/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b634/_pkg_.a -trimpath "$WORK/b634=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1 -complete -installsuffix shared -buildid f8CWj1pIdIdLXOZcXE7p/f8CWj1pIdIdLXOZcXE7p -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/aggregationrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/clusterrole.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/clusterrolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/policyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/role.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/rolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/roleref.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1/subject.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b518/_pkg_.a # internal cp $WORK/b518/_pkg_.a /builddir/.cache/go-build/90/90c0ccdb1c3d69c494b0337ce14b82978b734afe7793228be73a2018bddc173d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b539/_pkg_.a # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1 mkdir -p $WORK/b614/ cat >/tmp/go-build1432051999/b614/importcfg << 'EOF' # internal # import config importmap k8s.io/api/flowcontrol/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1=/tmp/go-build1432051999/b518/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b614/_pkg_.a -trimpath "$WORK/b614=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1 -complete -installsuffix shared -buildid MDR2qocBHTUI0FdNTBfJ/MDR2qocBHTUI0FdNTBfJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowdistinguishermethod.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschema.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschemacondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschemaspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/flowschemastatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/groupsubject.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/limitedprioritylevelconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/limitresponse.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/nonresourcepolicyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/policyruleswithsubjects.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/queuingconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/resourcepolicyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/serviceaccountsubject.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/subject.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/usersubject.go cp $WORK/b539/_pkg_.a /builddir/.cache/go-build/c2/c2182cdb196d332776d2b9cfdd9f551eec28b4a2bc8bb67e7426c4385724c8d0-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest mkdir -p $WORK/b534/ cat >/tmp/go-build1432051999/b534/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http2=github.com/prometheus/prometheus/vendor/golang.org/x/net/http2 importmap k8s.io/apimachinery/pkg/api/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/streaming=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock importmap k8s.io/apimachinery/pkg/util/net=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/pkg/apis/clientauthentication=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication importmap k8s.io/client-go/pkg/version=github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version importmap k8s.io/client-go/plugin/pkg/client/auth/exec=github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec importmap k8s.io/client-go/rest/watch=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch importmap k8s.io/client-go/tools/clientcmd/api=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api importmap k8s.io/client-go/tools/metrics=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics importmap k8s.io/client-go/transport=github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport importmap k8s.io/client-go/util/cert=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert importmap k8s.io/client-go/util/flowcontrol=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2=/tmp/go-build1432051999/b213/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors=/tmp/go-build1432051999/b483/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming=/tmp/go-build1432051999/b535/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build1432051999/b536/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net=/tmp/go-build1432051999/b471/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build1432051999/b448/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build1432051999/b537/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version=/tmp/go-build1432051999/b538/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec=/tmp/go-build1432051999/b539/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch=/tmp/go-build1432051999/b554/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api=/tmp/go-build1432051999/b546/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics=/tmp/go-build1432051999/b547/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport=/tmp/go-build1432051999/b548/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert=/tmp/go-build1432051999/b555/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol=/tmp/go-build1432051999/b557/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile mime=/tmp/go-build1432051999/b138/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b534/_pkg_.a -trimpath "$WORK/b534=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest -complete -installsuffix shared -buildid zHlW0RjbSPS4-d75CWeY/zHlW0RjbSPS4-d75CWeY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/config.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/exec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/plugin.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/request.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/transport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/url_utils.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/urlbackoff.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/warnings.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/with_retry.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b560/_pkg_.a # internal cp $WORK/b560/_pkg_.a /builddir/.cache/go-build/e1/e1ed570ada638034b3cd353d064cb9660862e76976af8eee0c667e28ac70e278-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b519/_pkg_.a # internal cp $WORK/b519/_pkg_.a /builddir/.cache/go-build/49/49eb01c84562417fb49d7f4def0343b95ecfb6785fbe18267315c3275959c499-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1 mkdir -p $WORK/b616/ cat >/tmp/go-build1432051999/b616/importcfg << 'EOF' # internal # import config importmap k8s.io/api/flowcontrol/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1=/tmp/go-build1432051999/b519/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b616/_pkg_.a -trimpath "$WORK/b616=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1 -complete -installsuffix shared -buildid j32u8yOHtHM__2uk8Dsp/j32u8yOHtHM__2uk8Dsp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowdistinguishermethod.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschema.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschemacondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschemaspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/flowschemastatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/groupsubject.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/limitedprioritylevelconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/limitresponse.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/nonresourcepolicyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/policyruleswithsubjects.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/queuingconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/resourcepolicyrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/serviceaccountsubject.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/subject.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1/usersubject.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b569/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b632/_pkg_.a # internal cp $WORK/b569/_pkg_.a /builddir/.cache/go-build/01/0118c57d9e0709ed69614a2b1412293acae7ded4a292a7ea5cc46db4675964c2-d # internal cp $WORK/b632/_pkg_.a /builddir/.cache/go-build/49/49d507471b48b9a8eeb541126686e075a759611e1edcba6ef052ea3fd22893ac-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b636/_pkg_.a # internal cp $WORK/b636/_pkg_.a /builddir/.cache/go-build/d0/d0692a2b1c5cd64ae858d748c061a2f948d53ba2c0ff0a5075bc4b317aec0ab2-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b634/_pkg_.a # internal cp $WORK/b634/_pkg_.a /builddir/.cache/go-build/09/09f2db57fe2d14d5619d92f28c5015e31d62666898135403922a2741e789b4f8-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b614/_pkg_.a # internal cp $WORK/b614/_pkg_.a /builddir/.cache/go-build/e1/e1f16599045852514743c279a35f2c33b36222c3f5ece140e5f9eda6a1f82783-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b616/_pkg_.a # internal cp $WORK/b616/_pkg_.a /builddir/.cache/go-build/24/2472547b3bded3e832a01f4c42ba210f5c2fc823a5c64b3d9668666983fbdc7a-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b534/_pkg_.a # internal cp $WORK/b534/_pkg_.a /builddir/.cache/go-build/d6/d68b16f86a32f5470d1abbe72d3c21e16ee65e17d955738f8ea7469654c349bd-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/auth mkdir -p $WORK/b661/ cat >/tmp/go-build1432051999/b661/importcfg << 'EOF' # internal # import config importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b661/_pkg_.a -trimpath "$WORK/b661=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/auth -complete -installsuffix shared -buildid 0s04DKDEuVsOFhQhcKIj/0s04DKDEuVsOFhQhcKIj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/auth/clientauth.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache mkdir -p $WORK/b649/ cat >/tmp/go-build1432051999/b649/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/api/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors importmap k8s.io/apimachinery/pkg/api/meta=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured importmap k8s.io/apimachinery/pkg/fields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields importmap k8s.io/apimachinery/pkg/labels=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/cache=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache importmap k8s.io/apimachinery/pkg/util/clock=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock importmap k8s.io/apimachinery/pkg/util/diff=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/diff importmap k8s.io/apimachinery/pkg/util/naming=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming importmap k8s.io/apimachinery/pkg/util/net=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/apimachinery/pkg/util/wait=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest importmap k8s.io/client-go/tools/pager=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/pager importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 importmap k8s.io/utils/buffer=github.com/prometheus/prometheus/vendor/k8s.io/utils/buffer importmap k8s.io/utils/trace=github.com/prometheus/prometheus/vendor/k8s.io/utils/trace packagefile container/heap=/tmp/go-build1432051999/b552/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors=/tmp/go-build1432051999/b483/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta=/tmp/go-build1432051999/b562/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build1432051999/b492/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields=/tmp/go-build1432051999/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels=/tmp/go-build1432051999/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache=/tmp/go-build1432051999/b650/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build1432051999/b536/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/diff=/tmp/go-build1432051999/b651/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming=/tmp/go-build1432051999/b465/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net=/tmp/go-build1432051999/b471/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build1432051999/b448/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait=/tmp/go-build1432051999/b549/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/pager=/tmp/go-build1432051999/b652/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/utils/buffer=/tmp/go-build1432051999/b655/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/utils/trace=/tmp/go-build1432051999/b656/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b649/_pkg_.a -trimpath "$WORK/b649=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache -complete -installsuffix shared -buildid ltfoXSrI8zldQZqVdiyF/ltfoXSrI8zldQZqVdiyF -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/controller.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/delta_fifo.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/expiration_cache.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/expiration_cache_fakes.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/fake_custom_store.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/fifo.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/heap.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/index.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/listers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/listwatch.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/mutation_cache.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/mutation_detector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/reflector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/reflector_metrics.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/shared_informer.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/store.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/thread_safe_store.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache/undelta_store.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b661/_pkg_.a # internal cp $WORK/b661/_pkg_.a /builddir/.cache/go-build/1b/1b5f5ae5150ba217c9e184de0e7c93d8ea1e33c14fc87f775782f19cf8ba853f-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd mkdir -p $WORK/b657/ cat >/tmp/go-build1432051999/b657/importcfg << 'EOF' # internal # import config importmap github.com/imdario/mergo=github.com/prometheus/prometheus/vendor/github.com/imdario/mergo importmap github.com/spf13/pflag=github.com/prometheus/prometheus/vendor/github.com/spf13/pflag importmap golang.org/x/term=github.com/prometheus/prometheus/vendor/golang.org/x/term importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors importmap k8s.io/apimachinery/pkg/util/validation=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest importmap k8s.io/client-go/tools/auth=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/auth importmap k8s.io/client-go/tools/clientcmd/api=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api importmap k8s.io/client-go/tools/clientcmd/api/latest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/latest importmap k8s.io/client-go/util/homedir=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/homedir importmap k8s.io/klog/v2=github.com/prometheus/prometheus/vendor/k8s.io/klog/v2 packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/imdario/mergo=/tmp/go-build1432051999/b658/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/spf13/pflag=/tmp/go-build1432051999/b659/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/term=/tmp/go-build1432051999/b541/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors=/tmp/go-build1432051999/b451/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation=/tmp/go-build1432051999/b449/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/auth=/tmp/go-build1432051999/b661/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api=/tmp/go-build1432051999/b546/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/latest=/tmp/go-build1432051999/b662/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/homedir=/tmp/go-build1432051999/b664/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b657/_pkg_.a -trimpath "$WORK/b657=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd -complete -installsuffix shared -buildid 0M6_d9TAeCtLKarSm1DJ/0M6_d9TAeCtLKarSm1DJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b657/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/auth_loaders.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/client_config.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/config.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/flag.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/helpers.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/loader.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/merged_client_builder.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/overrides.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/validation.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b783/_pkg_.a # internal cp $WORK/b783/_pkg_.a /builddir/.cache/go-build/29/2949e7b066fbcce47157cb4a39e98f5c1d089aeae4c3cbff6f9a707f787892f4-d # internal github.com/prometheus/prometheus/template mkdir -p $WORK/b782/ cat >/tmp/go-build1432051999/b782/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/promql=/tmp/go-build1432051999/b783/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile html/template=/tmp/go-build1432051999/b208/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile text/template=/tmp/go-build1432051999/b210/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b782/_pkg_.a -trimpath "$WORK/b782=>" -p github.com/prometheus/prometheus/template -complete -installsuffix shared -buildid y_Ra57KoAX3hQg1NkSyA/y_Ra57KoAX3hQg1NkSyA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b782/importcfg -pack ./_build/src/github.com/prometheus/prometheus/template/template.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b782/_pkg_.a # internal cp $WORK/b782/_pkg_.a /builddir/.cache/go-build/27/276d0f7e4a093251e816919422ccc3a0ce3873562bc77dbe284e5de3db0838c7-d # internal github.com/prometheus/prometheus/model/rulefmt mkdir -p $WORK/b761/ cat >/tmp/go-build1432051999/b761/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap gopkg.in/yaml.v3=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3 packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build1432051999/b762/_pkg_.a packagefile github.com/prometheus/prometheus/promql/parser=/tmp/go-build1432051999/b763/_pkg_.a packagefile github.com/prometheus/prometheus/template=/tmp/go-build1432051999/b782/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3=/tmp/go-build1432051999/b482/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b761/_pkg_.a -trimpath "$WORK/b761=>" -p github.com/prometheus/prometheus/model/rulefmt -complete -installsuffix shared -buildid ghV38JP3RZuZFTOpRHhZ/ghV38JP3RZuZFTOpRHhZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack ./_build/src/github.com/prometheus/prometheus/model/rulefmt/rulefmt.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b657/_pkg_.a # internal cp $WORK/b657/_pkg_.a /builddir/.cache/go-build/7a/7a1aa1d7bb9c98cf9667fad93655b15835f440d754a8d3057af2c47dce28c2ee-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b761/_pkg_.a # internal cp $WORK/b761/_pkg_.a /builddir/.cache/go-build/34/3466e53f792143b8e59ae02c017e466e1ff193ef7c24b7383518d852e20ad039-d # internal github.com/prometheus/prometheus/rules mkdir -p $WORK/b847/ cat >/tmp/go-build1432051999/b847/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/opentracing/opentracing-go=github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build1432051999/b785/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/model/rulefmt=/tmp/go-build1432051999/b761/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build1432051999/b762/_pkg_.a packagefile github.com/prometheus/prometheus/model/value=/tmp/go-build1432051999/b764/_pkg_.a packagefile github.com/prometheus/prometheus/promql=/tmp/go-build1432051999/b783/_pkg_.a packagefile github.com/prometheus/prometheus/promql/parser=/tmp/go-build1432051999/b763/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build1432051999/b765/_pkg_.a packagefile github.com/prometheus/prometheus/template=/tmp/go-build1432051999/b782/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build1432051999/b225/_pkg_.a packagefile html/template=/tmp/go-build1432051999/b208/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b847/_pkg_.a -trimpath "$WORK/b847=>" -p github.com/prometheus/prometheus/rules -complete -installsuffix shared -buildid HN8lIew-zuQ4LwWHiPBq/HN8lIew-zuQ4LwWHiPBq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b847/importcfg -pack ./_build/src/github.com/prometheus/prometheus/rules/alerting.go ./_build/src/github.com/prometheus/prometheus/rules/manager.go ./_build/src/github.com/prometheus/prometheus/rules/recording.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b649/_pkg_.a # internal cp $WORK/b649/_pkg_.a /builddir/.cache/go-build/fc/fc23e3fc5b53d50044bc47a34d0a85e3d447d20b135f0e55c537ba6bd5b3912e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b847/_pkg_.a # internal cp $WORK/b847/_pkg_.a /builddir/.cache/go-build/16/16428f1a44d8ed903282697aed8e20e20db264cd4006cb0e302f1a9e0dcf9df0-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b289/_pkg_.a # internal cp $WORK/b289/_pkg_.a /builddir/.cache/go-build/d2/d286f8a81017182946aa8406c7acac226022b68ef9445cb0056c167455f46949-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b431/_pkg_.a # internal cp $WORK/b431/_pkg_.a /builddir/.cache/go-build/33/33f4d77882c277b3a9c4faaea3229c38045f9fc95c12bd5e835220e399316c5d-d # internal github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1 mkdir -p $WORK/b472/ cat >/tmp/go-build1432051999/b472/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1 mkdir -p $WORK/b474/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b472/_pkg_.a -trimpath "$WORK/b472=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1 -complete -installsuffix shared -buildid kpmOTVYpLoADwhIHMyRk/kpmOTVYpLoADwhIHMyRk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/well_known_labels.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1/zz_generated.prerelease-lifecycle.go github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1 mkdir -p $WORK/b473/ github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1 github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1 github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1 github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1 mkdir -p $WORK/b520/ github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2 cat >/tmp/go-build1432051999/b474/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2 mkdir -p $WORK/b500/ cat >/tmp/go-build1432051999/b520/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF cat >/tmp/go-build1432051999/b500/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b520/_pkg_.a -trimpath "$WORK/b520=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1 -complete -installsuffix shared -buildid hiAwQKNwfuL7wUakv2f9/hiAwQKNwfuL7wUakv2f9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1 mkdir -p $WORK/b515/ cat >/tmp/go-build1432051999/b473/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF cat >/tmp/go-build1432051999/b515/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1 mkdir -p $WORK/b506/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b515/_pkg_.a -trimpath "$WORK/b515=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1 -complete -installsuffix shared -buildid twOLrBPy0uUbyZqouPRD/twOLrBPy0uUbyZqouPRD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b474/_pkg_.a -trimpath "$WORK/b474=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1 -complete -installsuffix shared -buildid 4gZ88IyZ-s3wniieFumq/4gZ88IyZ-s3wniieFumq -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/well_known_annotations.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b473/_pkg_.a -trimpath "$WORK/b473=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1 -complete -installsuffix shared -buildid X5aahkOpB-4A3kBOyd1W/X5aahkOpB-4A3kBOyd1W -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/well_known_annotations.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1/zz_generated.deepcopy.go cat >/tmp/go-build1432051999/b506/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1 mkdir -p $WORK/b508/ github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b506/_pkg_.a -trimpath "$WORK/b506=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1 -complete -installsuffix shared -buildid 1WGyEVEpjfwtWpVsc8W8/1WGyEVEpjfwtWpVsc8W8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b506/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b500/_pkg_.a -trimpath "$WORK/b500=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2 -complete -installsuffix shared -buildid 6xBb9DL9Hk8onEBZcH_h/6xBb9DL9Hk8onEBZcH_h -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2/zz_generated.prerelease-lifecycle.go github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1 mkdir -p $WORK/b521/ cat >/tmp/go-build1432051999/b508/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF mkdir -p $WORK/b510/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b508/_pkg_.a -trimpath "$WORK/b508=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1 -complete -installsuffix shared -buildid gTiWREERZMA6LyMuzpxP/gTiWREERZMA6LyMuzpxP -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b508/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1/zz_generated.deepcopy.go cat >/tmp/go-build1432051999/b521/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF cat >/tmp/go-build1432051999/b510/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b521/_pkg_.a -trimpath "$WORK/b521=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1 -complete -installsuffix shared -buildid 2KCxGqtJ7-XLzF1rGl4E/2KCxGqtJ7-XLzF1rGl4E -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b510/_pkg_.a -trimpath "$WORK/b510=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1 -complete -installsuffix shared -buildid Ojvl9JtfEwFy_d13ZuuT/Ojvl9JtfEwFy_d13ZuuT -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1 mkdir -p $WORK/b522/ cat >/tmp/go-build1432051999/b522/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b522/_pkg_.a -trimpath "$WORK/b522=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1 -complete -installsuffix shared -buildid WYq6V5biOd1TgqbGL688/WYq6V5biOd1TgqbGL688 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1/zz_generated.prerelease-lifecycle.go github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1 mkdir -p $WORK/b524/ cat >/tmp/go-build1432051999/b524/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b524/_pkg_.a -trimpath "$WORK/b524=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1 -complete -installsuffix shared -buildid oteGIe5Ldw7mU6KcF1ij/oteGIe5Ldw7mU6KcF1ij -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1/zz_generated.prerelease-lifecycle.go github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1 mkdir -p $WORK/b528/ github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1 mkdir -p $WORK/b498/ mkdir -p $WORK/b511/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/reference cat >/tmp/go-build1432051999/b528/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF mkdir -p $WORK/b507/ mkdir -p $WORK/b505/ cat >/tmp/go-build1432051999/b498/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1 github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1 mkdir -p $WORK/b499/ cat >/tmp/go-build1432051999/b511/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b528/_pkg_.a -trimpath "$WORK/b528=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1 -complete -installsuffix shared -buildid t-6LDlJX1L6MrBxCyQGo/t-6LDlJX1L6MrBxCyQGo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b498/_pkg_.a -trimpath "$WORK/b498=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1 -complete -installsuffix shared -buildid Gz15W6nmF2IhjMyKg1PB/Gz15W6nmF2IhjMyKg1PB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1/zz_generated.deepcopy.go github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1 mkdir -p $WORK/b516/ cat >/tmp/go-build1432051999/b507/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF cat >/tmp/go-build1432051999/b505/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b511/_pkg_.a -trimpath "$WORK/b511=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1 -complete -installsuffix shared -buildid 37fCj6ODv4cNtyiyyRCW/37fCj6ODv4cNtyiyyRCW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1/zz_generated.prerelease-lifecycle.go cat >/tmp/go-build1432051999/b499/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b507/_pkg_.a -trimpath "$WORK/b507=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2 -complete -installsuffix shared -buildid 49a7IQKEp9jaE2t3RsdI/49a7IQKEp9jaE2t3RsdI -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b507/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2/zz_generated.prerelease-lifecycle.go github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1 mkdir -p $WORK/b514/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b505/_pkg_.a -trimpath "$WORK/b505=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 -complete -installsuffix shared -buildid ESGgHZCyTaJDvojwBBDk/ESGgHZCyTaJDvojwBBDk -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b505/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1/zz_generated.deepcopy.go mkdir -p $WORK/b529/ cat >/tmp/go-build1432051999/b516/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b499/_pkg_.a -trimpath "$WORK/b499=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1 -complete -installsuffix shared -buildid C_YludkZWV0L_ja6zG88/C_YludkZWV0L_ja6zG88 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1/zz_generated.prerelease-lifecycle.go mkdir -p $WORK/b602/ mkdir -p $WORK/b532/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b516/_pkg_.a -trimpath "$WORK/b516=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1 -complete -installsuffix shared -buildid yegjIp5LOeuYXVkNSaNw/yegjIp5LOeuYXVkNSaNw -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1/zz_generated.prerelease-lifecycle.go cat >/tmp/go-build1432051999/b529/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF cat >/tmp/go-build1432051999/b514/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b529/_pkg_.a -trimpath "$WORK/b529=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1 -complete -installsuffix shared -buildid s5_2nwVzR0NLekVVrN-h/s5_2nwVzR0NLekVVrN-h -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1/zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b514/_pkg_.a -trimpath "$WORK/b514=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1 -complete -installsuffix shared -buildid NDYkcWNX84MTmN2aiIXY/NDYkcWNX84MTmN2aiIXY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/well_known_labels.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1/zz_generated.deepcopy.go cat >/tmp/go-build1432051999/b602/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/meta=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta=/tmp/go-build1432051999/b562/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a EOF cat >/tmp/go-build1432051999/b532/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b602/_pkg_.a -trimpath "$WORK/b602=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/reference -complete -installsuffix shared -buildid t9JujAxPsQV9XbonK7rK/t9JujAxPsQV9XbonK7rK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/reference/ref.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b532/_pkg_.a -trimpath "$WORK/b532=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1 -complete -installsuffix shared -buildid Xjz6YoVUrZ5tEIkvMtPD/Xjz6YoVUrZ5tEIkvMtPD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1/zz_generated.prerelease-lifecycle.go mkdir -p $WORK/b531/ cat >/tmp/go-build1432051999/b531/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b531/_pkg_.a -trimpath "$WORK/b531=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1 -complete -installsuffix shared -buildid NWNZ4pfBeR2ZsoI3uz8n/NWNZ4pfBeR2ZsoI3uz8n -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1/zz_generated.deepcopy.go mkdir -p $WORK/b533/ cat >/tmp/go-build1432051999/b533/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b533/_pkg_.a -trimpath "$WORK/b533=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1 -complete -installsuffix shared -buildid m2BJc5dlOe5InCUuLx_4/m2BJc5dlOe5InCUuLx_4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1/zz_generated.prerelease-lifecycle.go mkdir -p $WORK/b530/ cat >/tmp/go-build1432051999/b530/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b530/_pkg_.a -trimpath "$WORK/b530=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1 -complete -installsuffix shared -buildid Yo4GKETsqLDD5qLjvlSD/Yo4GKETsqLDD5qLjvlSD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1/zz_generated.prerelease-lifecycle.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 mkdir -p $WORK/b574/ cat >/tmp/go-build1432051999/b574/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b574/_pkg_.a -trimpath "$WORK/b574=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 -complete -installsuffix shared -buildid ug-j7EjLP7dSWRDNNOL1/ug-j7EjLP7dSWRDNNOL1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b574/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/affinity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/attachedvolume.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/awselasticblockstorevolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/azurediskvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/azurefilepersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/azurefilevolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/capabilities.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/cephfspersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/cephfsvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/cinderpersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/cindervolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/clientipconfig.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/componentcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/componentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/configmap.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapenvsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapkeyselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapnodeconfigsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapprojection.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/configmapvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/container.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerimage.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstate.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstaterunning.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstateterminated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstatewaiting.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/containerstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/csipersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/csivolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/daemonendpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/downwardapiprojection.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/downwardapivolumefile.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/downwardapivolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/emptydirvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/endpointaddress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/endpointport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/endpoints.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/endpointsubset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/envfromsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/envvar.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/envvarsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/ephemeralcontainer.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/ephemeralcontainercommon.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/ephemeralvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/event.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/eventseries.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/eventsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/execaction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/fcvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/flexpersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/flexvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/flockervolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/gcepersistentdiskvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/gitrepovolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/glusterfspersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/glusterfsvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/handler.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/hostalias.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/hostpathvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/httpgetaction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/httpheader.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/iscsipersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/iscsivolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/keytopath.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/lifecycle.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/limitrange.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/limitrangeitem.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/limitrangespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/loadbalanceringress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/loadbalancerstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/localobjectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/localvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/namespace.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/namespacecondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/namespacespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/namespacestatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nfsvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/node.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeaddress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeaffinity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodecondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeconfigsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeconfigstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodedaemonendpoints.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeselectorrequirement.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodeselectorterm.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodestatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/nodesysteminfo.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/objectfieldselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/objectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolume.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaim.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimtemplate.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumestatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/photonpersistentdiskvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/pod.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podaffinity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podaffinityterm.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podantiaffinity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/poddnsconfig.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/poddnsconfigoption.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podip.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podreadinessgate.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podsecuritycontext.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podtemplate.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/podtemplatespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/portstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/portworxvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/preferredschedulingterm.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/probe.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/projectedvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/quobytevolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/rbdpersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/rbdvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontroller.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontrollercondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontrollerspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/replicationcontrollerstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcefieldselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcequota.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcequotaspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcequotastatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/resourcerequirements.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/scaleiopersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/scaleiovolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/scopedresourceselectorrequirement.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/scopeselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/seccompprofile.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/secret.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/secretenvsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/secretkeyselector.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/secretprojection.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/secretreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/secretvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/securitycontext.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/selinuxoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/service.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/serviceaccount.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/serviceaccounttokenprojection.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/serviceport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/servicespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/servicestatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/sessionaffinityconfig.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/storageospersistentvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/storageosvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/sysctl.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/taint.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/tcpsocketaction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/toleration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/topologyselectorlabelrequirement.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/topologyselectorterm.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/topologyspreadconstraint.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/typedlocalobjectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/volume.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/volumedevice.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/volumemount.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/volumenodeaffinity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/volumeprojection.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/volumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/vspherevirtualdiskvolumesource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/weightedpodaffinityterm.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1/windowssecuritycontextoptions.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b602/_pkg_.a # internal cp $WORK/b602/_pkg_.a /builddir/.cache/go-build/ff/ffdce29be42bd0076ba42acca0899c4268aba2df6dcadb9ddecc8fd0a0e39b09-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b528/_pkg_.a # internal cp $WORK/b528/_pkg_.a /builddir/.cache/go-build/52/52a4317cc1f50c674327dabe829233ed300338efc6e6622474fb736460123ad5-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1 mkdir -p $WORK/b638/ cat >/tmp/go-build1432051999/b638/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/scheduling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1=/tmp/go-build1432051999/b528/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b638/_pkg_.a -trimpath "$WORK/b638=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1 -complete -installsuffix shared -buildid uj2ptiGKEAAnjlhjUsz3/uj2ptiGKEAAnjlhjUsz3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1/priorityclass.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b521/_pkg_.a # internal cp $WORK/b521/_pkg_.a /builddir/.cache/go-build/db/db2991406ac2e9ea610058dd150eec3241a7090e7762d27335d890d8c520a15c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b530/_pkg_.a # internal cp $WORK/b530/_pkg_.a /builddir/.cache/go-build/50/5069ec08ed7ed229aeb2b1d4a7fe143eb5a08bf2cf7e7df8abe42aa6aeec3cd4-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1 mkdir -p $WORK/b642/ cat >/tmp/go-build1432051999/b642/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/scheduling/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1=/tmp/go-build1432051999/b530/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b642/_pkg_.a -trimpath "$WORK/b642=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1 -complete -installsuffix shared -buildid zK0XpOxVKhVixcUiH7-I/zK0XpOxVKhVixcUiH7-I -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1/priorityclass.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b515/_pkg_.a # internal cp $WORK/b515/_pkg_.a /builddir/.cache/go-build/e3/e358b5d9a61f716f0a6859dc175f5cc90f184e35177d61c51cee830ed2c92ece-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b529/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b520/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b522/_pkg_.a # internal cp $WORK/b520/_pkg_.a /builddir/.cache/go-build/f7/f71b8dd68c016dded91a0433ef045bcbaaab3aabca4cf6b583414dec1b772385-d # internal cp $WORK/b529/_pkg_.a /builddir/.cache/go-build/27/276fb321a340eccc1bb554fb8a3a9a856a9ad8f7e505a7fa310b1d01188c3b8b-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1 mkdir -p $WORK/b640/ /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b472/_pkg_.a # internal cp $WORK/b472/_pkg_.a /builddir/.cache/go-build/af/afd36750b7bfc9b35d6ee2a0280f1b3859cdadffa483a7a90d25acbf22e31c34-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b511/_pkg_.a # internal cat >/tmp/go-build1432051999/b640/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/scheduling/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1=/tmp/go-build1432051999/b529/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b640/_pkg_.a -trimpath "$WORK/b640=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1 -complete -installsuffix shared -buildid UNE310FogOVgqkaheGbl/UNE310FogOVgqkaheGbl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1/priorityclass.go cp $WORK/b511/_pkg_.a /builddir/.cache/go-build/2b/2b59b377a516f0504cb7c9597b6ec5974dbd20fa4bb6bb67c50161c2590551ff-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1 mkdir -p $WORK/b596/ cat >/tmp/go-build1432051999/b596/importcfg << 'EOF' # internal # import config importmap k8s.io/api/certificates/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1=/tmp/go-build1432051999/b511/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b596/_pkg_.a -trimpath "$WORK/b596=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1 -complete -installsuffix shared -buildid VWLmqA9BZ0ODc5OoXZjK/VWLmqA9BZ0ODc5OoXZjK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequest.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequestcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequestspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1/certificatesigningrequeststatus.go cp $WORK/b522/_pkg_.a /builddir/.cache/go-build/9d/9da5c26f49cac279507e40c54d468dd839000eed2e34f9e06c0a162b782e2963-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b638/_pkg_.a # internal cp $WORK/b638/_pkg_.a /builddir/.cache/go-build/2b/2b3e53b22ba8e87cafb81747bcdf82e9a37c7f3d253c87954bc9e791725a3857-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b516/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b510/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b642/_pkg_.a # internal cp $WORK/b516/_pkg_.a /builddir/.cache/go-build/ac/aca141150efafa196e32fcc43423230d7a5d2dc9186730d0d2566afee0aa0adb-d # internal cp $WORK/b642/_pkg_.a /builddir/.cache/go-build/df/dfa5fed41015d9d5d5c76f13336b96d1521a1ff4f40aa8f340beba6382b78aa7-d # internal cp $WORK/b510/_pkg_.a /builddir/.cache/go-build/fa/fab6f0b83ea22408a967f06929a1342f089d19722645cb125ea9dcde418a06e3-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1 mkdir -p $WORK/b594/ cat >/tmp/go-build1432051999/b594/importcfg << 'EOF' # internal # import config importmap k8s.io/api/certificates/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1=/tmp/go-build1432051999/b510/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b594/_pkg_.a -trimpath "$WORK/b594=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1 -complete -installsuffix shared -buildid 0p0C4IHG9tyXetB2sZ6C/0p0C4IHG9tyXetB2sZ6C -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b594/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequest.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequestcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequestspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequeststatus.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b514/_pkg_.a # internal cp $WORK/b514/_pkg_.a /builddir/.cache/go-build/1f/1f2cb685ec4a430f06f3404f72e150b073a315417b46b2a91363b6e4c1ccfd8e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b532/_pkg_.a # internal cp $WORK/b532/_pkg_.a /builddir/.cache/go-build/07/07ae89b5898e22fa68d5755694e58ef67d2eacf6bbd8d374ab1b207a5dc0fa19-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b474/_pkg_.a # internal cp $WORK/b474/_pkg_.a /builddir/.cache/go-build/94/94e1b610066424d08115f28b7071ef64f21bed99b7f208ee0559b5d4a12752f1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b506/_pkg_.a # internal cp $WORK/b506/_pkg_.a /builddir/.cache/go-build/72/721fa8c5b9a717bbf0ea4b55a14b7a110ce4ec65be3e1868ce7ae91afc6dcfd0-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1 mkdir -p $WORK/b586/ cat >/tmp/go-build1432051999/b586/importcfg << 'EOF' # internal # import config importmap k8s.io/api/autoscaling/v2beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1=/tmp/go-build1432051999/b506/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b586/_pkg_.a -trimpath "$WORK/b586=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1 -complete -installsuffix shared -buildid DR6GuRRY0AXEOk6meg95/DR6GuRRY0AXEOk6meg95 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/containerresourcemetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/containerresourcemetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/crossversionobjectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/externalmetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/externalmetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscaler.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalercondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalerspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalerstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/metricspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/metricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/objectmetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/objectmetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/podsmetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/podsmetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/resourcemetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1/resourcemetricstatus.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b640/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b508/_pkg_.a # internal cp $WORK/b640/_pkg_.a /builddir/.cache/go-build/5f/5fb43b58df80d406232105abaf61d62ba219ce1218df2272464fc96641d2846d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b594/_pkg_.a # internal cp $WORK/b594/_pkg_.a /builddir/.cache/go-build/f4/f4345641a4fcff3f40fc525896720c824c2bde2e16654570e7f90dc6973e6b64-d # internal cp $WORK/b508/_pkg_.a /builddir/.cache/go-build/70/7065ee0a22e99e2181c79e578262f9daaa4805aac1e63cd63a13f41e8fe727a7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b596/_pkg_.a # internal cp $WORK/b596/_pkg_.a /builddir/.cache/go-build/f8/f861cf99d6d9e8f2254afa4b11e6ede478d221ef47f7a1870cadcb6746c0dc83-d # internal github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1 mkdir -p $WORK/b509/ cat >/tmp/go-build1432051999/b509/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap k8s.io/api/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1=/tmp/go-build1432051999/b508/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b509/_pkg_.a -trimpath "$WORK/b509=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1 -complete -installsuffix shared -buildid HkZ-tI8CxZ4DzXf5PVnY/HkZ-tI8CxZ4DzXf5PVnY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b509/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b507/_pkg_.a # internal cp $WORK/b507/_pkg_.a /builddir/.cache/go-build/d0/d06ff3c3896d403c1a8d3a272d68e8f00280a70fcd8c10afae16b9ea321786d5-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2 mkdir -p $WORK/b588/ cat >/tmp/go-build1432051999/b588/importcfg << 'EOF' # internal # import config importmap k8s.io/api/autoscaling/v2beta2=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2=/tmp/go-build1432051999/b507/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b588/_pkg_.a -trimpath "$WORK/b588=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2 -complete -installsuffix shared -buildid IO8DNrgLOODZrgxS816h/IO8DNrgLOODZrgxS816h -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/containerresourcemetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/containerresourcemetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/crossversionobjectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/externalmetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/externalmetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscaler.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerbehavior.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalercondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/hpascalingpolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/hpascalingrules.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricidentifier.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metrictarget.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricvaluestatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/objectmetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/objectmetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/podsmetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/podsmetricstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/resourcemetricsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/resourcemetricstatus.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b586/_pkg_.a # internal cp $WORK/b586/_pkg_.a /builddir/.cache/go-build/80/80014b8b2a697d9136db0d9a8a5374a6f062e0c1662e6c0363bf220ddd97fec6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b531/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b473/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b505/_pkg_.a # internal cp $WORK/b505/_pkg_.a /builddir/.cache/go-build/f2/f2785a431c0596582628c8629ad96c6e512115c3adc6b4e08fb1fff5785cc1ec-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1 mkdir -p $WORK/b575/ cp $WORK/b473/_pkg_.a /builddir/.cache/go-build/13/134de841e4f689eec1589e28b500a703697e777cd241670764caa411ab70e03c-d # internal cp $WORK/b531/_pkg_.a /builddir/.cache/go-build/96/9674ae7f3d114e1a132d2502a04cb9c300222f262674374b8b0673e1adc3c197-d # internal cat >/tmp/go-build1432051999/b575/importcfg << 'EOF' # internal # import config importmap k8s.io/api/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1=/tmp/go-build1432051999/b505/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b575/_pkg_.a -trimpath "$WORK/b575=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1 -complete -installsuffix shared -buildid 00nbw05Sac2H3ErHil_N/00nbw05Sac2H3ErHil_N -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/crossversionobjectreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/horizontalpodautoscaler.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/horizontalpodautoscalerspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/horizontalpodautoscalerstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/scale.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/scalespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1/scalestatus.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b524/_pkg_.a # internal cp $WORK/b524/_pkg_.a /builddir/.cache/go-build/9d/9de3ad94fe2757f324cff96e7b45ec0f032bfa22a817acb567ac643b32f90320-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b588/_pkg_.a # internal cp $WORK/b588/_pkg_.a /builddir/.cache/go-build/2d/2dcbe415eee3b529aba293d18b4ab2315e19fa56ec5f1e1db94b1f58e01e178f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b533/_pkg_.a # internal cp $WORK/b533/_pkg_.a /builddir/.cache/go-build/3f/3fb5dfa191097700525744f80b16618683f3489ff23b5991fa8ff2438914a0d1-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b499/_pkg_.a # internal cp $WORK/b499/_pkg_.a /builddir/.cache/go-build/a3/a3c0883c5d56a493effd0d954bde5e0a3597ad964939aa4e44e67204e598cf3a-d # internal github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1 mkdir -p $WORK/b517/ cat >/tmp/go-build1432051999/b517/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/api/apps/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1=/tmp/go-build1432051999/b499/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b517/_pkg_.a -trimpath "$WORK/b517=>" -p github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1 -complete -installsuffix shared -buildid 8UzZWfZpK3SGoh2vEZ5Q/8UzZWfZpK3SGoh2vEZ5Q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/generated.pb.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/register.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/types.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/zz_generated.deepcopy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1/zz_generated.prerelease-lifecycle.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b575/_pkg_.a # internal cp $WORK/b575/_pkg_.a /builddir/.cache/go-build/85/8545b84676c6a490cf0c7efd15b64ed1de77ff9442b862bd1b7283462ea21a0d-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b509/_pkg_.a # internal cp $WORK/b509/_pkg_.a /builddir/.cache/go-build/9e/9ecc66a1acc32fdbd890c5bc0a15a11772d15441608da4071742583b030f1578-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b500/_pkg_.a # internal cp $WORK/b500/_pkg_.a /builddir/.cache/go-build/ca/ca8450a94518c01837fd005703f01a5c2d80251cbe6c920f21528a54e15b503e-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b498/_pkg_.a # internal cp $WORK/b498/_pkg_.a /builddir/.cache/go-build/e6/e6371e6bc96f1112d6319e82d08750e2163583742360f65a4afef6aa216400b7-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b574/_pkg_.a # internal cp $WORK/b574/_pkg_.a /builddir/.cache/go-build/7d/7dfb2569c988dbbb5fdc14fc52527f5eceae41137e6aeacc7495fe0c4a291f4a-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1 mkdir -p $WORK/b604/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1 cat >/tmp/go-build1432051999/b604/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/discovery/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1=/tmp/go-build1432051999/b514/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1 mkdir -p $WORK/b610/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b604/_pkg_.a -trimpath "$WORK/b604=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1 -complete -installsuffix shared -buildid rxasWwp6zP4NIeXe80US/rxasWwp6zP4NIeXe80US -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b604/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointconditions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointhints.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointslice.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1/forzone.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1 cat >/tmp/go-build1432051999/b610/importcfg << 'EOF' # internal # import config importmap k8s.io/api/events/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1=/tmp/go-build1432051999/b516/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1 mkdir -p $WORK/b624/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b610/_pkg_.a -trimpath "$WORK/b610=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1 -complete -installsuffix shared -buildid M6hDQLUHjafh2apQ5Mh_/M6hDQLUHjafh2apQ5Mh_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1/event.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1/eventseries.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1 mkdir -p $WORK/b626/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1 cat >/tmp/go-build1432051999/b624/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/node/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1=/tmp/go-build1432051999/b521/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1 mkdir -p $WORK/b577/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b624/_pkg_.a -trimpath "$WORK/b624=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1 -complete -installsuffix shared -buildid rfxTr8arhl-Lr-I7LHyg/rfxTr8arhl-Lr-I7LHyg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b624/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/overhead.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/runtimeclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/runtimeclassspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1/scheduling.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1 mkdir -p $WORK/b618/ cat >/tmp/go-build1432051999/b626/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/node/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1=/tmp/go-build1432051999/b522/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF cat >/tmp/go-build1432051999/b577/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apps/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1=/tmp/go-build1432051999/b499/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF mkdir -p $WORK/b620/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b626/_pkg_.a -trimpath "$WORK/b626=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1 -complete -installsuffix shared -buildid cbo9KbTRkS_SS5gl-Hp9/cbo9KbTRkS_SS5gl-Hp9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1/overhead.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1/runtimeclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1/scheduling.go cat >/tmp/go-build1432051999/b618/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/networking/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1=/tmp/go-build1432051999/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b577/_pkg_.a -trimpath "$WORK/b577=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1 -complete -installsuffix shared -buildid HXGqipHcrwycih1T59Ya/HXGqipHcrwycih1T59Ya -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/controllerrevision.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/rollbackconfig.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/rollingupdatedeployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/rollingupdatestatefulsetstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetupdatestrategy.go mkdir -p $WORK/b579/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1 cat >/tmp/go-build1432051999/b620/importcfg << 'EOF' # internal # import config importmap k8s.io/api/networking/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1=/tmp/go-build1432051999/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF cat >/tmp/go-build1432051999/b579/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apps/v1beta2=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2=/tmp/go-build1432051999/b500/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b620/_pkg_.a -trimpath "$WORK/b620=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1 -complete -installsuffix shared -buildid _2xVUYQy91ll8ra98pjK/_2xVUYQy91ll8ra98pjK -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b620/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/httpingresspath.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/httpingressrulevalue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressbackend.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressclassparametersreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressclassspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressrulevalue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingressstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/ingresstls.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b579/_pkg_.a -trimpath "$WORK/b579=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2 -complete -installsuffix shared -buildid YQHPdt2eaksFKsfJyIn8/YQHPdt2eaksFKsfJyIn8 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/controllerrevision.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetupdatestrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicaset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicasetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicasetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicasetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/rollingupdatedaemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/rollingupdatedeployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/rollingupdatestatefulsetstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/scale.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetupdatestrategy.go mkdir -p $WORK/b622/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b618/_pkg_.a -trimpath "$WORK/b618=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1 -complete -installsuffix shared -buildid cgQV6HW_JG08qbLgAF5q/cgQV6HW_JG08qbLgAF5q -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/httpingresspath.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/httpingressrulevalue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressbackend.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressclassparametersreference.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressclassspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressrulevalue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressservicebackend.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingressstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ingresstls.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/ipblock.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyegressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyingressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicypeer.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/networkpolicyspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1/servicebackendport.go cat >/tmp/go-build1432051999/b622/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/node/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1=/tmp/go-build1432051999/b520/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b622/_pkg_.a -trimpath "$WORK/b622=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1 -complete -installsuffix shared -buildid RvC9bRcB5OYQE1lzAElO/RvC9bRcB5OYQE1lzAElO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1/overhead.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1/runtimeclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1/scheduling.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1 mkdir -p $WORK/b644/ cat >/tmp/go-build1432051999/b644/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/storage/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1=/tmp/go-build1432051999/b531/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b644/_pkg_.a -trimpath "$WORK/b644=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1 -complete -installsuffix shared -buildid 86RnLMsc6ikGAORd1C1Y/86RnLMsc6ikGAORd1C1Y -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/csidriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/csidriverspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/csinode.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/csinodedriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/csinodespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/storageclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/tokenrequest.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachmentsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachmentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeattachmentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumeerror.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1/volumenoderesources.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1 mkdir -p $WORK/b630/ mkdir -p $WORK/b608/ mkdir -p $WORK/b590/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1 mkdir -p $WORK/b606/ mkdir -p $WORK/b573/ cat >/tmp/go-build1432051999/b630/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/policy/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1=/tmp/go-build1432051999/b524/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF mkdir -p $WORK/b646/ cat >/tmp/go-build1432051999/b608/importcfg << 'EOF' # internal # import config importmap k8s.io/api/events/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1=/tmp/go-build1432051999/b515/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b630/_pkg_.a -trimpath "$WORK/b630=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1 -complete -installsuffix shared -buildid WMoC8z2nTRROoM7Leenm/WMoC8z2nTRROoM7Leenm -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/allowedcsidriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/allowedflexvolume.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/allowedhostpath.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/eviction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/fsgroupstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/hostportrange.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/idrange.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/poddisruptionbudget.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/poddisruptionbudgetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/poddisruptionbudgetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/podsecuritypolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/podsecuritypolicyspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/runasgroupstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/runasuserstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/runtimeclassstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/selinuxstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1/supplementalgroupsstrategyoptions.go cat >/tmp/go-build1432051999/b590/importcfg << 'EOF' # internal # import config importmap k8s.io/api/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1=/tmp/go-build1432051999/b508/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF cat >/tmp/go-build1432051999/b646/importcfg << 'EOF' # internal # import config importmap k8s.io/api/storage/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1=/tmp/go-build1432051999/b532/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b608/_pkg_.a -trimpath "$WORK/b608=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1 -complete -installsuffix shared -buildid hwOd5iaKq6qk92rkTPb7/hwOd5iaKq6qk92rkTPb7 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1/event.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1/eventseries.go cat >/tmp/go-build1432051999/b606/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/discovery/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1=/tmp/go-build1432051999/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF cat >/tmp/go-build1432051999/b573/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apps/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1=/tmp/go-build1432051999/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b646/_pkg_.a -trimpath "$WORK/b646=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1 -complete -installsuffix shared -buildid Rndy4W0Xr3EHGh5fYmsg/Rndy4W0Xr3EHGh5fYmsg -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/csistoragecapacity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachmentsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachmentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeattachmentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1/volumeerror.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b590/_pkg_.a -trimpath "$WORK/b590=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1 -complete -installsuffix shared -buildid JI4FqrodLLxrx0Of4QF3/JI4FqrodLLxrx0Of4QF3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b590/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/cronjob.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/cronjobspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/cronjobstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/job.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobtemplatespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1/uncountedterminatedpods.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b606/_pkg_.a -trimpath "$WORK/b606=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1 -complete -installsuffix shared -buildid x92F3KgiqMaYZcpVKZ-1/x92F3KgiqMaYZcpVKZ-1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b606/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpoint.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointconditions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointhints.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/endpointslice.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1/forzone.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b573/_pkg_.a -trimpath "$WORK/b573=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1 -complete -installsuffix shared -buildid mRCE9NBtHudqA9_xTURe/mRCE9NBtHudqA9_xTURe -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b573/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/controllerrevision.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/daemonsetupdatestrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/deploymentstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicaset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicasetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicasetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/replicasetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/rollingupdatedaemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/rollingupdatedeployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/rollingupdatestatefulsetstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetupdatestrategy.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1 mkdir -p $WORK/b648/ cat >/tmp/go-build1432051999/b648/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/storage/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1=/tmp/go-build1432051999/b533/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b648/_pkg_.a -trimpath "$WORK/b648=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1 -complete -installsuffix shared -buildid -9oDAYFKVg5Oglfqq0Ux/-9oDAYFKVg5Oglfqq0Ux -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b648/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csidriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csidriverspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csinode.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csinodedriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csinodespec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csistoragecapacity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/storageclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/tokenrequest.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachmentsource.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachmentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeattachmentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumeerror.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/volumenoderesources.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b626/_pkg_.a # internal cp $WORK/b626/_pkg_.a /builddir/.cache/go-build/08/08477f1442e933b457004bf7049c35032b6d4d6c87f252bd3c6e2c2b12167531-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b608/_pkg_.a # internal cp $WORK/b608/_pkg_.a /builddir/.cache/go-build/d1/d1c84e40cf85b935f60916360c6e4398f33034f59a4ba7e7069b1bd3b920e1e6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b624/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b622/_pkg_.a # internal cp $WORK/b624/_pkg_.a /builddir/.cache/go-build/6a/6a87e9df7e131c1f6e5a38f781a6056962994a88d92073e8a5aa31b1a3e1c63d-d # internal cp $WORK/b622/_pkg_.a /builddir/.cache/go-build/97/97317ef6600474b41d610a9a998a812a4db6afce53084257d39219d9577fb2f6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b604/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b610/_pkg_.a # internal cp $WORK/b604/_pkg_.a /builddir/.cache/go-build/c0/c049f5f9cf0705bee516003d50e6e1b7551507fc69b16e542c95d0989cc8de9f-d # internal cp $WORK/b610/_pkg_.a /builddir/.cache/go-build/a8/a8d0a2bd7c815be1c85d3f86e7a61fb1e1500214b5e4754be4fc98f04af9e1fb-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b606/_pkg_.a # internal cp $WORK/b606/_pkg_.a /builddir/.cache/go-build/c6/c61101843f67511d5d0301c548d7170eac913ad5ad6f6b3c0f8548ead1c3a416-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b646/_pkg_.a # internal cp $WORK/b646/_pkg_.a /builddir/.cache/go-build/a6/a6b37c5e6d7b5307e2baf6e052751a5aaa0f48094de0596bc745bcc6a166a926-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b620/_pkg_.a # internal cp $WORK/b620/_pkg_.a /builddir/.cache/go-build/16/16f691115371e95c6d0c3bf090163eca490baff2891aee9d8a019861d283b69f-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b590/_pkg_.a # internal cp $WORK/b590/_pkg_.a /builddir/.cache/go-build/2f/2ff2a6f64f0d688485f1c04d2b580422fedcb83990fa621e15a77e5aefb650dd-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1 mkdir -p $WORK/b592/ cat >/tmp/go-build1432051999/b592/importcfg << 'EOF' # internal # import config importmap k8s.io/api/batch/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1 importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1=/tmp/go-build1432051999/b509/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1=/tmp/go-build1432051999/b590/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b592/_pkg_.a -trimpath "$WORK/b592=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1 -complete -installsuffix shared -buildid aYiJJzUVExUXinz_nuau/aYiJJzUVExUXinz_nuau -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/cronjob.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/cronjobspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/cronjobstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1/jobtemplatespec.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b618/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b630/_pkg_.a # internal cp $WORK/b618/_pkg_.a /builddir/.cache/go-build/41/418c6fc2b9166b1f6030fdc46a858b25effae88a8d1fa9daa314c4b08c775e52-d # internal cp $WORK/b630/_pkg_.a /builddir/.cache/go-build/cb/cba0a6f241ad3ac5ea9966973b1afa77ab85386d2c27ea0184bd0941cb0614a3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b644/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b577/_pkg_.a # internal cp $WORK/b644/_pkg_.a /builddir/.cache/go-build/5c/5cd1a869ecebd9d287d80efd577aea2508d9d738e427750ac0a3560a3c5c15ef-d # internal cp $WORK/b577/_pkg_.a /builddir/.cache/go-build/0b/0b539d605e0e3350d35568ece0c9d7dc37f7740e5ded6ee54864db0c551b85d2-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b648/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b579/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b573/_pkg_.a # internal cp $WORK/b579/_pkg_.a /builddir/.cache/go-build/a9/a9eda0f0cfa41025bfb61068a25219879acec671e14c738d43e85094d37dcf2d-d # internal cp $WORK/b573/_pkg_.a /builddir/.cache/go-build/75/7522c1b6692dcae08aa56fc5edf5b6b6054ae4f63f83cf4f794c286d93454192-d # internal cp $WORK/b648/_pkg_.a /builddir/.cache/go-build/e3/e3f374e2e5b4f5d73a0aae928304850be372dd256998813b79bd26918bfd86d9-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b592/_pkg_.a # internal cp $WORK/b592/_pkg_.a /builddir/.cache/go-build/d3/d33d05ee94fb7d1a4664dad0342e64f4d94be4010da1d545eaa2a250953a7a91-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b283/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b517/_pkg_.a # internal cp $WORK/b517/_pkg_.a /builddir/.cache/go-build/60/60fc3c3d0dbaed435274761819e70ccf20a42785ae7c150773795bcb70f79689-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme mkdir -p $WORK/b494/ cat >/tmp/go-build1432051999/b494/importcfg << 'EOF' # internal # import config importmap k8s.io/api/admissionregistration/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1 importmap k8s.io/api/admissionregistration/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1 importmap k8s.io/api/apiserverinternal/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1 importmap k8s.io/api/apps/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1 importmap k8s.io/api/apps/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1 importmap k8s.io/api/apps/v1beta2=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2 importmap k8s.io/api/authentication/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1 importmap k8s.io/api/authentication/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1 importmap k8s.io/api/authorization/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1 importmap k8s.io/api/authorization/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1 importmap k8s.io/api/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 importmap k8s.io/api/autoscaling/v2beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1 importmap k8s.io/api/autoscaling/v2beta2=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2 importmap k8s.io/api/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1 importmap k8s.io/api/batch/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1 importmap k8s.io/api/certificates/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1 importmap k8s.io/api/certificates/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1 importmap k8s.io/api/coordination/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1 importmap k8s.io/api/coordination/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/discovery/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1 importmap k8s.io/api/discovery/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1 importmap k8s.io/api/events/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1 importmap k8s.io/api/events/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1 importmap k8s.io/api/extensions/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1 importmap k8s.io/api/flowcontrol/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1 importmap k8s.io/api/flowcontrol/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1 importmap k8s.io/api/networking/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1 importmap k8s.io/api/networking/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1 importmap k8s.io/api/node/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1 importmap k8s.io/api/node/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1 importmap k8s.io/api/node/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1 importmap k8s.io/api/policy/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1 importmap k8s.io/api/policy/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1 importmap k8s.io/api/rbac/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1 importmap k8s.io/api/rbac/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1 importmap k8s.io/api/rbac/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1 importmap k8s.io/api/scheduling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1 importmap k8s.io/api/scheduling/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1 importmap k8s.io/api/scheduling/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1 importmap k8s.io/api/storage/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1 importmap k8s.io/api/storage/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1 importmap k8s.io/api/storage/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1=/tmp/go-build1432051999/b495/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1=/tmp/go-build1432051999/b496/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build1432051999/b497/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1=/tmp/go-build1432051999/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1=/tmp/go-build1432051999/b499/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2=/tmp/go-build1432051999/b500/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1=/tmp/go-build1432051999/b501/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1=/tmp/go-build1432051999/b502/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1=/tmp/go-build1432051999/b503/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1=/tmp/go-build1432051999/b504/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1=/tmp/go-build1432051999/b505/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1=/tmp/go-build1432051999/b506/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2=/tmp/go-build1432051999/b507/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1=/tmp/go-build1432051999/b508/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1=/tmp/go-build1432051999/b509/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1=/tmp/go-build1432051999/b510/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1=/tmp/go-build1432051999/b511/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1=/tmp/go-build1432051999/b512/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1=/tmp/go-build1432051999/b513/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1=/tmp/go-build1432051999/b514/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1=/tmp/go-build1432051999/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1=/tmp/go-build1432051999/b515/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1=/tmp/go-build1432051999/b516/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1=/tmp/go-build1432051999/b517/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1=/tmp/go-build1432051999/b518/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1=/tmp/go-build1432051999/b519/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1=/tmp/go-build1432051999/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1=/tmp/go-build1432051999/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1=/tmp/go-build1432051999/b520/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1=/tmp/go-build1432051999/b521/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1=/tmp/go-build1432051999/b522/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1=/tmp/go-build1432051999/b523/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1=/tmp/go-build1432051999/b524/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1=/tmp/go-build1432051999/b525/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1=/tmp/go-build1432051999/b526/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1=/tmp/go-build1432051999/b527/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1=/tmp/go-build1432051999/b528/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1=/tmp/go-build1432051999/b529/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1=/tmp/go-build1432051999/b530/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1=/tmp/go-build1432051999/b531/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1=/tmp/go-build1432051999/b532/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1=/tmp/go-build1432051999/b533/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build1432051999/b484/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b494/_pkg_.a -trimpath "$WORK/b494=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme -complete -installsuffix shared -buildid OmWLgdZazZE0PZVkQEWr/OmWLgdZazZE0PZVkQEWr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme/register.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1 mkdir -p $WORK/b612/ cat >/tmp/go-build1432051999/b612/importcfg << 'EOF' # internal # import config importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/extensions/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/util/managedfields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/applyconfigurations/internal=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal importmap k8s.io/client-go/applyconfigurations/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1 packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1=/tmp/go-build1432051999/b517/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b612/_pkg_.a -trimpath "$WORK/b612=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1 -complete -installsuffix shared -buildid 5FCGif7FYIGgR-iFVnuM/5FCGif7FYIGgR-iFVnuM -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/allowedcsidriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/allowedflexvolume.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/allowedhostpath.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/daemonsetupdatestrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/deploymentstrategy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/fsgroupstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/hostportrange.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/httpingresspath.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/httpingressrulevalue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/idrange.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressbackend.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressrulevalue.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingresstls.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ipblock.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyegressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyingressrule.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicypeer.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyport.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/podsecuritypolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/podsecuritypolicyspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicaset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicasetcondition.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicasetspec.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/replicasetstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/rollbackconfig.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/rollingupdatedaemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/rollingupdatedeployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/runasgroupstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/runasuserstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/runtimeclassstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/scale.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/selinuxstrategyoptions.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/supplementalgroupsstrategyoptions.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b494/_pkg_.a # internal cp $WORK/b494/_pkg_.a /builddir/.cache/go-build/cd/cdc851e3505cfee29a66f5b6747092fb1541503d1ab4365e4222a9ab41fb20a4-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery mkdir -p $WORK/b477/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 mkdir -p $WORK/b568/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1 cat >/tmp/go-build1432051999/b477/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto importmap github.com/googleapis/gnostic/openapiv2=github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2 importmap k8s.io/apimachinery/pkg/api/errors=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer importmap k8s.io/apimachinery/pkg/util/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/apimachinery/pkg/util/sets=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/apimachinery/pkg/version=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2=/tmp/go-build1432051999/b478/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors=/tmp/go-build1432051999/b483/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build1432051999/b484/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build1432051999/b448/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version=/tmp/go-build1432051999/b493/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2 mkdir -p $WORK/b578/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b477/_pkg_.a -trimpath "$WORK/b477=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery -complete -installsuffix shared -buildid 3Qm54D2oIFAZtX4h-nuH/3Qm54D2oIFAZtX4h-nuH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery/discovery_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery/helper.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1 cat >/tmp/go-build1432051999/b568/importcfg << 'EOF' # internal # import config importmap k8s.io/api/admissionregistration/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1=/tmp/go-build1432051999/b496/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1=/tmp/go-build1432051999/b569/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b581/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1 mkdir -p $WORK/b582/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b568/_pkg_.a -trimpath "$WORK/b568=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 -complete -installsuffix shared -buildid GIN3gXEUEeNsz7NQ9HVp/GIN3gXEUEeNsz7NQ9HVp -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/admissionregistration_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/mutatingwebhookconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/validatingwebhookconfiguration.go cat >/tmp/go-build1432051999/b578/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apps/v1beta2=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/apps/v1beta2=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2=/tmp/go-build1432051999/b500/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2=/tmp/go-build1432051999/b579/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b581/importcfg << 'EOF' # internal # import config importmap k8s.io/api/authentication/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1=/tmp/go-build1432051999/b502/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1 mkdir -p $WORK/b559/ cat >/tmp/go-build1432051999/b582/importcfg << 'EOF' # internal # import config importmap k8s.io/api/authorization/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1=/tmp/go-build1432051999/b503/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b581/_pkg_.a -trimpath "$WORK/b581=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1 -complete -installsuffix shared -buildid IBWZa9MbrRXDNHA3DW5f/IBWZa9MbrRXDNHA3DW5f -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/authentication_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1/tokenreview.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b578/_pkg_.a -trimpath "$WORK/b578=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2 -complete -installsuffix shared -buildid 0oRUa4jqzeRaZOqcglSx/0oRUa4jqzeRaZOqcglSx -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/apps_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/controllerrevision.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/daemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/replicaset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2/statefulset.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b582/_pkg_.a -trimpath "$WORK/b582=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1 -complete -installsuffix shared -buildid zj4DVXsw6lXXLUrfpNCf/zj4DVXsw6lXXLUrfpNCf -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/authorization_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/localsubjectaccessreview.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/selfsubjectaccessreview.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/selfsubjectrulesreview.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1/subjectaccessreview.go cat >/tmp/go-build1432051999/b559/importcfg << 'EOF' # internal # import config importmap k8s.io/api/admissionregistration/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/admissionregistration/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1=/tmp/go-build1432051999/b495/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1=/tmp/go-build1432051999/b560/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b570/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b559/_pkg_.a -trimpath "$WORK/b559=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1 -complete -installsuffix shared -buildid vR6kmO8RcbJATsPiG0VA/vR6kmO8RcbJATsPiG0VA -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/admissionregistration_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/mutatingwebhookconfiguration.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1/validatingwebhookconfiguration.go cat >/tmp/go-build1432051999/b570/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apiserverinternal/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build1432051999/b497/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1=/tmp/go-build1432051999/b571/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b570/_pkg_.a -trimpath "$WORK/b570=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1 -complete -installsuffix shared -buildid _BAKzXyhZ3gxipzzKS_9/_BAKzXyhZ3gxipzzKS_9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/apiserverinternal_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1/storageversion.go mkdir -p $WORK/b572/ cat >/tmp/go-build1432051999/b572/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apps/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1 importmap k8s.io/api/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/apps/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1 importmap k8s.io/client-go/applyconfigurations/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1=/tmp/go-build1432051999/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1=/tmp/go-build1432051999/b505/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1=/tmp/go-build1432051999/b573/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1=/tmp/go-build1432051999/b575/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b572/_pkg_.a -trimpath "$WORK/b572=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1 -complete -installsuffix shared -buildid ApiQlbrZIJFdSMWZOqHy/ApiQlbrZIJFdSMWZOqHy -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/apps_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/controllerrevision.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/daemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/replicaset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1/statefulset.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1 mkdir -p $WORK/b583/ cat >/tmp/go-build1432051999/b583/importcfg << 'EOF' # internal # import config importmap k8s.io/api/authorization/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1=/tmp/go-build1432051999/b504/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b583/_pkg_.a -trimpath "$WORK/b583=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1 -complete -installsuffix shared -buildid iQ3Oks-IclPHEkBHVfyl/iQ3Oks-IclPHEkBHVfyl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/authorization_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/localsubjectaccessreview.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/selfsubjectaccessreview.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/selfsubjectrulesreview.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1/subjectaccessreview.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1 mkdir -p $WORK/b584/ cat >/tmp/go-build1432051999/b584/importcfg << 'EOF' # internal # import config importmap k8s.io/api/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1=/tmp/go-build1432051999/b505/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1=/tmp/go-build1432051999/b575/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b584/_pkg_.a -trimpath "$WORK/b584=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1 -complete -installsuffix shared -buildid jrjIn7FaG_b-OvUqEjDr/jrjIn7FaG_b-OvUqEjDr -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/autoscaling_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1/horizontalpodautoscaler.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 mkdir -p $WORK/b585/ cat >/tmp/go-build1432051999/b585/importcfg << 'EOF' # internal # import config importmap k8s.io/api/autoscaling/v2beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/autoscaling/v2beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1=/tmp/go-build1432051999/b506/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1=/tmp/go-build1432051999/b586/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b585/_pkg_.a -trimpath "$WORK/b585=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 -complete -installsuffix shared -buildid bcp1JHoIuaVuY0XglDXN/bcp1JHoIuaVuY0XglDXN -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b585/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/autoscaling_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/horizontalpodautoscaler.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2 mkdir -p $WORK/b587/ cat >/tmp/go-build1432051999/b587/importcfg << 'EOF' # internal # import config importmap k8s.io/api/autoscaling/v2beta2=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/autoscaling/v2beta2=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2=/tmp/go-build1432051999/b507/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2=/tmp/go-build1432051999/b588/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b587/_pkg_.a -trimpath "$WORK/b587=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2 -complete -installsuffix shared -buildid LIrBSfWnSPQqZDGokBvl/LIrBSfWnSPQqZDGokBvl -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/autoscaling_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/horizontalpodautoscaler.go mkdir -p $WORK/b576/ cat >/tmp/go-build1432051999/b576/importcfg << 'EOF' # internal # import config importmap k8s.io/api/apps/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/apps/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1=/tmp/go-build1432051999/b499/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1=/tmp/go-build1432051999/b577/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b576/_pkg_.a -trimpath "$WORK/b576=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1 -complete -installsuffix shared -buildid uRXRcwauLhaxM01Mqzrj/uRXRcwauLhaxM01Mqzrj -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/apps_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/controllerrevision.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1/statefulset.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1 mkdir -p $WORK/b589/ cat >/tmp/go-build1432051999/b589/importcfg << 'EOF' # internal # import config importmap k8s.io/api/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1=/tmp/go-build1432051999/b508/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1=/tmp/go-build1432051999/b590/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b589/_pkg_.a -trimpath "$WORK/b589=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1 -complete -installsuffix shared -buildid NCjUa14mAtGjibCZUQms/NCjUa14mAtGjibCZUQms -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b589/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1/batch_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1/cronjob.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1/job.go mkdir -p $WORK/b580/ cat >/tmp/go-build1432051999/b580/importcfg << 'EOF' # internal # import config importmap k8s.io/api/authentication/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1=/tmp/go-build1432051999/b501/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b580/_pkg_.a -trimpath "$WORK/b580=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1 -complete -installsuffix shared -buildid s21TH2kMAqZDwTg4oOW4/s21TH2kMAqZDwTg4oOW4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/authentication_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1/tokenreview.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1 mkdir -p $WORK/b591/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1 mkdir -p $WORK/b593/ cat >/tmp/go-build1432051999/b591/importcfg << 'EOF' # internal # import config importmap k8s.io/api/batch/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/batch/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1=/tmp/go-build1432051999/b509/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1=/tmp/go-build1432051999/b592/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b593/importcfg << 'EOF' # internal # import config importmap k8s.io/api/certificates/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/certificates/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1=/tmp/go-build1432051999/b510/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1=/tmp/go-build1432051999/b594/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b593/_pkg_.a -trimpath "$WORK/b593=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1 -complete -installsuffix shared -buildid X7hSpZwunVD403nteQs1/X7hSpZwunVD403nteQs1 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b593/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/certificates_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/certificatesigningrequest.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1/generated_expansion.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b591/_pkg_.a -trimpath "$WORK/b591=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1 -complete -installsuffix shared -buildid jSvnlxNCfEEf2NXRNPL9/jSvnlxNCfEEf2NXRNPL9 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/batch_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/cronjob.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1/generated_expansion.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1 mkdir -p $WORK/b595/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1 mkdir -p $WORK/b607/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1 mkdir -p $WORK/b597/ cat >/tmp/go-build1432051999/b595/importcfg << 'EOF' # internal # import config importmap k8s.io/api/certificates/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/certificates/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1=/tmp/go-build1432051999/b511/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1=/tmp/go-build1432051999/b596/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b607/importcfg << 'EOF' # internal # import config importmap k8s.io/api/events/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/events/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1=/tmp/go-build1432051999/b515/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1=/tmp/go-build1432051999/b608/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b597/importcfg << 'EOF' # internal # import config importmap k8s.io/api/coordination/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/coordination/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1=/tmp/go-build1432051999/b512/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1=/tmp/go-build1432051999/b598/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b603/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1 github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1 mkdir -p $WORK/b605/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1 mkdir -p $WORK/b615/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1 mkdir -p $WORK/b613/ cat >/tmp/go-build1432051999/b615/importcfg << 'EOF' # internal # import config importmap k8s.io/api/flowcontrol/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1=/tmp/go-build1432051999/b519/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1=/tmp/go-build1432051999/b616/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b599/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1 mkdir -p $WORK/b609/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b597/_pkg_.a -trimpath "$WORK/b597=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1 -complete -installsuffix shared -buildid LMRvT1CHTY-v7LITxZFo/LMRvT1CHTY-v7LITxZFo -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/coordination_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1/lease.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b595/_pkg_.a -trimpath "$WORK/b595=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1 -complete -installsuffix shared -buildid j5ERenLM1VGGcuI1z1AJ/j5ERenLM1VGGcuI1z1AJ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b595/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/certificates_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/certificatesigningrequest.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/certificatesigningrequest_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1/generated_expansion.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b607/_pkg_.a -trimpath "$WORK/b607=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1 -complete -installsuffix shared -buildid 9LyJZhgrw2RFBMDOfQF3/9LyJZhgrw2RFBMDOfQF3 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1/event.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1/events_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1/generated_expansion.go cat >/tmp/go-build1432051999/b605/importcfg << 'EOF' # internal # import config importmap k8s.io/api/discovery/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/discovery/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1=/tmp/go-build1432051999/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1=/tmp/go-build1432051999/b606/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b603/importcfg << 'EOF' # internal # import config importmap k8s.io/api/discovery/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/discovery/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1=/tmp/go-build1432051999/b514/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1=/tmp/go-build1432051999/b604/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b615/_pkg_.a -trimpath "$WORK/b615=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1 -complete -installsuffix shared -buildid srVtS89f5P3DmYxiv13k/srVtS89f5P3DmYxiv13k -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b615/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/flowcontrol_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/flowschema.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/prioritylevelconfiguration.go cat >/tmp/go-build1432051999/b613/importcfg << 'EOF' # internal # import config importmap k8s.io/api/flowcontrol/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1=/tmp/go-build1432051999/b518/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1=/tmp/go-build1432051999/b614/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b603/_pkg_.a -trimpath "$WORK/b603=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1 -complete -installsuffix shared -buildid RnypsmyVQmcXA2FxZ4N5/RnypsmyVQmcXA2FxZ4N5 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b603/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/discovery_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/endpointslice.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1/generated_expansion.go mkdir -p $WORK/b617/ cat >/tmp/go-build1432051999/b599/importcfg << 'EOF' # internal # import config importmap k8s.io/api/coordination/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/coordination/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1=/tmp/go-build1432051999/b513/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1=/tmp/go-build1432051999/b600/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1 /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b599/_pkg_.a -trimpath "$WORK/b599=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1 -complete -installsuffix shared -buildid AhpPGp_kDMT5rQl-T-2T/AhpPGp_kDMT5rQl-T-2T -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/coordination_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1/lease.go cat >/tmp/go-build1432051999/b609/importcfg << 'EOF' # internal # import config importmap k8s.io/api/events/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/events/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1=/tmp/go-build1432051999/b516/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1=/tmp/go-build1432051999/b610/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b609/_pkg_.a -trimpath "$WORK/b609=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1 -complete -installsuffix shared -buildid tXQ9u4WEa8k_pXOJL5kZ/tXQ9u4WEa8k_pXOJL5kZ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/event.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/event_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/events_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1/generated_expansion.go mkdir -p $WORK/b601/ cat >/tmp/go-build1432051999/b601/importcfg << 'EOF' # internal # import config importmap k8s.io/api/authentication/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1 importmap k8s.io/api/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1 importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/policy/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1 importmap k8s.io/api/policy/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/fields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/net=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest importmap k8s.io/client-go/tools/reference=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/reference packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1=/tmp/go-build1432051999/b501/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1=/tmp/go-build1432051999/b505/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1=/tmp/go-build1432051999/b523/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1=/tmp/go-build1432051999/b524/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields=/tmp/go-build1432051999/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net=/tmp/go-build1432051999/b471/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/reference=/tmp/go-build1432051999/b602/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b613/_pkg_.a -trimpath "$WORK/b613=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1 -complete -installsuffix shared -buildid dReGZST_9neyog90xtcH/dReGZST_9neyog90xtcH -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/flowcontrol_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/flowschema.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/prioritylevelconfiguration.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b601/_pkg_.a -trimpath "$WORK/b601=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1 -complete -installsuffix shared -buildid 3CiCqDvcqKRXztiaL_8t/3CiCqDvcqKRXztiaL_8t -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b601/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/componentstatus.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/configmap.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/core_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/endpoints.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/event.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/event_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/limitrange.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/namespace.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/namespace_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/node.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/node_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/persistentvolume.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/persistentvolumeclaim.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/pod.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/pod_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/podtemplate.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/replicationcontroller.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/resourcequota.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/secret.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/service.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/service_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1/serviceaccount.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b605/_pkg_.a -trimpath "$WORK/b605=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1 -complete -installsuffix shared -buildid iah2Dpd3PnAGiYgryiEn/iah2Dpd3PnAGiYgryiEn -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b605/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/discovery_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/endpointslice.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1/generated_expansion.go cat >/tmp/go-build1432051999/b617/importcfg << 'EOF' # internal # import config importmap k8s.io/api/networking/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/networking/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1=/tmp/go-build1432051999/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1=/tmp/go-build1432051999/b618/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b617/_pkg_.a -trimpath "$WORK/b617=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1 -complete -installsuffix shared -buildid 9uidEK1PjgfBc-0COZw6/9uidEK1PjgfBc-0COZw6 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1/ingress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1/ingressclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1/networking_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1/networkpolicy.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b580/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b581/_pkg_.a # internal cp $WORK/b580/_pkg_.a /builddir/.cache/go-build/19/191e3b00d95fd77a661c444863ffd7989d34a337fe9f24a81a04c9a3241cc1ae-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b582/_pkg_.a # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1 mkdir -p $WORK/b619/ cat >/tmp/go-build1432051999/b619/importcfg << 'EOF' # internal # import config importmap k8s.io/api/networking/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/networking/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1=/tmp/go-build1432051999/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1=/tmp/go-build1432051999/b620/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cp $WORK/b581/_pkg_.a /builddir/.cache/go-build/1e/1e0f1ec136dd0ae4303b3c9256df51553eef7daf670c5de61e52c07af4df07fa-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b619/_pkg_.a -trimpath "$WORK/b619=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1 -complete -installsuffix shared -buildid RpAKCZL4FsbyEPjKb3rc/RpAKCZL4FsbyEPjKb3rc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/ingress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/ingressclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1/networking_client.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1 mkdir -p $WORK/b621/ cat >/tmp/go-build1432051999/b621/importcfg << 'EOF' # internal # import config importmap k8s.io/api/node/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/node/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1=/tmp/go-build1432051999/b520/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1=/tmp/go-build1432051999/b622/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b621/_pkg_.a -trimpath "$WORK/b621=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1 -complete -installsuffix shared -buildid 8KzPhyowhX3Sd5RzpJQ_/8KzPhyowhX3Sd5RzpJQ_ -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1/node_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1/runtimeclass.go cp $WORK/b582/_pkg_.a /builddir/.cache/go-build/61/61e481f0f4393e0ff02e480ccfd04f1916fdb71c818a42bcff74397794b51511-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1 mkdir -p $WORK/b623/ cat >/tmp/go-build1432051999/b623/importcfg << 'EOF' # internal # import config importmap k8s.io/api/node/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/node/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1=/tmp/go-build1432051999/b521/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1=/tmp/go-build1432051999/b624/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b623/_pkg_.a -trimpath "$WORK/b623=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1 -complete -installsuffix shared -buildid r41RBjWt4n-M4t8wOEAh/r41RBjWt4n-M4t8wOEAh -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/node_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1/runtimeclass.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b583/_pkg_.a # internal cp $WORK/b583/_pkg_.a /builddir/.cache/go-build/5f/5fe17e027c03f3cca5caaba86f8cd0ac995a88521b58464dfa3abe895e5ec9c7-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1 mkdir -p $WORK/b625/ cat >/tmp/go-build1432051999/b625/importcfg << 'EOF' # internal # import config importmap k8s.io/api/node/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/node/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1=/tmp/go-build1432051999/b522/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1=/tmp/go-build1432051999/b626/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b625/_pkg_.a -trimpath "$WORK/b625=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1 -complete -installsuffix shared -buildid mE41hr3MYKZSZJh4kzEO/mE41hr3MYKZSZJh4kzEO -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b625/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/node_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1/runtimeclass.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b584/_pkg_.a # internal cp $WORK/b584/_pkg_.a /builddir/.cache/go-build/75/7500da75598d753d503e7d21a48aef0ec53353aa68b53e7733295d59efe6f2c1-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1 mkdir -p $WORK/b627/ cat >/tmp/go-build1432051999/b627/importcfg << 'EOF' # internal # import config importmap k8s.io/api/policy/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/policy/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1=/tmp/go-build1432051999/b523/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1=/tmp/go-build1432051999/b628/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b627/_pkg_.a -trimpath "$WORK/b627=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1 -complete -installsuffix shared -buildid bpgqOnzCQnf6vwyn7lpS/bpgqOnzCQnf6vwyn7lpS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b627/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1/eviction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1/eviction_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1/poddisruptionbudget.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1/policy_client.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b605/_pkg_.a # internal cp $WORK/b283/_pkg_.a /builddir/.cache/go-build/12/128a17cc5bffaab3bf16972d315e05c92ac50402cb0656597789fb35e3bf2f24-d # internal cp $WORK/b605/_pkg_.a /builddir/.cache/go-build/26/264f3ef1782d88387675e5e7c0d3f863bc62f481da140e7b370a58858dfa809c-d # internal github.com/prometheus/prometheus/discovery/aws mkdir -p $WORK/b282/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1 mkdir -p $WORK/b629/ cat >/tmp/go-build1432051999/b282/importcfg << 'EOF' # internal # import config importmap github.com/aws/aws-sdk-go/aws=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws importmap github.com/aws/aws-sdk-go/aws/awserr=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr importmap github.com/aws/aws-sdk-go/aws/credentials=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials importmap github.com/aws/aws-sdk-go/aws/credentials/stscreds=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds importmap github.com/aws/aws-sdk-go/aws/ec2metadata=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata importmap github.com/aws/aws-sdk-go/aws/session=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session importmap github.com/aws/aws-sdk-go/service/ec2=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2 importmap github.com/aws/aws-sdk-go/service/lightsail=github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build1432051999/b240/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build1432051999/b272/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session=/tmp/go-build1432051999/b259/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2=/tmp/go-build1432051999/b283/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail=/tmp/go-build1432051999/b285/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cat >/tmp/go-build1432051999/b629/importcfg << 'EOF' # internal # import config importmap k8s.io/api/policy/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/policy/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1=/tmp/go-build1432051999/b524/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1=/tmp/go-build1432051999/b630/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b282/_pkg_.a -trimpath "$WORK/b282=>" -p github.com/prometheus/prometheus/discovery/aws -complete -installsuffix shared -buildid RK4XPFF2OiWqLYVWWOo4/RK4XPFF2OiWqLYVWWOo4 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/aws/ec2.go ./_build/src/github.com/prometheus/prometheus/discovery/aws/lightsail.go /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b629/_pkg_.a -trimpath "$WORK/b629=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1 -complete -installsuffix shared -buildid 6zlgdT9KbNWJUGdV-mZD/6zlgdT9KbNWJUGdV-mZD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/eviction.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/eviction_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/poddisruptionbudget.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/podsecuritypolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1/policy_client.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b338/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b587/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b568/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b597/_pkg_.a # internal cp $WORK/b587/_pkg_.a /builddir/.cache/go-build/3d/3dc11d8dc7c9a823b6b6beec770e02891e1db311896e41ebe08cffe723347895-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1 mkdir -p $WORK/b631/ cp $WORK/b568/_pkg_.a /builddir/.cache/go-build/c2/c23012a2eceecaf4a1d627c3576922c02a61cdac9f350d9d05db036ffde640bb-d # internal cat >/tmp/go-build1432051999/b631/importcfg << 'EOF' # internal # import config importmap k8s.io/api/rbac/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/rbac/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1=/tmp/go-build1432051999/b525/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1=/tmp/go-build1432051999/b632/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF cp $WORK/b597/_pkg_.a /builddir/.cache/go-build/72/722b8c5ccb319b97961f26a40a3dc1c609215fb575658194c6c16db5c2ccd6d6-d # internal /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b631/_pkg_.a -trimpath "$WORK/b631=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1 -complete -installsuffix shared -buildid MKB_0zNHghsDOroPQlnc/MKB_0zNHghsDOroPQlnc -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b631/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/clusterrole.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/clusterrolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/rbac_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/role.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1/rolebinding.go github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 mkdir -p $WORK/b633/ github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1 cat >/tmp/go-build1432051999/b633/importcfg << 'EOF' # internal # import config importmap k8s.io/api/rbac/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/rbac/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1=/tmp/go-build1432051999/b526/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1=/tmp/go-build1432051999/b634/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF mkdir -p $WORK/b635/ /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b633/_pkg_.a -trimpath "$WORK/b633=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 -complete -installsuffix shared -buildid 5HD35RAMfnVbKLYJfgeW/5HD35RAMfnVbKLYJfgeW -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/clusterrole.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/clusterrolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/rbac_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/role.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/rolebinding.go cat >/tmp/go-build1432051999/b635/importcfg << 'EOF' # internal # import config importmap k8s.io/api/rbac/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/rbac/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1=/tmp/go-build1432051999/b527/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1=/tmp/go-build1432051999/b636/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b635/_pkg_.a -trimpath "$WORK/b635=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1 -complete -installsuffix shared -buildid KIosp_gzNH3OqT1kyD_x/KIosp_gzNH3OqT1kyD_x -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/clusterrole.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/clusterrolebinding.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/rbac_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/role.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1/rolebinding.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b599/_pkg_.a # internal cp $WORK/b599/_pkg_.a /builddir/.cache/go-build/a6/a66d874b2099f0bef6016b401e273015d648e61523239f782a473b32bad1d4a0-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1 mkdir -p $WORK/b637/ cat >/tmp/go-build1432051999/b637/importcfg << 'EOF' # internal # import config importmap k8s.io/api/scheduling/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/scheduling/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1=/tmp/go-build1432051999/b528/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1=/tmp/go-build1432051999/b638/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b637/_pkg_.a -trimpath "$WORK/b637=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1 -complete -installsuffix shared -buildid MJYsLP6OocJL-ZX9XsA2/MJYsLP6OocJL-ZX9XsA2 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/priorityclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1/scheduling_client.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b585/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b570/_pkg_.a # internal cp $WORK/b585/_pkg_.a /builddir/.cache/go-build/de/def66ca725ab15d70aba3d97005dc7534a1f0ab4378dbd1bad673b30fc55480a-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 mkdir -p $WORK/b639/ cat >/tmp/go-build1432051999/b639/importcfg << 'EOF' # internal # import config importmap k8s.io/api/scheduling/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/scheduling/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1=/tmp/go-build1432051999/b529/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1=/tmp/go-build1432051999/b640/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b639/_pkg_.a -trimpath "$WORK/b639=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 -complete -installsuffix shared -buildid 7m19Bkud5qkNacsboyPB/7m19Bkud5qkNacsboyPB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/priorityclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/scheduling_client.go cp $WORK/b570/_pkg_.a /builddir/.cache/go-build/d2/d22aae2cb600486b08e50e2bfff41dcd40afe52b6a9b393366df8a4ea4b6f582-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1 mkdir -p $WORK/b641/ cat >/tmp/go-build1432051999/b641/importcfg << 'EOF' # internal # import config importmap k8s.io/api/scheduling/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/scheduling/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1=/tmp/go-build1432051999/b530/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1=/tmp/go-build1432051999/b642/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b641/_pkg_.a -trimpath "$WORK/b641=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1 -complete -installsuffix shared -buildid p8R5KvKj8AeLrx4bHruX/p8R5KvKj8AeLrx4bHruX -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/priorityclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/scheduling_client.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b595/_pkg_.a # internal cp $WORK/b595/_pkg_.a /builddir/.cache/go-build/44/44246d8f9fcf3cf6f454213e40ea9f66b12bfe3a9a340ac44fea634d01ea6295-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1 mkdir -p $WORK/b643/ cat >/tmp/go-build1432051999/b643/importcfg << 'EOF' # internal # import config importmap k8s.io/api/storage/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/storage/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1=/tmp/go-build1432051999/b531/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1=/tmp/go-build1432051999/b644/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b643/_pkg_.a -trimpath "$WORK/b643=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1 -complete -installsuffix shared -buildid ljyWw7Ih4sYXTUbBHKKR/ljyWw7Ih4sYXTUbBHKKR -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/csidriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/csinode.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/storage_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/storageclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1/volumeattachment.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b609/_pkg_.a # internal cp $WORK/b609/_pkg_.a /builddir/.cache/go-build/b9/b9d1e26987a26e501a2d302c4ed420e7398c4889acdc25c9f44debd172242f16-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1 mkdir -p $WORK/b645/ cat >/tmp/go-build1432051999/b645/importcfg << 'EOF' # internal # import config importmap k8s.io/api/storage/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/storage/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1=/tmp/go-build1432051999/b532/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1=/tmp/go-build1432051999/b646/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b645/_pkg_.a -trimpath "$WORK/b645=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1 -complete -installsuffix shared -buildid FQQmP_7DrKQyRJTOpW4u/FQQmP_7DrKQyRJTOpW4u -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/csistoragecapacity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/storage_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1/volumeattachment.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b607/_pkg_.a # internal cp $WORK/b607/_pkg_.a /builddir/.cache/go-build/01/011aab1de143230b9e10e03b8451eafad9e2653ad13e72645345f6799a8ed7fb-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1 mkdir -p $WORK/b647/ cat >/tmp/go-build1432051999/b647/importcfg << 'EOF' # internal # import config importmap k8s.io/api/storage/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/storage/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1=/tmp/go-build1432051999/b533/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1=/tmp/go-build1432051999/b648/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b647/_pkg_.a -trimpath "$WORK/b647=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1 -complete -installsuffix shared -buildid pZgghB5N0MN6FqIYkSmY/pZgghB5N0MN6FqIYkSmY -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/csidriver.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/csinode.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/csistoragecapacity.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/storage_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/storageclass.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1/volumeattachment.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b603/_pkg_.a # internal cp $WORK/b603/_pkg_.a /builddir/.cache/go-build/f2/f281dcd6a50fbd677d83b67f3c4c99fe2e208b8954c82c99d33a02a9fe55e8c4-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b559/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b593/_pkg_.a # internal cp $WORK/b593/_pkg_.a /builddir/.cache/go-build/b2/b20dd71ef4833127793fe114ca5f4eac7463f072e8c22e877f50af4efe8222ad-d # internal cp $WORK/b559/_pkg_.a /builddir/.cache/go-build/83/8378a589a01c85dc25cf3c9be2e10c11e1bc23f16801ef7255812d2724d31a03-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b613/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b615/_pkg_.a # internal cp $WORK/b613/_pkg_.a /builddir/.cache/go-build/e7/e77643d3dd5406ea49d4318e745e023693f399c4ec9e7024c871f6186164394f-d # internal cp $WORK/b615/_pkg_.a /builddir/.cache/go-build/6b/6b0ffa814eb5e87464584caf85a31326aedde802740f1ce624edc758adbbcf3b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b621/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b576/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b477/_pkg_.a # internal cp $WORK/b621/_pkg_.a /builddir/.cache/go-build/81/8136413b3f8f41991beba62ed24c29a3436d46ef9dc3e9a37365e86f61fcd920-d # internal cp $WORK/b477/_pkg_.a /builddir/.cache/go-build/de/de82bbf8427a54a5e873aee1f28e2aba8616f4bf56b6a879017571ef8cf72dac-d # internal cp $WORK/b576/_pkg_.a /builddir/.cache/go-build/6c/6c4d117b7e22ccf716fadbbe56306f9243c1eba721d67997bfb13e3073a1c7d3-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b591/_pkg_.a # internal cp $WORK/b591/_pkg_.a /builddir/.cache/go-build/25/254889a47207997af3ddcd3631b31ed037c8bedf88c575e613de4241c956e384-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b623/_pkg_.a # internal cp $WORK/b623/_pkg_.a /builddir/.cache/go-build/cd/cd5952d112129599954ac4b81d693c8dcbd53b15b9de0964a578013e01a622f8-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b589/_pkg_.a # internal cp $WORK/b589/_pkg_.a /builddir/.cache/go-build/09/0978e525ddd23f459059df0e22b7220ff0ea0c2c059882cd12677948700a175c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b637/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b625/_pkg_.a # internal cp $WORK/b637/_pkg_.a /builddir/.cache/go-build/98/981367e43d079a784b412025bcc02dcce5649badfdadf39c9de569f422c0cb4c-d # internal cp $WORK/b625/_pkg_.a /builddir/.cache/go-build/d7/d75c92cfb9f2b7bf09086bc7017bd5e7faa167d6821c9403fc6299322d9d1a69-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b639/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b619/_pkg_.a # internal cp $WORK/b639/_pkg_.a /builddir/.cache/go-build/f0/f06dd92bb25fe01751b230c64844096426a10bdb084fe3683448eb8b29d874b0-d # internal cp $WORK/b619/_pkg_.a /builddir/.cache/go-build/c2/c2731c7bea00d4786de0438311e6120ea0dba702450e9510068a821d58980694-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b627/_pkg_.a # internal cp $WORK/b627/_pkg_.a /builddir/.cache/go-build/f5/f52051dd559d8f600ada183b7de6bf0c18de40253ec8d31a17690bc140a39c1b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b578/_pkg_.a # internal cp $WORK/b578/_pkg_.a /builddir/.cache/go-build/37/37a926a0c1bd127f0cb7062b63c4d169815a2770378a6b9bacd98b19bdc50841-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b617/_pkg_.a # internal cp $WORK/b617/_pkg_.a /builddir/.cache/go-build/53/53e76e38700bf40161ab5ef40b5029084c942000bf4489e8a5e8f588942193ba-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b641/_pkg_.a # internal cp $WORK/b641/_pkg_.a /builddir/.cache/go-build/3e/3eec00abbf2882953bf4375bb065a50a37e7b1c627f65612e3fd1cf96fade708-d # internal cp $WORK/b338/_pkg_.a /builddir/.cache/go-build/51/51b33ec0b7e3e0707fe09490f8a57de45cce9abbb4829a5349e5a752cf284471-d # internal github.com/prometheus/prometheus/discovery/gce mkdir -p $WORK/b331/ cat >/tmp/go-build1432051999/b331/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap golang.org/x/oauth2/google=github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google importmap google.golang.org/api/compute/v1=github.com/prometheus/prometheus/vendor/google.golang.org/api/compute/v1 importmap google.golang.org/api/option=github.com/prometheus/prometheus/vendor/google.golang.org/api/option packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google=/tmp/go-build1432051999/b332/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/compute/v1=/tmp/go-build1432051999/b338/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option=/tmp/go-build1432051999/b394/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b331/_pkg_.a -trimpath "$WORK/b331=>" -p github.com/prometheus/prometheus/discovery/gce -complete -installsuffix shared -buildid RPFF81NB-YIe1Vtevfo2/RPFF81NB-YIe1Vtevfo2 -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b331/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/gce/gce.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b645/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b629/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b633/_pkg_.a # internal cp $WORK/b645/_pkg_.a /builddir/.cache/go-build/c1/c18728416f0c296f3ac642c3e2aa936960f60d19cf35a7dd9a6fc513f72ceac8-d # internal cp $WORK/b629/_pkg_.a /builddir/.cache/go-build/1d/1dfaa8a6b38abc887ea4022de1b505dcc2c3db4c7e53b0669adccd384c30a875-d # internal cp $WORK/b633/_pkg_.a /builddir/.cache/go-build/c7/c701ccb2ac235e0e886270f884080ebfb7b76e053904a2ba1c5cc25709dafda5-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b572/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b612/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b631/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b635/_pkg_.a # internal cp $WORK/b572/_pkg_.a /builddir/.cache/go-build/3a/3a8a1f9f43238418ae94547fad1fe4c4df1cad4b09aa4f62107ba4f23862ffba-d # internal cp $WORK/b631/_pkg_.a /builddir/.cache/go-build/0e/0e6577d78a29d62ffa3ac071cb02192a6e2c3304b27640b5299ed4e989caa806-d # internal cp $WORK/b635/_pkg_.a /builddir/.cache/go-build/b4/b4a461168ccdc9aae85c88c9071a9d0389c81b508526c9ab45c9d73eae557477-d # internal cp $WORK/b612/_pkg_.a /builddir/.cache/go-build/b1/b19fe0d956152a7727b1aa97e2e73d3685be3b1853ceeed76d36d1316017bb86-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1 mkdir -p $WORK/b611/ cat >/tmp/go-build1432051999/b611/importcfg << 'EOF' # internal # import config importmap k8s.io/api/extensions/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/types=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/applyconfigurations/extensions/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1 importmap k8s.io/client-go/kubernetes/scheme=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1=/tmp/go-build1432051999/b517/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1=/tmp/go-build1432051999/b612/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b611/_pkg_.a -trimpath "$WORK/b611=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1 -complete -installsuffix shared -buildid V4-2GFKFtQ2rvx4pjA4x/V4-2GFKFtQ2rvx4pjA4x -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/daemonset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/deployment.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/deployment_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/extensions_client.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/generated_expansion.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/ingress.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/networkpolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/podsecuritypolicy.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1/replicaset.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b643/_pkg_.a # internal cp $WORK/b643/_pkg_.a /builddir/.cache/go-build/f1/f1ceb23c2218aa2fc4eddeeb7e98945369daab733365b85c510c893676a07990-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b647/_pkg_.a # internal cp $WORK/b647/_pkg_.a /builddir/.cache/go-build/24/24462e07ea74f6da13c7ee01645439f9c4e21eeda29fe61cc0164044c2f47aae-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b331/_pkg_.a # internal cp $WORK/b331/_pkg_.a /builddir/.cache/go-build/0a/0a7372a8fef6411020485ebc40e9c07c7ba3211c3ff3f9e7c7e5142d76b41995-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b611/_pkg_.a # internal cp $WORK/b611/_pkg_.a /builddir/.cache/go-build/c1/c13c220280ded321d52f8d2339b936611d9b8e232f73fa0b997796329216603b-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b601/_pkg_.a # internal cp $WORK/b601/_pkg_.a /builddir/.cache/go-build/9e/9e5938fb5f129f074061062abce263eef286839137a56114166aa32a37801d2b-d # internal github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes mkdir -p $WORK/b476/ cat >/tmp/go-build1432051999/b476/importcfg << 'EOF' # internal # import config importmap k8s.io/client-go/discovery=github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery importmap k8s.io/client-go/kubernetes/typed/admissionregistration/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1 importmap k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 importmap k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1 importmap k8s.io/client-go/kubernetes/typed/apps/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1 importmap k8s.io/client-go/kubernetes/typed/apps/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1 importmap k8s.io/client-go/kubernetes/typed/apps/v1beta2=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2 importmap k8s.io/client-go/kubernetes/typed/authentication/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1 importmap k8s.io/client-go/kubernetes/typed/authentication/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1 importmap k8s.io/client-go/kubernetes/typed/authorization/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1 importmap k8s.io/client-go/kubernetes/typed/authorization/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1 importmap k8s.io/client-go/kubernetes/typed/autoscaling/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1 importmap k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 importmap k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2 importmap k8s.io/client-go/kubernetes/typed/batch/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1 importmap k8s.io/client-go/kubernetes/typed/batch/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1 importmap k8s.io/client-go/kubernetes/typed/certificates/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1 importmap k8s.io/client-go/kubernetes/typed/certificates/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1 importmap k8s.io/client-go/kubernetes/typed/coordination/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1 importmap k8s.io/client-go/kubernetes/typed/coordination/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1 importmap k8s.io/client-go/kubernetes/typed/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1 importmap k8s.io/client-go/kubernetes/typed/discovery/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1 importmap k8s.io/client-go/kubernetes/typed/discovery/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1 importmap k8s.io/client-go/kubernetes/typed/events/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1 importmap k8s.io/client-go/kubernetes/typed/events/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1 importmap k8s.io/client-go/kubernetes/typed/extensions/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1 importmap k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1 importmap k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1 importmap k8s.io/client-go/kubernetes/typed/networking/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1 importmap k8s.io/client-go/kubernetes/typed/networking/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1 importmap k8s.io/client-go/kubernetes/typed/node/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1 importmap k8s.io/client-go/kubernetes/typed/node/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1 importmap k8s.io/client-go/kubernetes/typed/node/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1 importmap k8s.io/client-go/kubernetes/typed/policy/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1 importmap k8s.io/client-go/kubernetes/typed/policy/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1 importmap k8s.io/client-go/kubernetes/typed/rbac/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1 importmap k8s.io/client-go/kubernetes/typed/rbac/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 importmap k8s.io/client-go/kubernetes/typed/rbac/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1 importmap k8s.io/client-go/kubernetes/typed/scheduling/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1 importmap k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 importmap k8s.io/client-go/kubernetes/typed/scheduling/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1 importmap k8s.io/client-go/kubernetes/typed/storage/v1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1 importmap k8s.io/client-go/kubernetes/typed/storage/v1alpha1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1 importmap k8s.io/client-go/kubernetes/typed/storage/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1 importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest importmap k8s.io/client-go/util/flowcontrol=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery=/tmp/go-build1432051999/b477/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1=/tmp/go-build1432051999/b559/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1=/tmp/go-build1432051999/b568/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1=/tmp/go-build1432051999/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1=/tmp/go-build1432051999/b572/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1=/tmp/go-build1432051999/b576/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2=/tmp/go-build1432051999/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1=/tmp/go-build1432051999/b580/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1=/tmp/go-build1432051999/b581/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1=/tmp/go-build1432051999/b582/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1=/tmp/go-build1432051999/b583/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1=/tmp/go-build1432051999/b584/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1=/tmp/go-build1432051999/b585/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2=/tmp/go-build1432051999/b587/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1=/tmp/go-build1432051999/b589/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1=/tmp/go-build1432051999/b591/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1=/tmp/go-build1432051999/b593/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1=/tmp/go-build1432051999/b595/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1=/tmp/go-build1432051999/b597/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1=/tmp/go-build1432051999/b599/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1=/tmp/go-build1432051999/b601/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1=/tmp/go-build1432051999/b603/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1=/tmp/go-build1432051999/b605/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1=/tmp/go-build1432051999/b607/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1=/tmp/go-build1432051999/b609/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1=/tmp/go-build1432051999/b611/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1=/tmp/go-build1432051999/b613/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1=/tmp/go-build1432051999/b615/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1=/tmp/go-build1432051999/b617/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1=/tmp/go-build1432051999/b619/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1=/tmp/go-build1432051999/b621/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1=/tmp/go-build1432051999/b623/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1=/tmp/go-build1432051999/b625/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1=/tmp/go-build1432051999/b627/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1=/tmp/go-build1432051999/b629/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1=/tmp/go-build1432051999/b631/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1=/tmp/go-build1432051999/b633/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1=/tmp/go-build1432051999/b635/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1=/tmp/go-build1432051999/b637/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1=/tmp/go-build1432051999/b639/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1=/tmp/go-build1432051999/b641/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1=/tmp/go-build1432051999/b643/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1=/tmp/go-build1432051999/b645/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1=/tmp/go-build1432051999/b647/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol=/tmp/go-build1432051999/b557/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b476/_pkg_.a -trimpath "$WORK/b476=>" -p github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes -complete -installsuffix shared -buildid p54dOdWYJZp3zGn_p_Ry/p54dOdWYJZp3zGn_p_Ry -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/clientset.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/doc.go ./_build/src/github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/import.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b282/_pkg_.a # internal cp $WORK/b282/_pkg_.a /builddir/.cache/go-build/26/26258cf9b6b73a0e329603f46e08028f01d686c0042d2f96afaefe3a8c0a9c8c-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b476/_pkg_.a # internal cp $WORK/b476/_pkg_.a /builddir/.cache/go-build/95/951f12dfb20b57b1647d0692f873e7ce9e69128552c49e8d3d1da6b3911dcc91-d # internal github.com/prometheus/prometheus/discovery/kubernetes mkdir -p $WORK/b430/ cat >/tmp/go-build1432051999/b430/importcfg << 'EOF' # internal # import config importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/prometheus=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version importmap k8s.io/api/core/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1 importmap k8s.io/api/discovery/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1 importmap k8s.io/api/networking/v1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1 importmap k8s.io/api/networking/v1beta1=github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/fields=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields importmap k8s.io/apimachinery/pkg/labels=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels importmap k8s.io/apimachinery/pkg/runtime=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/util/version=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version importmap k8s.io/apimachinery/pkg/watch=github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/kubernetes=github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes importmap k8s.io/client-go/rest=github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest importmap k8s.io/client-go/tools/cache=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache importmap k8s.io/client-go/tools/clientcmd=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd importmap k8s.io/client-go/tools/metrics=github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics importmap k8s.io/client-go/util/workqueue=github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1=/tmp/go-build1432051999/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1=/tmp/go-build1432051999/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1=/tmp/go-build1432051999/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields=/tmp/go-build1432051999/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels=/tmp/go-build1432051999/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version=/tmp/go-build1432051999/b475/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes=/tmp/go-build1432051999/b476/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache=/tmp/go-build1432051999/b649/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd=/tmp/go-build1432051999/b657/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics=/tmp/go-build1432051999/b547/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue=/tmp/go-build1432051999/b551/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b430/_pkg_.a -trimpath "$WORK/b430=>" -p github.com/prometheus/prometheus/discovery/kubernetes -complete -installsuffix shared -buildid n_FG3tuyyQaYzPAAnd0y/n_FG3tuyyQaYzPAAnd0y -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/client_metrics.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/endpoints.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/endpointslice.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/ingress.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/ingress_adaptor.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/kubernetes.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/node.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/pod.go ./_build/src/github.com/prometheus/prometheus/discovery/kubernetes/service.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b430/_pkg_.a # internal cp $WORK/b430/_pkg_.a /builddir/.cache/go-build/e3/e35b3888de0a1aa474a20847a1de060303706dcb68678dfac92c25439413b903-d # internal /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b303/_pkg_.a # internal cp $WORK/b303/_pkg_.a /builddir/.cache/go-build/87/871e500d39994c100d42a4fc560057af948d9fc5e0be85d2e38f6411d41b67dc-d # internal github.com/prometheus/prometheus/discovery/azure mkdir -p $WORK/b288/ cat >/tmp/go-build1432051999/b288/importcfg << 'EOF' # internal # import config importmap github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute=github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute importmap github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network=github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network importmap github.com/Azure/go-autorest/autorest=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest importmap github.com/Azure/go-autorest/autorest/adal=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal importmap github.com/Azure/go-autorest/autorest/azure=github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute=/tmp/go-build1432051999/b289/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network=/tmp/go-build1432051999/b303/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest=/tmp/go-build1432051999/b291/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal=/tmp/go-build1432051999/b292/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure=/tmp/go-build1432051999/b300/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b288/_pkg_.a -trimpath "$WORK/b288=>" -p github.com/prometheus/prometheus/discovery/azure -complete -installsuffix shared -buildid 3IgUzhCrvD7rGSSB_TpS/3IgUzhCrvD7rGSSB_TpS -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/azure/azure.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b288/_pkg_.a # internal cp $WORK/b288/_pkg_.a /builddir/.cache/go-build/90/9076442451dc43a3fe4bd3d2360276c653e7bfe7b66717a00f7dee66ad9a2201-d # internal github.com/prometheus/prometheus/discovery/install mkdir -p $WORK/b281/ cat >/tmp/go-build1432051999/b281/importcfg << 'EOF' # internal # import config packagefile github.com/prometheus/prometheus/discovery/aws=/tmp/go-build1432051999/b282/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/azure=/tmp/go-build1432051999/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/consul=/tmp/go-build1432051999/b304/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/digitalocean=/tmp/go-build1432051999/b318/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/dns=/tmp/go-build1432051999/b322/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/eureka=/tmp/go-build1432051999/b330/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/file=/tmp/go-build1432051999/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/gce=/tmp/go-build1432051999/b331/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/hetzner=/tmp/go-build1432051999/b422/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/http=/tmp/go-build1432051999/b429/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/kubernetes=/tmp/go-build1432051999/b430/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/linode=/tmp/go-build1432051999/b665/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/marathon=/tmp/go-build1432051999/b671/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/moby=/tmp/go-build1432051999/b672/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/openstack=/tmp/go-build1432051999/b707/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/puppetdb=/tmp/go-build1432051999/b720/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/scaleway=/tmp/go-build1432051999/b721/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/triton=/tmp/go-build1432051999/b734/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/uyuni=/tmp/go-build1432051999/b735/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/xds=/tmp/go-build1432051999/b740/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/zookeeper=/tmp/go-build1432051999/b758/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b281/_pkg_.a -trimpath "$WORK/b281=>" -p github.com/prometheus/prometheus/discovery/install -complete -installsuffix shared -buildid 3D3YGswuzIv0gtKF3KoB/3D3YGswuzIv0gtKF3KoB -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack ./_build/src/github.com/prometheus/prometheus/discovery/install/install.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b281/_pkg_.a # internal cp $WORK/b281/_pkg_.a /builddir/.cache/go-build/0e/0ebccdf8e2a4ff2da6dc73e6e46f04030c125eee80e6721ee293be40c8174cb3-d # internal github.com/prometheus/prometheus/cmd/promtool mkdir -p $WORK/b001/ cat >/tmp/go-build1432051999/b001/importcfg << 'EOF' # internal # import config importmap github.com/alecthomas/units=github.com/prometheus/prometheus/vendor/github.com/alecthomas/units importmap github.com/go-kit/log=github.com/prometheus/prometheus/vendor/github.com/go-kit/log importmap github.com/go-kit/log/level=github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level importmap github.com/google/pprof/profile=github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile importmap github.com/pkg/errors=github.com/prometheus/prometheus/vendor/github.com/pkg/errors importmap github.com/prometheus/client_golang/api=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api importmap github.com/prometheus/client_golang/api/prometheus/v1=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api/prometheus/v1 importmap github.com/prometheus/client_golang/prometheus/promhttp=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp importmap github.com/prometheus/client_golang/prometheus/testutil/promlint=github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint importmap github.com/prometheus/common/config=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config importmap github.com/prometheus/common/model=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model importmap github.com/prometheus/common/version=github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version importmap github.com/prometheus/exporter-toolkit/web=github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web importmap gopkg.in/alecthomas/kingpin.v2=github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2 importmap gopkg.in/yaml.v2=github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2 packagefile archive/tar=/tmp/go-build1432051999/b002/_pkg_.a packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile compress/gzip=/tmp/go-build1432051999/b053/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/units=/tmp/go-build1432051999/b063/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile=/tmp/go-build1432051999/b071/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api=/tmp/go-build1432051999/b074/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api/prometheus/v1=/tmp/go-build1432051999/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build1432051999/b150/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint=/tmp/go-build1432051999/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web=/tmp/go-build1432051999/b227/_pkg_.a packagefile github.com/prometheus/prometheus/config=/tmp/go-build1432051999/b230/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/file=/tmp/go-build1432051999/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/install=/tmp/go-build1432051999/b281/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/kubernetes=/tmp/go-build1432051999/b430/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/model/rulefmt=/tmp/go-build1432051999/b761/_pkg_.a packagefile github.com/prometheus/prometheus/model/textparse=/tmp/go-build1432051999/b817/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build1432051999/b762/_pkg_.a packagefile github.com/prometheus/prometheus/notifier=/tmp/go-build1432051999/b818/_pkg_.a packagefile github.com/prometheus/prometheus/promql=/tmp/go-build1432051999/b783/_pkg_.a packagefile github.com/prometheus/prometheus/promql/parser=/tmp/go-build1432051999/b763/_pkg_.a packagefile github.com/prometheus/prometheus/rules=/tmp/go-build1432051999/b847/_pkg_.a packagefile github.com/prometheus/prometheus/scrape=/tmp/go-build1432051999/b848/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build1432051999/b765/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb=/tmp/go-build1432051999/b787/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build1432051999/b768/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build1432051999/b769/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build1432051999/b770/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/index=/tmp/go-build1432051999/b793/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2=/tmp/go-build1432051999/b850/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build1432051999/b225/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile runtime/pprof=/tmp/go-build1432051999/b414/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile text/tabwriter=/tmp/go-build1432051999/b212/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile runtime/cgo=/tmp/go-build1432051999/b050/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "$WORK/b001=>" -p main -complete -installsuffix shared -buildid zMglhY7GdnUGgqoIGgjD/zMglhY7GdnUGgqoIGgjD -goversion go1.21.7 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./_build/src/github.com/prometheus/prometheus/cmd/promtool/archive.go ./_build/src/github.com/prometheus/prometheus/cmd/promtool/backfill.go ./_build/src/github.com/prometheus/prometheus/cmd/promtool/debug.go ./_build/src/github.com/prometheus/prometheus/cmd/promtool/main.go ./_build/src/github.com/prometheus/prometheus/cmd/promtool/rules.go ./_build/src/github.com/prometheus/prometheus/cmd/promtool/sd.go ./_build/src/github.com/prometheus/prometheus/cmd/promtool/tsdb.go ./_build/src/github.com/prometheus/prometheus/cmd/promtool/unittest.go /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b001/_pkg_.a # internal cp $WORK/b001/_pkg_.a /builddir/.cache/go-build/50/50dccdfc138c5458c647e448feaefbf46673a0b86917bcd59a187add7a82258b-d # internal cat >/tmp/go-build1432051999/b001/importcfg.link << 'EOF' # internal packagefile github.com/prometheus/prometheus/cmd/promtool=/tmp/go-build1432051999/b001/_pkg_.a packagefile archive/tar=/tmp/go-build1432051999/b002/_pkg_.a packagefile bufio=/tmp/go-build1432051999/b052/_pkg_.a packagefile bytes=/tmp/go-build1432051999/b003/_pkg_.a packagefile compress/gzip=/tmp/go-build1432051999/b053/_pkg_.a packagefile context=/tmp/go-build1432051999/b058/_pkg_.a packagefile encoding/json=/tmp/go-build1432051999/b059/_pkg_.a packagefile fmt=/tmp/go-build1432051999/b027/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/units=/tmp/go-build1432051999/b063/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log=/tmp/go-build1432051999/b064/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-kit/log/level=/tmp/go-build1432051999/b070/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile=/tmp/go-build1432051999/b071/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pkg/errors=/tmp/go-build1432051999/b073/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api=/tmp/go-build1432051999/b074/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api/prometheus/v1=/tmp/go-build1432051999/b144/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build1432051999/b150/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint=/tmp/go-build1432051999/b202/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/config=/tmp/go-build1432051999/b203/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model=/tmp/go-build1432051999/b149/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/version=/tmp/go-build1432051999/b226/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/exporter-toolkit/web=/tmp/go-build1432051999/b227/_pkg_.a packagefile github.com/prometheus/prometheus/config=/tmp/go-build1432051999/b230/_pkg_.a packagefile github.com/prometheus/prometheus/discovery=/tmp/go-build1432051999/b275/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/file=/tmp/go-build1432051999/b279/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/install=/tmp/go-build1432051999/b281/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/kubernetes=/tmp/go-build1432051999/b430/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/targetgroup=/tmp/go-build1432051999/b276/_pkg_.a packagefile github.com/prometheus/prometheus/model/labels=/tmp/go-build1432051999/b277/_pkg_.a packagefile github.com/prometheus/prometheus/model/rulefmt=/tmp/go-build1432051999/b761/_pkg_.a packagefile github.com/prometheus/prometheus/model/textparse=/tmp/go-build1432051999/b817/_pkg_.a packagefile github.com/prometheus/prometheus/model/timestamp=/tmp/go-build1432051999/b762/_pkg_.a packagefile github.com/prometheus/prometheus/notifier=/tmp/go-build1432051999/b818/_pkg_.a packagefile github.com/prometheus/prometheus/promql=/tmp/go-build1432051999/b783/_pkg_.a packagefile github.com/prometheus/prometheus/promql/parser=/tmp/go-build1432051999/b763/_pkg_.a packagefile github.com/prometheus/prometheus/rules=/tmp/go-build1432051999/b847/_pkg_.a packagefile github.com/prometheus/prometheus/scrape=/tmp/go-build1432051999/b848/_pkg_.a packagefile github.com/prometheus/prometheus/storage=/tmp/go-build1432051999/b765/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb=/tmp/go-build1432051999/b787/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunks=/tmp/go-build1432051999/b768/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/errors=/tmp/go-build1432051999/b769/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/fileutil=/tmp/go-build1432051999/b770/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/index=/tmp/go-build1432051999/b793/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2=/tmp/go-build1432051999/b850/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2=/tmp/go-build1432051999/b225/_pkg_.a packagefile io=/tmp/go-build1432051999/b021/_pkg_.a packagefile io/ioutil=/tmp/go-build1432051999/b072/_pkg_.a packagefile math=/tmp/go-build1432051999/b031/_pkg_.a packagefile net/http=/tmp/go-build1432051999/b081/_pkg_.a packagefile net/url=/tmp/go-build1432051999/b122/_pkg_.a packagefile os=/tmp/go-build1432051999/b035/_pkg_.a packagefile path/filepath=/tmp/go-build1432051999/b051/_pkg_.a packagefile reflect=/tmp/go-build1432051999/b029/_pkg_.a packagefile runtime=/tmp/go-build1432051999/b010/_pkg_.a packagefile runtime/pprof=/tmp/go-build1432051999/b414/_pkg_.a packagefile sort=/tmp/go-build1432051999/b034/_pkg_.a packagefile strconv=/tmp/go-build1432051999/b033/_pkg_.a packagefile strings=/tmp/go-build1432051999/b049/_pkg_.a packagefile sync=/tmp/go-build1432051999/b022/_pkg_.a packagefile text/tabwriter=/tmp/go-build1432051999/b212/_pkg_.a packagefile time=/tmp/go-build1432051999/b040/_pkg_.a packagefile runtime/cgo=/tmp/go-build1432051999/b050/_pkg_.a packagefile errors=/tmp/go-build1432051999/b004/_pkg_.a packagefile internal/godebug=/tmp/go-build1432051999/b046/_pkg_.a packagefile io/fs=/tmp/go-build1432051999/b044/_pkg_.a packagefile os/user=/tmp/go-build1432051999/b048/_pkg_.a packagefile path=/tmp/go-build1432051999/b045/_pkg_.a packagefile syscall=/tmp/go-build1432051999/b038/_pkg_.a packagefile unicode/utf8=/tmp/go-build1432051999/b026/_pkg_.a packagefile internal/bytealg=/tmp/go-build1432051999/b011/_pkg_.a packagefile unicode=/tmp/go-build1432051999/b025/_pkg_.a packagefile compress/flate=/tmp/go-build1432051999/b054/_pkg_.a packagefile encoding/binary=/tmp/go-build1432051999/b055/_pkg_.a packagefile hash/crc32=/tmp/go-build1432051999/b056/_pkg_.a packagefile internal/reflectlite=/tmp/go-build1432051999/b005/_pkg_.a packagefile sync/atomic=/tmp/go-build1432051999/b024/_pkg_.a packagefile encoding=/tmp/go-build1432051999/b060/_pkg_.a packagefile encoding/base64=/tmp/go-build1432051999/b061/_pkg_.a packagefile unicode/utf16=/tmp/go-build1432051999/b062/_pkg_.a packagefile internal/fmtsort=/tmp/go-build1432051999/b028/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-logfmt/logfmt=/tmp/go-build1432051999/b065/_pkg_.a packagefile log=/tmp/go-build1432051999/b066/_pkg_.a packagefile regexp=/tmp/go-build1432051999/b068/_pkg_.a packagefile net=/tmp/go-build1432051999/b075/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/json-iterator/go=/tmp/go-build1432051999/b145/_pkg_.a packagefile crypto/tls=/tmp/go-build1432051999/b093/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus=/tmp/go-build1432051999/b151/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go=/tmp/go-build1432051999/b193/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt=/tmp/go-build1432051999/b194/_pkg_.a packagefile net/http/httptrace=/tmp/go-build1432051999/b141/_pkg_.a packagefile crypto/sha256=/tmp/go-build1432051999/b116/_pkg_.a packagefile crypto/x509=/tmp/go-build1432051999/b117/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack=/tmp/go-build1432051999/b204/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2=/tmp/go-build1432051999/b213/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2=/tmp/go-build1432051999/b221/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/clientcredentials=/tmp/go-build1432051999/b224/_pkg_.a packagefile text/template=/tmp/go-build1432051999/b210/_pkg_.a packagefile encoding/hex=/tmp/go-build1432051999/b120/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/bcrypt=/tmp/go-build1432051999/b228/_pkg_.a packagefile math/rand=/tmp/go-build1432051999/b092/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/sigv4=/tmp/go-build1432051999/b231/_pkg_.a packagefile github.com/prometheus/prometheus/model/relabel=/tmp/go-build1432051999/b278/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/fsnotify/fsnotify=/tmp/go-build1432051999/b280/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/aws=/tmp/go-build1432051999/b282/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/azure=/tmp/go-build1432051999/b288/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/consul=/tmp/go-build1432051999/b304/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/digitalocean=/tmp/go-build1432051999/b318/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/dns=/tmp/go-build1432051999/b322/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/eureka=/tmp/go-build1432051999/b330/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/gce=/tmp/go-build1432051999/b331/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/hetzner=/tmp/go-build1432051999/b422/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/http=/tmp/go-build1432051999/b429/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/linode=/tmp/go-build1432051999/b665/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/marathon=/tmp/go-build1432051999/b671/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/moby=/tmp/go-build1432051999/b672/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/openstack=/tmp/go-build1432051999/b707/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/puppetdb=/tmp/go-build1432051999/b720/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/scaleway=/tmp/go-build1432051999/b721/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/triton=/tmp/go-build1432051999/b734/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/uyuni=/tmp/go-build1432051999/b735/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/xds=/tmp/go-build1432051999/b740/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/zookeeper=/tmp/go-build1432051999/b758/_pkg_.a packagefile github.com/prometheus/prometheus/util/strutil=/tmp/go-build1432051999/b287/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/core/v1=/tmp/go-build1432051999/b431/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1beta1=/tmp/go-build1432051999/b472/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1=/tmp/go-build1432051999/b473/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/networking/v1beta1=/tmp/go-build1432051999/b474/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build1432051999/b436/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/fields=/tmp/go-build1432051999/b440/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/labels=/tmp/go-build1432051999/b442/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime=/tmp/go-build1432051999/b453/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/version=/tmp/go-build1432051999/b475/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/watch=/tmp/go-build1432051999/b470/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes=/tmp/go-build1432051999/b476/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest=/tmp/go-build1432051999/b534/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/cache=/tmp/go-build1432051999/b649/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd=/tmp/go-build1432051999/b657/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/metrics=/tmp/go-build1432051999/b547/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/workqueue=/tmp/go-build1432051999/b551/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cespare/xxhash/v2=/tmp/go-build1432051999/b154/_pkg_.a packagefile regexp/syntax=/tmp/go-build1432051999/b069/_pkg_.a packagefile github.com/prometheus/prometheus/template=/tmp/go-build1432051999/b782/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v3=/tmp/go-build1432051999/b482/_pkg_.a packagefile github.com/prometheus/prometheus/model/exemplar=/tmp/go-build1432051999/b766/_pkg_.a packagefile github.com/prometheus/prometheus/model/value=/tmp/go-build1432051999/b764/_pkg_.a packagefile mime=/tmp/go-build1432051999/b138/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt=/tmp/go-build1432051999/b819/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/alertmanager/api/v2/models=/tmp/go-build1432051999/b830/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/atomic=/tmp/go-build1432051999/b771/_pkg_.a packagefile container/heap=/tmp/go-build1432051999/b552/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/edsrzf/mmap-go=/tmp/go-build1432051999/b784/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go=/tmp/go-build1432051999/b785/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/chunkenc=/tmp/go-build1432051999/b767/_pkg_.a packagefile github.com/prometheus/prometheus/util/stats=/tmp/go-build1432051999/b799/_pkg_.a packagefile github.com/prometheus/prometheus/util/teststorage=/tmp/go-build1432051999/b800/_pkg_.a packagefile github.com/prometheus/prometheus/util/testutil=/tmp/go-build1432051999/b774/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/require=/tmp/go-build1432051999/b775/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go=/tmp/go-build1432051999/b801/_pkg_.a packagefile html/template=/tmp/go-build1432051999/b208/_pkg_.a packagefile github.com/prometheus/prometheus/util/osutil=/tmp/go-build1432051999/b756/_pkg_.a packagefile github.com/prometheus/prometheus/util/pool=/tmp/go-build1432051999/b849/_pkg_.a packagefile hash/fnv=/tmp/go-build1432051999/b160/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tsdbutil=/tmp/go-build1432051999/b772/_pkg_.a packagefile crypto/rand=/tmp/go-build1432051999/b083/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/oklog/ulid=/tmp/go-build1432051999/b788/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/encoding=/tmp/go-build1432051999/b790/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/goversion=/tmp/go-build1432051999/b792/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/record=/tmp/go-build1432051999/b794/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/tombstones=/tmp/go-build1432051999/b795/_pkg_.a packagefile github.com/prometheus/prometheus/tsdb/wal=/tmp/go-build1432051999/b796/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sync/errgroup=/tmp/go-build1432051999/b798/_pkg_.a packagefile hash=/tmp/go-build1432051999/b057/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/unix=/tmp/go-build1432051999/b200/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/template=/tmp/go-build1432051999/b851/_pkg_.a packagefile go/doc=/tmp/go-build1432051999/b456/_pkg_.a packagefile internal/cpu=/tmp/go-build1432051999/b012/_pkg_.a packagefile math/bits=/tmp/go-build1432051999/b032/_pkg_.a packagefile container/list=/tmp/go-build1432051999/b082/_pkg_.a packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1432051999/b129/_pkg_.a packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1432051999/b136/_pkg_.a packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1432051999/b137/_pkg_.a packagefile vendor/golang.org/x/net/idna=/tmp/go-build1432051999/b130/_pkg_.a packagefile internal/safefilepath=/tmp/go-build1432051999/b041/_pkg_.a packagefile mime/multipart=/tmp/go-build1432051999/b139/_pkg_.a packagefile net/http/internal=/tmp/go-build1432051999/b142/_pkg_.a packagefile net/http/internal/ascii=/tmp/go-build1432051999/b143/_pkg_.a packagefile net/textproto=/tmp/go-build1432051999/b135/_pkg_.a packagefile internal/itoa=/tmp/go-build1432051999/b030/_pkg_.a packagefile internal/poll=/tmp/go-build1432051999/b036/_pkg_.a packagefile internal/syscall/execenv=/tmp/go-build1432051999/b042/_pkg_.a packagefile internal/syscall/unix=/tmp/go-build1432051999/b037/_pkg_.a packagefile internal/testlog=/tmp/go-build1432051999/b043/_pkg_.a packagefile internal/abi=/tmp/go-build1432051999/b006/_pkg_.a packagefile internal/goarch=/tmp/go-build1432051999/b007/_pkg_.a packagefile internal/unsafeheader=/tmp/go-build1432051999/b009/_pkg_.a packagefile internal/coverage/rtcov=/tmp/go-build1432051999/b013/_pkg_.a packagefile internal/godebugs=/tmp/go-build1432051999/b014/_pkg_.a packagefile internal/goexperiment=/tmp/go-build1432051999/b015/_pkg_.a packagefile internal/goos=/tmp/go-build1432051999/b016/_pkg_.a packagefile runtime/internal/atomic=/tmp/go-build1432051999/b017/_pkg_.a packagefile runtime/internal/math=/tmp/go-build1432051999/b018/_pkg_.a packagefile runtime/internal/sys=/tmp/go-build1432051999/b019/_pkg_.a packagefile runtime/internal/syscall=/tmp/go-build1432051999/b020/_pkg_.a packagefile internal/race=/tmp/go-build1432051999/b023/_pkg_.a packagefile internal/bisect=/tmp/go-build1432051999/b047/_pkg_.a packagefile internal/oserror=/tmp/go-build1432051999/b039/_pkg_.a packagefile log/internal=/tmp/go-build1432051999/b067/_pkg_.a packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1432051999/b076/_pkg_.a packagefile internal/nettrace=/tmp/go-build1432051999/b077/_pkg_.a packagefile internal/singleflight=/tmp/go-build1432051999/b078/_pkg_.a packagefile net/netip=/tmp/go-build1432051999/b079/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/modern-go/concurrent=/tmp/go-build1432051999/b146/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/modern-go/reflect2=/tmp/go-build1432051999/b148/_pkg_.a packagefile math/big=/tmp/go-build1432051999/b091/_pkg_.a packagefile crypto=/tmp/go-build1432051999/b085/_pkg_.a packagefile crypto/aes=/tmp/go-build1432051999/b094/_pkg_.a packagefile crypto/cipher=/tmp/go-build1432051999/b086/_pkg_.a packagefile crypto/des=/tmp/go-build1432051999/b095/_pkg_.a packagefile crypto/ecdh=/tmp/go-build1432051999/b096/_pkg_.a packagefile crypto/ecdsa=/tmp/go-build1432051999/b101/_pkg_.a packagefile crypto/ed25519=/tmp/go-build1432051999/b109/_pkg_.a packagefile crypto/elliptic=/tmp/go-build1432051999/b102/_pkg_.a packagefile crypto/hmac=/tmp/go-build1432051999/b111/_pkg_.a packagefile crypto/internal/boring=/tmp/go-build1432051999/b084/_pkg_.a packagefile crypto/md5=/tmp/go-build1432051999/b112/_pkg_.a packagefile crypto/rc4=/tmp/go-build1432051999/b113/_pkg_.a packagefile crypto/rsa=/tmp/go-build1432051999/b114/_pkg_.a packagefile crypto/sha1=/tmp/go-build1432051999/b115/_pkg_.a packagefile crypto/sha512=/tmp/go-build1432051999/b105/_pkg_.a packagefile crypto/subtle=/tmp/go-build1432051999/b088/_pkg_.a packagefile encoding/pem=/tmp/go-build1432051999/b121/_pkg_.a packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1432051999/b123/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1432051999/b106/_pkg_.a packagefile vendor/golang.org/x/crypto/hkdf=/tmp/go-build1432051999/b128/_pkg_.a packagefile expvar=/tmp/go-build1432051999/b152/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/beorn7/perks/quantile=/tmp/go-build1432051999/b153/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto=/tmp/go-build1432051999/b155/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes=/tmp/go-build1432051999/b185/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build1432051999/b192/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs=/tmp/go-build1432051999/b197/_pkg_.a packagefile runtime/debug=/tmp/go-build1432051999/b147/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp=/tmp/go-build1432051999/b190/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil=/tmp/go-build1432051999/b195/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg=/tmp/go-build1432051999/b196/_pkg_.a packagefile crypto/dsa=/tmp/go-build1432051999/b118/_pkg_.a packagefile crypto/x509/pkix=/tmp/go-build1432051999/b119/_pkg_.a packagefile encoding/asn1=/tmp/go-build1432051999/b107/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1432051999/b108/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/jpillora/backoff=/tmp/go-build1432051999/b205/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/trace=/tmp/go-build1432051999/b206/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http/httpguts=/tmp/go-build1432051999/b214/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/hpack=/tmp/go-build1432051999/b220/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/idna=/tmp/go-build1432051999/b215/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal=/tmp/go-build1432051999/b222/_pkg_.a packagefile text/template/parse=/tmp/go-build1432051999/b211/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/blowfish=/tmp/go-build1432051999/b229/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws=/tmp/go-build1432051999/b232/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build1432051999/b234/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build1432051999/b240/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/session=/tmp/go-build1432051999/b259/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build1432051999/b249/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build1432051999/b233/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build1432051999/b272/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2=/tmp/go-build1432051999/b283/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/lightsail=/tmp/go-build1432051999/b285/_pkg_.a packagefile github.com/prometheus/prometheus/discovery/refresh=/tmp/go-build1432051999/b286/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute=/tmp/go-build1432051999/b289/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network=/tmp/go-build1432051999/b303/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest=/tmp/go-build1432051999/b291/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/adal=/tmp/go-build1432051999/b292/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure=/tmp/go-build1432051999/b300/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api=/tmp/go-build1432051999/b305/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo=/tmp/go-build1432051999/b319/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/miekg/dns=/tmp/go-build1432051999/b323/_pkg_.a packagefile encoding/xml=/tmp/go-build1432051999/b255/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google=/tmp/go-build1432051999/b332/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/compute/v1=/tmp/go-build1432051999/b338/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option=/tmp/go-build1432051999/b394/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud=/tmp/go-build1432051999/b423/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/linode/linodego=/tmp/go-build1432051999/b666/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types=/tmp/go-build1432051999/b673/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/filters=/tmp/go-build1432051999/b680/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm=/tmp/go-build1432051999/b687/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/client=/tmp/go-build1432051999/b689/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud=/tmp/go-build1432051999/b708/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack=/tmp/go-build1432051999/b709/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips=/tmp/go-build1432051999/b717/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors=/tmp/go-build1432051999/b718/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/compute/v2/servers=/tmp/go-build1432051999/b719/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination=/tmp/go-build1432051999/b712/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/baremetal/v1=/tmp/go-build1432051999/b722/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1=/tmp/go-build1432051999/b732/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/scw=/tmp/go-build1432051999/b728/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/kolo/xmlrpc=/tmp/go-build1432051999/b736/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build1432051999/b741/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build1432051999/b755/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build1432051999/b746/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1432051999/b757/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protojson=/tmp/go-build1432051999/b351/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/proto=/tmp/go-build1432051999/b171/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1432051999/b162/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1432051999/b172/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1432051999/b180/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/anypb=/tmp/go-build1432051999/b187/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-zookeeper/zk=/tmp/go-build1432051999/b759/_pkg_.a packagefile github.com/prometheus/prometheus/util/treecache=/tmp/go-build1432051999/b760/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto=/tmp/go-build1432051999/b432/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/sortkeys=/tmp/go-build1432051999/b433/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/resource=/tmp/go-build1432051999/b434/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build1432051999/b463/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/types=/tmp/go-build1432051999/b468/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build1432051999/b469/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/gofuzz=/tmp/go-build1432051999/b437/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion=/tmp/go-build1432051999/b438/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/selection=/tmp/go-build1432051999/b441/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build1432051999/b466/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp=/tmp/go-build1432051999/b443/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/sets=/tmp/go-build1432051999/b448/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation=/tmp/go-build1432051999/b449/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build1432051999/b450/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/klog/v2=/tmp/go-build1432051999/b452/_pkg_.a packagefile go/ast=/tmp/go-build1432051999/b454/_pkg_.a packagefile go/parser=/tmp/go-build1432051999/b459/_pkg_.a packagefile go/token=/tmp/go-build1432051999/b167/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/conversion/queryparams=/tmp/go-build1432051999/b462/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/errors=/tmp/go-build1432051999/b451/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/json=/tmp/go-build1432051999/b464/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/naming=/tmp/go-build1432051999/b465/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build1432051999/b467/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/net=/tmp/go-build1432051999/b471/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/discovery=/tmp/go-build1432051999/b477/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1=/tmp/go-build1432051999/b559/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1=/tmp/go-build1432051999/b568/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1=/tmp/go-build1432051999/b570/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1=/tmp/go-build1432051999/b572/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta1=/tmp/go-build1432051999/b576/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/apps/v1beta2=/tmp/go-build1432051999/b578/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1=/tmp/go-build1432051999/b580/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authentication/v1beta1=/tmp/go-build1432051999/b581/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1=/tmp/go-build1432051999/b582/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/authorization/v1beta1=/tmp/go-build1432051999/b583/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v1=/tmp/go-build1432051999/b584/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1=/tmp/go-build1432051999/b585/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2=/tmp/go-build1432051999/b587/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1=/tmp/go-build1432051999/b589/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/batch/v1beta1=/tmp/go-build1432051999/b591/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1=/tmp/go-build1432051999/b593/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/certificates/v1beta1=/tmp/go-build1432051999/b595/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1=/tmp/go-build1432051999/b597/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/coordination/v1beta1=/tmp/go-build1432051999/b599/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/core/v1=/tmp/go-build1432051999/b601/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1=/tmp/go-build1432051999/b603/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/discovery/v1beta1=/tmp/go-build1432051999/b605/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1=/tmp/go-build1432051999/b607/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/events/v1beta1=/tmp/go-build1432051999/b609/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/extensions/v1beta1=/tmp/go-build1432051999/b611/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1=/tmp/go-build1432051999/b613/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1=/tmp/go-build1432051999/b615/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1=/tmp/go-build1432051999/b617/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/networking/v1beta1=/tmp/go-build1432051999/b619/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1=/tmp/go-build1432051999/b621/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1alpha1=/tmp/go-build1432051999/b623/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/node/v1beta1=/tmp/go-build1432051999/b625/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1=/tmp/go-build1432051999/b627/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/policy/v1beta1=/tmp/go-build1432051999/b629/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1=/tmp/go-build1432051999/b631/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1=/tmp/go-build1432051999/b633/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/rbac/v1beta1=/tmp/go-build1432051999/b635/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1=/tmp/go-build1432051999/b637/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1=/tmp/go-build1432051999/b639/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/scheduling/v1beta1=/tmp/go-build1432051999/b641/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1=/tmp/go-build1432051999/b643/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1alpha1=/tmp/go-build1432051999/b645/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/typed/storage/v1beta1=/tmp/go-build1432051999/b647/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/flowcontrol=/tmp/go-build1432051999/b557/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/errors=/tmp/go-build1432051999/b483/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming=/tmp/go-build1432051999/b535/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock=/tmp/go-build1432051999/b536/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build1432051999/b537/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/version=/tmp/go-build1432051999/b538/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec=/tmp/go-build1432051999/b539/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/rest/watch=/tmp/go-build1432051999/b554/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api=/tmp/go-build1432051999/b546/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/transport=/tmp/go-build1432051999/b548/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/cert=/tmp/go-build1432051999/b555/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/api/meta=/tmp/go-build1432051999/b562/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build1432051999/b492/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/cache=/tmp/go-build1432051999/b650/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/diff=/tmp/go-build1432051999/b651/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/wait=/tmp/go-build1432051999/b549/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/pager=/tmp/go-build1432051999/b652/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/utils/buffer=/tmp/go-build1432051999/b655/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/utils/trace=/tmp/go-build1432051999/b656/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/imdario/mergo=/tmp/go-build1432051999/b658/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/spf13/pflag=/tmp/go-build1432051999/b659/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/term=/tmp/go-build1432051999/b541/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/auth=/tmp/go-build1432051999/b661/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/latest=/tmp/go-build1432051999/b662/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/homedir=/tmp/go-build1432051999/b664/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/time/rate=/tmp/go-build1432051999/b553/_pkg_.a packagefile database/sql/driver=/tmp/go-build1432051999/b789/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/asaskevich/govalidator=/tmp/go-build1432051999/b820/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/errors=/tmp/go-build1432051999/b821/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mitchellh/mapstructure=/tmp/go-build1432051999/b317/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson=/tmp/go-build1432051999/b822/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build1432051999/b826/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build1432051999/b827/_pkg_.a packagefile net/mail=/tmp/go-build1432051999/b743/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/swag=/tmp/go-build1432051999/b831/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/validate=/tmp/go-build1432051999/b836/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/log=/tmp/go-build1432051999/b786/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/goleak=/tmp/go-build1432051999/b780/_pkg_.a packagefile testing=/tmp/go-build1432051999/b426/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/stretchr/testify/assert=/tmp/go-build1432051999/b776/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opentracing/opentracing-go/ext=/tmp/go-build1432051999/b802/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/baggage=/tmp/go-build1432051999/b803/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/reporterstats=/tmp/go-build1432051999/b804/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/spanlog=/tmp/go-build1432051999/b805/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/internal/throttler=/tmp/go-build1432051999/b806/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/log=/tmp/go-build1432051999/b807/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift=/tmp/go-build1432051999/b808/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger=/tmp/go-build1432051999/b811/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling=/tmp/go-build1432051999/b812/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore=/tmp/go-build1432051999/b813/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/utils=/tmp/go-build1432051999/b814/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-lib/metrics=/tmp/go-build1432051999/b816/_pkg_.a packagefile html=/tmp/go-build1432051999/b209/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus/testutil=/tmp/go-build1432051999/b773/_pkg_.a packagefile crypto/internal/randutil=/tmp/go-build1432051999/b090/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/dennwc/varint=/tmp/go-build1432051999/b791/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/snappy=/tmp/go-build1432051999/b797/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/sys/internal/unsafeheader=/tmp/go-build1432051999/b201/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse=/tmp/go-build1432051999/b852/_pkg_.a packagefile go/doc/comment=/tmp/go-build1432051999/b457/_pkg_.a packagefile internal/lazyregexp=/tmp/go-build1432051999/b458/_pkg_.a packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1432051999/b131/_pkg_.a packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1432051999/b133/_pkg_.a packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1432051999/b134/_pkg_.a packagefile mime/quotedprintable=/tmp/go-build1432051999/b140/_pkg_.a packagefile internal/intern=/tmp/go-build1432051999/b080/_pkg_.a packagefile crypto/internal/alias=/tmp/go-build1432051999/b087/_pkg_.a packagefile crypto/internal/edwards25519/field=/tmp/go-build1432051999/b097/_pkg_.a packagefile crypto/internal/nistec=/tmp/go-build1432051999/b098/_pkg_.a packagefile crypto/internal/bigmod=/tmp/go-build1432051999/b103/_pkg_.a packagefile crypto/internal/boring/bbig=/tmp/go-build1432051999/b104/_pkg_.a packagefile crypto/internal/edwards25519=/tmp/go-build1432051999/b110/_pkg_.a packagefile crypto/internal/boring/sig=/tmp/go-build1432051999/b089/_pkg_.a packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1432051999/b124/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1432051999/b125/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1432051999/b126/_pkg_.a packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build1432051999/b127/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/prototext=/tmp/go-build1432051999/b156/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/encoding/protowire=/tmp/go-build1432051999/b157/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/reflect/protodesc=/tmp/go-build1432051999/b174/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1432051999/b173/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/any=/tmp/go-build1432051999/b186/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/duration=/tmp/go-build1432051999/b188/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/fs=/tmp/go-build1432051999/b198/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs/internal/util=/tmp/go-build1432051999/b199/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1432051999/b191/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/timeseries=/tmp/go-build1432051999/b207/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1432051999/b216/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1432051999/b218/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/unicode/norm=/tmp/go-build1432051999/b219/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/context/ctxhttp=/tmp/go-build1432051999/b223/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build1432051999/b238/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build1432051999/b239/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build1432051999/b235/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build1432051999/b236/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight=/tmp/go-build1432051999/b237/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client=/tmp/go-build1432051999/b241/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/request=/tmp/go-build1432051999/b243/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build1432051999/b246/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts=/tmp/go-build1432051999/b248/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface=/tmp/go-build1432051999/b258/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build1432051999/b260/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds=/tmp/go-build1432051999/b261/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds=/tmp/go-build1432051999/b263/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/csm=/tmp/go-build1432051999/b269/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/defaults=/tmp/go-build1432051999/b270/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build1432051999/b250/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build1432051999/b251/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build1432051999/b242/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build1432051999/b273/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build1432051999/b244/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build1432051999/b252/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query=/tmp/go-build1432051999/b284/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build1432051999/b267/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/azure-sdk-for-go/version=/tmp/go-build1432051999/b290/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/date=/tmp/go-build1432051999/b293/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/to=/tmp/go-build1432051999/b301/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/validation=/tmp/go-build1432051999/b302/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/tracing=/tmp/go-build1432051999/b295/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/logger=/tmp/go-build1432051999/b294/_pkg_.a packagefile net/http/cookiejar=/tmp/go-build1432051999/b299/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang-jwt/jwt/v4=/tmp/go-build1432051999/b296/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12=/tmp/go-build1432051999/b297/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-cleanhttp=/tmp/go-build1432051999/b306/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-hclog=/tmp/go-build1432051999/b307/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-rootcerts=/tmp/go-build1432051999/b311/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/serf/coordinate=/tmp/go-build1432051999/b312/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/digitalocean/godo/metrics=/tmp/go-build1432051999/b320/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-querystring/query=/tmp/go-build1432051999/b321/_pkg_.a packagefile encoding/base32=/tmp/go-build1432051999/b324/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv4=/tmp/go-build1432051999/b325/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/ipv6=/tmp/go-build1432051999/b329/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/cloud.google.com/go/compute/metadata=/tmp/go-build1432051999/b333/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/authhandler=/tmp/go-build1432051999/b334/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/google/internal/externalaccount=/tmp/go-build1432051999/b335/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jws=/tmp/go-build1432051999/b336/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/jwt=/tmp/go-build1432051999/b337/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi=/tmp/go-build1432051999/b339/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/gensupport=/tmp/go-build1432051999/b341/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/option/internaloption=/tmp/go-build1432051999/b397/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http=/tmp/go-build1432051999/b398/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal=/tmp/go-build1432051999/b395/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/impersonate=/tmp/go-build1432051999/b396/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc=/tmp/go-build1432051999/b353/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/internal/instrumentation=/tmp/go-build1432051999/b424/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema=/tmp/go-build1432051999/b425/_pkg_.a packagefile net/http/httputil=/tmp/go-build1432051999/b247/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-resty/resty/v2=/tmp/go-build1432051999/b667/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/duration=/tmp/go-build1432051999/b669/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/linode/linodego/internal/parseabletime=/tmp/go-build1432051999/b670/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/container=/tmp/go-build1432051999/b674/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/mount=/tmp/go-build1432051999/b676/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/network=/tmp/go-build1432051999/b682/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/registry=/tmp/go-build1432051999/b683/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/nat=/tmp/go-build1432051999/b678/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-units=/tmp/go-build1432051999/b679/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1432051999/b684/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/versions=/tmp/go-build1432051999/b681/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build1432051999/b688/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/platforms=/tmp/go-build1432051999/b690/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/distribution/reference=/tmp/go-build1432051999/b694/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api=/tmp/go-build1432051999/b696/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/events=/tmp/go-build1432051999/b697/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/image=/tmp/go-build1432051999/b698/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/time=/tmp/go-build1432051999/b699/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/volume=/tmp/go-build1432051999/b700/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/errdefs=/tmp/go-build1432051999/b701/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/sockets=/tmp/go-build1432051999/b703/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/go-connections/tlsconfig=/tmp/go-build1432051999/b706/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/go-digest=/tmp/go-build1432051999/b685/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tokens=/tmp/go-build1432051999/b710/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/ec2tokens=/tmp/go-build1432051999/b713/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/oauth1=/tmp/go-build1432051999/b715/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/tokens=/tmp/go-build1432051999/b714/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/utils=/tmp/go-build1432051999/b716/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/async=/tmp/go-build1432051999/b723/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/errors=/tmp/go-build1432051999/b724/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/marshaler=/tmp/go-build1432051999/b725/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/parameter=/tmp/go-build1432051999/b726/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/namegenerator=/tmp/go-build1432051999/b727/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1=/tmp/go-build1432051999/b733/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/validation=/tmp/go-build1432051999/b731/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/internal/auth=/tmp/go-build1432051999/b729/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/scaleway/scaleway-sdk-go/logger=/tmp/go-build1432051999/b730/_pkg_.a packagefile net/rpc=/tmp/go-build1432051999/b737/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/udpa/annotations=/tmp/go-build1432051999/b742/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build1432051999/b744/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/cncf/xds/go/xds/core/v3=/tmp/go-build1432051999/b745/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build1432051999/b747/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build1432051999/b748/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build1432051999/b749/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/struct=/tmp/go-build1432051999/b752/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/wrappers=/tmp/go-build1432051999/b750/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/emptypb=/tmp/go-build1432051999/b754/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1432051999/b348/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/codes=/tmp/go-build1432051999/b349/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status=/tmp/go-build1432051999/b347/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1432051999/b179/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1432051999/b189/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/json=/tmp/go-build1432051999/b352/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1432051999/b161/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/errors=/tmp/go-build1432051999/b158/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filedesc=/tmp/go-build1432051999/b176/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/flags=/tmp/go-build1432051999/b165/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/genid=/tmp/go-build1432051999/b168/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/order=/tmp/go-build1432051999/b169/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/pragma=/tmp/go-build1432051999/b163/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/set=/tmp/go-build1432051999/b170/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/strs=/tmp/go-build1432051999/b166/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/filetype=/tmp/go-build1432051999/b181/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/impl=/tmp/go-build1432051999/b182/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/version=/tmp/go-build1432051999/b184/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/gopkg.in/inf.v0=/tmp/go-build1432051999/b435/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect=/tmp/go-build1432051999/b439/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/diff=/tmp/go-build1432051999/b444/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build1432051999/b445/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/function=/tmp/go-build1432051999/b446/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/google/go-cmp/cmp/internal/value=/tmp/go-build1432051999/b447/_pkg_.a packagefile go/scanner=/tmp/go-build1432051999/b455/_pkg_.a packagefile go/build/constraint=/tmp/go-build1432051999/b460/_pkg_.a packagefile go/internal/typeparams=/tmp/go-build1432051999/b461/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/openapiv2=/tmp/go-build1432051999/b478/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build1432051999/b484/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/version=/tmp/go-build1432051999/b493/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/kubernetes/scheme=/tmp/go-build1432051999/b494/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1=/tmp/go-build1432051999/b495/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1=/tmp/go-build1432051999/b560/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/admissionregistration/v1beta1=/tmp/go-build1432051999/b496/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1=/tmp/go-build1432051999/b569/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build1432051999/b497/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1=/tmp/go-build1432051999/b571/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1=/tmp/go-build1432051999/b498/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v1=/tmp/go-build1432051999/b505/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1=/tmp/go-build1432051999/b573/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v1=/tmp/go-build1432051999/b575/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta1=/tmp/go-build1432051999/b499/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1=/tmp/go-build1432051999/b577/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/apps/v1beta2=/tmp/go-build1432051999/b500/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2=/tmp/go-build1432051999/b579/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1=/tmp/go-build1432051999/b501/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authentication/v1beta1=/tmp/go-build1432051999/b502/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1=/tmp/go-build1432051999/b503/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/authorization/v1beta1=/tmp/go-build1432051999/b504/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta1=/tmp/go-build1432051999/b506/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta1=/tmp/go-build1432051999/b586/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/autoscaling/v2beta2=/tmp/go-build1432051999/b507/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2=/tmp/go-build1432051999/b588/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1=/tmp/go-build1432051999/b508/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1=/tmp/go-build1432051999/b590/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/batch/v1beta1=/tmp/go-build1432051999/b509/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/batch/v1beta1=/tmp/go-build1432051999/b592/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1=/tmp/go-build1432051999/b510/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1=/tmp/go-build1432051999/b594/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/certificates/v1beta1=/tmp/go-build1432051999/b511/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/certificates/v1beta1=/tmp/go-build1432051999/b596/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1=/tmp/go-build1432051999/b512/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1=/tmp/go-build1432051999/b598/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/coordination/v1beta1=/tmp/go-build1432051999/b513/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/coordination/v1beta1=/tmp/go-build1432051999/b600/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1=/tmp/go-build1432051999/b523/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/policy/v1beta1=/tmp/go-build1432051999/b524/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build1432051999/b574/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/reference=/tmp/go-build1432051999/b602/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/discovery/v1=/tmp/go-build1432051999/b514/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1=/tmp/go-build1432051999/b604/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/discovery/v1beta1=/tmp/go-build1432051999/b606/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1=/tmp/go-build1432051999/b515/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1=/tmp/go-build1432051999/b608/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/events/v1beta1=/tmp/go-build1432051999/b516/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1=/tmp/go-build1432051999/b610/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/extensions/v1beta1=/tmp/go-build1432051999/b517/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1=/tmp/go-build1432051999/b612/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1alpha1=/tmp/go-build1432051999/b518/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1=/tmp/go-build1432051999/b614/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/flowcontrol/v1beta1=/tmp/go-build1432051999/b519/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1=/tmp/go-build1432051999/b616/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1=/tmp/go-build1432051999/b618/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1=/tmp/go-build1432051999/b620/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1=/tmp/go-build1432051999/b520/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1=/tmp/go-build1432051999/b622/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1alpha1=/tmp/go-build1432051999/b521/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1alpha1=/tmp/go-build1432051999/b624/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/node/v1beta1=/tmp/go-build1432051999/b522/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/node/v1beta1=/tmp/go-build1432051999/b626/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1=/tmp/go-build1432051999/b628/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/policy/v1beta1=/tmp/go-build1432051999/b630/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1=/tmp/go-build1432051999/b525/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1=/tmp/go-build1432051999/b632/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1alpha1=/tmp/go-build1432051999/b526/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1alpha1=/tmp/go-build1432051999/b634/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/rbac/v1beta1=/tmp/go-build1432051999/b527/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/rbac/v1beta1=/tmp/go-build1432051999/b636/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1=/tmp/go-build1432051999/b528/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1=/tmp/go-build1432051999/b638/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1alpha1=/tmp/go-build1432051999/b529/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1alpha1=/tmp/go-build1432051999/b640/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/scheduling/v1beta1=/tmp/go-build1432051999/b530/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/scheduling/v1beta1=/tmp/go-build1432051999/b642/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1=/tmp/go-build1432051999/b531/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1=/tmp/go-build1432051999/b644/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1alpha1=/tmp/go-build1432051999/b532/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1alpha1=/tmp/go-build1432051999/b646/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/api/storage/v1beta1=/tmp/go-build1432051999/b533/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1=/tmp/go-build1432051999/b648/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/utils/integer=/tmp/go-build1432051999/b558/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/davecgh/go-spew/spew=/tmp/go-build1432051999/b540/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/install=/tmp/go-build1432051999/b542/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1=/tmp/go-build1432051999/b543/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1=/tmp/go-build1432051999/b544/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=/tmp/go-build1432051999/b545/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/connrotation=/tmp/go-build1432051999/b550/_pkg_.a packagefile os/exec=/tmp/go-build1432051999/b262/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/util/keyutil=/tmp/go-build1432051999/b556/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/internalversion=/tmp/go-build1432051999/b653/_pkg_.a packagefile encoding/csv=/tmp/go-build1432051999/b660/_pkg_.a packagefile flag=/tmp/go-build1432051999/b427/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build1432051999/b485/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning=/tmp/go-build1432051999/b491/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/tools/clientcmd/api/v1=/tmp/go-build1432051999/b663/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build1432051999/b823/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build1432051999/b825/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build1432051999/b828/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jlexer=/tmp/go-build1432051999/b832/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/jwriter=/tmp/go-build1432051999/b834/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis=/tmp/go-build1432051999/b837/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonpointer=/tmp/go-build1432051999/b839/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/loads=/tmp/go-build1432051999/b845/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/runtime=/tmp/go-build1432051999/b846/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec=/tmp/go-build1432051999/b840/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.uber.org/goleak/internal/stack=/tmp/go-build1432051999/b781/_pkg_.a packagefile internal/sysinfo=/tmp/go-build1432051999/b428/_pkg_.a packagefile runtime/trace=/tmp/go-build1432051999/b407/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/pmezard/go-difflib/difflib=/tmp/go-build1432051999/b777/_pkg_.a packagefile net/http/httptest=/tmp/go-build1432051999/b778/_pkg_.a packagefile compress/zlib=/tmp/go-build1432051999/b809/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent=/tmp/go-build1432051999/b815/_pkg_.a packagefile vendor/golang.org/x/text/transform=/tmp/go-build1432051999/b132/_pkg_.a packagefile crypto/internal/nistec/fiat=/tmp/go-build1432051999/b099/_pkg_.a packagefile embed=/tmp/go-build1432051999/b100/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/text=/tmp/go-build1432051999/b164/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build1432051999/b175/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/transform=/tmp/go-build1432051999/b217/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build1432051999/b254/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso=/tmp/go-build1432051999/b264/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/sso/ssoiface=/tmp/go-build1432051999/b268/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/tmp/go-build1432051999/b271/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=/tmp/go-build1432051999/b274/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/jmespath/go-jmespath=/tmp/go-build1432051999/b245/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/internal/sdkmath=/tmp/go-build1432051999/b253/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build1432051999/b256/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build1432051999/b257/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build1432051999/b266/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build1432051999/b298/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/fatih/color=/tmp/go-build1432051999/b308/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mattn/go-isatty=/tmp/go-build1432051999/b310/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/armon/go-metrics=/tmp/go-build1432051999/b313/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/bpf=/tmp/go-build1432051999/b326/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/iana=/tmp/go-build1432051999/b327/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socket=/tmp/go-build1432051999/b328/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build1432051999/b340/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2=/tmp/go-build1432051999/b342/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp=/tmp/go-build1432051999/b399/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/googleapi/transport=/tmp/go-build1432051999/b418/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/cert=/tmp/go-build1432051999/b419/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/http/internal/propagation=/tmp/go-build1432051999/b420/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/api/transport/internal/dca=/tmp/go-build1432051999/b421/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/backoff=/tmp/go-build1432051999/b354/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer=/tmp/go-build1432051999/b355/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/base=/tmp/go-build1432051999/b366/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/roundrobin=/tmp/go-build1432051999/b367/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/connectivity=/tmp/go-build1432051999/b356/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/credentials=/tmp/go-build1432051999/b359/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding=/tmp/go-build1432051999/b369/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/encoding/proto=/tmp/go-build1432051999/b370/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/grpclog=/tmp/go-build1432051999/b357/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal=/tmp/go-build1432051999/b362/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/backoff=/tmp/go-build1432051999/b371/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/balancerload=/tmp/go-build1432051999/b372/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/binarylog=/tmp/go-build1432051999/b373/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/buffer=/tmp/go-build1432051999/b376/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/channelz=/tmp/go-build1432051999/b377/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/envconfig=/tmp/go-build1432051999/b378/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcrand=/tmp/go-build1432051999/b368/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcsync=/tmp/go-build1432051999/b379/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpcutil=/tmp/go-build1432051999/b375/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver=/tmp/go-build1432051999/b380/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/dns=/tmp/go-build1432051999/b382/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build1432051999/b384/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/resolver/unix=/tmp/go-build1432051999/b385/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1432051999/b381/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport=/tmp/go-build1432051999/b387/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/keepalive=/tmp/go-build1432051999/b390/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/metadata=/tmp/go-build1432051999/b365/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/peer=/tmp/go-build1432051999/b391/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/resolver=/tmp/go-build1432051999/b363/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/serviceconfig=/tmp/go-build1432051999/b364/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/stats=/tmp/go-build1432051999/b392/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/tap=/tmp/go-build1432051999/b393/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/publicsuffix=/tmp/go-build1432051999/b668/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/blkiodev=/tmp/go-build1432051999/b675/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/docker/api/types/strslice=/tmp/go-build1432051999/b677/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/opencontainers/image-spec/specs-go=/tmp/go-build1432051999/b686/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/errdefs=/tmp/go-build1432051999/b691/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/containerd/containerd/log=/tmp/go-build1432051999/b692/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/distribution/digestset=/tmp/go-build1432051999/b695/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/docker/distribution/registry/api/errcode=/tmp/go-build1432051999/b702/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/sirupsen/logrus=/tmp/go-build1432051999/b693/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/proxy=/tmp/go-build1432051999/b704/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/openstack/identity/v2/tenants=/tmp/go-build1432051999/b711/_pkg_.a packagefile encoding/gob=/tmp/go-build1432051999/b738/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/structpb=/tmp/go-build1432051999/b753/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1432051999/b751/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/status=/tmp/go-build1432051999/b350/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/detrand=/tmp/go-build1432051999/b159/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descfmt=/tmp/go-build1432051999/b177/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/descopts=/tmp/go-build1432051999/b178/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build1432051999/b183/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/compiler=/tmp/go-build1432051999/b479/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf=/tmp/go-build1432051999/b490/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build1432051999/b486/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build1432051999/b561/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/internal=/tmp/go-build1432051999/b566/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build1432051999/b567/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1=/tmp/go-build1432051999/b654/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/framer=/tmp/go-build1432051999/b487/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/yaml=/tmp/go-build1432051999/b488/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/yaml=/tmp/go-build1432051999/b489/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build1432051999/b824/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-stack/stack=/tmp/go-build1432051999/b829/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/josharian/intern=/tmp/go-build1432051999/b833/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mailru/easyjson/buffer=/tmp/go-build1432051999/b835/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/analysis/internal=/tmp/go-build1432051999/b838/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/go-openapi/jsonreference=/tmp/go-build1432051999/b841/_pkg_.a packagefile net/http/internal/testcert=/tmp/go-build1432051999/b779/_pkg_.a packagefile hash/adler32=/tmp/go-build1432051999/b810/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build1432051999/b265/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/mattn/go-colorable=/tmp/go-build1432051999/b309/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/go-immutable-radix=/tmp/go-build1432051999/b314/_pkg_.a packagefile os/signal=/tmp/go-build1432051999/b316/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror=/tmp/go-build1432051999/b343/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/plugin/ochttp/propagation/b3=/tmp/go-build1432051999/b400/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats=/tmp/go-build1432051999/b409/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/view=/tmp/go-build1432051999/b415/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/tag=/tmp/go-build1432051999/b413/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace=/tmp/go-build1432051999/b401/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/propagation=/tmp/go-build1432051999/b408/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/attributes=/tmp/go-build1432051999/b360/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/credentials=/tmp/go-build1432051999/b361/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/grpclog=/tmp/go-build1432051999/b358/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build1432051999/b374/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build1432051999/b383/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1432051999/b386/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/metadata=/tmp/go-build1432051999/b388/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/grpc/internal/syscall=/tmp/go-build1432051999/b389/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/net/internal/socks=/tmp/go-build1432051999/b705/_pkg_.a packagefile internal/saferio=/tmp/go-build1432051999/b739/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/extensions=/tmp/go-build1432051999/b480/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gnostic/jsonschema=/tmp/go-build1432051999/b481/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/fieldpath=/tmp/go-build1432051999/b563/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/typed=/tmp/go-build1432051999/b565/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/purell=/tmp/go-build1432051999/b842/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/hashicorp/golang-lru/simplelru=/tmp/go-build1432051999/b315/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build1432051999/b344/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build1432051999/b346/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricdata=/tmp/go-build1432051999/b410/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/stats/internal=/tmp/go-build1432051999/b412/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/internal/tagencoding=/tmp/go-build1432051999/b416/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/metric/metricproducer=/tmp/go-build1432051999/b417/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/resource=/tmp/go-build1432051999/b411/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/golang/groupcache/lru=/tmp/go-build1432051999/b402/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/internal=/tmp/go-build1432051999/b403/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/internal=/tmp/go-build1432051999/b405/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io/trace/tracestate=/tmp/go-build1432051999/b406/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/sigs.k8s.io/structured-merge-diff/v4/schema=/tmp/go-build1432051999/b564/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/github.com/PuerkitoBio/urlesc=/tmp/go-build1432051999/b843/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/golang.org/x/text/width=/tmp/go-build1432051999/b844/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build1432051999/b345/_pkg_.a packagefile github.com/prometheus/prometheus/vendor/go.opencensus.io=/tmp/go-build1432051999/b404/_pkg_.a modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/prometheus/prometheus/cmd/promtool\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-ldflags=\"-X github.com/prometheus/common/version.Version=2.32.1 -X github.com/prometheus/common/version.Revision=1.oc9 -X github.com/prometheus/common/version.Branch=tarball -X github.com/prometheus/common/version.BuildDate=20240815 -X github.com/prometheus/prometheus/version=2.32.1 -B 0x60aeea063dc9592a770cff17c7723c698c2baf6f -compressdwarf=false -linkmode=external -extldflags '-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 '\"\nbuild\t-tags=rpm_crashtraceback,netgo,builtinassets\nbuild\tDefaultGODEBUG=panicnil=1\nbuild\tCGO_ENABLED=1\nbuild\tCGO_CFLAGS=\nbuild\tCGO_CPPFLAGS=\nbuild\tCGO_CXXFLAGS=\nbuild\tCGO_LDFLAGS=\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2" EOF mkdir -p $WORK/b001/exe/ cd . /usr/lib/golang/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=panicnil=1 -buildmode=pie -buildid=V9tGh0DSxwNqq4HWC28D/zMglhY7GdnUGgqoIGgjD/R4kjDAH8O7yIEEK4cU3M/V9tGh0DSxwNqq4HWC28D -X github.com/prometheus/common/version.Version=2.32.1 -X github.com/prometheus/common/version.Revision=1.oc9 -X github.com/prometheus/common/version.Branch=tarball -X github.com/prometheus/common/version.BuildDate=20240815 -X github.com/prometheus/prometheus/version=2.32.1 -B 0x60aeea063dc9592a770cff17c7723c698c2baf6f -compressdwarf=false -linkmode=external -extldflags "-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 " -extld=gcc $WORK/b001/_pkg_.a /usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b001/exe/a.out # internal mkdir -p /builddir/build/BUILD/prometheus-2.32.1/_build/bin/ mv $WORK/b001/exe/a.out /builddir/build/BUILD/prometheus-2.32.1/_build/bin/promtool rm -r $WORK/b001/ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BiRInk + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64 ++ dirname /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64 + cd prometheus-2.32.1 + cd /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus + IFS= + gosupfiles= + mapfile -t gosupfilesA + go-rpm-integration install -i github.com/prometheus/prometheus -b /builddir/build/BUILD/prometheus-2.32.1/_build/bin -s /builddir/build/BUILD/prometheus-2.32.1/_build -o golang-github-prometheus-devel.file-list -O /builddir/build/BUILD/prometheus-2.32.1 -V 2.32.1-1.oc9 -p /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64 -g /usr/share/gocode -r '.*example.*' Installing: github.com/prometheus/prometheus + IFS= +++ realpath -e --relative-base=. docs CODE_OF_CONDUCT.md CONTRIBUTING.md MAINTAINERS.md SECURITY.md CHANGELOG.md README.md RELEASE.md +++ sort -u ++ listfiles_include='CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md MAINTAINERS.md README.md RELEASE.md SECURITY.md docs' ++ echo 'CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md MAINTAINERS.md README.md RELEASE.md SECURITY.md docs' + godocs='CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md MAINTAINERS.md README.md RELEASE.md SECURITY.md docs' + [[ -n CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md MAINTAINERS.md README.md RELEASE.md SECURITY.md docs ]] + IFS= + read -r f + echo %doc '"CHANGELOG.md"' + IFS= + read -r f + echo %doc '"CODE_OF_CONDUCT.md"' + IFS= + read -r f + echo %doc '"CONTRIBUTING.md"' + IFS= + read -r f + echo %doc '"MAINTAINERS.md"' + IFS= + read -r f + echo %doc '"README.md"' + IFS= + read -r f + echo %doc '"RELEASE.md"' + IFS= + read -r f + echo %doc '"SECURITY.md"' + IFS= + read -r f + echo %doc '"docs"' + IFS= + read -r f + IFS= +++ realpath -e --relative-base=. LICENSE NOTICE +++ sort -u ++ listfiles_include='LICENSE NOTICE' ++ echo 'LICENSE NOTICE' + golicenses='LICENSE NOTICE' + [[ -n LICENSE NOTICE ]] + IFS= + read -r f + echo %license '"LICENSE"' + IFS= + read -r f + echo %license '"NOTICE"' + IFS= + read -r f + install -m 0755 -vd /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/bin install: creating directory '/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/bin' + install -m 0755 -vp /builddir/build/BUILD/prometheus-2.32.1/_build/bin/prometheus /builddir/build/BUILD/prometheus-2.32.1/_build/bin/promtool /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/bin/ '/builddir/build/BUILD/prometheus-2.32.1/_build/bin/prometheus' -> '/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/bin/prometheus' '/builddir/build/BUILD/prometheus-2.32.1/_build/bin/promtool' -> '/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/bin/promtool' + install -Dpm0644 /builddir/build/SOURCES/prometheus.sysusers /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/lib/sysusers.d/prometheus.conf + install -Dpm0644 /builddir/build/SOURCES/prometheus.service /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/lib/systemd/system/prometheus.service + install -Dpm0644 /builddir/build/SOURCES/prometheus.conf /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/etc/default/prometheus + install -Dpm0644 /builddir/build/SOURCES/prometheus.yml /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/etc/prometheus/prometheus.yml + install -Dpm0644 /builddir/build/SOURCES/prometheus.logrotate /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/etc/logrotate.d/prometheus + mkdir -vp /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/etc/prometheus/consoles mkdir: created directory '/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/etc/prometheus/consoles' + install -Dpm0644 /builddir/build/SOURCES/README.consoles /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/etc/prometheus/consoles/README.consoles + mkdir -vp /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/etc/prometheus/console_libraries mkdir: created directory '/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/etc/prometheus/console_libraries' + install -Dpm0644 /builddir/build/SOURCES/README.consoles /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/etc/prometheus/console_libraries/README.consoles + mkdir -vp /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/var/lib/prometheus mkdir: created directory '/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/var' mkdir: created directory '/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/var/lib' mkdir: created directory '/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/var/lib/prometheus' + mkdir -vp /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64//usr/share/man/man1/ mkdir: created directory '/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64//usr/share/man' mkdir: created directory '/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64//usr/share/man/man1/' + /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/bin/prometheus --help-man + /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/bin/promtool --help-man + sed -i '/^ /d; /^.SH "NAME"/,+1c.SH "NAME"\nprometheus \\- The Prometheus monitoring server' /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64//usr/share/man/man1/prometheus.1 + sed -i '/^ /d; /^.SH "NAME"/,+1c.SH "NAME"\npromtool \\- Tooling for the Prometheus monitoring system' /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64//usr/share/man/man1/promtool.1 + /usr/bin/find-debuginfo -j32 --strict-build-id -m -i --build-id-seed 2.32.1-1.oc9 --unique-debug-suffix -2.32.1-1.oc9.x86_64 --unique-debug-src-base golang-github-prometheus-2.32.1-1.oc9.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/prometheus-2.32.1 extracting debug info from /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/bin/promtool extracting debug info from /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/bin/prometheus warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/bin/promtool. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/bin/prometheus. Use `info auto-load python-scripts [REGEXP]' to list them. 137913 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/OpenCloudOS/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/OpenCloudOS/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/OpenCloudOS/brp-mangle-shebangs + /usr/lib/rpm/OpenCloudOS/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/OpenCloudOS/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MGbNwg + umask 022 + cd /builddir/build/BUILD + cd prometheus-2.32.1 + GO_LDFLAGS=' -X github.com/prometheus/prometheus/version=2.32.1' + GO_TEST_FLAGS='-buildmode pie -compiler gc' + GO_TEST_EXT_LD_FLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 ' + go-rpm-integration check -i github.com/prometheus/prometheus -b /builddir/build/BUILD/prometheus-2.32.1/_build/bin -s /builddir/build/BUILD/prometheus-2.32.1/_build -V 2.32.1-1.oc9 -p /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64 -g /usr/share/gocode -r '.*example.*' -t cmd -d scrape -d template -d promql -t discovery -d web -d config Testing in: /builddir/build/BUILD/prometheus-2.32.1/_build/src PATH: /builddir/build/BUILD/prometheus-2.32.1/_build/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin GOPATH: /builddir/build/BUILD/prometheus-2.32.1/_build:/usr/share/gocode GO111MODULE: off command: go test -buildmode pie -compiler gc -ldflags " -X github.com/prometheus/prometheus/version=2.32.1 -extldflags '-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 '" testing: github.com/prometheus/prometheus github.com/prometheus/prometheus/model/exemplar ? github.com/prometheus/prometheus/model/exemplar [no test files] github.com/prometheus/prometheus/model/labels PASS ok github.com/prometheus/prometheus/model/labels 0.004s github.com/prometheus/prometheus/model/labels PASS ok github.com/prometheus/prometheus/model/labels 0.003s github.com/prometheus/prometheus/model/relabel PASS ok github.com/prometheus/prometheus/model/relabel 0.003s github.com/prometheus/prometheus/model/relabel PASS ok github.com/prometheus/prometheus/model/relabel 0.003s github.com/prometheus/prometheus/model/rulefmt PASS ok github.com/prometheus/prometheus/model/rulefmt 0.012s github.com/prometheus/prometheus/model/rulefmt PASS ok github.com/prometheus/prometheus/model/rulefmt 0.011s github.com/prometheus/prometheus/model/textparse PASS ok github.com/prometheus/prometheus/model/textparse 0.004s github.com/prometheus/prometheus/model/textparse PASS ok github.com/prometheus/prometheus/model/textparse 0.004s github.com/prometheus/prometheus/model/timestamp ? github.com/prometheus/prometheus/model/timestamp [no test files] github.com/prometheus/prometheus/model/value ? github.com/prometheus/prometheus/model/value [no test files] github.com/prometheus/prometheus/notifier PASS ok github.com/prometheus/prometheus/notifier 0.024s github.com/prometheus/prometheus/notifier PASS ok github.com/prometheus/prometheus/notifier 0.027s github.com/prometheus/prometheus/prompb ? github.com/prometheus/prometheus/prompb [no test files] github.com/prometheus/prometheus/promql/parser parser panic: runtime error: index out of range [123] with length 0 goroutine 351 [running]: github.com/prometheus/prometheus/promql/parser.(*parser).recover(0x0?, 0xc000efff10) /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/promql/parser/parse.go:276 +0xcd panic({0x56491c72cc00?, 0xc000783038?}) /usr/lib/golang/src/runtime/panic.go:914 +0x21f github.com/prometheus/prometheus/promql/parser.TestRecoverParserRuntime(0xc000583040) /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/promql/parser/parse_test.go:3726 +0xbc testing.tRunner(0xc000583040, 0x56491c756958) /usr/lib/golang/src/testing/testing.go:1595 +0xff created by testing.(*T).Run in goroutine 1 /usr/lib/golang/src/testing/testing.go:1648 +0x3ad PASS ok github.com/prometheus/prometheus/promql/parser 0.991s github.com/prometheus/prometheus/promql/parser parser panic: runtime error: index out of range [123] with length 0 goroutine 356 [running]: github.com/prometheus/prometheus/promql/parser.(*parser).recover(0x0?, 0xc000f47f10) /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/promql/parser/parse.go:276 +0xcd panic({0x56466d7cac00?, 0xc0005951d0?}) /usr/lib/golang/src/runtime/panic.go:914 +0x21f github.com/prometheus/prometheus/promql/parser.TestRecoverParserRuntime(0xc000603520) /builddir/build/BUILD/prometheus-2.32.1/_build/src/github.com/prometheus/prometheus/promql/parser/parse_test.go:3726 +0xbc testing.tRunner(0xc000603520, 0x56466d7f4958) /usr/lib/golang/src/testing/testing.go:1595 +0xff created by testing.(*T).Run in goroutine 1 /usr/lib/golang/src/testing/testing.go:1648 +0x3ad PASS ok github.com/prometheus/prometheus/promql/parser 1.042s github.com/prometheus/prometheus/rules PASS ok github.com/prometheus/prometheus/rules 32.265s github.com/prometheus/prometheus/rules PASS ok github.com/prometheus/prometheus/rules 34.147s github.com/prometheus/prometheus/storage PASS ok github.com/prometheus/prometheus/storage 0.412s github.com/prometheus/prometheus/storage PASS ok github.com/prometheus/prometheus/storage 0.620s github.com/prometheus/prometheus/storage/remote PASS ok github.com/prometheus/prometheus/storage/remote 8.363s github.com/prometheus/prometheus/storage/remote PASS ok github.com/prometheus/prometheus/storage/remote 8.292s github.com/prometheus/prometheus/tsdb level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=1.864µs level=info msg="Replaying WAL, this may take a while" level=warn msg="Unknown series references" samples=44691 exemplars=0 level=info msg="WAL segment loaded" segment=0 maxSegment=1 level=info msg="WAL segment loaded" segment=1 maxSegment=1 level=info msg="WAL replay completed" checkpoint_replay_duration=18.855µs wal_replay_duration=1.198340973s total_replay_duration=1.198365298s level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=2.168166ms level=info msg="Replaying WAL, this may take a while" level=warn msg="Unknown series references" samples=9591 exemplars=0 level=info msg="WAL segment loaded" segment=0 maxSegment=1 level=info msg="WAL segment loaded" segment=1 maxSegment=1 level=info msg="WAL replay completed" checkpoint_replay_duration=24.015µs wal_replay_duration=1.199589378s total_replay_duration=1.20179249s level=info msg="Found healthy block" mint=0 maxt=3 ulid=01J88AB59GJXBW7XN8QK7X9D8J level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=1.573µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=0 level=info msg="WAL replay completed" checkpoint_replay_duration=14.206µs wal_replay_duration=249.138µs total_replay_duration=268.575µs level=info msg="write block" mint=3 maxt=10000 ulid=01J88AB5AZXH0PEERY8565JQ1K duration=31.432596ms level=info msg="Head GC completed" duration=553.24µs level=info msg="Compactions disabled" level=info msg="Found healthy block" mint=0 maxt=3 ulid=01J88AB59GJXBW7XN8QK7X9D8J level=info msg="Found healthy block" mint=3 maxt=10000 ulid=01J88AB5AZXH0PEERY8565JQ1K level=info msg="Found healthy block" mint=15005 maxt=15006 ulid=01J88AB5EDGM2JRQAKFGTFMESC level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=2.555µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=2 level=info msg="WAL segment loaded" segment=1 maxSegment=2 level=info msg="WAL segment loaded" segment=2 maxSegment=2 level=info msg="WAL replay completed" checkpoint_replay_duration=19.547µs wal_replay_duration=1.840959ms total_replay_duration=1.866238ms level=info msg="write block" mint=15006 maxt=20000 ulid=01J88AB5FHJ8Q6JREGS9ZQ7RK8 duration=50.017491ms level=info msg="Head GC completed" duration=549.003µs level=info msg="Found healthy block" mint=10 maxt=12 ulid=01J88AB5K19DR922P6MNJEWV9M level=info msg="Found healthy block" mint=12 maxt=14 ulid=01J88AB5MAVVEECBN7CA7R6R4Y level=info msg="Found healthy block" mint=14 maxt=16 ulid=01J88AB5NEXZ2CNTH9P7D2A51D level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=1.723µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=1 level=info msg="WAL segment loaded" segment=1 maxSegment=1 level=info msg="WAL replay completed" checkpoint_replay_duration=17.383µs wal_replay_duration=2.056025ms total_replay_duration=2.077295ms level=info msg="Compactions disabled" level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=1.683µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=1 level=info msg="WAL segment loaded" segment=1 maxSegment=1 level=info msg="WAL replay completed" checkpoint_replay_duration=25.377µs wal_replay_duration=1.22362ms total_replay_duration=1.256542ms level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=1.733µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=1 level=info msg="WAL segment loaded" segment=1 maxSegment=1 level=info msg="WAL replay completed" checkpoint_replay_duration=19.296µs wal_replay_duration=1.482096ms total_replay_duration=1.50572ms level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=1.693µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=0 level=info msg="WAL replay completed" checkpoint_replay_duration=20.098µs wal_replay_duration=388.751µs total_replay_duration=416.212µs level=info msg="Compactions disabled" level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=2.505µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=0 level=info msg="WAL replay completed" checkpoint_replay_duration=16.381µs wal_replay_duration=9.307206ms total_replay_duration=9.330329ms level=info msg="write block" mint=0 maxt=1000 ulid=01J88AB5RTTX39BYQJKGJNMG97 duration=30.978702ms level=info msg="Fixing broken block" mint=1511366400000 maxt=1511368200000 ulid=01BZJ9WJQPWHGNC2W4J9TA62KC level=info msg="Found healthy block" mint=0 maxt=10 ulid=01J88AB609N07ZZG4FZHQGSZYN level=info msg="Found healthy block" mint=10 maxt=20 ulid=01J88AB61CX707T73SB73MA1G5 level=error msg="failed to read meta.json for a block during repair process; skipping" dir=/tmp/test4199039944/01J88AB62B03QJ244RCHJJ61YR err="open /tmp/test4199039944/01J88AB62B03QJ244RCHJJ61YR/meta.json: no such file or directory" level=info msg="Found healthy block" mint=50 maxt=60 ulid=01J88AB676BKJY5DHS5B0Q8NN1 level=info msg="Found healthy block" mint=50 maxt=55 ulid=01J88AB68DKM6R1JENZXPCS5WQ level=info msg="Found and deleted tmp block dir" dir=/tmp/test4199039944/01J88AB63B1QJ27H3SJ3PPNP15.tmp-for-creation level=info msg="Found and deleted tmp block dir" dir=/tmp/test4199039944/01J88AB64FN2M6QX59A2HE2X0W.tmp-for-deletion level=info msg="Found and deleted tmp block dir" dir=/tmp/test4199039944/01J88AB662QPC963Q41RRGF4Q9.tmp level=error msg="Failed to read meta.json for a block during reloadBlocks. Skipping" dir=/tmp/test4199039944/01J88AB62B03QJ244RCHJJ61YR err="open /tmp/test4199039944/01J88AB62B03QJ244RCHJJ61YR/meta.json: no such file or directory" level=info msg="Deleting obsolete block" block=01J88AB68DKM6R1JENZXPCS5WQ level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=2.275µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=0 level=info msg="WAL replay completed" checkpoint_replay_duration=16.691µs wal_replay_duration=409.78µs total_replay_duration=432.423µs series: {foo="bar"} sample 1726856143 123 sample 1726856144 124 it.Err(): ss.Err(): level=warn msg="Invalid segment file detected, truncating WAL" err="invalid magic header 1020304 in \"/tmp/test_wal_log_restore4043988588/000001\"" file=/tmp/test_wal_log_restore4043988588/000001 level=error msg="WAL corruption detected; truncating" err="invalid checksum length 3" file=/tmp/test_corrupted4035761150/000001 pos=44 level=error msg="WAL corruption detected; truncating" err="invalid entry body size 22" file=/tmp/test_corrupted202677785/000001 pos=44 level=error msg="WAL corruption detected; truncating" err="unexpected CRC32 checksum 1d4d95cc, want 7c1a52ff" file=/tmp/test_corrupted491632914/000001 pos=44 level=error msg="WAL corruption detected; truncating" err="unexpected CRC32 checksum 7c1a52ff, want 1020304" file=/tmp/test_corrupted1615996103/000001 pos=44 PASS ok github.com/prometheus/prometheus/tsdb 168.646s github.com/prometheus/prometheus/tsdb level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=1.623µs level=info msg="Replaying WAL, this may take a while" level=warn msg="Unknown series references" samples=62532 exemplars=0 level=info msg="WAL segment loaded" segment=0 maxSegment=1 level=info msg="WAL segment loaded" segment=1 maxSegment=1 level=info msg="WAL replay completed" checkpoint_replay_duration=17.904µs wal_replay_duration=1.183287899s total_replay_duration=1.183310662s level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=2.140145ms level=info msg="Replaying WAL, this may take a while" level=warn msg="Unknown series references" samples=14525 exemplars=0 level=info msg="WAL segment loaded" segment=0 maxSegment=1 level=info msg="WAL segment loaded" segment=1 maxSegment=1 level=info msg="WAL replay completed" checkpoint_replay_duration=22.452µs wal_replay_duration=1.205190751s total_replay_duration=1.20736539s level=info msg="Found healthy block" mint=0 maxt=3 ulid=01J88AG7C5WRCC1AD5BSSEZ30Z level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=1.372µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=0 level=info msg="WAL replay completed" checkpoint_replay_duration=14.166µs wal_replay_duration=406.274µs total_replay_duration=426.382µs level=info msg="write block" mint=3 maxt=10000 ulid=01J88AG7DZHYSTDCHTD0GNF7GS duration=34.0657ms level=info msg="Head GC completed" duration=545.075µs level=info msg="Compactions disabled" level=info msg="Found healthy block" mint=0 maxt=3 ulid=01J88AG7C5WRCC1AD5BSSEZ30Z level=info msg="Found healthy block" mint=3 maxt=10000 ulid=01J88AG7DZHYSTDCHTD0GNF7GS level=info msg="Found healthy block" mint=15005 maxt=15006 ulid=01J88AG7HF1GEPSZFPJ1X01FAH level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=5.931µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=2 level=info msg="WAL segment loaded" segment=1 maxSegment=2 level=info msg="WAL segment loaded" segment=2 maxSegment=2 level=info msg="WAL replay completed" checkpoint_replay_duration=116.91µs wal_replay_duration=1.525598ms total_replay_duration=1.656736ms level=info msg="write block" mint=15006 maxt=20000 ulid=01J88AG7K80RZ3BNP94TE4G7T9 duration=64.794826ms level=info msg="Head GC completed" duration=560.914µs level=info msg="Found healthy block" mint=10 maxt=12 ulid=01J88AG7PMH9HQB5E0QTPPMD4B level=info msg="Found healthy block" mint=12 maxt=14 ulid=01J88AG7R71EV2J6VKBTHZKFSN level=info msg="Found healthy block" mint=14 maxt=16 ulid=01J88AG7THPQFFTJET91TRVJ9G level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=1.453µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=1 level=info msg="WAL segment loaded" segment=1 maxSegment=1 level=info msg="WAL replay completed" checkpoint_replay_duration=17.704µs wal_replay_duration=1.123832ms total_replay_duration=1.147246ms level=info msg="Compactions disabled" level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=2.424µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=1 level=info msg="WAL segment loaded" segment=1 maxSegment=1 level=info msg="WAL replay completed" checkpoint_replay_duration=22.182µs wal_replay_duration=1.343316ms total_replay_duration=1.371839ms level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=1.984µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=1 level=info msg="WAL segment loaded" segment=1 maxSegment=1 level=info msg="WAL replay completed" checkpoint_replay_duration=28.303µs wal_replay_duration=1.735022ms total_replay_duration=1.769997ms level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=1.714µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=0 level=info msg="WAL replay completed" checkpoint_replay_duration=36.429µs wal_replay_duration=290.055µs total_replay_duration=333.978µs level=info msg="Compactions disabled" level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=2.655µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=0 level=info msg="WAL replay completed" checkpoint_replay_duration=25.378µs wal_replay_duration=7.246144ms total_replay_duration=7.279768ms level=info msg="write block" mint=0 maxt=1000 ulid=01J88AG7YGM0B0WSSFXGAA2F0Q duration=59.171303ms level=info msg="Fixing broken block" mint=1511366400000 maxt=1511368200000 ulid=01BZJ9WJQPWHGNC2W4J9TA62KC level=info msg="Found healthy block" mint=0 maxt=10 ulid=01J88AG8HJVFV031G9ME1NP6R8 level=info msg="Found healthy block" mint=10 maxt=20 ulid=01J88AG90XXZNHP6MB3X458NTJ level=error msg="failed to read meta.json for a block during repair process; skipping" dir=/tmp/test2073371801/01J88AG9PN83MAE900K9VX7HGF err="open /tmp/test2073371801/01J88AG9PN83MAE900K9VX7HGF/meta.json: no such file or directory" level=info msg="Found healthy block" mint=50 maxt=60 ulid=01J88AGB92N2AS3590AS1JKX3G level=info msg="Found healthy block" mint=50 maxt=55 ulid=01J88AGBHJTHC1EWEQ72CXFVD7 level=info msg="Found and deleted tmp block dir" dir=/tmp/test2073371801/01J88AGAB33DD5MEQPEMQMV4S5.tmp-for-creation level=info msg="Found and deleted tmp block dir" dir=/tmp/test2073371801/01J88AGAMQQ273QWKY3N56DENZ.tmp-for-deletion level=info msg="Found and deleted tmp block dir" dir=/tmp/test2073371801/01J88AGAXTH3NV33F99VSMKVHB.tmp level=error msg="Failed to read meta.json for a block during reloadBlocks. Skipping" dir=/tmp/test2073371801/01J88AG9PN83MAE900K9VX7HGF err="open /tmp/test2073371801/01J88AG9PN83MAE900K9VX7HGF/meta.json: no such file or directory" level=info msg="Deleting obsolete block" block=01J88AGBHJTHC1EWEQ72CXFVD7 level=info msg="Replaying on-disk memory mappable chunks if any" level=info msg="On-disk memory mappable chunks replay completed" duration=2.245µs level=info msg="Replaying WAL, this may take a while" level=info msg="WAL segment loaded" segment=0 maxSegment=0 level=info msg="WAL replay completed" checkpoint_replay_duration=28.785µs wal_replay_duration=711.988µs total_replay_duration=747.015µs series: {foo="bar"} sample 1726856316 123 sample 1726856317 124 it.Err(): ss.Err(): level=warn msg="Invalid segment file detected, truncating WAL" err="invalid magic header 1020304 in \"/tmp/test_wal_log_restore885462660/000001\"" file=/tmp/test_wal_log_restore885462660/000001 level=error msg="WAL corruption detected; truncating" err="invalid checksum length 3" file=/tmp/test_corrupted2938107133/000001 pos=44 level=error msg="WAL corruption detected; truncating" err="invalid entry body size 22" file=/tmp/test_corrupted1727045471/000001 pos=44 level=error msg="WAL corruption detected; truncating" err="unexpected CRC32 checksum 1d4d95cc, want 7c1a52ff" file=/tmp/test_corrupted484154280/000001 pos=44 level=error msg="WAL corruption detected; truncating" err="unexpected CRC32 checksum 7c1a52ff, want 1020304" file=/tmp/test_corrupted4053263387/000001 pos=44 PASS ok github.com/prometheus/prometheus/tsdb 182.539s github.com/prometheus/prometheus/tsdb/agent PASS ok github.com/prometheus/prometheus/tsdb/agent 4.595s github.com/prometheus/prometheus/tsdb/agent PASS ok github.com/prometheus/prometheus/tsdb/agent 5.628s github.com/prometheus/prometheus/tsdb/chunkenc PASS ok github.com/prometheus/prometheus/tsdb/chunkenc 0.003s github.com/prometheus/prometheus/tsdb/chunkenc PASS ok github.com/prometheus/prometheus/tsdb/chunkenc 0.003s github.com/prometheus/prometheus/tsdb/chunks PASS ok github.com/prometheus/prometheus/tsdb/chunks 0.198s github.com/prometheus/prometheus/tsdb/chunks PASS ok github.com/prometheus/prometheus/tsdb/chunks 0.198s github.com/prometheus/prometheus/tsdb/encoding ? github.com/prometheus/prometheus/tsdb/encoding [no test files] github.com/prometheus/prometheus/tsdb/errors ? github.com/prometheus/prometheus/tsdb/errors [no test files] github.com/prometheus/prometheus/tsdb/fileutil PASS ok github.com/prometheus/prometheus/tsdb/fileutil 0.002s github.com/prometheus/prometheus/tsdb/fileutil PASS ok github.com/prometheus/prometheus/tsdb/fileutil 0.003s github.com/prometheus/prometheus/tsdb/goversion PASS ok github.com/prometheus/prometheus/tsdb/goversion 0.002s github.com/prometheus/prometheus/tsdb/goversion PASS ok github.com/prometheus/prometheus/tsdb/goversion 0.002s github.com/prometheus/prometheus/tsdb/index PASS ok github.com/prometheus/prometheus/tsdb/index 6.471s github.com/prometheus/prometheus/tsdb/index PASS ok github.com/prometheus/prometheus/tsdb/index 5.263s github.com/prometheus/prometheus/tsdb/record PASS ok github.com/prometheus/prometheus/tsdb/record 0.004s github.com/prometheus/prometheus/tsdb/record PASS ok github.com/prometheus/prometheus/tsdb/record 0.004s github.com/prometheus/prometheus/tsdb/tombstones PASS ok github.com/prometheus/prometheus/tsdb/tombstones 0.010s github.com/prometheus/prometheus/tsdb/tombstones PASS ok github.com/prometheus/prometheus/tsdb/tombstones 0.011s github.com/prometheus/prometheus/tsdb/tsdbutil PASS ok github.com/prometheus/prometheus/tsdb/tsdbutil 0.005s github.com/prometheus/prometheus/tsdb/tsdbutil PASS ok github.com/prometheus/prometheus/tsdb/tsdbutil 0.005s github.com/prometheus/prometheus/tsdb/wal PASS ok github.com/prometheus/prometheus/tsdb/wal 3.006s github.com/prometheus/prometheus/tsdb/wal PASS ok github.com/prometheus/prometheus/tsdb/wal 17.891s github.com/prometheus/prometheus/util/gate ? github.com/prometheus/prometheus/util/gate [no test files] github.com/prometheus/prometheus/util/httputil PASS ok github.com/prometheus/prometheus/util/httputil 0.012s github.com/prometheus/prometheus/util/httputil PASS ok github.com/prometheus/prometheus/util/httputil 0.012s github.com/prometheus/prometheus/util/logging PASS ok github.com/prometheus/prometheus/util/logging 0.253s github.com/prometheus/prometheus/util/logging PASS ok github.com/prometheus/prometheus/util/logging 0.223s github.com/prometheus/prometheus/util/modtimevfs ? github.com/prometheus/prometheus/util/modtimevfs [no test files] github.com/prometheus/prometheus/util/osutil ? github.com/prometheus/prometheus/util/osutil [no test files] github.com/prometheus/prometheus/util/pool PASS ok github.com/prometheus/prometheus/util/pool 0.002s github.com/prometheus/prometheus/util/pool PASS ok github.com/prometheus/prometheus/util/pool 0.002s github.com/prometheus/prometheus/util/runtime ? github.com/prometheus/prometheus/util/runtime [no test files] github.com/prometheus/prometheus/util/stats PASS ok github.com/prometheus/prometheus/util/stats 0.013s github.com/prometheus/prometheus/util/stats PASS ok github.com/prometheus/prometheus/util/stats 0.014s github.com/prometheus/prometheus/util/strutil PASS ok github.com/prometheus/prometheus/util/strutil 0.002s github.com/prometheus/prometheus/util/strutil PASS ok github.com/prometheus/prometheus/util/strutil 0.002s github.com/prometheus/prometheus/util/teststorage ? github.com/prometheus/prometheus/util/teststorage [no test files] github.com/prometheus/prometheus/util/testutil ? github.com/prometheus/prometheus/util/testutil [no test files] github.com/prometheus/prometheus/util/treecache ? github.com/prometheus/prometheus/util/treecache [no test files] github.com/prometheus/prometheus/web/api/v1 PASS ok github.com/prometheus/prometheus/web/api/v1 0.136s github.com/prometheus/prometheus/web/api/v1 PASS ok github.com/prometheus/prometheus/web/api/v1 0.215s github.com/prometheus/prometheus/web/ui ? github.com/prometheus/prometheus/web/ui [no test files] + RPM_EC=0 ++ jobs -p + exit 0 Processing files: golang-github-prometheus-2.32.1-1.oc9.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.veJtx7 + umask 022 + cd /builddir/build/BUILD + cd prometheus-2.32.1 + DOCDIR=/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus + cp -pr docs /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus + cp -pr CODE_OF_CONDUCT.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus + cp -pr CONTRIBUTING.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus + cp -pr MAINTAINERS.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus + cp -pr SECURITY.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus + cp -pr README.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus + cp -pr RELEASE.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.sbAbRH + umask 022 + cd /builddir/build/BUILD + cd prometheus-2.32.1 + LICENSEDIR=/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/licenses/golang-github-prometheus + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/licenses/golang-github-prometheus + cp -pr LICENSE /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/licenses/golang-github-prometheus + cp -pr NOTICE /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/licenses/golang-github-prometheus + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(golang-github-prometheus) = 2.32.1-1.oc9 golang-github-prometheus = 2.32.1-1.oc9 golang-github-prometheus(x86-64) = 2.32.1-1.oc9 group(prometheus) user(prometheus) Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH) Processing files: golang-github-prometheus-devel-2.32.1-1.oc9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yjrotF + umask 022 + cd /builddir/build/BUILD + cd prometheus-2.32.1 + DOCDIR=/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus-devel + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus-devel + cp -pr CODE_OF_CONDUCT.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus-devel + cp -pr CONTRIBUTING.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus-devel + cp -pr MAINTAINERS.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus-devel + cp -pr README.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus-devel + cp -pr RELEASE.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus-devel + cp -pr SECURITY.md /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus-devel + cp -pr docs /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/doc/golang-github-prometheus-devel + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.2TyqNU + umask 022 + cd /builddir/build/BUILD + cd prometheus-2.32.1 + LICENSEDIR=/builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/licenses/golang-github-prometheus-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/licenses/golang-github-prometheus-devel + cp -pr LICENSE /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/licenses/golang-github-prometheus-devel + cp -pr NOTICE /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64/usr/share/licenses/golang-github-prometheus-devel + RPM_EC=0 ++ jobs -p + exit 0 grep: warning: stray \ before : grep: warning: stray \ before : grep: warning: stray \ before : grep: warning: stray \ before : grep: warning: stray \ before : grep: warning: stray \ before : grep: warning: stray \ before : grep: warning: stray \ before : Provides: golang(github.com/prometheus/prometheus/config) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/aws) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/azure) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/consul) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/digitalocean) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/dns) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/eureka) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/file) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/gce) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/hetzner) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/http) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/install) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/kubernetes) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/legacymanager) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/linode) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/marathon) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/moby) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/openstack) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/puppetdb) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/refresh) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/scaleway) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/targetgroup) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/triton) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/uyuni) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/xds) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/discovery/zookeeper) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/model/exemplar) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/model/labels) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/model/relabel) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/model/rulefmt) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/model/textparse) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/model/timestamp) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/model/value) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/notifier) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/prompb) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/promql) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/promql/parser) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/rules) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/scrape) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/storage) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/storage/remote) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/template) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/tsdb) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/tsdb/agent) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/tsdb/chunkenc) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/tsdb/chunks) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/tsdb/encoding) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/tsdb/errors) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/tsdb/fileutil) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/tsdb/goversion) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/tsdb/index) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/tsdb/record) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/tsdb/tombstones) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/tsdb/tsdbutil) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/tsdb/wal) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/util/gate) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/util/httputil) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/util/logging) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/util/modtimevfs) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/util/osutil) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/util/pool) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/util/runtime) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/util/stats) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/util/strutil) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/util/teststorage) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/util/testutil) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/util/treecache) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/web) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/web/api/v1) = 2.32.1-1.oc9 golang(github.com/prometheus/prometheus/web/ui) = 2.32.1-1.oc9 golang-github-prometheus-devel = 2.32.1-1.oc9 golang-ipath(github.com/prometheus/prometheus) = 2.32.1-1.oc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: go-filesystem golang(github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute) golang(github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network) golang(github.com/Azure/go-autorest/autorest) golang(github.com/Azure/go-autorest/autorest/adal) golang(github.com/Azure/go-autorest/autorest/azure) golang(github.com/alecthomas/units) golang(github.com/aws/aws-sdk-go/aws) golang(github.com/aws/aws-sdk-go/aws/awserr) golang(github.com/aws/aws-sdk-go/aws/credentials) golang(github.com/aws/aws-sdk-go/aws/credentials/stscreds) golang(github.com/aws/aws-sdk-go/aws/ec2metadata) golang(github.com/aws/aws-sdk-go/aws/session) golang(github.com/aws/aws-sdk-go/service/ec2) golang(github.com/aws/aws-sdk-go/service/lightsail) golang(github.com/cespare/xxhash/v2) golang(github.com/dennwc/varint) golang(github.com/digitalocean/godo) golang(github.com/docker/docker/api/types) golang(github.com/docker/docker/api/types/filters) golang(github.com/docker/docker/api/types/swarm) golang(github.com/docker/docker/client) golang(github.com/edsrzf/mmap-go) golang(github.com/envoyproxy/go-control-plane/envoy/config/core/v3) golang(github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3) golang(github.com/envoyproxy/protoc-gen-validate/validate) golang(github.com/fsnotify/fsnotify) golang(github.com/go-kit/log) golang(github.com/go-kit/log/level) golang(github.com/go-logfmt/logfmt) golang(github.com/go-openapi/strfmt) golang(github.com/go-zookeeper/zk) golang(github.com/gogo/protobuf/gogoproto) golang(github.com/gogo/protobuf/proto) golang(github.com/golang/snappy) golang(github.com/google/pprof/profile) golang(github.com/gophercloud/gophercloud) golang(github.com/gophercloud/gophercloud/openstack) golang(github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/floatingips) golang(github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/hypervisors) golang(github.com/gophercloud/gophercloud/openstack/compute/v2/servers) golang(github.com/gophercloud/gophercloud/pagination) golang(github.com/hashicorp/consul/api) golang(github.com/hetznercloud/hcloud-go/hcloud) golang(github.com/json-iterator/go) golang(github.com/kolo/xmlrpc) golang(github.com/linode/linodego) golang(github.com/miekg/dns) golang(github.com/mwitkow/go-conntrack) golang(github.com/oklog/run) golang(github.com/oklog/ulid) golang(github.com/opentracing-contrib/go-stdlib/nethttp) golang(github.com/opentracing/opentracing-go) golang(github.com/opentracing/opentracing-go/ext) golang(github.com/pkg/errors) golang(github.com/prometheus/alertmanager/api/v2/models) golang(github.com/prometheus/client_golang/api) golang(github.com/prometheus/client_golang/api/prometheus/v1) golang(github.com/prometheus/client_golang/prometheus) golang(github.com/prometheus/client_golang/prometheus/promauto) golang(github.com/prometheus/client_golang/prometheus/promhttp) golang(github.com/prometheus/client_golang/prometheus/testutil) golang(github.com/prometheus/client_golang/prometheus/testutil/promlint) golang(github.com/prometheus/client_model/go) golang(github.com/prometheus/common/config) golang(github.com/prometheus/common/expfmt) golang(github.com/prometheus/common/model) golang(github.com/prometheus/common/promlog) golang(github.com/prometheus/common/promlog/flag) golang(github.com/prometheus/common/route) golang(github.com/prometheus/common/server) golang(github.com/prometheus/common/sigv4) golang(github.com/prometheus/common/version) golang(github.com/prometheus/exporter-toolkit/web) golang(github.com/prometheus/exporter-toolkit/web/kingpinflag) golang(github.com/scaleway/scaleway-sdk-go/api/baremetal/v1) golang(github.com/scaleway/scaleway-sdk-go/api/instance/v1) golang(github.com/scaleway/scaleway-sdk-go/scw) golang(github.com/shurcooL/httpfs/filter) golang(github.com/shurcooL/httpfs/union) golang(github.com/shurcooL/vfsgen) golang(github.com/simonpasquier/klog-gokit) golang(github.com/simonpasquier/klog-gokit/v3) golang(github.com/stretchr/testify/require) golang(github.com/uber/jaeger-client-go) golang(github.com/uber/jaeger-client-go/config) golang(github.com/uber/jaeger-lib/metrics/prometheus) golang(go.uber.org/atomic) golang(go.uber.org/goleak) golang(golang.org/x/net/netutil) golang(golang.org/x/oauth2/google) golang(golang.org/x/sync/errgroup) golang(golang.org/x/sys/unix) golang(golang.org/x/time/rate) golang(google.golang.org/api/compute/v1) golang(google.golang.org/api/option) golang(google.golang.org/genproto/googleapis/api/annotations) golang(google.golang.org/protobuf/encoding/protojson) golang(google.golang.org/protobuf/proto) golang(google.golang.org/protobuf/reflect/protoreflect) golang(google.golang.org/protobuf/reflect/protoregistry) golang(google.golang.org/protobuf/runtime/protoimpl) golang(google.golang.org/protobuf/types/known/anypb) golang(gopkg.in/alecthomas/kingpin.v2) golang(gopkg.in/yaml.v2) golang(gopkg.in/yaml.v3) golang(k8s.io/api/core/v1) golang(k8s.io/api/discovery/v1beta1) golang(k8s.io/api/networking/v1) golang(k8s.io/api/networking/v1beta1) golang(k8s.io/apimachinery/pkg/apis/meta/v1) golang(k8s.io/apimachinery/pkg/fields) golang(k8s.io/apimachinery/pkg/labels) golang(k8s.io/apimachinery/pkg/runtime) golang(k8s.io/apimachinery/pkg/util/version) golang(k8s.io/apimachinery/pkg/watch) golang(k8s.io/client-go/kubernetes) golang(k8s.io/client-go/rest) golang(k8s.io/client-go/tools/cache) golang(k8s.io/client-go/tools/clientcmd) golang(k8s.io/client-go/tools/metrics) golang(k8s.io/client-go/util/workqueue) Processing files: golang-github-prometheus-debugsource-2.32.1-1.oc9.x86_64 Provides: golang-github-prometheus-debugsource = 2.32.1-1.oc9 golang-github-prometheus-debugsource(x86-64) = 2.32.1-1.oc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: golang-github-prometheus-debuginfo-2.32.1-1.oc9.x86_64 Provides: debuginfo(build-id) = 63bf7ec9e6605397aff063905b7d06c259619749 debuginfo(build-id) = f6493817a89d3d6556509b6a0e91fdab1f96b394 golang-github-prometheus-debuginfo = 2.32.1-1.oc9 golang-github-prometheus-debuginfo(x86-64) = 2.32.1-1.oc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: golang-github-prometheus-debugsource(x86-64) = 2.32.1-1.oc9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/golang-github-prometheus-2.32.1-1.oc9.x86_64 Wrote: /builddir/build/RPMS/golang-github-prometheus-devel-2.32.1-1.oc9.noarch.rpm Wrote: /builddir/build/RPMS/golang-github-prometheus-debugsource-2.32.1-1.oc9.x86_64.rpm Wrote: /builddir/build/RPMS/golang-github-prometheus-debuginfo-2.32.1-1.oc9.x86_64.rpm Wrote: /builddir/build/RPMS/golang-github-prometheus-2.32.1-1.oc9.x86_64.rpm Child return code was: 0