Your message dated Sat, 05 Apr 2025 23:20:59 +0000
with message-id <e1u1cot-00arls...@fasolo.debian.org>
and subject line Bug#1101848: fixed in golang-github-smallstep-certificates
0.20.0-1
has caused the Debian Bug report #1101848,
regarding golang-github-smallstep-certificates: FTBFS: cannot find package
"github.com/micromdm/scep/scep"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1101848: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101848
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:golang-github-smallstep-certificates
Version: 0.19.0-1
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --builddirectory=_build --buildsystem=golang --with=golang
dh_auto_clean -O--builddirectory=_build -O--buildsystem=golang
dh_autoreconf_clean -O--builddirectory=_build -O--buildsystem=golang
dh_clean -O--builddirectory=_build -O--buildsystem=golang
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/golang-github-smallstep-certificates-dev.substvars
debian/files
rm -fr -- debian/golang-github-smallstep-certificates-dev/ debian/tmp/
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
-type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a \( -name autom4te.cache -o -name __pycache__ \)
-prune -exec rm -rf {} + \) \)
debian/rules binary
dh binary --builddirectory=_build --buildsystem=golang --with=golang
dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
debian/rules execute_before_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f acme/challenge_test.go acme/db/nosql/challenge_test.go
#dh_auto_build -- -Wl,-z,relro
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
Copy go.mod -> _build/src/github.com/smallstep/certificates/go.mod
Copy go.sum -> _build/src/github.com/smallstep/certificates/go.sum
Copy templates/values.go ->
_build/src/github.com/smallstep/certificates/templates/values.go
Copy templates/templates_test.go ->
_build/src/github.com/smallstep/certificates/templates/templates_test.go
Copy templates/templates.go ->
_build/src/github.com/smallstep/certificates/templates/templates.go
Copy templates/values_test.go ->
_build/src/github.com/smallstep/certificates/templates/values_test.go
Copy pki/pki.go ->
_build/src/github.com/smallstep/certificates/pki/pki.go
Copy pki/templates.go ->
_build/src/github.com/smallstep/certificates/pki/templates.go
Copy pki/helm.go ->
_build/src/github.com/smallstep/certificates/pki/helm.go
Copy scep/options.go ->
_build/src/github.com/smallstep/certificates/scep/options.go
Copy scep/common.go ->
_build/src/github.com/smallstep/certificates/scep/common.go
Copy scep/service.go ->
_build/src/github.com/smallstep/certificates/scep/service.go
Copy scep/scep.go ->
_build/src/github.com/smallstep/certificates/scep/scep.go
Copy scep/database.go ->
_build/src/github.com/smallstep/certificates/scep/database.go
Copy scep/authority.go ->
_build/src/github.com/smallstep/certificates/scep/authority.go
Copy scep/provisioner.go ->
_build/src/github.com/smallstep/certificates/scep/provisioner.go
Copy scep/api/api.go ->
_build/src/github.com/smallstep/certificates/scep/api/api.go
Copy examples/bootstrap-client/client.go ->
_build/src/github.com/smallstep/certificates/examples/bootstrap-client/client.go
Copy examples/bootstrap-mtls-server/server.go ->
_build/src/github.com/smallstep/certificates/examples/bootstrap-mtls-server/server.go
Copy examples/basic-federation/client/main.go ->
_build/src/github.com/smallstep/certificates/examples/basic-federation/client/main.go
Copy examples/basic-federation/server/main.go ->
_build/src/github.com/smallstep/certificates/examples/basic-federation/server/main.go
Copy examples/basic-client/client.go ->
_build/src/github.com/smallstep/certificates/examples/basic-client/client.go
Copy examples/bootstrap-tls-server/server.go ->
_build/src/github.com/smallstep/certificates/examples/bootstrap-tls-server/server.go
Copy server/server.go ->
_build/src/github.com/smallstep/certificates/server/server.go
Copy cas/cas_test.go ->
_build/src/github.com/smallstep/certificates/cas/cas_test.go
Copy cas/cas.go ->
_build/src/github.com/smallstep/certificates/cas/cas.go
Copy cas/softcas/softcas_test.go ->
_build/src/github.com/smallstep/certificates/cas/softcas/softcas_test.go
Copy cas/softcas/softcas.go ->
_build/src/github.com/smallstep/certificates/cas/softcas/softcas.go
Copy cas/vaultcas/vaultcas_test.go ->
_build/src/github.com/smallstep/certificates/cas/vaultcas/vaultcas_test.go
Copy cas/vaultcas/vaultcas.go ->
_build/src/github.com/smallstep/certificates/cas/vaultcas/vaultcas.go
Copy cas/cloudcas/mock_operation_server_test.go ->
_build/src/github.com/smallstep/certificates/cas/cloudcas/mock_operation_server_test.go
Copy cas/cloudcas/cloudcas.go ->
_build/src/github.com/smallstep/certificates/cas/cloudcas/cloudcas.go
Copy cas/cloudcas/certificate_test.go ->
_build/src/github.com/smallstep/certificates/cas/cloudcas/certificate_test.go
Copy cas/cloudcas/certificate.go ->
_build/src/github.com/smallstep/certificates/cas/cloudcas/certificate.go
Copy cas/cloudcas/mock_client_test.go ->
_build/src/github.com/smallstep/certificates/cas/cloudcas/mock_client_test.go
Copy cas/cloudcas/cloudcas_test.go ->
_build/src/github.com/smallstep/certificates/cas/cloudcas/cloudcas_test.go
Copy cas/stepcas/stepcas_test.go ->
_build/src/github.com/smallstep/certificates/cas/stepcas/stepcas_test.go
Copy cas/stepcas/x5c_issuer_test.go ->
_build/src/github.com/smallstep/certificates/cas/stepcas/x5c_issuer_test.go
Copy cas/stepcas/issuer.go ->
_build/src/github.com/smallstep/certificates/cas/stepcas/issuer.go
Copy cas/stepcas/x5c_issuer.go ->
_build/src/github.com/smallstep/certificates/cas/stepcas/x5c_issuer.go
Copy cas/stepcas/jwk_issuer_test.go ->
_build/src/github.com/smallstep/certificates/cas/stepcas/jwk_issuer_test.go
Copy cas/stepcas/stepcas.go ->
_build/src/github.com/smallstep/certificates/cas/stepcas/stepcas.go
Copy cas/stepcas/jwk_issuer.go ->
_build/src/github.com/smallstep/certificates/cas/stepcas/jwk_issuer.go
Copy cas/stepcas/issuer_test.go ->
_build/src/github.com/smallstep/certificates/cas/stepcas/issuer_test.go
Copy cas/apiv1/extension.go ->
_build/src/github.com/smallstep/certificates/cas/apiv1/extension.go
Copy cas/apiv1/requests.go ->
_build/src/github.com/smallstep/certificates/cas/apiv1/requests.go
Copy cas/apiv1/options.go ->
_build/src/github.com/smallstep/certificates/cas/apiv1/options.go
Copy cas/apiv1/registry_test.go ->
_build/src/github.com/smallstep/certificates/cas/apiv1/registry_test.go
Copy cas/apiv1/options_test.go ->
_build/src/github.com/smallstep/certificates/cas/apiv1/options_test.go
Copy cas/apiv1/registry.go ->
_build/src/github.com/smallstep/certificates/cas/apiv1/registry.go
Copy cas/apiv1/extension_test.go ->
_build/src/github.com/smallstep/certificates/cas/apiv1/extension_test.go
Copy cas/apiv1/services.go ->
_build/src/github.com/smallstep/certificates/cas/apiv1/services.go
Copy cas/apiv1/services_test.go ->
_build/src/github.com/smallstep/certificates/cas/apiv1/services_test.go
Copy errs/error.go ->
_build/src/github.com/smallstep/certificates/errs/error.go
Copy errs/errors_test.go ->
_build/src/github.com/smallstep/certificates/errs/errors_test.go
Copy acme/order_test.go ->
_build/src/github.com/smallstep/certificates/acme/order_test.go
Copy acme/account_test.go ->
_build/src/github.com/smallstep/certificates/acme/account_test.go
Copy acme/authorization_test.go ->
_build/src/github.com/smallstep/certificates/acme/authorization_test.go
Copy acme/common.go ->
_build/src/github.com/smallstep/certificates/acme/common.go
Copy acme/errors.go ->
_build/src/github.com/smallstep/certificates/acme/errors.go
Copy acme/db.go ->
_build/src/github.com/smallstep/certificates/acme/db.go
Copy acme/order.go ->
_build/src/github.com/smallstep/certificates/acme/order.go
Copy acme/status.go ->
_build/src/github.com/smallstep/certificates/acme/status.go
Copy acme/authorization.go ->
_build/src/github.com/smallstep/certificates/acme/authorization.go
Copy acme/challenge.go ->
_build/src/github.com/smallstep/certificates/acme/challenge.go
Copy acme/nonce.go ->
_build/src/github.com/smallstep/certificates/acme/nonce.go
Copy acme/certificate.go ->
_build/src/github.com/smallstep/certificates/acme/certificate.go
Copy acme/account.go ->
_build/src/github.com/smallstep/certificates/acme/account.go
Copy acme/api/order_test.go ->
_build/src/github.com/smallstep/certificates/acme/api/order_test.go
Copy acme/api/account_test.go ->
_build/src/github.com/smallstep/certificates/acme/api/account_test.go
Copy acme/api/revoke.go ->
_build/src/github.com/smallstep/certificates/acme/api/revoke.go
Copy acme/api/middleware.go ->
_build/src/github.com/smallstep/certificates/acme/api/middleware.go
Copy acme/api/revoke_test.go ->
_build/src/github.com/smallstep/certificates/acme/api/revoke_test.go
Copy acme/api/eab.go ->
_build/src/github.com/smallstep/certificates/acme/api/eab.go
Copy acme/api/linker_test.go ->
_build/src/github.com/smallstep/certificates/acme/api/linker_test.go
Copy acme/api/handler_test.go ->
_build/src/github.com/smallstep/certificates/acme/api/handler_test.go
Copy acme/api/order.go ->
_build/src/github.com/smallstep/certificates/acme/api/order.go
Copy acme/api/middleware_test.go ->
_build/src/github.com/smallstep/certificates/acme/api/middleware_test.go
Copy acme/api/account.go ->
_build/src/github.com/smallstep/certificates/acme/api/account.go
Copy acme/api/eab_test.go ->
_build/src/github.com/smallstep/certificates/acme/api/eab_test.go
Copy acme/api/linker.go ->
_build/src/github.com/smallstep/certificates/acme/api/linker.go
Copy acme/api/handler.go ->
_build/src/github.com/smallstep/certificates/acme/api/handler.go
Copy acme/db/nosql/order_test.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/order_test.go
Copy acme/db/nosql/nonce_test.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/nonce_test.go
Copy acme/db/nosql/account_test.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/account_test.go
Copy acme/db/nosql/eab.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/eab.go
Copy acme/db/nosql/nosql_test.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/nosql_test.go
Copy acme/db/nosql/order.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/order.go
Copy acme/db/nosql/nosql.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/nosql.go
Copy acme/db/nosql/certificate_test.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/certificate_test.go
Copy acme/db/nosql/authz.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/authz.go
Copy acme/db/nosql/challenge.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/challenge.go
Copy acme/db/nosql/nonce.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/nonce.go
Copy acme/db/nosql/certificate.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/certificate.go
Copy acme/db/nosql/account.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/account.go
Copy acme/db/nosql/eab_test.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/eab_test.go
Copy acme/db/nosql/authz_test.go ->
_build/src/github.com/smallstep/certificates/acme/db/nosql/authz_test.go
Copy monitoring/monitoring.go ->
_build/src/github.com/smallstep/certificates/monitoring/monitoring.go
Copy cmd/step-cloudkms-init/main.go ->
_build/src/github.com/smallstep/certificates/cmd/step-cloudkms-init/main.go
Copy cmd/step-awskms-init/main.go ->
_build/src/github.com/smallstep/certificates/cmd/step-awskms-init/main.go
Copy cmd/step-yubikey-init/main.go ->
_build/src/github.com/smallstep/certificates/cmd/step-yubikey-init/main.go
Copy cmd/step-ca/main.go ->
_build/src/github.com/smallstep/certificates/cmd/step-ca/main.go
Copy cmd/step-pkcs11-init/main.go ->
_build/src/github.com/smallstep/certificates/cmd/step-pkcs11-init/main.go
Copy logging/context.go ->
_build/src/github.com/smallstep/certificates/logging/context.go
Copy logging/handler_test.go ->
_build/src/github.com/smallstep/certificates/logging/handler_test.go
Copy logging/clf.go ->
_build/src/github.com/smallstep/certificates/logging/clf.go
Copy logging/logger.go ->
_build/src/github.com/smallstep/certificates/logging/logger.go
Copy logging/handler.go ->
_build/src/github.com/smallstep/certificates/logging/handler.go
Copy logging/responselogger.go ->
_build/src/github.com/smallstep/certificates/logging/responselogger.go
Copy authority/authorize_test.go ->
_build/src/github.com/smallstep/certificates/authority/authorize_test.go
Copy authority/ssh_test.go ->
_build/src/github.com/smallstep/certificates/authority/ssh_test.go
Copy authority/provisioners_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioners_test.go
Copy authority/config.go ->
_build/src/github.com/smallstep/certificates/authority/config.go
Copy authority/export.go ->
_build/src/github.com/smallstep/certificates/authority/export.go
Copy authority/tls_test.go ->
_build/src/github.com/smallstep/certificates/authority/tls_test.go
Copy authority/authorize.go ->
_build/src/github.com/smallstep/certificates/authority/authorize.go
Copy authority/options.go ->
_build/src/github.com/smallstep/certificates/authority/options.go
Copy authority/authority_test.go ->
_build/src/github.com/smallstep/certificates/authority/authority_test.go
Copy authority/admins.go ->
_build/src/github.com/smallstep/certificates/authority/admins.go
Copy authority/root.go ->
_build/src/github.com/smallstep/certificates/authority/root.go
Copy authority/version.go ->
_build/src/github.com/smallstep/certificates/authority/version.go
Copy authority/linkedca.go ->
_build/src/github.com/smallstep/certificates/authority/linkedca.go
Copy authority/tls.go ->
_build/src/github.com/smallstep/certificates/authority/tls.go
Copy authority/authority.go ->
_build/src/github.com/smallstep/certificates/authority/authority.go
Copy authority/provisioners.go ->
_build/src/github.com/smallstep/certificates/authority/provisioners.go
Copy authority/ssh.go ->
_build/src/github.com/smallstep/certificates/authority/ssh.go
Copy authority/root_test.go ->
_build/src/github.com/smallstep/certificates/authority/root_test.go
Copy authority/administrator/collection.go ->
_build/src/github.com/smallstep/certificates/authority/administrator/collection.go
Copy authority/provisioner/gcp.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/gcp.go
Copy authority/provisioner/duration.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/duration.go
Copy authority/provisioner/method.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/method.go
Copy authority/provisioner/aws_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/aws_test.go
Copy authority/provisioner/ssh_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/ssh_test.go
Copy authority/provisioner/azure_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/azure_test.go
Copy authority/provisioner/controller_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/controller_test.go
Copy authority/provisioner/claims.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/claims.go
Copy authority/provisioner/x5c_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/x5c_test.go
Copy authority/provisioner/sign_ssh_options.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/sign_ssh_options.go
Copy authority/provisioner/sshpop.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/sshpop.go
Copy authority/provisioner/extension.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/extension.go
Copy authority/provisioner/options.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/options.go
Copy authority/provisioner/ssh_options_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/ssh_options_test.go
Copy authority/provisioner/timeduration.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/timeduration.go
Copy authority/provisioner/x5c.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/x5c.go
Copy authority/provisioner/k8sSA.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/k8sSA.go
Copy authority/provisioner/noop_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/noop_test.go
Copy authority/provisioner/oidc.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/oidc.go
Copy authority/provisioner/scep.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/scep.go
Copy authority/provisioner/options_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/options_test.go
Copy authority/provisioner/nebula.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/nebula.go
Copy authority/provisioner/extension_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/extension_test.go
Copy authority/provisioner/ssh_options.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/ssh_options.go
Copy authority/provisioner/acme_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/acme_test.go
Copy authority/provisioner/nebula_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/nebula_test.go
Copy authority/provisioner/oidc_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/oidc_test.go
Copy authority/provisioner/keystore_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/keystore_test.go
Copy authority/provisioner/sshpop_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/sshpop_test.go
Copy authority/provisioner/utils_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/utils_test.go
Copy authority/provisioner/sign_options.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/sign_options.go
Copy authority/provisioner/sign_options_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/sign_options_test.go
Copy authority/provisioner/duration_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/duration_test.go
Copy authority/provisioner/jwk_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/jwk_test.go
Copy authority/provisioner/timeduration_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/timeduration_test.go
Copy authority/provisioner/gcp_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/gcp_test.go
Copy authority/provisioner/jwk.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/jwk.go
Copy authority/provisioner/controller.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/controller.go
Copy authority/provisioner/noop.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/noop.go
Copy authority/provisioner/provisioner_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/provisioner_test.go
Copy authority/provisioner/claims_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/claims_test.go
Copy authority/provisioner/sign_ssh_options_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/sign_ssh_options_test.go
Copy authority/provisioner/collection_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/collection_test.go
Copy authority/provisioner/acme.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/acme.go
Copy authority/provisioner/keystore.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/keystore.go
Copy authority/provisioner/collection.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/collection.go
Copy authority/provisioner/azure.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/azure.go
Copy authority/provisioner/k8sSA_test.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/k8sSA_test.go
Copy authority/provisioner/provisioner.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/provisioner.go
Copy authority/provisioner/aws.go ->
_build/src/github.com/smallstep/certificates/authority/provisioner/aws.go
Copy authority/provisioner/testdata/templates/cr.tpl ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/templates/cr.tpl
Copy authority/provisioner/testdata/certs/ssh_host_ca_key.pub ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/ssh_host_ca_key.pub
Copy authority/provisioner/testdata/certs/rsa.csr ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/rsa.csr
Copy authority/provisioner/testdata/certs/foo.pub ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/foo.pub
Copy authority/provisioner/testdata/certs/ed25519.csr ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/ed25519.csr
Copy authority/provisioner/testdata/certs/aws.crt ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/aws.crt
Copy authority/provisioner/testdata/certs/ssh_user_ca_key.pub ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/ssh_user_ca_key.pub
Copy authority/provisioner/testdata/certs/bad-extension.crt ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/bad-extension.crt
Copy authority/provisioner/testdata/certs/ecdsa.csr ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/ecdsa.csr
Copy authority/provisioner/testdata/certs/bar.pub ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/bar.pub
Copy authority/provisioner/testdata/certs/aws-test.crt ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/aws-test.crt
Copy authority/provisioner/testdata/certs/root_ca.crt ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/root_ca.crt
Copy authority/provisioner/testdata/certs/short-rsa.csr ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/short-rsa.csr
Copy authority/provisioner/testdata/certs/x5c-leaf.crt ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/x5c-leaf.crt
Copy authority/provisioner/testdata/certs/good-extension.crt ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/certs/good-extension.crt
Copy authority/provisioner/testdata/secrets/bar.priv ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/secrets/bar.priv
Copy authority/provisioner/testdata/secrets/rsa.key ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/secrets/rsa.key
Copy authority/provisioner/testdata/secrets/foo.priv ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/secrets/foo.priv
Copy authority/provisioner/testdata/secrets/ssh_host_ca_key ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/secrets/ssh_host_ca_key
Copy authority/provisioner/testdata/secrets/x5c-leaf.key ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/secrets/x5c-leaf.key
Copy authority/provisioner/testdata/secrets/ecdsa.key ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/secrets/ecdsa.key
Copy authority/provisioner/testdata/secrets/ssh_user_ca_key ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/secrets/ssh_user_ca_key
Copy authority/provisioner/testdata/secrets/ed25519.key ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/secrets/ed25519.key
Copy authority/provisioner/testdata/secrets/bar_host_ssh_key ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/secrets/bar_host_ssh_key
Copy authority/provisioner/testdata/secrets/foo_user_ssh_key ->
_build/src/github.com/smallstep/certificates/authority/provisioner/testdata/secrets/foo_user_ssh_key
Copy authority/testdata/templates/known_hosts.tpl ->
_build/src/github.com/smallstep/certificates/authority/testdata/templates/known_hosts.tpl
Copy authority/testdata/templates/error.tpl ->
_build/src/github.com/smallstep/certificates/authority/testdata/templates/error.tpl
Copy authority/testdata/templates/sshd_config.tpl ->
_build/src/github.com/smallstep/certificates/authority/testdata/templates/sshd_config.tpl
Copy authority/testdata/templates/badjsonsyntax.tpl ->
_build/src/github.com/smallstep/certificates/authority/testdata/templates/badjsonsyntax.tpl
Copy authority/testdata/templates/include.tpl ->
_build/src/github.com/smallstep/certificates/authority/testdata/templates/include.tpl
Copy authority/testdata/templates/config.tpl ->
_build/src/github.com/smallstep/certificates/authority/testdata/templates/config.tpl
Copy authority/testdata/templates/fail.tpl ->
_build/src/github.com/smallstep/certificates/authority/testdata/templates/fail.tpl
Copy authority/testdata/templates/step_includes.tpl ->
_build/src/github.com/smallstep/certificates/authority/testdata/templates/step_includes.tpl
Copy authority/testdata/templates/badjsonvalue.tpl ->
_build/src/github.com/smallstep/certificates/authority/testdata/templates/badjsonvalue.tpl
Copy authority/testdata/templates/ca.tpl ->
_build/src/github.com/smallstep/certificates/authority/testdata/templates/ca.tpl
Copy authority/testdata/scep/root.key ->
_build/src/github.com/smallstep/certificates/authority/testdata/scep/root.key
Copy authority/testdata/scep/intermediate.key ->
_build/src/github.com/smallstep/certificates/authority/testdata/scep/intermediate.key
Copy authority/testdata/scep/root.crt ->
_build/src/github.com/smallstep/certificates/authority/testdata/scep/root.crt
Copy authority/testdata/scep/intermediate.crt ->
_build/src/github.com/smallstep/certificates/authority/testdata/scep/intermediate.crt
Copy authority/testdata/certs/foo.crt ->
_build/src/github.com/smallstep/certificates/authority/testdata/certs/foo.crt
Copy authority/testdata/certs/intermediate_ca.crt ->
_build/src/github.com/smallstep/certificates/authority/testdata/certs/intermediate_ca.crt
Copy authority/testdata/certs/ssh_host_ca_key.pub ->
_build/src/github.com/smallstep/certificates/authority/testdata/certs/ssh_host_ca_key.pub
Copy authority/testdata/certs/foo.csr ->
_build/src/github.com/smallstep/certificates/authority/testdata/certs/foo.csr
Copy authority/testdata/certs/badsig.csr ->
_build/src/github.com/smallstep/certificates/authority/testdata/certs/badsig.csr
Copy authority/testdata/certs/ssh_user_ca_key.pub ->
_build/src/github.com/smallstep/certificates/authority/testdata/certs/ssh_user_ca_key.pub
Copy authority/testdata/certs/renew-disabled.crt ->
_build/src/github.com/smallstep/certificates/authority/testdata/certs/renew-disabled.crt
Copy authority/testdata/certs/provisioner-not-found.crt ->
_build/src/github.com/smallstep/certificates/authority/testdata/certs/provisioner-not-found.crt
Copy authority/testdata/certs/root_ca.crt ->
_build/src/github.com/smallstep/certificates/authority/testdata/certs/root_ca.crt
Copy authority/testdata/secrets/step_cli_key ->
_build/src/github.com/smallstep/certificates/authority/testdata/secrets/step_cli_key
Copy authority/testdata/secrets/renew-disabled.key ->
_build/src/github.com/smallstep/certificates/authority/testdata/secrets/renew-disabled.key
Copy authority/testdata/secrets/provisioner-not-found.key ->
_build/src/github.com/smallstep/certificates/authority/testdata/secrets/provisioner-not-found.key
Copy authority/testdata/secrets/max_pub.jwk ->
_build/src/github.com/smallstep/certificates/authority/testdata/secrets/max_pub.jwk
Copy authority/testdata/secrets/step_cli_key_pub.jwk ->
_build/src/github.com/smallstep/certificates/authority/testdata/secrets/step_cli_key_pub.jwk
Copy authority/testdata/secrets/max_priv.jwk ->
_build/src/github.com/smallstep/certificates/authority/testdata/secrets/max_priv.jwk
Copy authority/testdata/secrets/intermediate_ca_key ->
_build/src/github.com/smallstep/certificates/authority/testdata/secrets/intermediate_ca_key
Copy authority/testdata/secrets/ssh_host_ca_key ->
_build/src/github.com/smallstep/certificates/authority/testdata/secrets/ssh_host_ca_key
Copy authority/testdata/secrets/step_cli_key.public ->
_build/src/github.com/smallstep/certificates/authority/testdata/secrets/step_cli_key.public
Copy authority/testdata/secrets/ssh_user_ca_key ->
_build/src/github.com/smallstep/certificates/authority/testdata/secrets/ssh_user_ca_key
Copy authority/testdata/secrets/foo.key ->
_build/src/github.com/smallstep/certificates/authority/testdata/secrets/foo.key
Copy authority/testdata/secrets/step_cli_key_priv.jwk ->
_build/src/github.com/smallstep/certificates/authority/testdata/secrets/step_cli_key_priv.jwk
Copy authority/config/ssh_test.go ->
_build/src/github.com/smallstep/certificates/authority/config/ssh_test.go
Copy authority/config/config.go ->
_build/src/github.com/smallstep/certificates/authority/config/config.go
Copy authority/config/config_test.go ->
_build/src/github.com/smallstep/certificates/authority/config/config_test.go
Copy authority/config/types_test.go ->
_build/src/github.com/smallstep/certificates/authority/config/types_test.go
Copy authority/config/tls_options.go ->
_build/src/github.com/smallstep/certificates/authority/config/tls_options.go
Copy authority/config/tls_options_test.go ->
_build/src/github.com/smallstep/certificates/authority/config/tls_options_test.go
Copy authority/config/types.go ->
_build/src/github.com/smallstep/certificates/authority/config/types.go
Copy authority/config/ssh.go ->
_build/src/github.com/smallstep/certificates/authority/config/ssh.go
Copy authority/admin/errors.go ->
_build/src/github.com/smallstep/certificates/authority/admin/errors.go
Copy authority/admin/db.go ->
_build/src/github.com/smallstep/certificates/authority/admin/db.go
Copy authority/admin/api/admin_test.go ->
_build/src/github.com/smallstep/certificates/authority/admin/api/admin_test.go
Copy authority/admin/api/middleware.go ->
_build/src/github.com/smallstep/certificates/authority/admin/api/middleware.go
Copy authority/admin/api/middleware_test.go ->
_build/src/github.com/smallstep/certificates/authority/admin/api/middleware_test.go
Copy authority/admin/api/acme_test.go ->
_build/src/github.com/smallstep/certificates/authority/admin/api/acme_test.go
Copy authority/admin/api/provisioner_test.go ->
_build/src/github.com/smallstep/certificates/authority/admin/api/provisioner_test.go
Copy authority/admin/api/acme.go ->
_build/src/github.com/smallstep/certificates/authority/admin/api/acme.go
Copy authority/admin/api/admin.go ->
_build/src/github.com/smallstep/certificates/authority/admin/api/admin.go
Copy authority/admin/api/handler.go ->
_build/src/github.com/smallstep/certificates/authority/admin/api/handler.go
Copy authority/admin/api/provisioner.go ->
_build/src/github.com/smallstep/certificates/authority/admin/api/provisioner.go
Copy authority/admin/db/nosql/admin_test.go ->
_build/src/github.com/smallstep/certificates/authority/admin/db/nosql/admin_test.go
Copy authority/admin/db/nosql/nosql.go ->
_build/src/github.com/smallstep/certificates/authority/admin/db/nosql/nosql.go
Copy authority/admin/db/nosql/provisioner_test.go ->
_build/src/github.com/smallstep/certificates/authority/admin/db/nosql/provisioner_test.go
Copy authority/admin/db/nosql/admin.go ->
_build/src/github.com/smallstep/certificates/authority/admin/db/nosql/admin.go
Copy authority/admin/db/nosql/provisioner.go ->
_build/src/github.com/smallstep/certificates/authority/admin/db/nosql/provisioner.go
Copy api/rekey.go ->
_build/src/github.com/smallstep/certificates/api/rekey.go
Copy api/ssh_test.go ->
_build/src/github.com/smallstep/certificates/api/ssh_test.go
Copy api/revoke.go ->
_build/src/github.com/smallstep/certificates/api/revoke.go
Copy api/revoke_test.go ->
_build/src/github.com/smallstep/certificates/api/revoke_test.go
Copy api/renew.go ->
_build/src/github.com/smallstep/certificates/api/renew.go
Copy api/sign.go ->
_build/src/github.com/smallstep/certificates/api/sign.go
Copy api/api.go ->
_build/src/github.com/smallstep/certificates/api/api.go
Copy api/api_test.go ->
_build/src/github.com/smallstep/certificates/api/api_test.go
Copy api/sshRevoke.go ->
_build/src/github.com/smallstep/certificates/api/sshRevoke.go
Copy api/sshRenew.go ->
_build/src/github.com/smallstep/certificates/api/sshRenew.go
Copy api/sshRekey.go ->
_build/src/github.com/smallstep/certificates/api/sshRekey.go
Copy api/ssh.go ->
_build/src/github.com/smallstep/certificates/api/ssh.go
Copy api/render/render.go ->
_build/src/github.com/smallstep/certificates/api/render/render.go
Copy api/render/render_test.go ->
_build/src/github.com/smallstep/certificates/api/render/render_test.go
Copy api/read/read_test.go ->
_build/src/github.com/smallstep/certificates/api/read/read_test.go
Copy api/read/read.go ->
_build/src/github.com/smallstep/certificates/api/read/read.go
Copy api/log/log.go ->
_build/src/github.com/smallstep/certificates/api/log/log.go
Copy api/log/log_test.go ->
_build/src/github.com/smallstep/certificates/api/log/log_test.go
Copy ca/signal.go ->
_build/src/github.com/smallstep/certificates/ca/signal.go
Copy ca/bootstrap.go ->
_build/src/github.com/smallstep/certificates/ca/bootstrap.go
Copy ca/tls_test.go ->
_build/src/github.com/smallstep/certificates/ca/tls_test.go
Copy ca/renew.go ->
_build/src/github.com/smallstep/certificates/ca/renew.go
Copy ca/mutable_tls_config.go ->
_build/src/github.com/smallstep/certificates/ca/mutable_tls_config.go
Copy ca/ca_test.go ->
_build/src/github.com/smallstep/certificates/ca/ca_test.go
Copy ca/client_test.go ->
_build/src/github.com/smallstep/certificates/ca/client_test.go
Copy ca/acmeClient_test.go ->
_build/src/github.com/smallstep/certificates/ca/acmeClient_test.go
Copy ca/tls_options.go ->
_build/src/github.com/smallstep/certificates/ca/tls_options.go
Copy ca/client.go ->
_build/src/github.com/smallstep/certificates/ca/client.go
Copy ca/tls.go -> _build/src/github.com/smallstep/certificates/ca/tls.go
Copy ca/provisioner_test.go ->
_build/src/github.com/smallstep/certificates/ca/provisioner_test.go
Copy ca/bootstrap_test.go ->
_build/src/github.com/smallstep/certificates/ca/bootstrap_test.go
Copy ca/tls_options_test.go ->
_build/src/github.com/smallstep/certificates/ca/tls_options_test.go
Copy ca/acmeClient.go ->
_build/src/github.com/smallstep/certificates/ca/acmeClient.go
Copy ca/ca.go -> _build/src/github.com/smallstep/certificates/ca/ca.go
Copy ca/provisioner.go ->
_build/src/github.com/smallstep/certificates/ca/provisioner.go
Copy ca/adminClient.go ->
_build/src/github.com/smallstep/certificates/ca/adminClient.go
Copy ca/testdata/rotate-ca-1.json ->
_build/src/github.com/smallstep/certificates/ca/testdata/rotate-ca-1.json
Copy ca/testdata/rotate-ca-2.json ->
_build/src/github.com/smallstep/certificates/ca/testdata/rotate-ca-2.json
Copy ca/testdata/ca.json ->
_build/src/github.com/smallstep/certificates/ca/testdata/ca.json
Copy ca/testdata/federated-ca.json ->
_build/src/github.com/smallstep/certificates/ca/testdata/federated-ca.json
Copy ca/testdata/rotate-ca-3.json ->
_build/src/github.com/smallstep/certificates/ca/testdata/rotate-ca-3.json
Copy ca/testdata/rotate-ca-0.json ->
_build/src/github.com/smallstep/certificates/ca/testdata/rotate-ca-0.json
Copy ca/testdata/rotated/intermediate_ca.crt ->
_build/src/github.com/smallstep/certificates/ca/testdata/rotated/intermediate_ca.crt
Copy ca/testdata/rotated/intermediate_ca_key ->
_build/src/github.com/smallstep/certificates/ca/testdata/rotated/intermediate_ca_key
Copy ca/testdata/rotated/root_ca_key ->
_build/src/github.com/smallstep/certificates/ca/testdata/rotated/root_ca_key
Copy ca/testdata/rotated/root_ca.crt ->
_build/src/github.com/smallstep/certificates/ca/testdata/rotated/root_ca.crt
Copy ca/testdata/secrets/intermediate_ca.crt ->
_build/src/github.com/smallstep/certificates/ca/testdata/secrets/intermediate_ca.crt
Copy ca/testdata/secrets/step_cli_key ->
_build/src/github.com/smallstep/certificates/ca/testdata/secrets/step_cli_key
Copy ca/testdata/secrets/federated_ca.crt ->
_build/src/github.com/smallstep/certificates/ca/testdata/secrets/federated_ca.crt
Copy ca/testdata/secrets/step_cli_key_pub.jwk ->
_build/src/github.com/smallstep/certificates/ca/testdata/secrets/step_cli_key_pub.jwk
Copy ca/testdata/secrets/ott_key ->
_build/src/github.com/smallstep/certificates/ca/testdata/secrets/ott_key
Copy ca/testdata/secrets/intermediate_ca_key ->
_build/src/github.com/smallstep/certificates/ca/testdata/secrets/intermediate_ca_key
Copy ca/testdata/secrets/ott_mariano_priv.jwk ->
_build/src/github.com/smallstep/certificates/ca/testdata/secrets/ott_mariano_priv.jwk
Copy ca/testdata/secrets/step_cli_key.public ->
_build/src/github.com/smallstep/certificates/ca/testdata/secrets/step_cli_key.public
Copy ca/testdata/secrets/root_ca_key ->
_build/src/github.com/smallstep/certificates/ca/testdata/secrets/root_ca_key
Copy ca/testdata/secrets/ott_mariano_pub.jwk ->
_build/src/github.com/smallstep/certificates/ca/testdata/secrets/ott_mariano_pub.jwk
Copy ca/testdata/secrets/ott_key.public ->
_build/src/github.com/smallstep/certificates/ca/testdata/secrets/ott_key.public
Copy ca/testdata/secrets/root_ca.crt ->
_build/src/github.com/smallstep/certificates/ca/testdata/secrets/root_ca.crt
Copy ca/testdata/secrets/step_cli_key_priv.jwk ->
_build/src/github.com/smallstep/certificates/ca/testdata/secrets/step_cli_key_priv.jwk
Copy ca/identity/identity.go ->
_build/src/github.com/smallstep/certificates/ca/identity/identity.go
Copy ca/identity/client_test.go ->
_build/src/github.com/smallstep/certificates/ca/identity/client_test.go
Copy ca/identity/client.go ->
_build/src/github.com/smallstep/certificates/ca/identity/client.go
Copy ca/identity/identity_test.go ->
_build/src/github.com/smallstep/certificates/ca/identity/identity_test.go
Copy ca/identity/testdata/certs/intermediate_ca.crt ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/certs/intermediate_ca.crt
Copy ca/identity/testdata/certs/server.crt ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/certs/server.crt
Copy ca/identity/testdata/certs/root_ca.crt ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/certs/root_ca.crt
Copy ca/identity/testdata/secrets/intermediate_ca_key ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/secrets/intermediate_ca_key
Copy ca/identity/testdata/secrets/root_ca_key ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/secrets/root_ca_key
Copy ca/identity/testdata/secrets/server_key ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/secrets/server_key
Copy ca/identity/testdata/config/badroot.json ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/config/badroot.json
Copy ca/identity/testdata/config/fail.json ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/config/fail.json
Copy ca/identity/testdata/config/badIdentity.json ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/config/badIdentity.json
Copy ca/identity/testdata/config/ca.json ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/config/ca.json
Copy ca/identity/testdata/config/tunnel.json ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/config/tunnel.json
Copy ca/identity/testdata/config/identity.json ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/config/identity.json
Copy ca/identity/testdata/config/badca.json ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/config/badca.json
Copy ca/identity/testdata/config/defaults.json ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/config/defaults.json
Copy ca/identity/testdata/identity/identity.crt ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/identity/identity.crt
Copy ca/identity/testdata/identity/not_before.crt ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/identity/not_before.crt
Copy ca/identity/testdata/identity/expired.crt ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/identity/expired.crt
Copy ca/identity/testdata/identity/identity_key ->
_build/src/github.com/smallstep/certificates/ca/identity/testdata/identity/identity_key
Copy commands/app.go ->
_build/src/github.com/smallstep/certificates/commands/app.go
Copy commands/export.go ->
_build/src/github.com/smallstep/certificates/commands/export.go
Copy commands/onboard.go ->
_build/src/github.com/smallstep/certificates/commands/onboard.go
Copy kms/kms_test.go ->
_build/src/github.com/smallstep/certificates/kms/kms_test.go
Copy kms/kms.go ->
_build/src/github.com/smallstep/certificates/kms/kms.go
Copy kms/azurekms/signer_test.go ->
_build/src/github.com/smallstep/certificates/kms/azurekms/signer_test.go
Copy kms/azurekms/key_vault_test.go ->
_build/src/github.com/smallstep/certificates/kms/azurekms/key_vault_test.go
Copy kms/azurekms/key_vault.go ->
_build/src/github.com/smallstep/certificates/kms/azurekms/key_vault.go
Copy kms/azurekms/signer.go ->
_build/src/github.com/smallstep/certificates/kms/azurekms/signer.go
Copy kms/azurekms/utils_test.go ->
_build/src/github.com/smallstep/certificates/kms/azurekms/utils_test.go
Copy kms/azurekms/utils.go ->
_build/src/github.com/smallstep/certificates/kms/azurekms/utils.go
Copy kms/azurekms/internal/mock/key_vault_client.go ->
_build/src/github.com/smallstep/certificates/kms/azurekms/internal/mock/key_vault_client.go
Copy kms/yubikey/yubikey.go ->
_build/src/github.com/smallstep/certificates/kms/yubikey/yubikey.go
Copy kms/yubikey/yubikey_no_cgo.go ->
_build/src/github.com/smallstep/certificates/kms/yubikey/yubikey_no_cgo.go
Copy kms/awskms/signer_test.go ->
_build/src/github.com/smallstep/certificates/kms/awskms/signer_test.go
Copy kms/awskms/awskms.go ->
_build/src/github.com/smallstep/certificates/kms/awskms/awskms.go
Copy kms/awskms/awskms_test.go ->
_build/src/github.com/smallstep/certificates/kms/awskms/awskms_test.go
Copy kms/awskms/signer.go ->
_build/src/github.com/smallstep/certificates/kms/awskms/signer.go
Copy kms/awskms/mock_test.go ->
_build/src/github.com/smallstep/certificates/kms/awskms/mock_test.go
Copy kms/pkcs11/benchmark_test.go ->
_build/src/github.com/smallstep/certificates/kms/pkcs11/benchmark_test.go
Copy kms/pkcs11/other_test.go ->
_build/src/github.com/smallstep/certificates/kms/pkcs11/other_test.go
Copy kms/pkcs11/pkcs11.go ->
_build/src/github.com/smallstep/certificates/kms/pkcs11/pkcs11.go
Copy kms/pkcs11/pkcs11_test.go ->
_build/src/github.com/smallstep/certificates/kms/pkcs11/pkcs11_test.go
Copy kms/pkcs11/pkcs11_no_cgo.go ->
_build/src/github.com/smallstep/certificates/kms/pkcs11/pkcs11_no_cgo.go
Copy kms/pkcs11/setup_test.go ->
_build/src/github.com/smallstep/certificates/kms/pkcs11/setup_test.go
Copy kms/pkcs11/yubihsm2_test.go ->
_build/src/github.com/smallstep/certificates/kms/pkcs11/yubihsm2_test.go
Copy kms/pkcs11/softhsm2_test.go ->
_build/src/github.com/smallstep/certificates/kms/pkcs11/softhsm2_test.go
Copy kms/pkcs11/opensc_test.go ->
_build/src/github.com/smallstep/certificates/kms/pkcs11/opensc_test.go
Copy kms/uri/uri_test.go ->
_build/src/github.com/smallstep/certificates/kms/uri/uri_test.go
Copy kms/uri/uri.go ->
_build/src/github.com/smallstep/certificates/kms/uri/uri.go
Copy kms/uri/testdata/pin.txt ->
_build/src/github.com/smallstep/certificates/kms/uri/testdata/pin.txt
Copy kms/sshagentkms/sshagentkms.go ->
_build/src/github.com/smallstep/certificates/kms/sshagentkms/sshagentkms.go
Copy kms/sshagentkms/sshagentkms_test.go ->
_build/src/github.com/smallstep/certificates/kms/sshagentkms/sshagentkms_test.go
Copy kms/sshagentkms/testdata/cert.key ->
_build/src/github.com/smallstep/certificates/kms/sshagentkms/testdata/cert.key
Copy kms/sshagentkms/testdata/pub.pem ->
_build/src/github.com/smallstep/certificates/kms/sshagentkms/testdata/pub.pem
Copy kms/sshagentkms/testdata/ssh ->
_build/src/github.com/smallstep/certificates/kms/sshagentkms/testdata/ssh
Copy kms/sshagentkms/testdata/priv.pem ->
_build/src/github.com/smallstep/certificates/kms/sshagentkms/testdata/priv.pem
Copy kms/sshagentkms/testdata/cert.crt ->
_build/src/github.com/smallstep/certificates/kms/sshagentkms/testdata/cert.crt
Copy kms/sshagentkms/testdata/ssh.pub ->
_build/src/github.com/smallstep/certificates/kms/sshagentkms/testdata/ssh.pub
Copy kms/softkms/softkms_test.go ->
_build/src/github.com/smallstep/certificates/kms/softkms/softkms_test.go
Copy kms/softkms/softkms.go ->
_build/src/github.com/smallstep/certificates/kms/softkms/softkms.go
Copy kms/softkms/testdata/rsa.pub.pem ->
_build/src/github.com/smallstep/certificates/kms/softkms/testdata/rsa.pub.pem
Copy kms/softkms/testdata/rsa.priv.pem ->
_build/src/github.com/smallstep/certificates/kms/softkms/testdata/rsa.priv.pem
Copy kms/softkms/testdata/cert.key ->
_build/src/github.com/smallstep/certificates/kms/softkms/testdata/cert.key
Copy kms/softkms/testdata/pub.pem ->
_build/src/github.com/smallstep/certificates/kms/softkms/testdata/pub.pem
Copy kms/softkms/testdata/priv.pem ->
_build/src/github.com/smallstep/certificates/kms/softkms/testdata/priv.pem
Copy kms/softkms/testdata/cert.crt ->
_build/src/github.com/smallstep/certificates/kms/softkms/testdata/cert.crt
Copy kms/apiv1/requests.go ->
_build/src/github.com/smallstep/certificates/kms/apiv1/requests.go
Copy kms/apiv1/options.go ->
_build/src/github.com/smallstep/certificates/kms/apiv1/options.go
Copy kms/apiv1/requests_test.go ->
_build/src/github.com/smallstep/certificates/kms/apiv1/requests_test.go
Copy kms/apiv1/options_test.go ->
_build/src/github.com/smallstep/certificates/kms/apiv1/options_test.go
Copy kms/apiv1/registry.go ->
_build/src/github.com/smallstep/certificates/kms/apiv1/registry.go
Copy kms/cloudkms/signer_test.go ->
_build/src/github.com/smallstep/certificates/kms/cloudkms/signer_test.go
Copy kms/cloudkms/cloudkms.go ->
_build/src/github.com/smallstep/certificates/kms/cloudkms/cloudkms.go
Copy kms/cloudkms/cloudkms_test.go ->
_build/src/github.com/smallstep/certificates/kms/cloudkms/cloudkms_test.go
Copy kms/cloudkms/signer.go ->
_build/src/github.com/smallstep/certificates/kms/cloudkms/signer.go
Copy kms/cloudkms/mock_test.go ->
_build/src/github.com/smallstep/certificates/kms/cloudkms/mock_test.go
Copy kms/cloudkms/testdata/pub.pem ->
_build/src/github.com/smallstep/certificates/kms/cloudkms/testdata/pub.pem
Copy db/simple_test.go ->
_build/src/github.com/smallstep/certificates/db/simple_test.go
Copy db/db.go -> _build/src/github.com/smallstep/certificates/db/db.go
Copy db/db_test.go ->
_build/src/github.com/smallstep/certificates/db/db_test.go
Copy db/simple.go ->
_build/src/github.com/smallstep/certificates/db/simple.go
Symlink /usr/share/gocode/src/cloud.google.com ->
_build/src/cloud.google.com
Symlink /usr/share/gocode/src/code.google.com ->
_build/src/code.google.com
Symlink /usr/share/gocode/src/dario.cat -> _build/src/dario.cat
Symlink /usr/share/gocode/src/filippo.io -> _build/src/filippo.io
Symlink /usr/share/gocode/src/github.com/ajstarks ->
_build/src/github.com/ajstarks
Symlink /usr/share/gocode/src/github.com/alecthomas ->
_build/src/github.com/alecthomas
Symlink /usr/share/gocode/src/github.com/anmitsu ->
_build/src/github.com/anmitsu
Symlink /usr/share/gocode/src/github.com/antlr ->
_build/src/github.com/antlr
Symlink /usr/share/gocode/src/github.com/armon ->
_build/src/github.com/armon
Symlink /usr/share/gocode/src/github.com/aws ->
_build/src/github.com/aws
Symlink /usr/share/gocode/src/github.com/benbjohnson ->
_build/src/github.com/benbjohnson
Symlink /usr/share/gocode/src/github.com/beorn7 ->
_build/src/github.com/beorn7
Symlink /usr/share/gocode/src/github.com/bgentry ->
_build/src/github.com/bgentry
Symlink /usr/share/gocode/src/github.com/bmatcuk ->
_build/src/github.com/bmatcuk
Symlink /usr/share/gocode/src/github.com/BurntSushi ->
_build/src/github.com/BurntSushi
Symlink /usr/share/gocode/src/github.com/casbin ->
_build/src/github.com/casbin
Symlink /usr/share/gocode/src/github.com/cenkalti ->
_build/src/github.com/cenkalti
Symlink /usr/share/gocode/src/github.com/cespare ->
_build/src/github.com/cespare
Symlink /usr/share/gocode/src/github.com/chzyer ->
_build/src/github.com/chzyer
Symlink /usr/share/gocode/src/github.com/cockroachdb ->
_build/src/github.com/cockroachdb
Symlink /usr/share/gocode/src/github.com/coreos ->
_build/src/github.com/coreos
Symlink /usr/share/gocode/src/github.com/cpuguy83 ->
_build/src/github.com/cpuguy83
Symlink /usr/share/gocode/src/github.com/creack ->
_build/src/github.com/creack
Symlink /usr/share/gocode/src/github.com/cyberdelia ->
_build/src/github.com/cyberdelia
Symlink /usr/share/gocode/src/github.com/DataDog ->
_build/src/github.com/DataDog
Symlink /usr/share/gocode/src/github.com/davecgh ->
_build/src/github.com/davecgh
Symlink /usr/share/gocode/src/github.com/dgraph-io ->
_build/src/github.com/dgraph-io
Symlink /usr/share/gocode/src/github.com/dgryski ->
_build/src/github.com/dgryski
Symlink /usr/share/gocode/src/github.com/dustin ->
_build/src/github.com/dustin
Symlink /usr/share/gocode/src/github.com/edsrzf ->
_build/src/github.com/edsrzf
Symlink /usr/share/gocode/src/github.com/etcd-io ->
_build/src/github.com/etcd-io
Symlink /usr/share/gocode/src/github.com/felixge ->
_build/src/github.com/felixge
Symlink /usr/share/gocode/src/github.com/flynn ->
_build/src/github.com/flynn
Symlink /usr/share/gocode/src/github.com/fogleman ->
_build/src/github.com/fogleman
Symlink /usr/share/gocode/src/github.com/fsnotify ->
_build/src/github.com/fsnotify
Symlink /usr/share/gocode/src/github.com/fullsailor ->
_build/src/github.com/fullsailor
Symlink /usr/share/gocode/src/github.com/go-check ->
_build/src/github.com/go-check
Symlink /usr/share/gocode/src/github.com/go-chi ->
_build/src/github.com/go-chi
Symlink /usr/share/gocode/src/github.com/go-fsnotify ->
_build/src/github.com/go-fsnotify
Symlink /usr/share/gocode/src/github.com/go-kit ->
_build/src/github.com/go-kit
Symlink /usr/share/gocode/src/github.com/go-logfmt ->
_build/src/github.com/go-logfmt
Symlink /usr/share/gocode/src/github.com/go-logr ->
_build/src/github.com/go-logr
Symlink /usr/share/gocode/src/github.com/go-piv ->
_build/src/github.com/go-piv
Symlink /usr/share/gocode/src/github.com/go-sql-driver ->
_build/src/github.com/go-sql-driver
Symlink /usr/share/gocode/src/github.com/go-zookeeper ->
_build/src/github.com/go-zookeeper
Symlink /usr/share/gocode/src/github.com/goccmack ->
_build/src/github.com/goccmack
Symlink /usr/share/gocode/src/github.com/godbus ->
_build/src/github.com/godbus
Symlink /usr/share/gocode/src/github.com/gogo ->
_build/src/github.com/gogo
Symlink /usr/share/gocode/src/github.com/golang ->
_build/src/github.com/golang
Symlink /usr/share/gocode/src/github.com/golang-jwt ->
_build/src/github.com/golang-jwt
Symlink /usr/share/gocode/src/github.com/google ->
_build/src/github.com/google
Symlink /usr/share/gocode/src/github.com/googleapis ->
_build/src/github.com/googleapis
Symlink /usr/share/gocode/src/github.com/gorilla ->
_build/src/github.com/gorilla
Symlink /usr/share/gocode/src/github.com/grpc-ecosystem ->
_build/src/github.com/grpc-ecosystem
Symlink /usr/share/gocode/src/github.com/hashicorp ->
_build/src/github.com/hashicorp
Symlink /usr/share/gocode/src/github.com/HdrHistogram ->
_build/src/github.com/HdrHistogram
Symlink /usr/share/gocode/src/github.com/huandu ->
_build/src/github.com/huandu
Symlink /usr/share/gocode/src/github.com/ianlancetaylor ->
_build/src/github.com/ianlancetaylor
Symlink /usr/share/gocode/src/github.com/imdario ->
_build/src/github.com/imdario
Symlink /usr/share/gocode/src/github.com/influxdata ->
_build/src/github.com/influxdata
Symlink /usr/share/gocode/src/github.com/jmespath ->
_build/src/github.com/jmespath
Symlink /usr/share/gocode/src/github.com/jonboulle ->
_build/src/github.com/jonboulle
Symlink /usr/share/gocode/src/github.com/jpillora ->
_build/src/github.com/jpillora
Symlink /usr/share/gocode/src/github.com/json-iterator ->
_build/src/github.com/json-iterator
Symlink /usr/share/gocode/src/github.com/julienschmidt ->
_build/src/github.com/julienschmidt
Symlink /usr/share/gocode/src/github.com/jung-kurt ->
_build/src/github.com/jung-kurt
Symlink /usr/share/gocode/src/github.com/kardianos ->
_build/src/github.com/kardianos
Symlink /usr/share/gocode/src/github.com/klauspost ->
_build/src/github.com/klauspost
Symlink /usr/share/gocode/src/github.com/kr -> _build/src/github.com/kr
Symlink /usr/share/gocode/src/github.com/kylelemons ->
_build/src/github.com/kylelemons
Symlink /usr/share/gocode/src/github.com/magiconair ->
_build/src/github.com/magiconair
Symlink /usr/share/gocode/src/github.com/manifoldco ->
_build/src/github.com/manifoldco
Symlink /usr/share/gocode/src/github.com/Masterminds ->
_build/src/github.com/Masterminds
Symlink /usr/share/gocode/src/github.com/mattn ->
_build/src/github.com/mattn
Symlink /usr/share/gocode/src/github.com/mgutz ->
_build/src/github.com/mgutz
Symlink /usr/share/gocode/src/github.com/micromdm ->
_build/src/github.com/micromdm
Symlink /usr/share/gocode/src/github.com/miekg ->
_build/src/github.com/miekg
Symlink /usr/share/gocode/src/github.com/minio ->
_build/src/github.com/minio
Symlink /usr/share/gocode/src/github.com/mitchellh ->
_build/src/github.com/mitchellh
Symlink /usr/share/gocode/src/github.com/modern-go ->
_build/src/github.com/modern-go
Symlink /usr/share/gocode/src/github.com/munnerz ->
_build/src/github.com/munnerz
Symlink /usr/share/gocode/src/github.com/mwitkow ->
_build/src/github.com/mwitkow
Symlink /usr/share/gocode/src/github.com/nats-io ->
_build/src/github.com/nats-io
Symlink /usr/share/gocode/src/github.com/nbrownus ->
_build/src/github.com/nbrownus
Symlink /usr/share/gocode/src/github.com/newrelic ->
_build/src/github.com/newrelic
Symlink /usr/share/gocode/src/github.com/oklog ->
_build/src/github.com/oklog
Symlink /usr/share/gocode/src/github.com/olekukonko ->
_build/src/github.com/olekukonko
Symlink /usr/share/gocode/src/github.com/opentracing ->
_build/src/github.com/opentracing
Symlink /usr/share/gocode/src/github.com/pelletier ->
_build/src/github.com/pelletier
Symlink /usr/share/gocode/src/github.com/performancecopilot ->
_build/src/github.com/performancecopilot
Symlink /usr/share/gocode/src/github.com/pkg ->
_build/src/github.com/pkg
Symlink /usr/share/gocode/src/github.com/pmezard ->
_build/src/github.com/pmezard
Symlink /usr/share/gocode/src/github.com/prometheus ->
_build/src/github.com/prometheus
Symlink /usr/share/gocode/src/github.com/rabbitmq ->
_build/src/github.com/rabbitmq
Symlink /usr/share/gocode/src/github.com/rcrowley ->
_build/src/github.com/rcrowley
Symlink /usr/share/gocode/src/github.com/rivo ->
_build/src/github.com/rivo
Symlink /usr/share/gocode/src/github.com/rogpeppe ->
_build/src/github.com/rogpeppe
Symlink /usr/share/gocode/src/github.com/rs -> _build/src/github.com/rs
Symlink /usr/share/gocode/src/github.com/russross ->
_build/src/github.com/russross
Symlink /usr/share/gocode/src/github.com/shopspring ->
_build/src/github.com/shopspring
Symlink /usr/share/gocode/src/github.com/shurcooL ->
_build/src/github.com/shurcooL
Symlink /usr/share/gocode/src/github.com/Sirupsen ->
_build/src/github.com/Sirupsen
Symlink /usr/share/gocode/src/github.com/sirupsen ->
_build/src/github.com/sirupsen
Symlink /usr/share/gocode/src/github.com/skip2 ->
_build/src/github.com/skip2
Symlink /usr/share/gocode/src/github.com/slackhq ->
_build/src/github.com/slackhq
Symlink /usr/share/gocode/src/github.com/smallstep/assert ->
_build/src/github.com/smallstep/assert
Symlink /usr/share/gocode/src/github.com/smallstep/nosql ->
_build/src/github.com/smallstep/nosql
Symlink /usr/share/gocode/src/github.com/smallstep/pkcs7 ->
_build/src/github.com/smallstep/pkcs7
Symlink /usr/share/gocode/src/github.com/smallstep/scep ->
_build/src/github.com/smallstep/scep
Symlink /usr/share/gocode/src/github.com/soheilhy ->
_build/src/github.com/soheilhy
Symlink /usr/share/gocode/src/github.com/spf13 ->
_build/src/github.com/spf13
Symlink /usr/share/gocode/src/github.com/stathat ->
_build/src/github.com/stathat
Symlink /usr/share/gocode/src/github.com/stoewer ->
_build/src/github.com/stoewer
Symlink /usr/share/gocode/src/github.com/stretchr ->
_build/src/github.com/stretchr
Symlink /usr/share/gocode/src/github.com/subosito ->
_build/src/github.com/subosito
Symlink /usr/share/gocode/src/github.com/thales-e-security ->
_build/src/github.com/thales-e-security
Symlink /usr/share/gocode/src/github.com/ThalesIgnite ->
_build/src/github.com/ThalesIgnite
Symlink /usr/share/gocode/src/github.com/tmc ->
_build/src/github.com/tmc
Symlink /usr/share/gocode/src/github.com/uber-go ->
_build/src/github.com/uber-go
Symlink /usr/share/gocode/src/github.com/urfave ->
_build/src/github.com/urfave
Symlink /usr/share/gocode/src/github.com/vishvananda ->
_build/src/github.com/vishvananda
Symlink /usr/share/gocode/src/github.com/VividCortex ->
_build/src/github.com/VividCortex
Symlink /usr/share/gocode/src/github.com/xiang90 ->
_build/src/github.com/xiang90
Symlink /usr/share/gocode/src/github.com/yuin ->
_build/src/github.com/yuin
Symlink /usr/share/gocode/src/go.etcd.io -> _build/src/go.etcd.io
Symlink /usr/share/gocode/src/go.mozilla.org ->
_build/src/go.mozilla.org
Symlink /usr/share/gocode/src/go.opencensus.io ->
_build/src/go.opencensus.io
Symlink /usr/share/gocode/src/go.opentelemetry.io ->
_build/src/go.opentelemetry.io
Symlink /usr/share/gocode/src/go.step.sm -> _build/src/go.step.sm
Symlink /usr/share/gocode/src/go.uber.org -> _build/src/go.uber.org
Symlink /usr/share/gocode/src/golang.org -> _build/src/golang.org
Symlink /usr/share/gocode/src/gonum.org -> _build/src/gonum.org
Symlink /usr/share/gocode/src/google.golang.org ->
_build/src/google.golang.org
Symlink /usr/share/gocode/src/gopkg.in -> _build/src/gopkg.in
Symlink /usr/share/gocode/src/launchpad.net -> _build/src/launchpad.net
Symlink /usr/share/gocode/src/rsc.io -> _build/src/rsc.io
Symlink /usr/share/gocode/src/sigs.k8s.io -> _build/src/sigs.k8s.io
dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
cd _build && go version
go version go1.24.1 linux/amd64
cd _build && go env
AR='ar'
CC='gcc'
CGO_CFLAGS='-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection'
CGO_CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
CGO_CXXFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection'
CGO_ENABLED='1'
CGO_FFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-clash-protection -fcf-protection'
CGO_LDFLAGS='-Wl,-z,relro'
CXX='g++'
GCCGO='gccgo'
GO111MODULE='off'
GOAMD64='v1'
GOARCH='amd64'
GOAUTH='netrc'
GOBIN=''
GOCACHE='/<<PKGBUILDDIR>>/_build/go-build'
GOCACHEPROG=''
GODEBUG=''
GOENV='/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFIPS140='off'
GOFLAGS=''
GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0
-ffile-prefix-map=/tmp/go-build2111389224=/tmp/go-build
-gno-record-gcc-switches'
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMOD=''
GOMODCACHE='/<<PKGBUILDDIR>>/_build/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/<<PKGBUILDDIR>>/_build'
GOPRIVATE=''
GOPROXY='off'
GOROOT='/usr/lib/go-1.24'
GOSUMDB='sum.golang.org'
GOTELEMETRY='local'
GOTELEMETRYDIR='/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.config/go/telemetry'
GOTMPDIR=''
GOTOOLCHAIN='local'
GOTOOLDIR='/usr/lib/go-1.24/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.24.1'
GOWORK=''
PKG_CONFIG='pkg-config'
cd _build && go install -trimpath -v -p 2
github.com/smallstep/certificates/acme
github.com/smallstep/certificates/acme/api
github.com/smallstep/certificates/acme/db/nosql
github.com/smallstep/certificates/api github.com/smallstep/certificates/api/log
github.com/smallstep/certificates/api/read
github.com/smallstep/certificates/api/render
github.com/smallstep/certificates/authority
github.com/smallstep/certificates/authority/admin
github.com/smallstep/certificates/authority/admin/api
github.com/smallstep/certificates/authority/admin/db/nosql
github.com/smallstep/certificates/authority/administrator
github.com/smallstep/certificates/authority/config
github.com/smallstep/certificates/authority/provisioner
github.com/smallstep/certificates/ca
github.com/smallstep/certificates/ca/identity
github.com/smallstep/certificates/cas
github.com/smallstep/certificates/cas/apiv1
github.com/smallstep/certificates/cas/softcas
github.com/smallstep/certificates/cas/stepcas github.com/smallstep/certifi
cates/commands github.com/smallstep/certificates/db
github.com/smallstep/certificates/errs github.com/smallstep/certificates/kms
github.com/smallstep/certificates/kms/apiv1
github.com/smallstep/certificates/kms/awskms
github.com/smallstep/certificates/kms/pkcs11
github.com/smallstep/certificates/kms/softkms
github.com/smallstep/certificates/kms/sshagentkms
github.com/smallstep/certificates/kms/uri
github.com/smallstep/certificates/kms/yubikey
github.com/smallstep/certificates/logging
github.com/smallstep/certificates/monitoring
github.com/smallstep/certificates/pki github.com/smallstep/certificates/scep
github.com/smallstep/certificates/scep/api
github.com/smallstep/certificates/server
github.com/smallstep/certificates/templates
src/github.com/smallstep/certificates/scep/authority.go:12:2: cannot find
package "github.com/micromdm/scep/scep" in any of:
/usr/lib/go-1.24/src/github.com/micromdm/scep/scep (from $GOROOT)
/<<PKGBUILDDIR>>/_build/src/github.com/micromdm/scep/scep (from $GOPATH)
dh_auto_build: error: cd _build && go install -trimpath -v -p 2
github.com/smallstep/certificates/acme
github.com/smallstep/certificates/acme/api
github.com/smallstep/certificates/acme/db/nosql
github.com/smallstep/certificates/api github.com/smallstep/certificates/api/log
github.com/smallstep/certificates/api/read
github.com/smallstep/certificates/api/render
github.com/smallstep/certificates/authority
github.com/smallstep/certificates/authority/admin
github.com/smallstep/certificates/authority/admin/api
github.com/smallstep/certificates/authority/admin/db/nosql
github.com/smallstep/certificates/authority/administrator
github.com/smallstep/certificates/authority/config
github.com/smallstep/certificates/authority/provisioner
github.com/smallstep/certificates/ca
github.com/smallstep/certificates/ca/identity
github.com/smallstep/certificates/cas
github.com/smallstep/certificates/cas/apiv1
github.com/smallstep/certificates/cas/softcas
github.com/smallstep/certificates/cas/stepcas github.
com/smallstep/certificates/commands github.com/smallstep/certificates/db
github.com/smallstep/certificates/errs github.com/smallstep/certificates/kms
github.com/smallstep/certificates/kms/apiv1
github.com/smallstep/certificates/kms/awskms
github.com/smallstep/certificates/kms/pkcs11
github.com/smallstep/certificates/kms/softkms
github.com/smallstep/certificates/kms/sshagentkms
github.com/smallstep/certificates/kms/uri
github.com/smallstep/certificates/kms/yubikey
github.com/smallstep/certificates/logging
github.com/smallstep/certificates/monitoring
github.com/smallstep/certificates/pki github.com/smallstep/certificates/scep
github.com/smallstep/certificates/scep/api
github.com/smallstep/certificates/server
github.com/smallstep/certificates/templates returned exit code 1
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202504/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:golang-github-smallstep-certificates, so
that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: golang-github-smallstep-certificates
Source-Version: 0.20.0-1
Done: Jérémy Lal <kapo...@melix.org>
We believe that the bug you reported is fixed in the latest version of
golang-github-smallstep-certificates, which is due to be installed in the
Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1101...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jérémy Lal <kapo...@melix.org> (supplier of updated
golang-github-smallstep-certificates package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 06 Apr 2025 00:45:49 +0200
Source: golang-github-smallstep-certificates
Architecture: source
Version: 0.20.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Jérémy Lal <kapo...@melix.org>
Closes: 1101848
Changes:
golang-github-smallstep-certificates (0.20.0-1) unstable; urgency=medium
.
* Team upload
* New upstream version 0.20.0.
This version actually passes its own testsuite.
* Drop applied patch,
upstream expects CI env var to be true for testsuite.
* patch: use smallstep-scep for microscep. Closes: #1101848.
Checksums-Sha1:
dea55ad223fe49ae856dc63cbb5d3642a0c2a14f 3221
golang-github-smallstep-certificates_0.20.0-1.dsc
fd39c32f8f018d698a3dc98b69118ad1aff30169 17978622
golang-github-smallstep-certificates_0.20.0.orig.tar.gz
367e41ccdc6f0602d6821f9a362167d9f5a24094 6204
golang-github-smallstep-certificates_0.20.0-1.debian.tar.xz
6f98584100bf92f9b0b085a7c2514355ca3f1a22 7901
golang-github-smallstep-certificates_0.20.0-1_source.buildinfo
Checksums-Sha256:
035a135765451272255ab2dc5ac28c0777c624fc4487fde0b238eb4a72ffd443 3221
golang-github-smallstep-certificates_0.20.0-1.dsc
bfc3b08741ed75b7f446b2e46abd6d824fc3968c8e47507829c948fbcaa9bfa8 17978622
golang-github-smallstep-certificates_0.20.0.orig.tar.gz
8d83de4699ece12d17964a20abc9a451f41e3d7b563c49238e5b46d5eff40096 6204
golang-github-smallstep-certificates_0.20.0-1.debian.tar.xz
cd37467f480e679fd21493fa7cfbf20fa633b39612783cc11ef66e73b785b11c 7901
golang-github-smallstep-certificates_0.20.0-1_source.buildinfo
Files:
f872bd94e66576ed107f7f07127b2874 3221 golang optional
golang-github-smallstep-certificates_0.20.0-1.dsc
c267167561f02e37960fbdb5add68261 17978622 golang optional
golang-github-smallstep-certificates_0.20.0.orig.tar.gz
008c66c117187f5b4794af0b4f1b6d40 6204 golang optional
golang-github-smallstep-certificates_0.20.0-1.debian.tar.xz
3e4d1f28a823647edf430166ece1331a 7901 golang optional
golang-github-smallstep-certificates_0.20.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCAAwFiEEA8Tnq7iA9SQwbkgVZhHAXt0583QFAmfxt+ISHGthcG91ZXJA
bWVsaXgub3JnAAoJEGYRwF7dOfN09IsP/0pwjVcnjoUo85m0SCkW/nwIIoNkXufS
xtYUxn6g+6f/Y3P9DJB2nPIyniSn/8VCDGTBW9cknfbQeM1/jscbIDHFFbumf50I
hJ6P4KLv9/919j16dP1kIqnkpLWBETaOAvGQ7C2xm41JLZt8Ll9cpxcl0Hk8yG66
p0hq6+op2M7aNlMw7adOal5jMig4Tskmy9hv3rpn/X2h/FsH5EWDV7SGPSnQgHUm
LzXOaFhtPtD3x5wUdTA/sPgSsU5er8NnMFPPK9eh6G8ob1B1vzzJMegbYuk4JTRt
bAK4TON8w/zPIDnxuJzSgv8Xy7RM5xv7LNq9sN2FQTumbj67/7SR5/qT3e5o1Qyg
RUtl0negEDzjdZ1zr2rnLeZEM0yNW9BG5IoxiOJfuRBUTFpzSSl0VJ2d8W8mSDsY
cCwGLNwzmtJ5Kz8sc09wRxMi6SBXj4kPGF6dxQ2V5WXLWz+wQHgeSc08FTBZ2b17
wDbrLWS3DB6zsomeQvtDZFFAI4A66li1gKSMEMo/ctbJJ+A2KOFuXewR3p6mKCBW
7vLtjlZq6mDpfh1SD9TQ51SRMuD6pr60TO1I9OvJmYQm5vBtSJivGEHSxIY3m3YX
70IJkj4xAIhF1PC8k7jo7BWw2hQyP98mhV6JgP3kmjKO/A9x1SytJVyGs8gRYjeC
pEpWdCVvYhF9
=9yxv
-----END PGP SIGNATURE-----
pgpSCtBcZZXI_.pgp
Description: PGP signature
--- End Message ---