Pull request #4224 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a3f2d57918cc6232b7965307bf0f2132054dc605+c8dc4aaa282fbe6e844314843563128f08055c6c (a14a6d713931634a3deedafeff64491a12a16cd3) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7361792959787121161.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh11030073065440907697.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4224/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4224/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9968131264866165005.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4224/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10564763721982180994.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14995412094669184404.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4224/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4224/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8536947276158209443.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-117924 in /w/workspace/edgexfoundry_edgex-go_PR-4224 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4224/head:refs/remotes/origin/PR-4224 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit c8dc4aaa282fbe6e844314843563128f08055c6c into PR head commit a3f2d57918cc6232b7965307bf0f2132054dc605 Merge succeeded, producing a3f2d57918cc6232b7965307bf0f2132054dc605 Checking out Revision a3f2d57918cc6232b7965307bf0f2132054dc605 (PR-4224) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-11-02T19:48:39.173Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f a3f2d57918cc6232b7965307bf0f2132054dc605 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge c8dc4aaa282fbe6e844314843563128f08055c6c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a3f2d57918cc6232b7965307bf0f2132054dc605 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-11-02T19:48:39.347Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-11-02T19:48:39.445Z] ========================================================= [2022-11-02T19:48:39.445Z] EdgeX Global Pipelines Version Info [2022-11-02T19:48:39.445Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-11-02T19:48:40.191Z] ------------------- [2022-11-02T19:48:40.191Z] stable info: [2022-11-02T19:48:40.191Z] ------------------- [2022-11-02T19:48:40.191Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-11-02T19:48:40.191Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-11-02T19:48:40.191Z] Message: update stable to v1.0.243 [2022-11-02T19:48:40.761Z] ------------------- [2022-11-02T19:48:40.761Z] experimental info: [2022-11-02T19:48:40.761Z] ------------------- [2022-11-02T19:48:40.761Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-11-02T19:48:40.761Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-11-02T19:48:40.761Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-11-02T19:48:41.003Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-11-02T19:48:41.034Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-11-02T19:48:41.062Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-11-02T19:48:41.090Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-11-02T19:48:41.118Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-11-02T19:48:41.146Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-11-02T19:48:41.181Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-11-02T19:48:41.218Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-11-02T19:48:41.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-11-02T19:48:41.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-11-02T19:48:41.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-11-02T19:48:41.362Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-11-02T19:48:41.397Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-11-02T19:48:41.433Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-11-02T19:48:41.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-11-02T19:48:41.508Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-11-02T19:48:41.544Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-11-02T19:48:41.579Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-11-02T19:48:41.615Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-11-02T19:48:41.651Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-11-02T19:48:41.688Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-11-02T19:48:41.724Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-11-02T19:48:41.761Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-11-02T19:48:41.798Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4224 [Pipeline] echo [2022-11-02T19:48:41.836Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4224 [Pipeline] echo [2022-11-02T19:48:41.872Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4224 [Pipeline] echo [2022-11-02T19:48:41.903Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a3f2d57918cc6232b7965307bf0f2132054dc605 [Pipeline] echo [2022-11-02T19:48:41.937Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a3f2d57 [Pipeline] echo [2022-11-02T19:48:41.978Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-02T19:48:42.078Z] provisioning config files... [2022-11-02T19:48:42.094Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config12119988738514101436tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-02T19:48:42.436Z] ---> docker-login.sh [2022-11-02T19:48:42.436Z] nexus3.edgexfoundry.org:10001 [2022-11-02T19:48:42.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:48:42.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:48:42.959Z] Configure a credential helper to remove this warning. See [2022-11-02T19:48:42.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:48:42.959Z] [2022-11-02T19:48:42.959Z] Login Succeeded [2022-11-02T19:48:42.959Z] nexus3.edgexfoundry.org:10002 [2022-11-02T19:48:42.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:48:42.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:48:42.959Z] Configure a credential helper to remove this warning. See [2022-11-02T19:48:42.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:48:42.959Z] [2022-11-02T19:48:42.959Z] Login Succeeded [2022-11-02T19:48:42.959Z] nexus3.edgexfoundry.org:10003 [2022-11-02T19:48:42.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:48:43.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:48:43.222Z] Configure a credential helper to remove this warning. See [2022-11-02T19:48:43.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:48:43.222Z] [2022-11-02T19:48:43.222Z] Login Succeeded [2022-11-02T19:48:43.222Z] nexus3.edgexfoundry.org:10004 [2022-11-02T19:48:43.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:48:43.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:48:43.222Z] Configure a credential helper to remove this warning. See [2022-11-02T19:48:43.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:48:43.222Z] [2022-11-02T19:48:43.222Z] Login Succeeded [2022-11-02T19:48:43.222Z] docker.io [2022-11-02T19:48:43.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:48:43.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:48:43.794Z] Configure a credential helper to remove this warning. See [2022-11-02T19:48:43.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:48:43.794Z] [2022-11-02T19:48:43.794Z] Login Succeeded [2022-11-02T19:48:43.794Z] ---> docker-login.sh ends [Pipeline] } [2022-11-02T19:48:43.824Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-11-02T19:48:44.236Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-11-02T19:48:44.236Z] + dirname cmd/core-command/Dockerfile [2022-11-02T19:48:44.236Z] + cut -d/ -f2 [2022-11-02T19:48:44.236Z] + echo core-command,cmd/core-command/Dockerfile [2022-11-02T19:48:44.236Z] + cut -d/ -f2 [2022-11-02T19:48:44.236Z] + dirname cmd/core-data/Dockerfile [2022-11-02T19:48:44.236Z] + echo core-data,cmd/core-data/Dockerfile [2022-11-02T19:48:44.236Z] + + cut -d/ -f2 [2022-11-02T19:48:44.236Z] dirname cmd/core-metadata/Dockerfile [2022-11-02T19:48:44.236Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-11-02T19:48:44.236Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-11-02T19:48:44.236Z] + cut -d/ -f2 [2022-11-02T19:48:44.236Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-11-02T19:48:44.236Z] + + cutdirname -d/ cmd/security-proxy-setup/Dockerfile -f2 [2022-11-02T19:48:44.236Z] [2022-11-02T19:48:44.236Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-11-02T19:48:44.236Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-11-02T19:48:44.236Z] + cut -d/ -f2 [2022-11-02T19:48:44.236Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-11-02T19:48:44.236Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-11-02T19:48:44.236Z] + cut -d/ -f2 [2022-11-02T19:48:44.236Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-11-02T19:48:44.236Z] + dirname cmd/security-spire-agent/Dockerfile [2022-11-02T19:48:44.236Z] + cut -d/ -f2 [2022-11-02T19:48:44.236Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-11-02T19:48:44.236Z] + + cut -d/ -f2 [2022-11-02T19:48:44.236Z] dirname cmd/security-spire-config/Dockerfile [2022-11-02T19:48:44.236Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-11-02T19:48:44.236Z] + cut -d/ -f2 [2022-11-02T19:48:44.236Z] + dirname cmd/security-spire-server/Dockerfile [2022-11-02T19:48:44.236Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-11-02T19:48:44.236Z] + dirname cmd/support-notifications/Dockerfile [2022-11-02T19:48:44.236Z] + cut -d/ -f2 [2022-11-02T19:48:44.236Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-11-02T19:48:44.236Z] + + dirname cmd/support-scheduler/Dockerfile [2022-11-02T19:48:44.236Z] cut -d/ -f2 [2022-11-02T19:48:44.236Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-11-02T19:48:44.236Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-11-02T19:48:44.236Z] + cut -d/ -f2 [2022-11-02T19:48:44.236Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-11-02T19:48:44.296Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-11-02T19:48:44.795Z] + git rev-list -1 --merges a3f2d57918cc6232b7965307bf0f2132054dc605~1..a3f2d57918cc6232b7965307bf0f2132054dc605 [Pipeline] echo [2022-11-02T19:48:44.829Z] -----------> git rev-list -1 --merges a3f2d57918cc6232b7965307bf0f2132054dc605~1..a3f2d57918cc6232b7965307bf0f2132054dc605 a3f2d57918cc6232b7965307bf0f2132054dc605 [false] [Pipeline] sh [2022-11-02T19:48:45.140Z] + git log --format=format:%s -1 a3f2d57918cc6232b7965307bf0f2132054dc605 [Pipeline] echo [2022-11-02T19:48:45.175Z] ========================================================= [2022-11-02T19:48:45.175Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-11-02T19:48:45.175Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-11-02T19:48:45.664Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-11-02T19:48:45.664Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-11-02T19:48:45.664Z] + [ -e /tmp/ssh_known_hosts ] [2022-11-02T19:48:45.664Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-11-02T19:48:45.664Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-11-02T19:48:45.664Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-11-02T19:48:45.664Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:48:46.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-02T19:48:46.129Z] [2022-11-02T19:48:46.129Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:48:46.499Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-02T19:48:46.499Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-11-02T19:48:46.499Z] b85a868b505f: Pulling fs layer [2022-11-02T19:48:46.499Z] e2be974225ed: Pulling fs layer [2022-11-02T19:48:46.499Z] 339a4e72a1f5: Pulling fs layer [2022-11-02T19:48:46.499Z] 988bab9f4d93: Pulling fs layer [2022-11-02T19:48:46.499Z] 1469e6f7b9e6: Pulling fs layer [2022-11-02T19:48:46.499Z] eaf3925da568: Pulling fs layer [2022-11-02T19:48:46.499Z] bab4dde63d76: Pulling fs layer [2022-11-02T19:48:46.499Z] bde34c3a00c8: Pulling fs layer [2022-11-02T19:48:46.499Z] b352a97aabf1: Pulling fs layer [2022-11-02T19:48:46.499Z] 4872d77fe225: Pulling fs layer [2022-11-02T19:48:46.499Z] 5851b861e8e6: Pulling fs layer [2022-11-02T19:48:46.499Z] b352a97aabf1: Waiting [2022-11-02T19:48:46.499Z] 1469e6f7b9e6: Waiting [2022-11-02T19:48:46.499Z] eaf3925da568: Waiting [2022-11-02T19:48:46.499Z] bab4dde63d76: Waiting [2022-11-02T19:48:46.499Z] 4872d77fe225: Waiting [2022-11-02T19:48:46.499Z] bde34c3a00c8: Waiting [2022-11-02T19:48:46.499Z] 5851b861e8e6: Waiting [2022-11-02T19:48:46.499Z] 988bab9f4d93: Waiting [2022-11-02T19:48:46.499Z] e2be974225ed: Verifying Checksum [2022-11-02T19:48:46.499Z] e2be974225ed: Download complete [2022-11-02T19:48:46.499Z] 988bab9f4d93: Verifying Checksum [2022-11-02T19:48:46.499Z] 988bab9f4d93: Download complete [2022-11-02T19:48:46.758Z] 1469e6f7b9e6: Verifying Checksum [2022-11-02T19:48:46.758Z] 1469e6f7b9e6: Download complete [2022-11-02T19:48:46.758Z] 339a4e72a1f5: Verifying Checksum [2022-11-02T19:48:46.758Z] 339a4e72a1f5: Download complete [2022-11-02T19:48:46.758Z] eaf3925da568: Download complete [2022-11-02T19:48:46.758Z] bde34c3a00c8: Download complete [2022-11-02T19:48:46.758Z] b352a97aabf1: Download complete [2022-11-02T19:48:46.758Z] 4872d77fe225: Download complete [2022-11-02T19:48:46.758Z] 5851b861e8e6: Verifying Checksum [2022-11-02T19:48:46.758Z] 5851b861e8e6: Download complete [2022-11-02T19:48:46.758Z] b85a868b505f: Verifying Checksum [2022-11-02T19:48:46.758Z] b85a868b505f: Download complete [2022-11-02T19:48:47.019Z] bab4dde63d76: Verifying Checksum [2022-11-02T19:48:47.019Z] bab4dde63d76: Download complete [2022-11-02T19:48:47.956Z] b85a868b505f: Pull complete [2022-11-02T19:48:48.216Z] e2be974225ed: Pull complete [2022-11-02T19:48:48.476Z] 339a4e72a1f5: Pull complete [2022-11-02T19:48:48.734Z] 988bab9f4d93: Pull complete [2022-11-02T19:48:48.993Z] 1469e6f7b9e6: Pull complete [2022-11-02T19:48:48.993Z] eaf3925da568: Pull complete [2022-11-02T19:48:50.896Z] bab4dde63d76: Pull complete [2022-11-02T19:48:50.896Z] bde34c3a00c8: Pull complete [2022-11-02T19:48:50.896Z] b352a97aabf1: Pull complete [2022-11-02T19:48:50.896Z] 4872d77fe225: Pull complete [2022-11-02T19:48:50.896Z] 5851b861e8e6: Pull complete [2022-11-02T19:48:51.157Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-11-02T19:48:51.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-02T19:48:51.157Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:48:51.362Z] prd-ubuntu20.04-docker-8c-8g-117924 does not seem to be running inside a container [2022-11-02T19:48:51.400Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-11-02T19:48:52.933Z] $ docker top e7b0e43ae2b47448afe98665553462f385512a2477a069501923d993ed034c71 -eo pid,comm [2022-11-02T19:48:52.993Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-11-02T19:48:52.993Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-11-02T19:48:53.113Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-11-02T19:48:53.113Z] [ssh-agent] Looking for ssh-agent implementation... [2022-11-02T19:48:53.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-11-02T19:48:53.234Z] $ docker exec e7b0e43ae2b47448afe98665553462f385512a2477a069501923d993ed034c71 ssh-agent [2022-11-02T19:48:53.342Z] SSH_AUTH_SOCK=/tmp/ssh-gCKVSKxAcYmJ/agent.32 [2022-11-02T19:48:53.342Z] SSH_AGENT_PID=38 [2022-11-02T19:48:53.348Z] Running ssh-add (command line suppressed) [2022-11-02T19:48:53.470Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2108049594015629511.key (/w/workspace/edgex-go/1@tmp/private_key_2108049594015629511.key) [2022-11-02T19:48:53.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-11-02T19:48:53.823Z] + git tag --points-at HEAD [Pipeline] } [2022-11-02T19:48:53.854Z] $ docker exec --env ******** --env ******** e7b0e43ae2b47448afe98665553462f385512a2477a069501923d993ed034c71 ssh-agent -k [2022-11-02T19:48:53.965Z] unset SSH_AUTH_SOCK; [2022-11-02T19:48:53.965Z] unset SSH_AGENT_PID; [2022-11-02T19:48:53.966Z] echo Agent pid 38 killed; [2022-11-02T19:48:53.974Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-11-02T19:48:54.067Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-11-02T19:48:54.067Z] [ssh-agent] Looking for ssh-agent implementation... [2022-11-02T19:48:54.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-11-02T19:48:54.198Z] $ docker exec e7b0e43ae2b47448afe98665553462f385512a2477a069501923d993ed034c71 ssh-agent [2022-11-02T19:48:54.301Z] SSH_AUTH_SOCK=/tmp/ssh-NsDRDgDYQn6d/agent.70 [2022-11-02T19:48:54.301Z] SSH_AGENT_PID=76 [2022-11-02T19:48:54.306Z] Running ssh-add (command line suppressed) [2022-11-02T19:48:54.411Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2477036346379867509.key (/w/workspace/edgex-go/1@tmp/private_key_2477036346379867509.key) [2022-11-02T19:48:54.427Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-11-02T19:48:54.757Z] + git semver init [2022-11-02T19:48:55.018Z] 2022-11-02 19:48:54,943 [run_init] DEBUG init version:0.0.0 force:False [2022-11-02T19:48:55.018Z] 2022-11-02 19:48:54,944 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-11-02T19:48:55.018Z] 2022-11-02 19:48:54,944 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-11-02T19:48:55.018Z] 2022-11-02 19:48:54,944 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2022-11-02T19:48:59.246Z] 2022-11-02 19:48:59,238 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-11-02T19:48:59.246Z] 2022-11-02 19:48:59,239 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4224 with force:False [2022-11-02T19:48:59.246Z] 2022-11-02 19:48:59,239 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4224 [2022-11-02T19:48:59.246Z] 2022-11-02 19:48:59,246 [execute] INFO git cat-file --batch-check [2022-11-02T19:48:59.246Z] 2022-11-02 19:48:59,246 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-11-02T19:48:59.509Z] 2022-11-02 19:48:59,254 [execute] INFO git cat-file --batch [2022-11-02T19:48:59.509Z] 2022-11-02 19:48:59,255 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-11-02T19:48:59.509Z] 2022-11-02 19:48:59,262 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4224 [2022-11-02T19:48:59.509Z] 0.0.0 [Pipeline] } [2022-11-02T19:48:59.539Z] $ docker exec --env ******** --env ******** e7b0e43ae2b47448afe98665553462f385512a2477a069501923d993ed034c71 ssh-agent -k [2022-11-02T19:48:59.646Z] unset SSH_AUTH_SOCK; [2022-11-02T19:48:59.647Z] unset SSH_AGENT_PID; [2022-11-02T19:48:59.647Z] echo Agent pid 76 killed; [2022-11-02T19:48:59.653Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-11-02T19:49:00.082Z] + git semver [Pipeline] } [2022-11-02T19:49:00.369Z] $ docker stop --time=1 e7b0e43ae2b47448afe98665553462f385512a2477a069501923d993ed034c71 [2022-11-02T19:49:02.561Z] $ docker rm -f e7b0e43ae2b47448afe98665553462f385512a2477a069501923d993ed034c71 [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-02T19:49:02.972Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-11-02T19:49:03.222Z] Stashed 1 file(s) [Pipeline] echo [2022-11-02T19:49:03.243Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-02T19:49:04.020Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-11-02T19:49:04.054Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T19:49:04.090Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T19:49:04.120Z] ========================================================= [2022-11-02T19:49:04.120Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-11-02T19:49:04.120Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:49:04.460Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-02T19:49:04.460Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-11-02T19:49:04.460Z] 213ec9aee27d: Pulling fs layer [2022-11-02T19:49:04.460Z] 4583459ba037: Pulling fs layer [2022-11-02T19:49:04.460Z] 93c1e223e6f2: Pulling fs layer [2022-11-02T19:49:04.460Z] 53926ce57604: Pulling fs layer [2022-11-02T19:49:04.460Z] 21b2b0c7a3f4: Pulling fs layer [2022-11-02T19:49:04.460Z] 30f14e443154: Pulling fs layer [2022-11-02T19:49:04.460Z] 801331c1e519: Pulling fs layer [2022-11-02T19:49:04.460Z] 99cc6dd402b0: Pulling fs layer [2022-11-02T19:49:04.460Z] 7d9ed39f4882: Pulling fs layer [2022-11-02T19:49:04.460Z] 21b2b0c7a3f4: Waiting [2022-11-02T19:49:04.460Z] 30f14e443154: Waiting [2022-11-02T19:49:04.460Z] 99cc6dd402b0: Waiting [2022-11-02T19:49:04.460Z] 801331c1e519: Waiting [2022-11-02T19:49:04.460Z] 53926ce57604: Waiting [2022-11-02T19:49:04.460Z] 93c1e223e6f2: Verifying Checksum [2022-11-02T19:49:04.460Z] 93c1e223e6f2: Download complete [2022-11-02T19:49:04.460Z] 4583459ba037: Download complete [2022-11-02T19:49:04.460Z] 21b2b0c7a3f4: Download complete [2022-11-02T19:49:04.460Z] 30f14e443154: Verifying Checksum [2022-11-02T19:49:04.460Z] 30f14e443154: Download complete [2022-11-02T19:49:04.460Z] 213ec9aee27d: Verifying Checksum [2022-11-02T19:49:04.460Z] 213ec9aee27d: Download complete [2022-11-02T19:49:04.460Z] 801331c1e519: Download complete [2022-11-02T19:49:04.723Z] 213ec9aee27d: Pull complete [2022-11-02T19:49:04.723Z] 4583459ba037: Pull complete [2022-11-02T19:49:04.983Z] 93c1e223e6f2: Pull complete [2022-11-02T19:49:04.983Z] 7d9ed39f4882: Verifying Checksum [2022-11-02T19:49:04.983Z] 7d9ed39f4882: Download complete [2022-11-02T19:49:05.242Z] 99cc6dd402b0: Verifying Checksum [2022-11-02T19:49:05.242Z] 99cc6dd402b0: Download complete [2022-11-02T19:49:05.242Z] 53926ce57604: Verifying Checksum [2022-11-02T19:49:05.242Z] 53926ce57604: Download complete [2022-11-02T19:49:09.422Z] 53926ce57604: Pull complete [2022-11-02T19:49:09.422Z] 21b2b0c7a3f4: Pull complete [2022-11-02T19:49:09.422Z] 30f14e443154: Pull complete [2022-11-02T19:49:09.422Z] 801331c1e519: Pull complete [2022-11-02T19:49:11.952Z] 99cc6dd402b0: Pull complete [2022-11-02T19:49:12.518Z] 7d9ed39f4882: Pull complete [2022-11-02T19:49:12.518Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-11-02T19:49:12.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-02T19:49:12.518Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:49:12.869Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-02T19:49:12.870Z] WORKDIR /edgex [2022-11-02T19:49:12.870Z] COPY go.mod . [2022-11-02T19:49:12.870Z] RUN go mod download [2022-11-02T19:49:12.870Z] + docker build -t ci-base-image-x86_64 -f - . [2022-11-02T19:49:13.436Z] Sending build context to Docker daemon 169.8MB [2022-11-02T19:49:13.436Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-02T19:49:13.436Z] ---> 1dedd983c030 [2022-11-02T19:49:13.436Z] Step 2/4 : WORKDIR /edgex [2022-11-02T19:49:15.971Z] ---> Running in 08594dd1c107 [2022-11-02T19:49:15.971Z] Removing intermediate container 08594dd1c107 [2022-11-02T19:49:15.971Z] ---> 892e0a2206f0 [2022-11-02T19:49:15.971Z] Step 3/4 : COPY go.mod . [2022-11-02T19:49:15.971Z] ---> fe235483714e [2022-11-02T19:49:15.971Z] Step 4/4 : RUN go mod download [2022-11-02T19:49:15.971Z] ---> Running in 21c40e780793 [2022-11-02T19:49:18.551Z] Still waiting to schedule task [2022-11-02T19:49:18.551Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-11-02T19:49:28.181Z] Removing intermediate container 21c40e780793 [2022-11-02T19:49:28.181Z] ---> ba1cf20401c8 [2022-11-02T19:49:28.181Z] Successfully built ba1cf20401c8 [2022-11-02T19:49:28.181Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:49:28.560Z] + docker inspect -f . ci-base-image-x86_64 [2022-11-02T19:49:28.561Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:49:28.712Z] prd-ubuntu20.04-docker-8c-8g-117924 does not seem to be running inside a container [2022-11-02T19:49:28.743Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-11-02T19:49:29.124Z] $ docker top cd52a391b57bf5f930ef6a2e18ab402896aaa3c7501eb93e6f3cee0258706c7d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T19:49:29.508Z] + go version [2022-11-02T19:49:29.508Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-11-02T19:49:29.541Z] $ docker stop --time=1 cd52a391b57bf5f930ef6a2e18ab402896aaa3c7501eb93e6f3cee0258706c7d [2022-11-02T19:49:30.834Z] $ docker rm -f cd52a391b57bf5f930ef6a2e18ab402896aaa3c7501eb93e6f3cee0258706c7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:49:31.528Z] + docker inspect -f . ci-base-image-x86_64 [2022-11-02T19:49:31.528Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:49:31.666Z] prd-ubuntu20.04-docker-8c-8g-117924 does not seem to be running inside a container [2022-11-02T19:49:31.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-11-02T19:49:32.118Z] $ docker top 13ee9e06eab48dd9dcf9de584fc3782e872d74271cf4376a289e58071e50a540 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-11-02T19:49:32.226Z] ========================================================= [2022-11-02T19:49:32.226Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-11-02T19:49:32.226Z] ========================================================= [Pipeline] sh [2022-11-02T19:49:32.519Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:49:32.874Z] + make test [2022-11-02T19:49:32.874Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-11-02T19:49:39.444Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-11-02T19:49:54.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.071s coverage: 28.7% of statements [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-11-02T19:49:54.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.075s coverage: 98.5% of statements [2022-11-02T19:49:54.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.125s coverage: 43.0% of statements [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-11-02T19:49:54.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 54.2% of statements [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-11-02T19:49:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-11-02T19:49:58.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.116s coverage: 89.2% of statements [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-11-02T19:49:58.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.089s coverage: 2.2% of statements [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-11-02T19:49:58.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.509s coverage: 95.6% of statements [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-11-02T19:49:58.505Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.057s coverage: 72.2% of statements [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-11-02T19:49:58.505Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.063s coverage: 60.0% of statements [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-11-02T19:49:58.505Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-11-02T19:49:58.505Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements [2022-11-02T19:49:58.505Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.068s coverage: 29.6% of statements [2022-11-02T19:49:58.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-11-02T19:49:58.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements [2022-11-02T19:49:58.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.098s coverage: 79.5% of statements [2022-11-02T19:49:58.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2022-11-02T19:49:58.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements [2022-11-02T19:49:58.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2022-11-02T19:50:03.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements [2022-11-02T19:50:03.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2022-11-02T19:50:09.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.201s coverage: 79.9% of statements [2022-11-02T19:50:09.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 65.1% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.071s coverage: 86.9% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 58.8% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.0% of statements [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 85.4% of statements [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.230s coverage: 91.2% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 64.7% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.306s coverage: 65.8% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.171s coverage: 41.8% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.163s coverage: 92.3% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.120s coverage: 97.7% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-11-02T19:50:17.271Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2022-11-02T19:50:17.271Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2022-11-02T19:50:17.271Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-11-02T19:50:35.341Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-11-02T19:50:35.341Z] GO111MODULE=on go vet ./... [2022-11-02T19:50:38.622Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-11-02T19:50:38.881Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-11-02T19:50:38.881Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-11-02T19:50:39.170Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-11-02T19:50:39.473Z] + ls -al . [2022-11-02T19:50:39.473Z] total 768 [2022-11-02T19:50:39.473Z] drwxrwxr-x 11 1001 1001 4096 Nov 2 19:49 . [2022-11-02T19:50:39.473Z] drwxr-xr-x 4 root root 4096 Nov 2 19:49 .. [2022-11-02T19:50:39.473Z] drwxrwxr-x 2 1001 1001 4096 Nov 2 19:48 .blubracket [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 16 Nov 2 19:48 .dockerignore [2022-11-02T19:50:39.473Z] drwxrwxr-x 8 1001 1001 4096 Nov 2 19:50 .git [2022-11-02T19:50:39.473Z] drwxrwxr-x 3 1001 1001 4096 Nov 2 19:48 .github [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 1030 Nov 2 19:48 .gitignore [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 42 Nov 2 19:48 .golangci.yml [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 87 Nov 2 19:48 .hadolint.yml [2022-11-02T19:50:39.473Z] drwxr-xr-x 3 1001 1001 4096 Nov 2 19:48 .semver [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 166 Nov 2 19:48 .sonarcloud.properties [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 1171 Nov 2 19:48 ADOPTERS.md [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 10722 Nov 2 19:48 Attribution.txt [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 63209 Nov 2 19:48 CHANGELOG.md [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 3804 Nov 2 19:48 CONTRIBUTING.md [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 677 Nov 2 19:48 GOVERNANCE.md [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 850 Nov 2 19:48 Jenkinsfile [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 10775 Nov 2 19:48 LICENSE [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 13857 Nov 2 19:48 Makefile [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 582 Nov 2 19:48 OWNERS.md [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 9799 Nov 2 19:48 README.md [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 6912 Nov 2 19:48 SECURITY.md [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 5 Nov 2 19:49 VERSION [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 4131 Nov 2 19:48 ZMQWindows.md [2022-11-02T19:50:39.473Z] drwxrwxr-x 2 1001 1001 4096 Nov 2 19:48 bin [2022-11-02T19:50:39.473Z] drwxrwxr-x 18 1001 1001 4096 Nov 2 19:48 cmd [2022-11-02T19:50:39.473Z] -rw-r--r-- 1 root root 501828 Nov 2 19:50 coverage.out [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 3447 Nov 2 19:48 go.mod [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 45062 Nov 2 19:48 go.sum [2022-11-02T19:50:39.473Z] drwxrwxr-x 8 1001 1001 4096 Nov 2 19:48 internal [2022-11-02T19:50:39.473Z] drwxrwxr-x 3 1001 1001 4096 Nov 2 19:48 openapi [2022-11-02T19:50:39.473Z] drwxrwxr-x 4 1001 1001 4096 Nov 2 19:48 snap [2022-11-02T19:50:39.473Z] -rw-rw-r-- 1 1001 1001 204 Nov 2 19:48 version.go [Pipeline] sh [2022-11-02T19:50:39.783Z] + '[' -e coverage.out ] [2022-11-02T19:50:39.783Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-11-02T19:50:39.900Z] Stashed 1 file(s) [Pipeline] sh [2022-11-02T19:50:40.191Z] + make build [2022-11-02T19:50:40.191Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-11-02T19:50:46.357Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-117926 in /w/workspace/edgexfoundry_edgex-go_PR-4224 [Pipeline] { [Pipeline] ws [2022-11-02T19:50:46.399Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-11-02T19:50:46.483Z] The recommended git tool is: git [2022-11-02T19:50:51.300Z] using credential edgex-jenkins-ssh [2022-11-02T19:50:51.316Z] Cloning the remote Git repository [2022-11-02T19:50:51.356Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-11-02T19:50:51.446Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-11-02T19:50:52.386Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-11-02T19:50:51.589Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-11-02T19:50:51.590Z] > git --version # timeout=10 [2022-11-02T19:50:51.610Z] > git --version # 'git version 2.25.1' [2022-11-02T19:50:51.613Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-02T19:50:51.662Z] Verifying host key using known hosts file [2022-11-02T19:50:51.845Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-11-02T19:50:51.858Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-11-02T19:51:02.358Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-11-02T19:51:03.292Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-11-02T19:51:09.844Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-11-02T19:51:09.844Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-11-02T19:51:10.655Z] Merging remotes/origin/main commit c8dc4aaa282fbe6e844314843563128f08055c6c into PR head commit a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:51:10.777Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-11-02T19:51:09.066Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-11-02T19:51:09.085Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-11-02T19:51:09.896Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-11-02T19:51:09.943Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-11-02T19:51:09.944Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-02T19:51:09.948Z] Verifying host key using known hosts file [2022-11-02T19:51:09.955Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-11-02T19:51:09.965Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4224/head:refs/remotes/origin/PR-4224 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-11-02T19:51:10.674Z] > git config core.sparsecheckout # timeout=10 [2022-11-02T19:51:10.693Z] > git checkout -f a3f2d57918cc6232b7965307bf0f2132054dc605 # timeout=10 [2022-11-02T19:51:11.062Z] Merge succeeded, producing a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:51:11.062Z] Checking out Revision a3f2d57918cc6232b7965307bf0f2132054dc605 (PR-4224) [2022-11-02T19:51:11.752Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2022-11-02T19:51:11.804Z] > git --version # timeout=10 [2022-11-02T19:51:11.816Z] > git --version # 'git version 2.25.1' [2022-11-02T19:51:11.833Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-11-02T19:51:12.150Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-02T19:51:12.889Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-11-02T19:51:12.889Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-11-02T19:51:12.889Z] Dload Upload Total Spent Left Speed [2022-11-02T19:51:12.889Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 96938 0 --:--:-- --:--:-- --:--:-- 96938 [2022-11-02T19:51:10.938Z] > git remote # timeout=10 [2022-11-02T19:51:10.956Z] > git config --get remote.origin.url # timeout=10 [2022-11-02T19:51:10.984Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-02T19:51:10.990Z] Verifying host key using known hosts file [2022-11-02T19:51:10.997Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-11-02T19:51:11.008Z] > git merge c8dc4aaa282fbe6e844314843563128f08055c6c # timeout=10 [2022-11-02T19:51:11.040Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-11-02T19:51:11.070Z] > git config core.sparsecheckout # timeout=10 [2022-11-02T19:51:11.091Z] > git checkout -f a3f2d57918cc6232b7965307bf0f2132054dc605 # timeout=10 [2022-11-02T19:51:13.083Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] sh [2022-11-02T19:51:13.448Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-11-02T19:51:13.794Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-11-02T19:51:13.794Z] + sudo tee /etc/docker/daemon.new [2022-11-02T19:51:13.794Z] { [2022-11-02T19:51:13.794Z] "registry-mirrors": [ [2022-11-02T19:51:13.794Z] "https://nexus3.edgexfoundry.org:10001" [2022-11-02T19:51:13.794Z] ], [2022-11-02T19:51:13.794Z] "bip": "10.250.0.254/24", [2022-11-02T19:51:13.794Z] "hosts": [ [2022-11-02T19:51:13.794Z] "tcp://0.0.0.0:5555", [2022-11-02T19:51:13.794Z] "unix:///var/run/docker.sock" [2022-11-02T19:51:13.794Z] ], [2022-11-02T19:51:13.794Z] "mtu": 1458, [2022-11-02T19:51:13.794Z] "selinux-enabled": true, [2022-11-02T19:51:13.794Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-11-02T19:51:13.794Z] } [Pipeline] sh [2022-11-02T19:51:14.015Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-11-02T19:51:14.137Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-11-02T19:51:14.495Z] + sudo service docker restart [2022-11-02T19:51:14.947Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-11-02T19:51:15.879Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-11-02T19:51:17.252Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-11-02T19:51:18.654Z] $ docker stop --time=1 13ee9e06eab48dd9dcf9de584fc3782e872d74271cf4376a289e58071e50a540 [2022-11-02T19:51:21.359Z] $ docker rm -f 13ee9e06eab48dd9dcf9de584fc3782e872d74271cf4376a289e58071e50a540 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:51:22.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-11-02T19:51:22.520Z] [2022-11-02T19:51:22.520Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:51:22.894Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-11-02T19:51:22.894Z] latest: Pulling from edgex-devops/edgex-compose [2022-11-02T19:51:22.894Z] cbdbe7a5bc2a: Pulling fs layer [2022-11-02T19:51:22.894Z] ca9280d653b3: Pulling fs layer [2022-11-02T19:51:22.894Z] 7e9c9ca2126c: Pulling fs layer [2022-11-02T19:51:22.894Z] cbdbe7a5bc2a: Verifying Checksum [2022-11-02T19:51:22.894Z] cbdbe7a5bc2a: Download complete [2022-11-02T19:51:23.152Z] ca9280d653b3: Verifying Checksum [2022-11-02T19:51:23.152Z] ca9280d653b3: Download complete [2022-11-02T19:51:23.152Z] cbdbe7a5bc2a: Pull complete [2022-11-02T19:51:23.410Z] 7e9c9ca2126c: Download complete [2022-11-02T19:51:23.668Z] ca9280d653b3: Pull complete [2022-11-02T19:51:26.949Z] 7e9c9ca2126c: Pull complete [2022-11-02T19:51:26.949Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-11-02T19:51:26.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-11-02T19:51:26.949Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:51:27.164Z] prd-ubuntu20.04-docker-8c-8g-117924 does not seem to be running inside a container [2022-11-02T19:51:27.189Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-11-02T19:51:28.764Z] $ docker top 54ca31758b5b4ca37764aaa36270e91c2070be8c37980a069ba2087d7b5cb309 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T19:51:29.145Z] + docker-compose build --help [2022-11-02T19:51:29.145Z] + grep parallel [2022-11-02T19:51:29.712Z] --parallel Build images in parallel. [Pipeline] } [2022-11-02T19:51:29.749Z] $ docker stop --time=1 54ca31758b5b4ca37764aaa36270e91c2070be8c37980a069ba2087d7b5cb309 [2022-11-02T19:51:31.307Z] $ docker rm -f 54ca31758b5b4ca37764aaa36270e91c2070be8c37980a069ba2087d7b5cb309 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:51:31.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-11-02T19:51:31.888Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:51:32.022Z] prd-ubuntu20.04-docker-8c-8g-117924 does not seem to be running inside a container [2022-11-02T19:51:32.052Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-11-02T19:51:32.406Z] $ docker top 2b6a9edfe3853807417b798ece4a975a26e2345f87611c1798e17a282453ac79 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2022-11-02T19:51:32.784Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] configFileProvider [2022-11-02T19:51:32.821Z] provisioning config files... [2022-11-02T19:51:32.845Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1244864205961122921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-02T19:51:33.217Z] ---> docker-login.sh [2022-11-02T19:51:33.217Z] nexus3.edgexfoundry.org:10001 [2022-11-02T19:51:33.352Z] Building core-command ... [2022-11-02T19:51:33.352Z] Building core-data ... [2022-11-02T19:51:33.352Z] Building core-metadata ... [2022-11-02T19:51:33.352Z] Building security-bootstrapper ... [2022-11-02T19:51:33.352Z] Building security-proxy-setup ... [2022-11-02T19:51:33.352Z] Building security-secretstore-setup ... [2022-11-02T19:51:33.352Z] Building security-spiffe-token-provider ... [2022-11-02T19:51:33.352Z] Building security-spire-agent ... [2022-11-02T19:51:33.352Z] Building security-spire-config ... [2022-11-02T19:51:33.352Z] Building security-spire-server ... [2022-11-02T19:51:33.352Z] Building support-notifications ... [2022-11-02T19:51:33.352Z] Building support-scheduler ... [2022-11-02T19:51:33.352Z] Building sys-mgmt-agent ... [2022-11-02T19:51:33.352Z] Building security-bootstrapper [2022-11-02T19:51:33.352Z] Building security-secretstore-setup [2022-11-02T19:51:33.352Z] Building sys-mgmt-agent [2022-11-02T19:51:33.352Z] Building core-data [2022-11-02T19:51:33.352Z] Building security-spire-agent [2022-11-02T19:51:33.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:51:33.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:51:33.804Z] Configure a credential helper to remove this warning. See [2022-11-02T19:51:33.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:51:33.804Z] [2022-11-02T19:51:33.804Z] Login Succeeded [2022-11-02T19:51:33.804Z] nexus3.edgexfoundry.org:10002 [2022-11-02T19:51:34.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:51:34.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:51:34.073Z] Configure a credential helper to remove this warning. See [2022-11-02T19:51:34.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:51:34.073Z] [2022-11-02T19:51:34.073Z] Login Succeeded [2022-11-02T19:51:34.073Z] nexus3.edgexfoundry.org:10003 [2022-11-02T19:51:34.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:51:34.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:51:34.617Z] Configure a credential helper to remove this warning. See [2022-11-02T19:51:34.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:51:34.617Z] [2022-11-02T19:51:34.617Z] Login Succeeded [2022-11-02T19:51:34.617Z] nexus3.edgexfoundry.org:10004 [2022-11-02T19:51:34.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:51:34.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:51:34.890Z] Configure a credential helper to remove this warning. See [2022-11-02T19:51:34.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:51:34.890Z] [2022-11-02T19:51:34.890Z] Login Succeeded [2022-11-02T19:51:34.890Z] docker.io [2022-11-02T19:51:35.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:51:35.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:51:35.743Z] Configure a credential helper to remove this warning. See [2022-11-02T19:51:35.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:51:35.743Z] [2022-11-02T19:51:35.743Z] Login Succeeded [2022-11-02T19:51:35.744Z] ---> docker-login.sh ends [Pipeline] } [2022-11-02T19:51:35.773Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-11-02T19:51:36.340Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-11-02T19:51:36.377Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T19:51:36.406Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T19:51:36.439Z] ========================================================= [2022-11-02T19:51:36.439Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-11-02T19:51:36.439Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:51:36.813Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-02T19:51:36.814Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-11-02T19:51:36.814Z] 9b18e9b68314: Pulling fs layer [2022-11-02T19:51:36.814Z] d32db5db7311: Pulling fs layer [2022-11-02T19:51:36.814Z] d0c4b47475fc: Pulling fs layer [2022-11-02T19:51:36.814Z] 5831b945b038: Pulling fs layer [2022-11-02T19:51:36.814Z] 86bbec2aaacd: Pulling fs layer [2022-11-02T19:51:36.814Z] e10730c5d714: Pulling fs layer [2022-11-02T19:51:36.814Z] 5dd5c2283517: Pulling fs layer [2022-11-02T19:51:36.814Z] d5ac0230b979: Pulling fs layer [2022-11-02T19:51:36.814Z] e10730c5d714: Waiting [2022-11-02T19:51:36.814Z] 5dd5c2283517: Waiting [2022-11-02T19:51:36.814Z] 5831b945b038: Waiting [2022-11-02T19:51:36.814Z] 86bbec2aaacd: Waiting [2022-11-02T19:51:36.814Z] d5ac0230b979: Waiting [2022-11-02T19:51:37.091Z] d0c4b47475fc: Verifying Checksum [2022-11-02T19:51:37.091Z] d0c4b47475fc: Download complete [2022-11-02T19:51:37.091Z] d32db5db7311: Verifying Checksum [2022-11-02T19:51:37.091Z] d32db5db7311: Download complete [2022-11-02T19:51:37.091Z] 86bbec2aaacd: Verifying Checksum [2022-11-02T19:51:37.091Z] 86bbec2aaacd: Download complete [2022-11-02T19:51:37.091Z] e10730c5d714: Verifying Checksum [2022-11-02T19:51:37.091Z] e10730c5d714: Download complete [2022-11-02T19:51:37.091Z] 9b18e9b68314: Verifying Checksum [2022-11-02T19:51:37.091Z] 9b18e9b68314: Download complete [2022-11-02T19:51:38.068Z] 9b18e9b68314: Pull complete [2022-11-02T19:51:38.352Z] d5ac0230b979: Verifying Checksum [2022-11-02T19:51:38.352Z] d5ac0230b979: Download complete [2022-11-02T19:51:38.352Z] d32db5db7311: Pull complete [2022-11-02T19:51:38.953Z] d0c4b47475fc: Pull complete [2022-11-02T19:51:39.540Z] 5dd5c2283517: Verifying Checksum [2022-11-02T19:51:39.540Z] 5dd5c2283517: Download complete [2022-11-02T19:51:40.127Z] 5831b945b038: Verifying Checksum [2022-11-02T19:51:40.127Z] 5831b945b038: Download complete [2022-11-02T19:51:43.321Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:51:43.321Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:51:43.321Z] ---> ba1cf20401c8 [2022-11-02T19:51:43.321Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T19:51:43.321Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:51:43.321Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:51:43.321Z] ---> ba1cf20401c8 [2022-11-02T19:51:43.321Z] Step 3/32 : WORKDIR /edgex-go [2022-11-02T19:51:43.321Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:51:43.321Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:51:43.321Z] ---> ba1cf20401c8 [2022-11-02T19:51:43.321Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:51:43.580Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:51:43.581Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:51:43.581Z] ---> ba1cf20401c8 [2022-11-02T19:51:43.581Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T19:51:43.581Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:51:43.581Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:51:43.581Z] ---> ba1cf20401c8 [2022-11-02T19:51:43.581Z] Step 3/22 : WORKDIR /edgex-go [2022-11-02T19:51:47.767Z] ---> Running in e57d8336c7b3 [2022-11-02T19:51:47.767Z] ---> Running in ea1d4003703a [2022-11-02T19:51:47.767Z] ---> Running in 3afd9b928320 [2022-11-02T19:51:47.767Z] ---> Running in ae83c4fffdc6 [2022-11-02T19:51:47.767Z] ---> Running in d406f6456a93 [2022-11-02T19:51:47.767Z] Removing intermediate container ea1d4003703a [2022-11-02T19:51:47.767Z] ---> 18051080a9cc [2022-11-02T19:51:47.767Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T19:51:47.767Z] Removing intermediate container ae83c4fffdc6 [2022-11-02T19:51:47.767Z] ---> 07c0bb4eb5ec [2022-11-02T19:51:47.767Z] Step 4/24 : RUN apk add --update --no-cache make git [2022-11-02T19:51:47.767Z] Removing intermediate container 3afd9b928320 [2022-11-02T19:51:47.767Z] ---> 340ca3d867dd [2022-11-02T19:51:47.767Z] Step 4/32 : RUN apk add --update --no-cache make git [2022-11-02T19:51:47.767Z] Removing intermediate container d406f6456a93 [2022-11-02T19:51:47.767Z] ---> 85c077f31de4 [2022-11-02T19:51:47.767Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T19:51:47.767Z] Removing intermediate container e57d8336c7b3 [2022-11-02T19:51:47.767Z] ---> ea85e8bd3330 [2022-11-02T19:51:47.767Z] Step 4/22 : RUN apk add --update --no-cache make bash git [2022-11-02T19:51:47.767Z] ---> Running in 39c6f9fa0835 [2022-11-02T19:51:47.767Z] ---> Running in 7fe5ce994d73 [2022-11-02T19:51:47.767Z] ---> Running in 70388041ef81 [2022-11-02T19:51:47.767Z] ---> Running in 7ae1f2566208 [2022-11-02T19:51:47.767Z] ---> Running in 8255aaf7e534 [2022-11-02T19:51:47.767Z] Removing intermediate container 39c6f9fa0835 [2022-11-02T19:51:47.767Z] ---> 4c9d33fc2504 [2022-11-02T19:51:47.767Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-11-02T19:51:47.767Z] ---> Running in 7e2093f6ec83 [2022-11-02T19:51:47.767Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:51:47.767Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:51:47.767Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:51:47.767Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:51:48.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:51:48.027Z] OK: 211 MiB in 51 packages [2022-11-02T19:51:48.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:51:48.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:51:48.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:51:48.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:51:48.027Z] OK: 211 MiB in 51 packages [2022-11-02T19:51:48.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:51:48.284Z] OK: 211 MiB in 51 packages [2022-11-02T19:51:48.284Z] OK: 211 MiB in 51 packages [2022-11-02T19:51:48.284Z] Removing intermediate container 7fe5ce994d73 [2022-11-02T19:51:48.284Z] ---> b910eb91954b [2022-11-02T19:51:48.284Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T19:51:48.284Z] OK: 211 MiB in 51 packages [2022-11-02T19:51:48.543Z] ---> aec3816c85ea [2022-11-02T19:51:48.543Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:51:48.543Z] ---> Running in 40dc78dc2c08 [2022-11-02T19:51:48.543Z] Removing intermediate container 70388041ef81 [2022-11-02T19:51:48.543Z] ---> e6e3be6ee8d4 [2022-11-02T19:51:48.543Z] Step 5/32 : COPY go.mod vendor* ./ [2022-11-02T19:51:48.800Z] ---> 34d5257e738d [2022-11-02T19:51:48.800Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:51:48.800Z] Removing intermediate container 8255aaf7e534 [2022-11-02T19:51:48.800Z] ---> f84f89ec7582 [2022-11-02T19:51:48.800Z] Step 5/22 : COPY go.mod vendor* ./ [2022-11-02T19:51:48.800Z] ---> Running in 8b8c1ddea1d4 [2022-11-02T19:51:48.801Z] Removing intermediate container 7ae1f2566208 [2022-11-02T19:51:48.801Z] ---> f253ee3a4494 [2022-11-02T19:51:48.801Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T19:51:49.058Z] Removing intermediate container 7e2093f6ec83 [2022-11-02T19:51:49.058Z] ---> 8f83946b40d9 [2022-11-02T19:51:49.058Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T19:51:49.058Z] ---> bb9c60cd388a [2022-11-02T19:51:49.058Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:51:49.058Z] ---> Running in 16811ecc161c [2022-11-02T19:51:49.058Z] ---> 3e102d26d63b [2022-11-02T19:51:49.058Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:51:49.058Z] ---> Running in 24e7f64d0ce3 [2022-11-02T19:51:49.058Z] ---> 5aab406b29e7 [2022-11-02T19:51:49.059Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:51:49.320Z] ---> Running in e8b000f815cf [2022-11-02T19:51:52.592Z] 5831b945b038: Pull complete [2022-11-02T19:51:52.592Z] 86bbec2aaacd: Pull complete [2022-11-02T19:51:52.869Z] e10730c5d714: Pull complete [2022-11-02T19:51:59.549Z] 5dd5c2283517: Pull complete [2022-11-02T19:52:00.958Z] d5ac0230b979: Pull complete [2022-11-02T19:52:00.958Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-11-02T19:52:00.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-02T19:52:00.958Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:52:01.354Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-02T19:52:01.354Z] WORKDIR /edgex [2022-11-02T19:52:01.354Z] COPY go.mod . [2022-11-02T19:52:01.354Z] RUN go mod download [2022-11-02T19:52:01.354Z] + docker build -t ci-base-image-arm64 -f - . [2022-11-02T19:52:01.944Z] Sending build context to Docker daemon 3.267MB [2022-11-02T19:52:01.944Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-02T19:52:01.944Z] ---> 59b3b1a385d4 [2022-11-02T19:52:01.944Z] Step 2/4 : WORKDIR /edgex [2022-11-02T19:52:03.896Z] ---> Running in 013815bfa830 [2022-11-02T19:52:04.164Z] Removing intermediate container 013815bfa830 [2022-11-02T19:52:04.164Z] ---> 22825adc452d [2022-11-02T19:52:04.164Z] Step 3/4 : COPY go.mod . [2022-11-02T19:52:04.752Z] ---> 0ef4d1170fd5 [2022-11-02T19:52:04.752Z] Step 4/4 : RUN go mod download [2022-11-02T19:52:04.752Z] ---> Running in 31623d73acb0 [2022-11-02T19:52:11.414Z] Removing intermediate container 24e7f64d0ce3 [2022-11-02T19:52:11.414Z] ---> b43cc03b4593 [2022-11-02T19:52:11.414Z] Step 7/24 : COPY . . [2022-11-02T19:52:11.414Z] Removing intermediate container 16811ecc161c [2022-11-02T19:52:11.414Z] ---> d6a80d45c246 [2022-11-02T19:52:11.414Z] Step 7/22 : COPY . . [2022-11-02T19:52:11.414Z] Removing intermediate container 40dc78dc2c08 [2022-11-02T19:52:11.414Z] ---> fe68db9c64bd [2022-11-02T19:52:11.414Z] Step 7/24 : COPY . . [2022-11-02T19:52:11.414Z] Removing intermediate container 8b8c1ddea1d4 [2022-11-02T19:52:11.414Z] ---> ae219c99f8bc [2022-11-02T19:52:11.414Z] Step 7/32 : COPY . . [2022-11-02T19:52:11.414Z] Removing intermediate container e8b000f815cf [2022-11-02T19:52:11.414Z] ---> de631decd929 [2022-11-02T19:52:11.414Z] Step 8/22 : COPY . . [2022-11-02T19:52:21.375Z] ---> 0297a32eca89 [2022-11-02T19:52:21.375Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-11-02T19:52:21.375Z] ---> 8f398b9b0fe5 [2022-11-02T19:52:21.375Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-11-02T19:52:21.375Z] ---> cb88153d3eb4 [2022-11-02T19:52:21.375Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T19:52:21.375Z] ---> Running in dcf5ef6ca5da [2022-11-02T19:52:21.375Z] ---> 13b06d217c05 [2022-11-02T19:52:21.375Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-11-02T19:52:21.375Z] ---> 4ba19f48c877 [2022-11-02T19:52:21.375Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-11-02T19:52:21.375Z] ---> Running in 7ee9d3280813 [2022-11-02T19:52:21.375Z] ---> Running in 0521ec4176ed [2022-11-02T19:52:21.375Z] ---> Running in c855cc6019d4 [2022-11-02T19:52:21.375Z] ---> Running in c320b00da09f [2022-11-02T19:52:21.375Z] Removing intermediate container 0521ec4176ed [2022-11-02T19:52:21.375Z] ---> 9aed25bc3293 [2022-11-02T19:52:21.375Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-11-02T19:52:21.375Z] ---> Running in 304e9790f8ae [2022-11-02T19:52:21.375Z] Removing intermediate container 304e9790f8ae [2022-11-02T19:52:21.375Z] ---> 8803816a7383 [2022-11-02T19:52:21.376Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T19:52:21.376Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-11-02T19:52:21.376Z] ---> Running in fb7cc643003f [2022-11-02T19:52:21.376Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-11-02T19:52:21.376Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-11-02T19:52:21.376Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-11-02T19:52:22.307Z] Removing intermediate container fb7cc643003f [2022-11-02T19:52:22.307Z] ---> 8405dac3bd33 [2022-11-02T19:52:22.307Z] Step 11/24 : WORKDIR /edgex-go [2022-11-02T19:52:22.307Z] ---> Running in 824005fd8ae6 [2022-11-02T19:52:22.307Z] Removing intermediate container 824005fd8ae6 [2022-11-02T19:52:22.307Z] ---> 4ab5e72ffabe [2022-11-02T19:52:22.307Z] [2022-11-02T19:52:22.307Z] Step 12/24 : FROM alpine:3.15 [2022-11-02T19:52:22.871Z] 3.15: Pulling from library/alpine [2022-11-02T19:52:23.434Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-11-02T19:52:23.434Z] Status: Downloaded newer image for alpine:3.15 [2022-11-02T19:52:23.434Z] ---> c4fc93816858 [2022-11-02T19:52:23.434Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:52:23.434Z] ---> Running in 575ca171feaf [2022-11-02T19:52:23.691Z] Removing intermediate container 575ca171feaf [2022-11-02T19:52:23.691Z] ---> 2423b3a034a8 [2022-11-02T19:52:23.691Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-11-02T19:52:23.691Z] ---> Running in c64ab62c1782 [2022-11-02T19:52:24.260Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:24.260Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:24.516Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T19:52:24.516Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T19:52:24.516Z] OK: 15859 distinct packages available [2022-11-02T19:52:24.516Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:24.516Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:24.774Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-11-02T19:52:24.774Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-11-02T19:52:24.774Z] (3/5) Installing libucontext (1.1-r0) [2022-11-02T19:52:24.774Z] (4/5) Installing gcompat (1.0.0-r4) [2022-11-02T19:52:24.774Z] (5/5) Installing openssl (1.1.1s-r1) [2022-11-02T19:52:24.774Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T19:52:24.774Z] OK: 7 MiB in 19 packages [2022-11-02T19:52:26.150Z] Removing intermediate container c64ab62c1782 [2022-11-02T19:52:26.150Z] ---> 13eb7d61e8c6 [2022-11-02T19:52:26.150Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-11-02T19:52:28.046Z] ---> fed01a0baef2 [2022-11-02T19:52:28.046Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T19:52:31.349Z] ---> 9820afcfe235 [2022-11-02T19:52:31.349Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T19:52:31.613Z] ---> ecc00917b4d1 [2022-11-02T19:52:31.613Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-11-02T19:52:32.177Z] ---> ebcd3d523a69 [2022-11-02T19:52:32.177Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-11-02T19:52:32.740Z] ---> f6a2e0540b98 [2022-11-02T19:52:32.740Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T19:52:32.997Z] ---> Running in 6232dd3b99bd [2022-11-02T19:52:33.299Z] Removing intermediate container 6232dd3b99bd [2022-11-02T19:52:33.299Z] ---> 9593cc449027 [2022-11-02T19:52:33.299Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T19:52:33.558Z] ---> Running in eaadb208276e [2022-11-02T19:52:34.123Z] Removing intermediate container eaadb208276e [2022-11-02T19:52:34.123Z] ---> bca2e4c46b9f [2022-11-02T19:52:34.123Z] Step 22/24 : LABEL arch=x86_64 [2022-11-02T19:52:34.123Z] ---> Running in fdaca139aedf [2022-11-02T19:52:34.709Z] Removing intermediate container fdaca139aedf [2022-11-02T19:52:34.709Z] ---> 10d7a69c2142 [2022-11-02T19:52:34.709Z] Step 23/24 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:52:34.967Z] ---> Running in 6e92ae407263 [2022-11-02T19:52:35.224Z] Removing intermediate container 6e92ae407263 [2022-11-02T19:52:35.224Z] ---> 941cd6da6546 [2022-11-02T19:52:35.224Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T19:52:35.483Z] ---> Running in 8fb6e7893f11 [2022-11-02T19:52:35.740Z] Removing intermediate container 8fb6e7893f11 [2022-11-02T19:52:35.740Z] ---> a6412695d3eb [2022-11-02T19:52:35.740Z] [2022-11-02T19:52:35.740Z] Successfully built a6412695d3eb [2022-11-02T19:52:35.740Z] Successfully tagged security-spire-agent:latest [2022-11-02T19:52:35.740Z]  Building security-spire-agent ... done Building core-command [2022-11-02T19:52:36.994Z] Removing intermediate container 31623d73acb0 [2022-11-02T19:52:36.994Z] ---> 65e442409848 [2022-11-02T19:52:36.994Z] Successfully built 65e442409848 [2022-11-02T19:52:36.994Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:52:37.398Z] + docker inspect -f . ci-base-image-arm64 [2022-11-02T19:52:37.398Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:52:37.654Z] prd-ubuntu20.04-docker-arm64-4c-16g-117926 does not seem to be running inside a container [2022-11-02T19:52:37.730Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-11-02T19:52:38.999Z] $ docker top 90c82bd614d373152a01b82f763a2a6526857f75a2797ae8c5f2b2dd5c90ee11 -eo pid,comm [2022-11-02T19:52:39.015Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:52:39.015Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:52:39.015Z] ---> ba1cf20401c8 [2022-11-02T19:52:39.015Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:52:39.015Z] ---> Using cache [2022-11-02T19:52:39.015Z] ---> 18051080a9cc [2022-11-02T19:52:39.015Z] Step 4/23 : WORKDIR /edgex-go [2022-11-02T19:52:39.015Z] ---> Using cache [2022-11-02T19:52:39.015Z] ---> 4c9d33fc2504 [2022-11-02T19:52:39.015Z] Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] { [Pipeline] sh [2022-11-02T19:52:39.911Z] + go version [2022-11-02T19:52:39.911Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-11-02T19:52:39.950Z] $ docker stop --time=1 90c82bd614d373152a01b82f763a2a6526857f75a2797ae8c5f2b2dd5c90ee11 [2022-11-02T19:52:40.387Z] ---> Running in 047e2d55fcb3 [2022-11-02T19:52:40.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:41.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:41.479Z] OK: 211 MiB in 51 packages [2022-11-02T19:52:41.599Z] $ docker rm -f 90c82bd614d373152a01b82f763a2a6526857f75a2797ae8c5f2b2dd5c90ee11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:52:42.410Z] Removing intermediate container 047e2d55fcb3 [2022-11-02T19:52:42.410Z] ---> e7d532a9c6a4 [2022-11-02T19:52:42.410Z] Step 6/23 : COPY go.mod vendor* ./ [2022-11-02T19:52:42.536Z] + docker inspect -f . ci-base-image-arm64 [2022-11-02T19:52:42.536Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:52:42.788Z] prd-ubuntu20.04-docker-arm64-4c-16g-117926 does not seem to be running inside a container [2022-11-02T19:52:42.859Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-11-02T19:52:42.973Z] ---> 242e6b064386 [2022-11-02T19:52:42.973Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:52:42.973Z] ---> Running in 396c90dd7815 [2022-11-02T19:52:43.994Z] $ docker top ac4ab3b98b353a4e0d5cd4603c6db6de102d6ae8a67c70117fb19b25a416a93f -eo pid,comm [Pipeline] { [Pipeline] echo [2022-11-02T19:52:44.251Z] ========================================================= [2022-11-02T19:52:44.251Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-11-02T19:52:44.251Z] ========================================================= [Pipeline] sh [2022-11-02T19:52:44.575Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:52:45.280Z] + make test [2022-11-02T19:52:45.281Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-11-02T19:52:46.250Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-11-02T19:52:48.153Z] Removing intermediate container 7ee9d3280813 [2022-11-02T19:52:48.153Z] ---> 7265e8602333 [2022-11-02T19:52:48.153Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-11-02T19:52:49.128Z] ---> Running in 66abd48f7f3b [2022-11-02T19:52:50.065Z] Removing intermediate container c855cc6019d4 [2022-11-02T19:52:50.065Z] Removing intermediate container c320b00da09f [2022-11-02T19:52:50.065Z] ---> d8a52195bdeb [2022-11-02T19:52:50.065Z] ---> a704532e8049 [2022-11-02T19:52:50.065Z] [2022-11-02T19:52:50.065Z] [2022-11-02T19:52:50.065Z] Step 9/24 : FROM alpine:3.16Step 9/32 : FROM alpine:3.16 [2022-11-02T19:52:50.065Z] [2022-11-02T19:52:50.065Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-11-02T19:52:51.463Z] 3.16: Pulling from library/alpine [2022-11-02T19:52:51.463Z] 3.16: Pulling from library/alpine [2022-11-02T19:52:51.724Z] Removing intermediate container dcf5ef6ca5da [2022-11-02T19:52:51.724Z] ---> 39ccfe47a26d [2022-11-02T19:52:51.724Z] [2022-11-02T19:52:51.724Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T19:52:51.981Z] 3.16: Pulling from library/alpine [2022-11-02T19:52:51.981Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-11-02T19:52:51.981Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-11-02T19:52:51.981Z] Status: Downloaded newer image for alpine:3.16 [2022-11-02T19:52:51.981Z] Status: Downloaded newer image for alpine:3.16 [2022-11-02T19:52:51.981Z] ---> 9c6f07244728 [2022-11-02T19:52:51.981Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:52:51.981Z] ---> 9c6f07244728 [2022-11-02T19:52:51.981Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-11-02T19:52:51.981Z] Removing intermediate container 66abd48f7f3b [2022-11-02T19:52:51.981Z] ---> e10182f4b0b3 [2022-11-02T19:52:51.981Z] [2022-11-02T19:52:51.981Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T19:52:51.981Z] ---> 9c6f07244728 [2022-11-02T19:52:51.981Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:52:51.981Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-11-02T19:52:51.981Z] Status: Image is up to date for alpine:3.16 [2022-11-02T19:52:51.981Z] ---> 9c6f07244728 [2022-11-02T19:52:51.981Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-11-02T19:52:52.243Z] ---> Running in 7d490f93c932 [2022-11-02T19:52:52.243Z] ---> Running in 292c85b946a2 [2022-11-02T19:52:52.243Z] ---> Running in 45ecce5a9378 [2022-11-02T19:52:52.243Z] ---> Running in 2b5256611e1a [2022-11-02T19:52:52.243Z] Removing intermediate container 7d490f93c932 [2022-11-02T19:52:52.243Z] ---> c5f3bbb7899d [2022-11-02T19:52:52.243Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2022-11-02T19:52:52.243Z] Removing intermediate container 292c85b946a2 [2022-11-02T19:52:52.243Z] ---> 61f1505a83d5 [2022-11-02T19:52:52.243Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-11-02T19:52:52.243Z] Removing intermediate container 2b5256611e1a [2022-11-02T19:52:52.243Z] ---> 7d761a9df4ab [2022-11-02T19:52:52.243Z] Step 12/22 : ENV APP_PORT=59880 [2022-11-02T19:52:52.243Z] ---> Running in 71d6f5527605 [2022-11-02T19:52:52.243Z] ---> Running in eb192fe1a1d6 [2022-11-02T19:52:52.501Z] ---> Running in 1fbaebc8839d [2022-11-02T19:52:52.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:52.502Z] Removing intermediate container 1fbaebc8839d [2022-11-02T19:52:52.502Z] ---> c62a58281dd5 [2022-11-02T19:52:52.502Z] Step 13/22 : EXPOSE $APP_PORT [2022-11-02T19:52:52.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:52.502Z] ---> Running in 0be54acacc30 [2022-11-02T19:52:52.759Z] Removing intermediate container 396c90dd7815 [2022-11-02T19:52:52.759Z] ---> e9eca5b62e92 [2022-11-02T19:52:52.759Z] Step 8/23 : COPY . . [2022-11-02T19:52:52.759Z] Removing intermediate container 0be54acacc30 [2022-11-02T19:52:52.759Z] ---> f8173a0835c6 [2022-11-02T19:52:52.759Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-11-02T19:52:52.759Z] ---> Running in 47c9f0a387c9 [2022-11-02T19:52:52.759Z] (1/3) Installing ca-certificates (20220614-r0) [2022-11-02T19:52:52.759Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-11-02T19:52:52.759Z] (3/3) Installing su-exec (0.2-r1) [2022-11-02T19:52:52.759Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:52:52.759Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:52:52.759Z] OK: 6 MiB in 17 packages [2022-11-02T19:52:52.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:52.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:53.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:53.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:53.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:53.275Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-11-02T19:52:53.275Z] (2/2) Installing su-exec (0.2-r1) [2022-11-02T19:52:53.275Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:52:53.275Z] OK: 6 MiB in 16 packages [2022-11-02T19:52:53.275Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-11-02T19:52:53.275Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-11-02T19:52:53.275Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:53.275Z] (3/33) Installing readline (8.1.2-r0) [2022-11-02T19:52:53.275Z] (4/33) Installing bash (5.1.16-r2) [2022-11-02T19:52:53.275Z] Executing bash-5.1.16-r2.post-install [2022-11-02T19:52:53.275Z] (5/33) Installing ca-certificates (20220614-r0) [2022-11-02T19:52:53.275Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-11-02T19:52:53.275Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-11-02T19:52:53.275Z] (8/33) Installing libcurl (7.83.1-r4) [2022-11-02T19:52:53.275Z] (9/33) Installing curl (7.83.1-r4) [2022-11-02T19:52:53.275Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-11-02T19:52:53.533Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-11-02T19:52:53.533Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-11-02T19:52:53.533Z] (3/6) Installing libsodium (1.0.18-r0) [2022-11-02T19:52:53.533Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-02T19:52:53.533Z] (5/6) Installing libzmq (4.3.4-r0) [2022-11-02T19:52:53.533Z] (6/6) Installing zeromq (4.3.4-r0) [2022-11-02T19:52:53.533Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:52:53.533Z] OK: 8 MiB in 20 packages [2022-11-02T19:52:53.533Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-11-02T19:52:53.533Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-11-02T19:52:53.533Z] (13/33) Installing expat (2.5.0-r0) [2022-11-02T19:52:53.533Z] (14/33) Installing libffi (3.4.2-r1) [2022-11-02T19:52:53.533Z] (15/33) Installing gdbm (1.23-r0) [2022-11-02T19:52:53.533Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-11-02T19:52:53.533Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-11-02T19:52:53.533Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-02T19:52:53.533Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-11-02T19:52:53.533Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-11-02T19:52:53.533Z] (21/33) Installing python3 (3.10.5-r0) [2022-11-02T19:52:54.097Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-11-02T19:52:54.097Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-11-02T19:52:54.097Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-11-02T19:52:54.097Z] (25/33) Installing py3-six (1.16.0-r1) [2022-11-02T19:52:54.097Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-11-02T19:52:54.097Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-11-02T19:52:54.097Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-11-02T19:52:54.097Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-11-02T19:52:54.097Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-11-02T19:52:54.097Z] (31/33) Installing py3-packaging (21.3-r0) [2022-11-02T19:52:54.097Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-11-02T19:52:54.097Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-11-02T19:52:54.368Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:52:54.368Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:52:54.368Z] OK: 122 MiB in 47 packages [2022-11-02T19:52:54.626Z] Removing intermediate container 45ecce5a9378 [2022-11-02T19:52:54.626Z] ---> a5f2045d2392 [2022-11-02T19:52:54.626Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-11-02T19:52:54.626Z] ---> Running in 082a7811b95a [2022-11-02T19:52:54.626Z] Removing intermediate container eb192fe1a1d6 [2022-11-02T19:52:54.626Z] ---> 08285f43ed27 [2022-11-02T19:52:54.626Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2022-11-02T19:52:54.626Z] Removing intermediate container 47c9f0a387c9 [2022-11-02T19:52:54.626Z] ---> 553a3ee71a26 [2022-11-02T19:52:54.626Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:52:54.626Z] ---> Running in 5a1046b99d53 [2022-11-02T19:52:54.884Z] Removing intermediate container 082a7811b95a [2022-11-02T19:52:54.884Z] ---> 1538846b672f [2022-11-02T19:52:54.884Z] Step 12/24 : WORKDIR / [2022-11-02T19:52:54.884Z] ---> Running in ac429c3dae2c [2022-11-02T19:52:54.884Z] Removing intermediate container 5a1046b99d53 [2022-11-02T19:52:54.884Z] ---> d0332bdc9909 [2022-11-02T19:52:54.884Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-11-02T19:52:54.884Z] ---> b3a83cd82ba5 [2022-11-02T19:52:54.884Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-11-02T19:52:54.884Z] ---> Running in 35771f61e6ac [2022-11-02T19:52:54.884Z] Removing intermediate container ac429c3dae2c [2022-11-02T19:52:54.884Z] ---> 93694de190d1 [2022-11-02T19:52:54.884Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-11-02T19:52:55.142Z] Removing intermediate container 35771f61e6ac [2022-11-02T19:52:55.142Z] ---> 775261f27411 [2022-11-02T19:52:55.143Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-11-02T19:52:55.143Z] ---> Running in 11d17e4ce893 [2022-11-02T19:52:55.143Z] ---> 5f20f8e1e86d [2022-11-02T19:52:55.143Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-11-02T19:52:55.143Z] Removing intermediate container 11d17e4ce893 [2022-11-02T19:52:55.143Z] ---> 3207c6fea9e3 [2022-11-02T19:52:55.143Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-11-02T19:52:55.401Z] ---> d6232a2e5859 [2022-11-02T19:52:55.401Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-11-02T19:52:55.401Z] ---> Running in 12b774cd9258 [2022-11-02T19:52:55.401Z] ---> 5fcaf7f29fc4 [2022-11-02T19:52:55.401Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-11-02T19:52:55.401Z] Removing intermediate container 12b774cd9258 [2022-11-02T19:52:55.401Z] ---> 99cae3407155 [2022-11-02T19:52:55.401Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-11-02T19:52:55.401Z] ---> Running in 370739c19ee1 [2022-11-02T19:52:55.401Z] ---> af3f5613c619 [2022-11-02T19:52:55.401Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-11-02T19:52:55.669Z] ---> 975d754cc92c [2022-11-02T19:52:55.669Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-11-02T19:52:55.669Z] ---> Running in 29e10a125ac2 [2022-11-02T19:52:55.669Z] Removing intermediate container 29e10a125ac2 [2022-11-02T19:52:55.669Z] ---> 9b913e35102b [2022-11-02T19:52:55.669Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:52:55.669Z] ---> 063bc670a986 [2022-11-02T19:52:55.669Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-11-02T19:52:55.926Z] ---> Running in b8bb2d0d580e [2022-11-02T19:52:55.926Z] Removing intermediate container b8bb2d0d580e [2022-11-02T19:52:55.926Z] ---> f0b26ae8f62c [2022-11-02T19:52:55.926Z] Step 20/22 : LABEL arch=x86_64 [2022-11-02T19:52:55.926Z] ---> Running in 034c53b330cc [2022-11-02T19:52:56.184Z] Removing intermediate container 034c53b330cc [2022-11-02T19:52:56.184Z] ---> 58017b6a9c09 [2022-11-02T19:52:56.184Z] Step 21/22 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:52:56.184Z] ---> 18a61b6787fd [2022-11-02T19:52:56.184Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-11-02T19:52:56.184Z] ---> Running in 35d897f907d4 [2022-11-02T19:52:56.184Z] Removing intermediate container 370739c19ee1 [2022-11-02T19:52:56.184Z] ---> 6f9e6a426fc3 [2022-11-02T19:52:56.184Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2022-11-02T19:52:56.440Z] ---> Running in 27453b76c90e [2022-11-02T19:52:56.440Z] ---> 43c2d6394bcd [2022-11-02T19:52:56.440Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-11-02T19:52:56.440Z] Removing intermediate container 35d897f907d4 [2022-11-02T19:52:56.440Z] ---> 3f945936f3a8 [2022-11-02T19:52:56.440Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T19:52:56.440Z] ---> Running in 8a87095c4208 [2022-11-02T19:52:56.440Z] ---> Running in ec102e45e39b [2022-11-02T19:52:56.440Z] Removing intermediate container 27453b76c90e [2022-11-02T19:52:56.440Z] ---> 51ea5a9feb7c [2022-11-02T19:52:56.440Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-11-02T19:52:56.698Z] Removing intermediate container ec102e45e39b [2022-11-02T19:52:56.698Z] ---> 04d70e2bfa60 [2022-11-02T19:52:56.698Z] [2022-11-02T19:52:56.698Z] ---> dcd5e9dbf7c4 [2022-11-02T19:52:56.698Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-11-02T19:52:56.698Z] Successfully built 04d70e2bfa60 [2022-11-02T19:52:56.698Z] Successfully tagged core-data:latest [2022-11-02T19:52:56.698Z] Building support-scheduler [2022-11-02T19:52:56.698Z]  Building core-data ... done  ---> b673d393a828 [2022-11-02T19:52:56.698Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-11-02T19:52:56.698Z] ---> Running in 855f3dd528b2 [2022-11-02T19:52:56.698Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-11-02T19:52:56.955Z] ---> 90ef333c6545 [2022-11-02T19:52:56.955Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-11-02T19:52:57.526Z] ---> Running in 82e98bc7243f [2022-11-02T19:52:57.785Z] Collecting docker-compose==1.23.2 [2022-11-02T19:52:58.044Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-11-02T19:52:58.044Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 5.1 MB/s eta 0:00:00 [2022-11-02T19:52:58.044Z] Collecting docker<4.0,>=3.6.0 [2022-11-02T19:52:58.044Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-11-02T19:52:58.044Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 4.6 MB/s eta 0:00:00 [2022-11-02T19:52:58.302Z] Collecting PyYAML<4,>=3.10 [2022-11-02T19:52:58.302Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-11-02T19:52:58.560Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 2.0 MB/s eta 0:00:00 [2022-11-02T19:52:58.820Z] Removing intermediate container 82e98bc7243f [2022-11-02T19:52:58.820Z] ---> 6f0eb965aca5 [2022-11-02T19:52:58.820Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-11-02T19:52:58.820Z] Removing intermediate container 855f3dd528b2 [2022-11-02T19:52:58.820Z] ---> 73ba955ba882 [2022-11-02T19:52:58.820Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:52:58.820Z] ---> Running in 7a0b5574e5d9 [2022-11-02T19:52:58.820Z] Preparing metadata (setup.py): started [2022-11-02T19:52:58.820Z] Removing intermediate container 7a0b5574e5d9 [2022-11-02T19:52:58.820Z] ---> 3533d696cd9e [2022-11-02T19:52:58.820Z] Step 22/24 : LABEL arch=x86_64 [2022-11-02T19:52:59.078Z] ---> 2f5ec7694baa [2022-11-02T19:52:59.078Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-11-02T19:52:59.078Z] ---> Running in 63eb8450e423 [2022-11-02T19:52:59.078Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T19:52:59.078Z] Collecting cached-property<2,>=1.2.0 [2022-11-02T19:52:59.078Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-11-02T19:52:59.336Z] Removing intermediate container 63eb8450e423 [2022-11-02T19:52:59.336Z] ---> ec77c84384f1 [2022-11-02T19:52:59.336Z] Step 23/24 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:52:59.336Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-11-02T19:52:59.336Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-11-02T19:52:59.336Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 2.4 MB/s eta 0:00:00 [2022-11-02T19:52:59.336Z] ---> Running in 35ac6ebe6485 [2022-11-02T19:52:59.336Z] Collecting jsonschema<3,>=2.5.1 [2022-11-02T19:52:59.336Z] ---> 377de3026560 [2022-11-02T19:52:59.336Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-11-02T19:52:59.336Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-11-02T19:52:59.336Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-11-02T19:52:59.594Z] Collecting docopt<0.7,>=0.6.1 [2022-11-02T19:52:59.594Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-11-02T19:52:59.594Z] Removing intermediate container 35ac6ebe6485 [2022-11-02T19:52:59.594Z] ---> 1f9eba1735ba [2022-11-02T19:52:59.594Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T19:52:59.594Z] Preparing metadata (setup.py): started [2022-11-02T19:52:59.594Z] ---> Running in e713f1182b1f [2022-11-02T19:52:59.594Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:52:59.594Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:52:59.594Z] ---> ba1cf20401c8 [2022-11-02T19:52:59.594Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:52:59.594Z] ---> Using cache [2022-11-02T19:52:59.594Z] ---> 18051080a9cc [2022-11-02T19:52:59.594Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T19:52:59.594Z] ---> Using cache [2022-11-02T19:52:59.594Z] ---> 4c9d33fc2504 [2022-11-02T19:52:59.594Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-11-02T19:52:59.594Z] ---> Using cache [2022-11-02T19:52:59.594Z] ---> e7d532a9c6a4 [2022-11-02T19:52:59.594Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T19:52:59.594Z] ---> Using cache [2022-11-02T19:52:59.594Z] ---> 242e6b064386 [2022-11-02T19:52:59.594Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:52:59.594Z] ---> Using cache [2022-11-02T19:52:59.594Z] ---> e9eca5b62e92 [2022-11-02T19:52:59.594Z] Step 8/22 : COPY . . [2022-11-02T19:52:59.594Z] ---> Using cache [2022-11-02T19:52:59.594Z] ---> 43c2d6394bcd [2022-11-02T19:52:59.594Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-11-02T19:52:59.594Z] ---> Running in 5950beedf568 [2022-11-02T19:52:59.594Z] ---> b7810dec1106 [2022-11-02T19:52:59.594Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-11-02T19:52:59.850Z] Removing intermediate container e713f1182b1f [2022-11-02T19:52:59.850Z] ---> 15e9e2b0113f [2022-11-02T19:52:59.850Z] [2022-11-02T19:52:59.850Z] Successfully built 15e9e2b0113f [2022-11-02T19:52:59.850Z] Successfully tagged security-secretstore-setup:latest [2022-11-02T19:52:59.850Z] Building support-notifications [2022-11-02T19:52:59.850Z]  Building security-secretstore-setup ... done  Preparing metadata (setup.py): finished with status 'done' [2022-11-02T19:52:59.850Z] Collecting websocket-client<1.0,>=0.32.0 [2022-11-02T19:52:59.850Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-11-02T19:52:59.850Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 8.4 MB/s eta 0:00:00 [2022-11-02T19:52:59.850Z] Collecting dockerpty<0.5,>=0.4.1 [2022-11-02T19:52:59.850Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-11-02T19:52:59.850Z] Preparing metadata (setup.py): started [2022-11-02T19:53:00.414Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T19:53:00.414Z] Collecting texttable<0.10,>=0.9.0 [2022-11-02T19:53:00.414Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-11-02T19:53:00.414Z] Preparing metadata (setup.py): started [2022-11-02T19:53:00.414Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-11-02T19:53:00.680Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T19:53:00.680Z] Collecting docker-pycreds>=0.4.0 [2022-11-02T19:53:00.680Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-11-02T19:53:00.937Z] Collecting chardet<3.1.0,>=3.0.2 [2022-11-02T19:53:00.937Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-11-02T19:53:00.937Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 2.4 MB/s eta 0:00:00 [2022-11-02T19:53:00.937Z] Collecting idna<2.8,>=2.5 [2022-11-02T19:53:00.937Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-11-02T19:53:00.937Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 3.8 MB/s eta 0:00:00 [2022-11-02T19:53:00.937Z] ---> 9b0730bc6a88 [2022-11-02T19:53:00.937Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-11-02T19:53:00.937Z] Collecting urllib3<1.25,>=1.21.1 [2022-11-02T19:53:00.937Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-11-02T19:53:01.198Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 2.6 MB/s eta 0:00:00 [2022-11-02T19:53:01.198Z] Collecting certifi>=2017.4.17 [2022-11-02T19:53:01.198Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-11-02T19:53:01.199Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 4.0 MB/s eta 0:00:00 [2022-11-02T19:53:01.199Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-11-02T19:53:01.199Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-11-02T19:53:01.199Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-11-02T19:53:01.199Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-11-02T19:53:01.457Z] ---> ca740ad93d1d [2022-11-02T19:53:01.457Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-11-02T19:53:01.457Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-11-02T19:53:01.457Z] Running setup.py install for texttable: started [2022-11-02T19:53:01.717Z] ---> f77b775cdbd2 [2022-11-02T19:53:01.717Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-11-02T19:53:01.717Z] Running setup.py install for texttable: finished with status 'done' [2022-11-02T19:53:01.717Z] Running setup.py install for PyYAML: started [2022-11-02T19:53:02.282Z] ---> 1e5beb8a7e13 [2022-11-02T19:53:02.282Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2022-11-02T19:53:02.282Z] ---> Running in 0ca4d67b802c [2022-11-02T19:53:02.282Z] Running setup.py install for PyYAML: finished with status 'done' [2022-11-02T19:53:02.540Z] Running setup.py install for docopt: started [2022-11-02T19:53:02.797Z] Running setup.py install for docopt: finished with status 'done' [2022-11-02T19:53:03.054Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:03.054Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:03.054Z] ---> ba1cf20401c8 [2022-11-02T19:53:03.054Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:53:03.054Z] ---> Using cache [2022-11-02T19:53:03.054Z] ---> 18051080a9cc [2022-11-02T19:53:03.054Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T19:53:03.054Z] ---> Using cache [2022-11-02T19:53:03.054Z] ---> 4c9d33fc2504 [2022-11-02T19:53:03.054Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-11-02T19:53:03.311Z] ---> Running in 4d74e0a3f40f [2022-11-02T19:53:03.570Z] Running setup.py install for dockerpty: started [2022-11-02T19:53:03.570Z] Removing intermediate container 0ca4d67b802c [2022-11-02T19:53:03.570Z] ---> 1fe923c61d4f [2022-11-02T19:53:03.570Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2022-11-02T19:53:03.570Z] ---> Running in 58e1aee7bb0a [2022-11-02T19:53:03.827Z] Running setup.py install for dockerpty: finished with status 'done' [2022-11-02T19:53:03.827Z] Removing intermediate container 58e1aee7bb0a [2022-11-02T19:53:03.827Z] ---> f6db0153e45e [2022-11-02T19:53:03.827Z] Step 29/32 : CMD ["gate"] [2022-11-02T19:53:03.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:04.086Z] ---> Running in 61c734a62ef5 [2022-11-02T19:53:04.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:04.086Z] Removing intermediate container 61c734a62ef5 [2022-11-02T19:53:04.086Z] ---> d3d169a64330 [2022-11-02T19:53:04.086Z] Step 30/32 : LABEL arch=x86_64 [2022-11-02T19:53:04.086Z] ---> Running in 64212000db43 [2022-11-02T19:53:04.343Z] OK: 211 MiB in 51 packages [2022-11-02T19:53:04.343Z] Removing intermediate container 64212000db43 [2022-11-02T19:53:04.343Z] ---> d523c095de1c [2022-11-02T19:53:04.343Z] Step 31/32 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:53:04.343Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-11-02T19:53:04.343Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-11-02T19:53:04.603Z]  ---> Running in 121e98887786 [2022-11-02T19:53:04.860Z] Removing intermediate container 121e98887786 [2022-11-02T19:53:04.860Z] ---> 85f91fa32dd9 [2022-11-02T19:53:04.860Z] Step 32/32 : LABEL version=0.0.0 [2022-11-02T19:53:04.860Z] ---> Running in a4265ab0e721 [2022-11-02T19:53:04.860Z] Removing intermediate container 4d74e0a3f40f [2022-11-02T19:53:04.860Z] ---> c30674dbcb3f [2022-11-02T19:53:04.860Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T19:53:05.117Z] Removing intermediate container a4265ab0e721 [2022-11-02T19:53:05.117Z] ---> 6299091b6fe3 [2022-11-02T19:53:05.117Z] [2022-11-02T19:53:05.117Z] Successfully built 6299091b6fe3 [2022-11-02T19:53:05.118Z] Successfully tagged security-bootstrapper:latest [2022-11-02T19:53:05.118Z]  Building security-bootstrapper ... done Building security-spire-config [2022-11-02T19:53:06.047Z] ---> 96622b2432a5 [2022-11-02T19:53:06.047Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:06.610Z] ---> Running in c16eb7462a9e [2022-11-02T19:53:09.135Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:09.135Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:09.135Z] ---> ba1cf20401c8 [2022-11-02T19:53:09.135Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T19:53:09.135Z] ---> Using cache [2022-11-02T19:53:09.135Z] ---> ea85e8bd3330 [2022-11-02T19:53:09.135Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T19:53:09.135Z] ---> Running in 16272c4687b1 [2022-11-02T19:53:09.392Z] Removing intermediate container 71d6f5527605 [2022-11-02T19:53:09.392Z] ---> d2dd925b5d12 [2022-11-02T19:53:09.392Z] Step 13/22 : ENV APP_PORT=58890 [2022-11-02T19:53:09.651Z] ---> Running in 194526eaf193 [2022-11-02T19:53:10.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:10.223Z] Removing intermediate container 194526eaf193 [2022-11-02T19:53:10.223Z] ---> 9093634660ca [2022-11-02T19:53:10.223Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T19:53:10.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:10.481Z] ---> Running in 1520abea98cc [2022-11-02T19:53:10.481Z] OK: 211 MiB in 51 packages [2022-11-02T19:53:10.740Z] Removing intermediate container 1520abea98cc [2022-11-02T19:53:10.740Z] ---> 3bfb24420916 [2022-11-02T19:53:10.740Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-11-02T19:53:11.355Z] Removing intermediate container 16272c4687b1 [2022-11-02T19:53:11.355Z] ---> aa53739a78ac [2022-11-02T19:53:11.355Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T19:53:11.612Z] ---> 2f82c089a5dd [2022-11-02T19:53:11.612Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:11.870Z] ---> Running in 23e371263edf [2022-11-02T19:53:11.870Z] ---> 843f41f5c478 [2022-11-02T19:53:11.870Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-11-02T19:53:12.810Z] ---> 98a63313cec8 [2022-11-02T19:53:12.810Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-11-02T19:53:13.383Z] ---> a5cebda1dca9 [2022-11-02T19:53:13.383Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-11-02T19:53:13.383Z] ---> Running in 53f3ac8467cf [2022-11-02T19:53:13.953Z] Removing intermediate container 53f3ac8467cf [2022-11-02T19:53:13.953Z] ---> 5cae594611ef [2022-11-02T19:53:13.953Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:53:14.518Z] ---> Running in a1bea634452b [2022-11-02T19:53:15.449Z] Removing intermediate container a1bea634452b [2022-11-02T19:53:15.449Z] ---> df04d32ff600 [2022-11-02T19:53:15.449Z] Step 20/22 : LABEL arch=x86_64 [2022-11-02T19:53:15.449Z] ---> Running in 914356ab43e5 [2022-11-02T19:53:15.706Z] Removing intermediate container 914356ab43e5 [2022-11-02T19:53:15.706Z] ---> 5d958e76d9be [2022-11-02T19:53:15.706Z] Step 21/22 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:53:15.706Z] ---> Running in 4916676fb977 [2022-11-02T19:53:15.963Z] Removing intermediate container 4916676fb977 [2022-11-02T19:53:15.963Z] ---> d4c7cc0ad7e5 [2022-11-02T19:53:15.963Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T19:53:15.963Z] ---> Running in 9b5f0747f614 [2022-11-02T19:53:16.220Z] Removing intermediate container 9b5f0747f614 [2022-11-02T19:53:16.220Z] ---> 93806bdedde9 [2022-11-02T19:53:16.220Z] [2022-11-02T19:53:16.477Z] Successfully built 93806bdedde9 [2022-11-02T19:53:16.477Z] Successfully tagged sys-mgmt-agent:latest [2022-11-02T19:53:16.477Z] Building security-proxy-setup [2022-11-02T19:53:20.660Z]  Building sys-mgmt-agent ... done Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:20.660Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:20.660Z] ---> ba1cf20401c8 [2022-11-02T19:53:20.660Z] Step 3/21 : WORKDIR /edgex-go [2022-11-02T19:53:20.660Z] ---> Using cache [2022-11-02T19:53:20.660Z] ---> ea85e8bd3330 [2022-11-02T19:53:20.660Z] Step 4/21 : RUN apk add --update --no-cache make git [2022-11-02T19:53:20.917Z] ---> Running in 6b59403195c5 [2022-11-02T19:53:20.917Z] Removing intermediate container 8a87095c4208 [2022-11-02T19:53:20.917Z] ---> 26cd1d670bbe [2022-11-02T19:53:20.917Z] [2022-11-02T19:53:20.917Z] Step 10/23 : FROM alpine:3.16 [2022-11-02T19:53:20.917Z] ---> 9c6f07244728 [2022-11-02T19:53:20.917Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-11-02T19:53:21.176Z] ---> Running in 8db9ed1d5519 [2022-11-02T19:53:21.176Z] Removing intermediate container c16eb7462a9e [2022-11-02T19:53:21.176Z] ---> 0bb94bc459f0 [2022-11-02T19:53:21.176Z] Step 8/22 : COPY . . [2022-11-02T19:53:21.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:21.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:21.692Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:21.692Z] OK: 211 MiB in 51 packages [2022-11-02T19:53:21.692Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:21.949Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-11-02T19:53:21.949Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:53:21.949Z] OK: 6 MiB in 15 packages [2022-11-02T19:53:21.949Z] Removing intermediate container 23e371263edf [2022-11-02T19:53:21.949Z] ---> 531e586346f9 [2022-11-02T19:53:21.949Z] Step 7/24 : COPY . . [2022-11-02T19:53:24.156Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-11-02T19:53:24.476Z] Removing intermediate container 6b59403195c5 [2022-11-02T19:53:24.476Z] ---> 9b4471da6863 [2022-11-02T19:53:24.476Z] Step 5/21 : COPY go.mod vendor* ./ [2022-11-02T19:53:24.476Z] Removing intermediate container 8db9ed1d5519 [2022-11-02T19:53:24.476Z] ---> a7ac4249e711 [2022-11-02T19:53:24.476Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:53:24.476Z] ---> Running in 6a76d64f4802 [2022-11-02T19:53:24.733Z] Removing intermediate container 6a76d64f4802 [2022-11-02T19:53:24.733Z] ---> c5c4abcc006b [2022-11-02T19:53:24.733Z] Step 13/23 : ENV APP_PORT=59882 [2022-11-02T19:53:24.990Z] ---> 4cadf681a30d [2022-11-02T19:53:24.990Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:24.990Z] ---> Running in 0017d8ade243 [2022-11-02T19:53:24.990Z] ---> eebf254b0338 [2022-11-02T19:53:24.990Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-11-02T19:53:25.248Z] ---> Running in 35c82f9857e7 [2022-11-02T19:53:25.248Z] ---> Running in 5a2da2eff1b6 [2022-11-02T19:53:25.248Z] Removing intermediate container 0017d8ade243 [2022-11-02T19:53:25.248Z] ---> 1061f9b7bcbd [2022-11-02T19:53:25.248Z] Step 14/23 : EXPOSE $APP_PORT [2022-11-02T19:53:25.248Z] ---> Running in 4cdf685bdd3c [2022-11-02T19:53:25.509Z] Removing intermediate container 4cdf685bdd3c [2022-11-02T19:53:25.509Z] ---> ca1d3891329f [2022-11-02T19:53:25.509Z] Step 15/23 : WORKDIR / [2022-11-02T19:53:25.766Z] ---> Running in a5631dd6c23d [2022-11-02T19:53:25.766Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-11-02T19:53:25.766Z] ---> 885ab48c03a6 [2022-11-02T19:53:25.766Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T19:53:25.766Z] ---> Running in 43a685e75a1e [2022-11-02T19:53:26.023Z] Removing intermediate container a5631dd6c23d [2022-11-02T19:53:26.023Z] ---> ed6f4d92ea68 [2022-11-02T19:53:26.023Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:53:26.023Z] Removing intermediate container 43a685e75a1e [2022-11-02T19:53:26.023Z] ---> 13ba9df5c348 [2022-11-02T19:53:26.023Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-11-02T19:53:26.281Z] ---> Running in 6d6afb9d98c0 [2022-11-02T19:53:26.281Z] ---> 625afd4cc882 [2022-11-02T19:53:26.281Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-11-02T19:53:26.281Z] Removing intermediate container 6d6afb9d98c0 [2022-11-02T19:53:26.281Z] ---> 2dec0b3678d9 [2022-11-02T19:53:26.281Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T19:53:26.539Z] ---> Running in ce052beee8ad [2022-11-02T19:53:26.797Z] ---> 4fc34c215977 [2022-11-02T19:53:26.797Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-11-02T19:53:27.064Z] Removing intermediate container 5950beedf568 [2022-11-02T19:53:27.064Z] ---> ca80e4f6a992 [2022-11-02T19:53:27.064Z] [2022-11-02T19:53:27.064Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T19:53:27.064Z] ---> 9c6f07244728 [2022-11-02T19:53:27.064Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-11-02T19:53:27.064Z] ---> Using cache [2022-11-02T19:53:27.064Z] ---> a7ac4249e711 [2022-11-02T19:53:27.064Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:53:27.064Z] ---> Using cache [2022-11-02T19:53:27.064Z] ---> c5c4abcc006b [2022-11-02T19:53:27.064Z] Step 13/22 : ENV APP_PORT=59861 [2022-11-02T19:53:27.064Z] ---> Running in 5e5e17f409a1 [2022-11-02T19:53:27.323Z] ---> aa25d05285a0 [2022-11-02T19:53:27.323Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-11-02T19:53:27.323Z] ---> Running in e73229eefa7a [2022-11-02T19:53:27.582Z] Removing intermediate container 5e5e17f409a1 [2022-11-02T19:53:27.582Z] ---> d98fc7c482d5 [2022-11-02T19:53:27.582Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T19:53:27.582Z] Removing intermediate container ce052beee8ad [2022-11-02T19:53:27.582Z] ---> bb3ba08a5af3 [2022-11-02T19:53:27.582Z] Step 11/24 : WORKDIR /edgex-go [2022-11-02T19:53:27.840Z] Removing intermediate container e73229eefa7a [2022-11-02T19:53:27.840Z] ---> d810f19ad021 [2022-11-02T19:53:27.840Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:53:27.840Z] ---> Running in 2d5243d62a73 [2022-11-02T19:53:27.840Z] ---> Running in 52f9037510b5 [2022-11-02T19:53:27.840Z] ---> Running in c60d281aec3d [2022-11-02T19:53:28.100Z] Removing intermediate container 52f9037510b5 [2022-11-02T19:53:28.100Z] ---> 22571bf25dcc [2022-11-02T19:53:28.100Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:53:28.100Z] Removing intermediate container c60d281aec3d [2022-11-02T19:53:28.100Z] ---> 6d7a8121c234 [2022-11-02T19:53:28.100Z] Step 21/23 : LABEL arch=x86_64 [2022-11-02T19:53:28.100Z] Removing intermediate container 2d5243d62a73 [2022-11-02T19:53:28.100Z] ---> 9d76721291ee [2022-11-02T19:53:28.100Z] [2022-11-02T19:53:28.100Z] Step 12/24 : FROM alpine:3.15 [2022-11-02T19:53:28.100Z] ---> c4fc93816858 [2022-11-02T19:53:28.100Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:53:28.100Z] ---> Using cache [2022-11-02T19:53:28.100Z] ---> 2423b3a034a8 [2022-11-02T19:53:28.100Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-11-02T19:53:28.100Z] ---> Running in 9d786881d4fb [2022-11-02T19:53:28.100Z] ---> Running in bac451ce87e4 [2022-11-02T19:53:28.357Z] ---> fe0e3383bcbb [2022-11-02T19:53:28.357Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-11-02T19:53:28.357Z] Removing intermediate container bac451ce87e4 [2022-11-02T19:53:28.357Z] ---> 84f2d75dc3ba [2022-11-02T19:53:28.357Z] Step 22/23 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:53:28.357Z] ---> Running in f6e2afd30608 [2022-11-02T19:53:28.615Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:28.615Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:28.615Z] Removing intermediate container f6e2afd30608 [2022-11-02T19:53:28.615Z] ---> 0699c8a185b7 [2022-11-02T19:53:28.615Z] Step 23/23 : LABEL version=0.0.0 [2022-11-02T19:53:28.874Z] ---> Running in 292f60fb45a8 [2022-11-02T19:53:28.874Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T19:53:28.874Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T19:53:28.874Z] OK: 15859 distinct packages available [2022-11-02T19:53:28.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:28.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:29.131Z] Removing intermediate container 292f60fb45a8 [2022-11-02T19:53:29.131Z] ---> 73ed3e6c3323 [2022-11-02T19:53:29.131Z] [2022-11-02T19:53:29.131Z] ---> 159c4e40ebc7 [2022-11-02T19:53:29.131Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-11-02T19:53:29.131Z] Successfully built 73ed3e6c3323 [2022-11-02T19:53:29.131Z] Successfully tagged core-command:latest [2022-11-02T19:53:29.131Z]  Building core-command ... done Building core-metadata [2022-11-02T19:53:29.131Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-11-02T19:53:29.131Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-11-02T19:53:29.131Z] (3/4) Installing libucontext (1.1-r0) [2022-11-02T19:53:29.131Z] (4/4) Installing gcompat (1.0.0-r4) [2022-11-02T19:53:29.131Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T19:53:29.131Z] OK: 6 MiB in 18 packages [2022-11-02T19:53:30.504Z] ---> d94d28d638b2 [2022-11-02T19:53:30.504Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-11-02T19:53:30.764Z] ---> Running in ccd6c96a744e [2022-11-02T19:53:31.022Z] Removing intermediate container ccd6c96a744e [2022-11-02T19:53:31.022Z] ---> 70107cf3f372 [2022-11-02T19:53:31.022Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:53:31.022Z] Removing intermediate container 9d786881d4fb [2022-11-02T19:53:31.022Z] ---> 028ddfb67f27 [2022-11-02T19:53:31.022Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T19:53:31.022Z] ---> Running in 74cdf1a9fc0f [2022-11-02T19:53:31.279Z] Removing intermediate container 74cdf1a9fc0f [2022-11-02T19:53:31.279Z] ---> 4f3b356c782e [2022-11-02T19:53:31.279Z] Step 20/22 : LABEL arch=x86_64 [2022-11-02T19:53:31.279Z] ---> Running in db8779e18124 [2022-11-02T19:53:31.846Z] Removing intermediate container db8779e18124 [2022-11-02T19:53:31.846Z] ---> 8b94733ccbdb [2022-11-02T19:53:31.846Z] Step 21/22 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:53:31.846Z] ---> Running in ff85e02963df [2022-11-02T19:53:32.409Z] Removing intermediate container ff85e02963df [2022-11-02T19:53:32.409Z] ---> 31e4a7a734f8 [2022-11-02T19:53:32.409Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T19:53:32.409Z] ---> Running in 29d3dc511f84 [2022-11-02T19:53:32.973Z] Removing intermediate container 29d3dc511f84 [2022-11-02T19:53:32.973Z] ---> 699d8874222a [2022-11-02T19:53:32.973Z] [2022-11-02T19:53:32.973Z] Successfully built 699d8874222a [2022-11-02T19:53:32.973Z] Successfully tagged support-scheduler:latest [2022-11-02T19:53:32.973Z]  Building support-scheduler ... done Building security-spire-server [2022-11-02T19:53:34.345Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:34.345Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:34.345Z] ---> ba1cf20401c8 [2022-11-02T19:53:34.345Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:53:34.345Z] ---> Using cache [2022-11-02T19:53:34.345Z] ---> 18051080a9cc [2022-11-02T19:53:34.345Z] Step 4/24 : WORKDIR /edgex-go [2022-11-02T19:53:34.345Z] ---> Using cache [2022-11-02T19:53:34.345Z] ---> 4c9d33fc2504 [2022-11-02T19:53:34.345Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-11-02T19:53:34.345Z] ---> Using cache [2022-11-02T19:53:34.345Z] ---> e7d532a9c6a4 [2022-11-02T19:53:34.345Z] Step 6/24 : COPY go.mod vendor* ./ [2022-11-02T19:53:34.345Z] ---> Using cache [2022-11-02T19:53:34.345Z] ---> 242e6b064386 [2022-11-02T19:53:34.345Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:34.345Z] ---> Using cache [2022-11-02T19:53:34.345Z] ---> e9eca5b62e92 [2022-11-02T19:53:34.345Z] Step 8/24 : COPY . . [2022-11-02T19:53:34.345Z] ---> Using cache [2022-11-02T19:53:34.345Z] ---> 43c2d6394bcd [2022-11-02T19:53:34.345Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-11-02T19:53:35.719Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:35.719Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:35.719Z] ---> ba1cf20401c8 [2022-11-02T19:53:35.719Z] Step 3/23 : WORKDIR /edgex-go [2022-11-02T19:53:35.719Z] ---> Using cache [2022-11-02T19:53:35.719Z] ---> ea85e8bd3330 [2022-11-02T19:53:35.719Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T19:53:35.719Z] ---> Using cache [2022-11-02T19:53:35.719Z] ---> aa53739a78ac [2022-11-02T19:53:35.719Z] Step 5/23 : COPY go.mod vendor* ./ [2022-11-02T19:53:35.719Z] ---> Using cache [2022-11-02T19:53:35.719Z] ---> 2f82c089a5dd [2022-11-02T19:53:35.719Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:35.719Z] ---> Using cache [2022-11-02T19:53:35.719Z] ---> 531e586346f9 [2022-11-02T19:53:35.719Z] Step 7/23 : COPY . . [2022-11-02T19:53:35.719Z] ---> Using cache [2022-11-02T19:53:35.719Z] ---> 885ab48c03a6 [2022-11-02T19:53:35.719Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T19:53:35.719Z] ---> Using cache [2022-11-02T19:53:35.719Z] ---> 13ba9df5c348 [2022-11-02T19:53:35.719Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2022-11-02T19:53:35.719Z] ---> Using cache [2022-11-02T19:53:35.719Z] ---> 2dec0b3678d9 [2022-11-02T19:53:35.719Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T19:53:38.243Z] ---> c7efb7909ff5 [2022-11-02T19:53:38.243Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T19:53:38.806Z] ---> Running in c96965e7d3f1 [2022-11-02T19:53:39.065Z] ---> Running in 0fa058ceb138 [2022-11-02T19:53:39.065Z] ---> c3441599ef25 [2022-11-02T19:53:39.065Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-11-02T19:53:39.322Z] ---> Running in f73f7eec7452 [2022-11-02T19:53:39.322Z] Removing intermediate container 35c82f9857e7 [2022-11-02T19:53:39.322Z] ---> c4b0f24a8652 [2022-11-02T19:53:39.322Z] Step 7/21 : COPY . . [2022-11-02T19:53:39.322Z] Removing intermediate container f73f7eec7452 [2022-11-02T19:53:39.322Z] ---> 71deb20d8a21 [2022-11-02T19:53:39.322Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-11-02T19:53:39.888Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-11-02T19:53:39.888Z] ---> 0c8f01bfe4cf [2022-11-02T19:53:39.888Z] Step 19/24 : WORKDIR / [2022-11-02T19:53:40.456Z] ---> Running in 329cea09fb1f [2022-11-02T19:53:40.733Z] Removing intermediate container 0fa058ceb138 [2022-11-02T19:53:40.733Z] ---> 4ced0b522465 [2022-11-02T19:53:40.733Z] Step 11/23 : WORKDIR /edgex-go [2022-11-02T19:53:40.733Z] Removing intermediate container 329cea09fb1f [2022-11-02T19:53:40.733Z] ---> 6bd9e80c2de9 [2022-11-02T19:53:40.733Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T19:53:40.733Z] ---> Running in 48e4fef81676 [2022-11-02T19:53:40.733Z] ---> Running in bf10918a6e74 [2022-11-02T19:53:40.990Z] Removing intermediate container 48e4fef81676 [2022-11-02T19:53:40.990Z] ---> ef999d1b6b8a [2022-11-02T19:53:40.990Z] [2022-11-02T19:53:40.990Z] Step 12/23 : FROM alpine:3.15 [2022-11-02T19:53:40.990Z] ---> c4fc93816858 [2022-11-02T19:53:40.990Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:53:40.990Z] ---> Using cache [2022-11-02T19:53:40.990Z] ---> 2423b3a034a8 [2022-11-02T19:53:40.990Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-11-02T19:53:40.990Z] ---> Using cache [2022-11-02T19:53:40.990Z] ---> 13eb7d61e8c6 [2022-11-02T19:53:40.990Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T19:53:40.990Z] Removing intermediate container bf10918a6e74 [2022-11-02T19:53:40.990Z] ---> b0d741393968 [2022-11-02T19:53:40.990Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T19:53:40.990Z] ---> Running in a80cf7fa5472 [2022-11-02T19:53:41.247Z] Removing intermediate container a80cf7fa5472 [2022-11-02T19:53:41.247Z] ---> 2f66fd18e148 [2022-11-02T19:53:41.247Z] Step 22/24 : LABEL arch=x86_64 [2022-11-02T19:53:41.505Z] ---> Running in b63eaa215d57 [2022-11-02T19:53:41.763Z] Removing intermediate container b63eaa215d57 [2022-11-02T19:53:41.763Z] ---> bc549e23c353 [2022-11-02T19:53:41.763Z] Step 23/24 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:53:41.763Z] ---> Running in 4a0304a293a1 [2022-11-02T19:53:42.020Z] Removing intermediate container 4a0304a293a1 [2022-11-02T19:53:42.020Z] ---> 1e000b78ec65 [2022-11-02T19:53:42.020Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T19:53:42.020Z] ---> Running in d116d4249ffc [2022-11-02T19:53:42.277Z] Removing intermediate container d116d4249ffc [2022-11-02T19:53:42.277Z] ---> cce6beff512e [2022-11-02T19:53:42.277Z] [2022-11-02T19:53:42.277Z] Successfully built cce6beff512e [2022-11-02T19:53:42.277Z] Successfully tagged security-spire-config:latest [2022-11-02T19:53:42.277Z] Building security-spiffe-token-provider [2022-11-02T19:53:44.192Z]  Building security-spire-config ... done  ---> 96fc9264695c [2022-11-02T19:53:44.192Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T19:53:44.192Z] ---> 17c6e24d91ec [2022-11-02T19:53:44.192Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-11-02T19:53:44.451Z] ---> 8fdd91a6e2e6 [2022-11-02T19:53:44.451Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-11-02T19:53:44.714Z] ---> Running in 89c8d09d90e4 [2022-11-02T19:53:45.278Z] ---> e517c0aecbb4 [2022-11-02T19:53:45.278Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-11-02T19:53:45.278Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-11-02T19:53:45.844Z] ---> d0936c643dcb [2022-11-02T19:53:45.844Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T19:53:46.103Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:46.103Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:46.103Z] ---> ba1cf20401c8 [2022-11-02T19:53:46.103Z] Step 3/19 : WORKDIR /edgex-go [2022-11-02T19:53:46.103Z] ---> Using cache [2022-11-02T19:53:46.103Z] ---> ea85e8bd3330 [2022-11-02T19:53:46.103Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2022-11-02T19:53:46.360Z] ---> Running in e430b0352bd2 [2022-11-02T19:53:46.360Z] ---> Running in 09d1dcf54d21 [2022-11-02T19:53:46.930Z] Removing intermediate container 09d1dcf54d21 [2022-11-02T19:53:46.930Z] ---> a5157b13de00 [2022-11-02T19:53:46.930Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T19:53:46.930Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:46.930Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:46.930Z] ---> Running in 3156fd521b14 [2022-11-02T19:53:47.196Z] Removing intermediate container 5a2da2eff1b6 [2022-11-02T19:53:47.196Z] ---> beae88bbafbb [2022-11-02T19:53:47.196Z] [2022-11-02T19:53:47.196Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T19:53:47.196Z] ---> 9c6f07244728 [2022-11-02T19:53:47.196Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-11-02T19:53:47.196Z] v3.16.2-395-gf03de7b4c4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-11-02T19:53:47.196Z] v3.16.2-396-gbc0b261908 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-11-02T19:53:47.196Z] OK: 17043 distinct packages available [2022-11-02T19:53:47.196Z] ---> Running in 8cb71170fdaa [2022-11-02T19:53:47.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:47.196Z] Removing intermediate container 3156fd521b14 [2022-11-02T19:53:47.196Z] ---> 77a9454da1c7 [2022-11-02T19:53:47.196Z] Step 21/23 : LABEL arch=x86_64 [2022-11-02T19:53:47.456Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:47.456Z] ---> Running in 4d16043be23c [2022-11-02T19:53:47.456Z] OK: 211 MiB in 51 packages [2022-11-02T19:53:47.714Z] Removing intermediate container 4d16043be23c [2022-11-02T19:53:47.714Z] ---> 48556f8e7fff [2022-11-02T19:53:47.714Z] Step 22/23 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:53:47.714Z] ---> Running in 72b762e6c068 [2022-11-02T19:53:47.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:47.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:48.238Z] (1/2) Installing ca-certificates (20220614-r0) [2022-11-02T19:53:48.238Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-11-02T19:53:48.238Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:53:48.238Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:53:48.238Z] Removing intermediate container 72b762e6c068 [2022-11-02T19:53:48.238Z] ---> 765c1d21f8fb [2022-11-02T19:53:48.238Z] Step 23/23 : LABEL version=0.0.0 [2022-11-02T19:53:48.238Z] OK: 6 MiB in 16 packages [2022-11-02T19:53:48.499Z] ---> Running in d22dcc7a77d0 [2022-11-02T19:53:48.499Z] Removing intermediate container e430b0352bd2 [2022-11-02T19:53:48.499Z] ---> d1d6a38d208b [2022-11-02T19:53:48.499Z] Step 5/19 : COPY go.mod vendor* ./ [2022-11-02T19:53:48.756Z] Removing intermediate container d22dcc7a77d0 [2022-11-02T19:53:48.756Z] ---> b243e3de5acc [2022-11-02T19:53:48.756Z] [2022-11-02T19:53:48.756Z] ---> 88bc173d483e [2022-11-02T19:53:48.756Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:48.756Z] Successfully built b243e3de5acc [2022-11-02T19:53:49.012Z] Successfully tagged security-spire-server:latest [2022-11-02T19:53:49.012Z]  Building security-spire-server ... done  ---> Running in 0d0303c05e14 [2022-11-02T19:53:49.012Z] Removing intermediate container 8cb71170fdaa [2022-11-02T19:53:49.012Z] ---> 721a12245ac5 [2022-11-02T19:53:49.012Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:53:49.270Z] ---> Running in cb9854d31bc4 [2022-11-02T19:53:49.528Z] Removing intermediate container cb9854d31bc4 [2022-11-02T19:53:49.528Z] ---> 945d429d5b02 [2022-11-02T19:53:49.528Z] Step 13/22 : ENV APP_PORT=59860 [2022-11-02T19:53:49.528Z] ---> Running in 49dadd8db0d4 [2022-11-02T19:53:49.528Z] Removing intermediate container 49dadd8db0d4 [2022-11-02T19:53:49.528Z] ---> e9146f45107b [2022-11-02T19:53:49.528Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T19:53:49.785Z] ---> Running in 417bd4d88e95 [2022-11-02T19:53:49.785Z] Removing intermediate container 417bd4d88e95 [2022-11-02T19:53:49.785Z] ---> ccb5db3e151a [2022-11-02T19:53:49.785Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:53:50.042Z] ---> a8c0c1d2cd37 [2022-11-02T19:53:50.042Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-11-02T19:53:50.974Z] ---> 05bd31ee4aa0 [2022-11-02T19:53:50.974Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-11-02T19:53:51.537Z] ---> 396f27c8a747 [2022-11-02T19:53:51.537Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-11-02T19:53:51.794Z] ---> Running in 0bb17120d8a0 [2022-11-02T19:53:52.059Z] Removing intermediate container 0bb17120d8a0 [2022-11-02T19:53:52.059Z] ---> 2497551fb9cb [2022-11-02T19:53:52.059Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:53:52.059Z] ---> Running in a5c6e2820b9d [2022-11-02T19:53:52.623Z] Removing intermediate container a5c6e2820b9d [2022-11-02T19:53:52.623Z] ---> 2f27fc298d33 [2022-11-02T19:53:52.623Z] Step 20/22 : LABEL arch=x86_64 [2022-11-02T19:53:52.623Z] ---> Running in 13a40378de38 [2022-11-02T19:53:52.880Z] Removing intermediate container 13a40378de38 [2022-11-02T19:53:52.880Z] ---> 2d41c7d8bef1 [2022-11-02T19:53:52.880Z] Step 21/22 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:53:52.880Z] ---> Running in ac0154d23185 [2022-11-02T19:53:53.461Z] Removing intermediate container ac0154d23185 [2022-11-02T19:53:53.461Z] ---> d61ec059f00f [2022-11-02T19:53:53.461Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T19:53:53.760Z] ---> Running in 722fa9e193aa [2022-11-02T19:53:54.017Z] Removing intermediate container 722fa9e193aa [2022-11-02T19:53:54.017Z] ---> 8ae6a20fcb23 [2022-11-02T19:53:54.017Z] [2022-11-02T19:53:54.017Z] Successfully built 8ae6a20fcb23 [2022-11-02T19:53:54.017Z] Successfully tagged support-notifications:latest [2022-11-02T19:53:58.195Z]  Building support-notifications ... done Removing intermediate container 0d0303c05e14 [2022-11-02T19:53:58.195Z] ---> ad249b2e712d [2022-11-02T19:53:58.195Z] Step 7/19 : COPY . . [2022-11-02T19:53:58.760Z] Removing intermediate container c96965e7d3f1 [2022-11-02T19:53:58.760Z] ---> 2b60fba2d6ae [2022-11-02T19:53:58.760Z] [2022-11-02T19:53:58.760Z] Step 10/24 : FROM alpine:3.16 [2022-11-02T19:53:58.760Z] ---> 9c6f07244728 [2022-11-02T19:53:58.760Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-11-02T19:53:58.760Z] ---> Using cache [2022-11-02T19:53:58.760Z] ---> a7ac4249e711 [2022-11-02T19:53:58.760Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:53:58.760Z] ---> Using cache [2022-11-02T19:53:58.760Z] ---> c5c4abcc006b [2022-11-02T19:53:58.760Z] Step 13/24 : ENV APP_PORT=59881 [2022-11-02T19:53:59.323Z] ---> Running in a5b209661965 [2022-11-02T19:53:59.323Z] Removing intermediate container a5b209661965 [2022-11-02T19:53:59.323Z] ---> 8c78aca56ed8 [2022-11-02T19:53:59.323Z] Step 14/24 : EXPOSE $APP_PORT [2022-11-02T19:53:59.323Z] ---> Running in 2cea1a32d8a1 [2022-11-02T19:53:59.580Z] Removing intermediate container 2cea1a32d8a1 [2022-11-02T19:53:59.581Z] ---> 9202fbbc704d [2022-11-02T19:53:59.581Z] Step 15/24 : WORKDIR / [2022-11-02T19:53:59.581Z] ---> Running in ee84b2340f47 [2022-11-02T19:53:59.839Z] Removing intermediate container ee84b2340f47 [2022-11-02T19:53:59.839Z] ---> 70e78b8ead2d [2022-11-02T19:53:59.839Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:53:59.839Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-11-02T19:54:00.771Z] ---> ae3102603ded [2022-11-02T19:54:00.771Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-11-02T19:54:02.741Z] ---> 9018087d11b7 [2022-11-02T19:54:02.741Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-11-02T19:54:02.741Z] ---> 784c3f2a615e [2022-11-02T19:54:02.741Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-11-02T19:54:03.307Z] ---> ffe3f94dec6f [2022-11-02T19:54:03.307Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-11-02T19:54:03.307Z] ---> Running in 6810b70e01fb [2022-11-02T19:54:03.872Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-11-02T19:54:04.140Z] ---> 6f8b48a79553 [2022-11-02T19:54:04.140Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-11-02T19:54:05.115Z] ---> Running in 2144c88e97f2 [2022-11-02T19:54:05.115Z] Removing intermediate container 89c8d09d90e4 [2022-11-02T19:54:05.115Z] ---> d89a1007feb6 [2022-11-02T19:54:05.115Z] [2022-11-02T19:54:05.115Z] Step 9/21 : FROM alpine:3.16 [2022-11-02T19:54:05.115Z] ---> 9c6f07244728 [2022-11-02T19:54:05.115Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2022-11-02T19:54:05.374Z] Removing intermediate container 2144c88e97f2 [2022-11-02T19:54:05.374Z] ---> a2c908555c82 [2022-11-02T19:54:05.374Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:54:05.374Z] ---> Running in 233edb2970c1 [2022-11-02T19:54:06.014Z] ---> Running in a170a5f593b6 [2022-11-02T19:54:06.272Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:06.272Z] Removing intermediate container a170a5f593b6 [2022-11-02T19:54:06.272Z] ---> 5de86ac0396f [2022-11-02T19:54:06.272Z] Step 22/24 : LABEL arch=x86_64 [2022-11-02T19:54:06.272Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:06.530Z] ---> Running in 4cd43eee3d3c [2022-11-02T19:54:06.530Z] (1/6) Installing ca-certificates (20220614-r0) [2022-11-02T19:54:06.530Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-11-02T19:54:06.530Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-11-02T19:54:06.530Z] Removing intermediate container 4cd43eee3d3c [2022-11-02T19:54:06.530Z] ---> 5dd6158d4fa9 [2022-11-02T19:54:06.530Z] Step 23/24 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:54:06.530Z] (4/6) Installing libcurl (7.83.1-r4) [2022-11-02T19:54:06.530Z] (5/6) Installing curl (7.83.1-r4) [2022-11-02T19:54:06.530Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-11-02T19:54:06.530Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:54:06.530Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:54:06.530Z] ---> Running in 0f10295f15ab [2022-11-02T19:54:06.789Z] OK: 8 MiB in 20 packages [2022-11-02T19:54:06.789Z] Removing intermediate container 0f10295f15ab [2022-11-02T19:54:06.789Z] ---> a6ab1b44ef76 [2022-11-02T19:54:06.789Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T19:54:06.789Z] ---> Running in 16462a044a1f [2022-11-02T19:54:07.048Z] Removing intermediate container 16462a044a1f [2022-11-02T19:54:07.048Z] ---> a24a7bb68a40 [2022-11-02T19:54:07.048Z] [2022-11-02T19:54:07.048Z] Successfully built a24a7bb68a40 [2022-11-02T19:54:07.048Z] Successfully tagged core-metadata:latest [2022-11-02T19:54:07.305Z]  Building core-metadata ... done Removing intermediate container 233edb2970c1 [2022-11-02T19:54:07.305Z] ---> 2de32f3bdca0 [2022-11-02T19:54:07.305Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-11-02T19:54:07.305Z] ---> Running in 37c42583d2b5 [2022-11-02T19:54:07.305Z] Removing intermediate container 37c42583d2b5 [2022-11-02T19:54:07.305Z] ---> 071d0d97ca34 [2022-11-02T19:54:07.305Z] Step 12/21 : WORKDIR /edgex [2022-11-02T19:54:07.564Z] ---> Running in dffd57370c0f [2022-11-02T19:54:07.564Z] Removing intermediate container dffd57370c0f [2022-11-02T19:54:07.564Z] ---> ea9ed8b56eb9 [2022-11-02T19:54:07.564Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-11-02T19:54:07.825Z] ---> 06dc44e8a43a [2022-11-02T19:54:07.825Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-11-02T19:54:08.083Z] ---> 05a2fac7d2d5 [2022-11-02T19:54:08.083Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-11-02T19:54:08.650Z] ---> 99682f68d3ea [2022-11-02T19:54:08.650Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-11-02T19:54:08.650Z] ---> cf2803d34f10 [2022-11-02T19:54:08.650Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-11-02T19:54:08.650Z] ---> Running in c1161bcffcea [2022-11-02T19:54:09.582Z] Removing intermediate container c1161bcffcea [2022-11-02T19:54:09.582Z] ---> d6b48a8777b4 [2022-11-02T19:54:09.582Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2022-11-02T19:54:09.582Z] ---> Running in 592e138fdc9b [2022-11-02T19:54:09.840Z] Removing intermediate container 592e138fdc9b [2022-11-02T19:54:09.840Z] ---> 1e5a353e5ba3 [2022-11-02T19:54:09.840Z] Step 19/21 : LABEL arch=x86_64 [2022-11-02T19:54:09.840Z] ---> Running in d5314bd710cf [2022-11-02T19:54:10.098Z] Removing intermediate container d5314bd710cf [2022-11-02T19:54:10.098Z] ---> 40ff6106172d [2022-11-02T19:54:10.098Z] Step 20/21 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:54:10.098Z] ---> Running in 7946c43a97cc [2022-11-02T19:54:10.098Z] Removing intermediate container 7946c43a97cc [2022-11-02T19:54:10.098Z] ---> 2d23aa04300f [2022-11-02T19:54:10.098Z] Step 21/21 : LABEL version=0.0.0 [2022-11-02T19:54:10.098Z] ---> Running in 1b19cdc38864 [2022-11-02T19:54:10.356Z] Removing intermediate container 1b19cdc38864 [2022-11-02T19:54:10.356Z] ---> 4723bb087675 [2022-11-02T19:54:10.356Z] [2022-11-02T19:54:10.356Z] Successfully built 4723bb087675 [2022-11-02T19:54:10.356Z] Successfully tagged security-proxy-setup:latest [2022-11-02T19:54:20.399Z]  Building security-proxy-setup ... done Removing intermediate container 6810b70e01fb [2022-11-02T19:54:20.399Z] ---> 6007da0862f3 [2022-11-02T19:54:20.399Z] [2022-11-02T19:54:20.399Z] Step 9/19 : FROM alpine:3.15 [2022-11-02T19:54:20.399Z] ---> c4fc93816858 [2022-11-02T19:54:20.399Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:54:20.399Z] ---> Using cache [2022-11-02T19:54:20.399Z] ---> 2423b3a034a8 [2022-11-02T19:54:20.399Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-11-02T19:54:20.399Z] ---> Running in 7b65857fa1cd [2022-11-02T19:54:20.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:20.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:20.399Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T19:54:20.399Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T19:54:20.399Z] OK: 15859 distinct packages available [2022-11-02T19:54:20.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:20.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:20.399Z] (1/9) Installing ca-certificates (20220614-r0) [2022-11-02T19:54:20.399Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-11-02T19:54:20.399Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-11-02T19:54:20.399Z] (4/9) Installing libcurl (7.80.0-r4) [2022-11-02T19:54:20.399Z] (5/9) Installing curl (7.80.0-r4) [2022-11-02T19:54:20.399Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-11-02T19:54:20.399Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-11-02T19:54:20.399Z] (8/9) Installing libucontext (1.1-r0) [2022-11-02T19:54:20.399Z] (9/9) Installing gcompat (1.0.0-r4) [2022-11-02T19:54:20.399Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T19:54:20.399Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:54:20.399Z] OK: 8 MiB in 23 packages [2022-11-02T19:54:20.967Z] Removing intermediate container 7b65857fa1cd [2022-11-02T19:54:20.967Z] ---> a5498d7333fd [2022-11-02T19:54:20.967Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:54:20.967Z] ---> 473922995a95 [2022-11-02T19:54:20.967Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-11-02T19:54:21.225Z] ---> c69281803ee9 [2022-11-02T19:54:21.225Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-11-02T19:54:21.483Z] ---> 02c45f966383 [2022-11-02T19:54:21.483Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-11-02T19:54:21.483Z] ---> Running in 3619929d07a6 [2022-11-02T19:54:21.483Z] Removing intermediate container 3619929d07a6 [2022-11-02T19:54:21.483Z] ---> 1b219bfc05b2 [2022-11-02T19:54:21.483Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:54:21.741Z] ---> Running in d014a0b7a7a3 [2022-11-02T19:54:21.741Z] Removing intermediate container d014a0b7a7a3 [2022-11-02T19:54:21.741Z] ---> 979ce1f50c18 [2022-11-02T19:54:21.741Z] Step 17/19 : LABEL arch=x86_64 [2022-11-02T19:54:21.741Z] ---> Running in ae60596b6697 [2022-11-02T19:54:21.741Z] Removing intermediate container ae60596b6697 [2022-11-02T19:54:21.741Z] ---> 91c60ff2370c [2022-11-02T19:54:21.741Z] Step 18/19 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T19:54:21.741Z] ---> Running in 2605be40a79b [2022-11-02T19:54:21.997Z] Removing intermediate container 2605be40a79b [2022-11-02T19:54:21.997Z] ---> 7fc402a4a23b [2022-11-02T19:54:21.997Z] Step 19/19 : LABEL version=0.0.0 [2022-11-02T19:54:21.997Z] ---> Running in 46e7d35caf9e [2022-11-02T19:54:21.997Z] Removing intermediate container 46e7d35caf9e [2022-11-02T19:54:21.997Z] ---> ca803b30f2f8 [2022-11-02T19:54:21.997Z] [2022-11-02T19:54:21.997Z] Successfully built ca803b30f2f8 [2022-11-02T19:54:21.997Z] Successfully tagged security-spiffe-token-provider:latest [2022-11-02T19:54:22.003Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2022-11-02T19:54:22.030Z] $ docker stop --time=1 2b6a9edfe3853807417b798ece4a975a26e2345f87611c1798e17a282453ac79 [2022-11-02T19:54:23.326Z] $ docker rm -f 2b6a9edfe3853807417b798ece4a975a26e2345f87611c1798e17a282453ac79 [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-02T19:54:23.715Z] + docker images [2022-11-02T19:54:23.715Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-11-02T19:54:23.715Z] security-spiffe-token-provider latest ca803b30f2f8 2 seconds ago 29.7MB [2022-11-02T19:54:23.715Z] 6007da0862f3 5 seconds ago 1.64GB [2022-11-02T19:54:23.715Z] security-proxy-setup latest 4723bb087675 13 seconds ago 27.6MB [2022-11-02T19:54:23.715Z] core-metadata latest a24a7bb68a40 17 seconds ago 18.5MB [2022-11-02T19:54:23.715Z] d89a1007feb6 19 seconds ago 1.6GB [2022-11-02T19:54:23.715Z] 2b60fba2d6ae 25 seconds ago 1.61GB [2022-11-02T19:54:23.715Z] support-notifications latest 8ae6a20fcb23 30 seconds ago 30.4MB [2022-11-02T19:54:23.715Z] security-spire-server latest b243e3de5acc 35 seconds ago 86.5MB [2022-11-02T19:54:23.715Z] beae88bbafbb 37 seconds ago 1.67GB [2022-11-02T19:54:23.715Z] security-spire-config latest cce6beff512e 41 seconds ago 85.8MB [2022-11-02T19:54:23.715Z] ef999d1b6b8a 43 seconds ago 1.48GB [2022-11-02T19:54:23.715Z] support-scheduler latest 699d8874222a 51 seconds ago 29.8MB [2022-11-02T19:54:23.715Z] core-command latest 73ed3e6c3323 55 seconds ago 17.6MB [2022-11-02T19:54:23.715Z] 9d76721291ee 56 seconds ago 1.48GB [2022-11-02T19:54:23.715Z] ca80e4f6a992 57 seconds ago 1.67GB [2022-11-02T19:54:23.715Z] 26cd1d670bbe About a minute ago 1.61GB [2022-11-02T19:54:23.715Z] sys-mgmt-agent latest 93806bdedde9 About a minute ago 136MB [2022-11-02T19:54:23.715Z] security-bootstrapper latest 6299091b6fe3 About a minute ago 20.2MB [2022-11-02T19:54:23.715Z] security-secretstore-setup latest 15e9e2b0113f About a minute ago 29.7MB [2022-11-02T19:54:23.715Z] core-data latest 04d70e2bfa60 About a minute ago 21.7MB [2022-11-02T19:54:23.715Z] 39ccfe47a26d About a minute ago 1.62GB [2022-11-02T19:54:23.715Z] e10182f4b0b3 About a minute ago 1.59GB [2022-11-02T19:54:23.715Z] a704532e8049 About a minute ago 1.6GB [2022-11-02T19:54:23.715Z] d8a52195bdeb About a minute ago 1.6GB [2022-11-02T19:54:23.715Z] security-spire-agent latest a6412695d3eb About a minute ago 125MB [2022-11-02T19:54:23.715Z] 4ab5e72ffabe 2 minutes ago 1.48GB [2022-11-02T19:54:23.715Z] ci-base-image-x86_64 latest ba1cf20401c8 4 minutes ago 941MB [2022-11-02T19:54:23.715Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 3 weeks ago 677MB [2022-11-02T19:54:23.715Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-11-02T19:54:23.715Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-11-02T19:54:23.715Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-11-02T19:54:23.715Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-11-02T19:55:15.870Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-11-02T19:55:15.870Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-11-02T19:55:15.870Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-11-02T19:55:15.870Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-11-02T19:55:18.459Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-11-02T19:55:18.727Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-11-02T19:55:18.727Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-11-02T19:55:18.727Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-11-02T19:55:18.727Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-11-02T19:55:22.984Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-11-02T19:55:22.985Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-11-02T19:55:22.985Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-11-02T19:55:22.985Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-11-02T19:55:22.985Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-11-02T19:55:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-11-02T19:55:49.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.398s coverage: 28.7% of statements [2022-11-02T19:55:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-11-02T19:55:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-11-02T19:55:49.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.515s coverage: 98.5% of statements [2022-11-02T19:55:51.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.710s coverage: 43.0% of statements [2022-11-02T19:55:51.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-11-02T19:55:51.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-11-02T19:55:54.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.878s coverage: 54.2% of statements [2022-11-02T19:55:54.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-11-02T19:55:54.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-11-02T19:56:21.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 25.404s coverage: 89.2% of statements [2022-11-02T19:56:21.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-11-02T19:56:21.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-11-02T19:56:21.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:56:21.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-11-02T19:56:21.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-11-02T19:56:21.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.769s coverage: 2.2% of statements [2022-11-02T19:56:21.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-11-02T19:56:21.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-11-02T19:56:27.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.676s coverage: 95.6% of statements [2022-11-02T19:56:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-11-02T19:56:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:56:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-11-02T19:56:27.039Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.542s coverage: 72.2% of statements [2022-11-02T19:56:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-11-02T19:56:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-11-02T19:56:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-11-02T19:56:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-11-02T19:56:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-11-02T19:56:27.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.589s coverage: 60.0% of statements [2022-11-02T19:56:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-11-02T19:56:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-11-02T19:56:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-11-02T19:56:27.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.621s coverage: 0.9% of statements [2022-11-02T19:56:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-11-02T19:56:27.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.277s coverage: 58.8% of statements [2022-11-02T19:56:27.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.415s coverage: 29.6% of statements [2022-11-02T19:56:27.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-11-02T19:56:28.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.332s coverage: 47.1% of statements [2022-11-02T19:56:28.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.286s coverage: 79.5% of statements [2022-11-02T19:56:28.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.199s coverage: 94.1% of statements [2022-11-02T19:56:29.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.320s coverage: 96.3% of statements [2022-11-02T19:56:35.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.279s coverage: 87.5% of statements [2022-11-02T19:56:45.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.271s coverage: 94.4% of statements [2022-11-02T19:56:45.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.231s coverage: 44.8% of statements [2022-11-02T19:56:52.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.789s coverage: 79.9% of statements [2022-11-02T19:56:52.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-11-02T19:56:59.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.325s coverage: 92.9% of statements [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-11-02T19:56:59.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.071s coverage: 65.1% of statements [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-11-02T19:56:59.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.259s coverage: 86.9% of statements [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-11-02T19:56:59.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.238s coverage: 87.2% of statements [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-11-02T19:56:59.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.198s coverage: 100.0% of statements [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-11-02T19:56:59.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.302s coverage: 58.8% of statements [2022-11-02T19:56:59.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-11-02T19:56:59.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.318s coverage: 80.0% of statements [2022-11-02T19:56:59.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.255s coverage: 87.2% of statements [2022-11-02T19:56:59.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.354s coverage: 85.4% of statements [2022-11-02T19:57:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.001s coverage: 91.2% of statements [2022-11-02T19:57:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-11-02T19:57:08.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.977s coverage: 64.7% of statements [2022-11-02T19:57:08.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-11-02T19:57:08.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-11-02T19:57:08.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.339s coverage: 100.0% of statements [2022-11-02T19:57:08.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 89.4% of statements [2022-11-02T19:57:08.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.075s coverage: 100.0% of statements [2022-11-02T19:57:08.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2022-11-02T19:57:08.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2022-11-02T19:57:15.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.566s coverage: 65.8% of statements [2022-11-02T19:57:15.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-11-02T19:57:15.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-11-02T19:57:15.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-11-02T19:57:18.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.949s coverage: 41.8% of statements [2022-11-02T19:57:18.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-11-02T19:57:18.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-11-02T19:57:18.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.351s coverage: 89.5% of statements [2022-11-02T19:57:18.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-11-02T19:57:18.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.269s coverage: 84.8% of statements [2022-11-02T19:57:18.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-11-02T19:57:18.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-11-02T19:57:18.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-11-02T19:57:18.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-11-02T19:57:29.009Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.443s coverage: 17.7% of statements [2022-11-02T19:57:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-11-02T19:57:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-11-02T19:57:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-11-02T19:57:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-11-02T19:57:29.009Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.793s coverage: 92.3% of statements [2022-11-02T19:57:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-11-02T19:57:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:57:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-11-02T19:57:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-11-02T19:57:29.009Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.683s coverage: 63.2% of statements [2022-11-02T19:57:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-11-02T19:57:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-11-02T19:57:30.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.522s coverage: 97.7% of statements [2022-11-02T19:57:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-11-02T19:57:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:57:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-11-02T19:57:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-11-02T19:57:30.419Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.219s coverage: 28.9% of statements [2022-11-02T19:57:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-11-02T19:57:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-11-02T19:57:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-11-02T19:57:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-11-02T19:57:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-11-02T19:57:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-11-02T19:57:30.419Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.327s coverage: 100.0% of statements [2022-11-02T19:57:30.419Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 96.9% of statements [2022-11-02T19:57:31.378Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-11-02T19:57:31.378Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-11-02T19:57:31.378Z] GO111MODULE=on go vet ./... [2022-11-02T19:59:38.307Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-11-02T19:59:38.307Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-11-02T19:59:38.307Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-11-02T19:59:38.344Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-11-02T19:59:39.004Z] + ls -al . [2022-11-02T19:59:39.004Z] total 764 [2022-11-02T19:59:39.004Z] drwxrwxr-x 10 1001 1001 4096 Nov 2 19:52 . [2022-11-02T19:59:39.004Z] drwxr-xr-x 4 root root 4096 Nov 2 19:52 .. [2022-11-02T19:59:39.004Z] drwxrwxr-x 2 1001 1001 4096 Nov 2 19:51 .blubracket [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 16 Nov 2 19:51 .dockerignore [2022-11-02T19:59:39.004Z] drwxrwxr-x 8 1001 1001 4096 Nov 2 19:51 .git [2022-11-02T19:59:39.004Z] drwxrwxr-x 3 1001 1001 4096 Nov 2 19:51 .github [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 1030 Nov 2 19:51 .gitignore [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 42 Nov 2 19:51 .golangci.yml [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 87 Nov 2 19:51 .hadolint.yml [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 166 Nov 2 19:51 .sonarcloud.properties [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 1171 Nov 2 19:51 ADOPTERS.md [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 10722 Nov 2 19:51 Attribution.txt [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 63209 Nov 2 19:51 CHANGELOG.md [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 3804 Nov 2 19:51 CONTRIBUTING.md [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 677 Nov 2 19:51 GOVERNANCE.md [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 850 Nov 2 19:51 Jenkinsfile [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 10775 Nov 2 19:51 LICENSE [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 13857 Nov 2 19:51 Makefile [2022-11-02T19:59:39.004Z] -rw-rw-r-- 1 1001 1001 582 Nov 2 19:51 OWNERS.md [2022-11-02T19:59:39.005Z] -rw-rw-r-- 1 1001 1001 9799 Nov 2 19:51 README.md [2022-11-02T19:59:39.005Z] -rw-rw-r-- 1 1001 1001 6912 Nov 2 19:51 SECURITY.md [2022-11-02T19:59:39.005Z] -rw-rw-r-- 1 1001 1001 5 Nov 2 19:49 VERSION [2022-11-02T19:59:39.005Z] -rw-rw-r-- 1 1001 1001 4131 Nov 2 19:51 ZMQWindows.md [2022-11-02T19:59:39.005Z] drwxrwxr-x 2 1001 1001 4096 Nov 2 19:51 bin [2022-11-02T19:59:39.005Z] drwxrwxr-x 18 1001 1001 4096 Nov 2 19:51 cmd [2022-11-02T19:59:39.005Z] -rw-r--r-- 1 root root 501828 Nov 2 19:57 coverage.out [2022-11-02T19:59:39.005Z] -rw-rw-r-- 1 1001 1001 3447 Nov 2 19:51 go.mod [2022-11-02T19:59:39.005Z] -rw-rw-r-- 1 1001 1001 45062 Nov 2 19:51 go.sum [2022-11-02T19:59:39.005Z] drwxrwxr-x 8 1001 1001 4096 Nov 2 19:51 internal [2022-11-02T19:59:39.005Z] drwxrwxr-x 3 1001 1001 4096 Nov 2 19:51 openapi [2022-11-02T19:59:39.005Z] drwxrwxr-x 4 1001 1001 4096 Nov 2 19:51 snap [2022-11-02T19:59:39.005Z] -rw-rw-r-- 1 1001 1001 204 Nov 2 19:51 version.go [Pipeline] sh [2022-11-02T19:59:39.664Z] + '[' -e coverage.out ] [2022-11-02T19:59:39.665Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-11-02T19:59:39.698Z] Warning: overwriting stash ‘coverage-report’ [2022-11-02T19:59:40.591Z] Stashed 1 file(s) [Pipeline] sh [2022-11-02T19:59:41.249Z] + make build [2022-11-02T19:59:41.250Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-11-02T20:01:32.913Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-11-02T20:03:09.588Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-11-02T20:03:09.588Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-11-02T20:03:48.449Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-11-02T20:03:48.449Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-11-02T20:03:53.804Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-11-02T20:04:02.023Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-11-02T20:04:06.290Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-11-02T20:04:12.942Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-11-02T20:04:17.206Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-11-02T20:04:21.473Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-11-02T20:04:31.555Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-11-02T20:04:38.258Z] $ docker stop --time=1 ac4ab3b98b353a4e0d5cd4603c6db6de102d6ae8a67c70117fb19b25a416a93f [2022-11-02T20:04:40.618Z] $ docker rm -f ac4ab3b98b353a4e0d5cd4603c6db6de102d6ae8a67c70117fb19b25a416a93f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:04:43.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-11-02T20:04:43.591Z] [2022-11-02T20:04:43.591Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:04:44.055Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-11-02T20:04:44.366Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-11-02T20:04:44.366Z] 29e5d40040c1: Pulling fs layer [2022-11-02T20:04:44.366Z] 1ce36da41761: Pulling fs layer [2022-11-02T20:04:44.366Z] 25b303627fd3: Pulling fs layer [2022-11-02T20:04:44.649Z] 29e5d40040c1: Download complete [2022-11-02T20:04:44.931Z] 1ce36da41761: Verifying Checksum [2022-11-02T20:04:44.931Z] 1ce36da41761: Download complete [2022-11-02T20:04:45.221Z] 29e5d40040c1: Pull complete [2022-11-02T20:04:46.691Z] 25b303627fd3: Verifying Checksum [2022-11-02T20:04:46.691Z] 25b303627fd3: Download complete [2022-11-02T20:04:46.691Z] 1ce36da41761: Pull complete [2022-11-02T20:04:59.023Z] 25b303627fd3: Pull complete [2022-11-02T20:04:59.023Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-11-02T20:04:59.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-11-02T20:04:59.023Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T20:04:59.346Z] prd-ubuntu20.04-docker-arm64-4c-16g-117926 does not seem to be running inside a container [2022-11-02T20:04:59.433Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-11-02T20:05:01.882Z] $ docker top bc4c526c790cab5891bd29c5c9ea9f03853319a8995801841d92433bd211b550 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T20:05:02.790Z] + docker-compose build --help [2022-11-02T20:05:02.790Z] + grep parallel [2022-11-02T20:05:09.435Z] --parallel Build images in parallel. [Pipeline] } [2022-11-02T20:05:09.480Z] $ docker stop --time=1 bc4c526c790cab5891bd29c5c9ea9f03853319a8995801841d92433bd211b550 [2022-11-02T20:05:11.191Z] $ docker rm -f bc4c526c790cab5891bd29c5c9ea9f03853319a8995801841d92433bd211b550 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:05:11.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-11-02T20:05:11.962Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T20:05:12.230Z] prd-ubuntu20.04-docker-arm64-4c-16g-117926 does not seem to be running inside a container [2022-11-02T20:05:12.317Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-11-02T20:05:13.528Z] $ docker top 1e099cf556e36dea32816387506977e3ef5a118f8a45e600ce7d40c5d293e183 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T20:05:14.076Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-11-02T20:05:20.731Z] Building core-command ... [2022-11-02T20:05:20.731Z] Building core-data ... [2022-11-02T20:05:20.731Z] Building core-metadata ... [2022-11-02T20:05:20.731Z] Building security-bootstrapper ... [2022-11-02T20:05:20.731Z] Building security-proxy-setup ... [2022-11-02T20:05:20.731Z] Building security-secretstore-setup ... [2022-11-02T20:05:20.731Z] Building security-spiffe-token-provider ... [2022-11-02T20:05:20.731Z] Building security-spire-agent ... [2022-11-02T20:05:20.731Z] Building security-spire-config ... [2022-11-02T20:05:20.731Z] Building security-spire-server ... [2022-11-02T20:05:20.731Z] Building support-notifications ... [2022-11-02T20:05:20.731Z] Building support-scheduler ... [2022-11-02T20:05:20.731Z] Building sys-mgmt-agent ... [2022-11-02T20:05:20.731Z] Building security-bootstrapper [2022-11-02T20:05:20.731Z] Building sys-mgmt-agent [2022-11-02T20:05:20.731Z] Building security-secretstore-setup [2022-11-02T20:05:20.731Z] Building core-metadata [2022-11-02T20:05:20.731Z] Building security-spiffe-token-provider [2022-11-02T20:06:07.574Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:06:07.574Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:06:07.574Z] ---> 65e442409848 [2022-11-02T20:06:07.574Z] Step 3/32 : WORKDIR /edgex-go [2022-11-02T20:06:08.160Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:06:08.160Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:06:08.160Z] ---> 65e442409848 [2022-11-02T20:06:08.160Z] Step 3/22 : WORKDIR /edgex-go [2022-11-02T20:06:08.160Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:06:08.160Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:06:08.160Z] ---> 65e442409848 [2022-11-02T20:06:08.160Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:06:08.428Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:06:08.428Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:06:08.428Z] ---> 65e442409848 [2022-11-02T20:06:08.428Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T20:06:08.428Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:06:08.428Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:06:08.428Z] ---> 65e442409848 [2022-11-02T20:06:08.428Z] Step 3/19 : WORKDIR /edgex-go [2022-11-02T20:06:09.389Z] ---> Running in 6f1c334ab0a4 [2022-11-02T20:06:09.389Z] ---> Running in b4586acda159 [2022-11-02T20:06:09.389Z] ---> Running in 15e5feaa6768 [2022-11-02T20:06:09.389Z] ---> Running in 79a8f2d73649 [2022-11-02T20:06:09.389Z] ---> Running in bfde575be719 [2022-11-02T20:06:09.976Z] Removing intermediate container 6f1c334ab0a4 [2022-11-02T20:06:09.976Z] ---> ea1367f5ce4e [2022-11-02T20:06:09.976Z] Step 4/24 : RUN apk add --update --no-cache make git [2022-11-02T20:06:09.976Z] ---> Running in 2a284192a166 [2022-11-02T20:06:09.976Z] Removing intermediate container 15e5feaa6768 [2022-11-02T20:06:09.976Z] ---> e04abda0aaef [2022-11-02T20:06:09.976Z] Step 4/24 : WORKDIR /edgex-go [2022-11-02T20:06:09.976Z] Removing intermediate container bfde575be719 [2022-11-02T20:06:09.976Z] ---> ee7d17071621 [2022-11-02T20:06:09.976Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2022-11-02T20:06:10.250Z] Removing intermediate container 79a8f2d73649 [2022-11-02T20:06:10.250Z] ---> 0955baead331 [2022-11-02T20:06:10.250Z] Step 4/22 : RUN apk add --update --no-cache make bash git [2022-11-02T20:06:10.250Z] Removing intermediate container b4586acda159 [2022-11-02T20:06:10.250Z] ---> 4565e326c62c [2022-11-02T20:06:10.250Z] Step 4/32 : RUN apk add --update --no-cache make git [2022-11-02T20:06:10.250Z] ---> Running in d71d17c0d825 [2022-11-02T20:06:10.250Z] ---> Running in 60192db51ff4 [2022-11-02T20:06:10.520Z] ---> Running in c2d579d03b4b [2022-11-02T20:06:10.520Z] ---> Running in aa864bb419f2 [2022-11-02T20:06:11.483Z] Removing intermediate container 60192db51ff4 [2022-11-02T20:06:11.483Z] ---> 77af440ec1d6 [2022-11-02T20:06:11.483Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-11-02T20:06:11.483Z] ---> Running in 0c63b1fec513 [2022-11-02T20:06:12.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:06:12.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:06:12.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:06:12.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:06:12.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:06:13.263Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:06:13.263Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:06:13.263Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:06:13.535Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:06:13.806Z] OK: 221 MiB in 51 packages [2022-11-02T20:06:14.765Z] OK: 221 MiB in 51 packages [2022-11-02T20:06:14.765Z] OK: 221 MiB in 51 packages [2022-11-02T20:06:14.765Z] OK: 221 MiB in 51 packages [2022-11-02T20:06:15.033Z] Removing intermediate container 2a284192a166 [2022-11-02T20:06:15.033Z] ---> 444ed2792d54 [2022-11-02T20:06:15.033Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T20:06:15.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:06:16.272Z] ---> d5fa994a2b15 [2022-11-02T20:06:16.272Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:06:16.272Z] Removing intermediate container aa864bb419f2 [2022-11-02T20:06:16.272Z] ---> 6ec9bf7bab37 [2022-11-02T20:06:16.272Z] Step 5/32 : COPY go.mod vendor* ./ [2022-11-02T20:06:16.272Z] Removing intermediate container c2d579d03b4b [2022-11-02T20:06:16.272Z] ---> 196abb27d7a9 [2022-11-02T20:06:16.272Z] Step 5/22 : COPY go.mod vendor* ./ [2022-11-02T20:06:16.539Z] ---> Running in b8f8470f2352 [2022-11-02T20:06:16.539Z] Removing intermediate container 0c63b1fec513 [2022-11-02T20:06:16.539Z] ---> e1d4c21b36c7 [2022-11-02T20:06:16.539Z] Step 6/24 : COPY go.mod vendor* ./ [2022-11-02T20:06:17.124Z] v3.16.2-395-gf03de7b4c4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-11-02T20:06:17.124Z] v3.16.2-396-gbc0b261908 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-11-02T20:06:17.124Z] OK: 16900 distinct packages available [2022-11-02T20:06:17.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:06:17.673Z] ---> a2403f23e399 [2022-11-02T20:06:17.674Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:06:17.674Z] [2022-11-02T20:06:17.674Z] ---> dc4ac4fbc703 [2022-11-02T20:06:17.674Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:06:17.674Z] ---> 0ef375a5ab3f [2022-11-02T20:06:17.674Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:06:17.942Z] ---> Running in be50993446f6 [2022-11-02T20:06:17.942Z] ---> Running in 329114d8c456 [2022-11-02T20:06:17.942Z] ---> Running in fcf6827773ed [2022-11-02T20:06:18.906Z] OK: 221 MiB in 51 packages [2022-11-02T20:06:20.852Z] Removing intermediate container d71d17c0d825 [2022-11-02T20:06:20.852Z] ---> 096a2c2f3886 [2022-11-02T20:06:20.852Z] Step 5/19 : COPY go.mod vendor* ./ [2022-11-02T20:06:21.808Z] ---> 9dadaa9c81f5 [2022-11-02T20:06:21.808Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:06:21.808Z] ---> Running in 48621bea0eff [2022-11-02T20:07:43.429Z] Removing intermediate container fcf6827773ed [2022-11-02T20:07:43.429Z] ---> 99bae5cd5ddc [2022-11-02T20:07:43.429Z] Step 8/24 : COPY . . [2022-11-02T20:07:43.429Z] Removing intermediate container 329114d8c456 [2022-11-02T20:07:43.429Z] ---> 68240e87c6c3 [2022-11-02T20:07:43.429Z] Step 7/22 : COPY . . [2022-11-02T20:07:43.429Z] Removing intermediate container be50993446f6 [2022-11-02T20:07:43.429Z] ---> b26180c4f4bb [2022-11-02T20:07:43.429Z] Step 7/32 : COPY . . [2022-11-02T20:07:43.429Z] Removing intermediate container b8f8470f2352 [2022-11-02T20:07:43.429Z] ---> 357334be9f14 [2022-11-02T20:07:43.429Z] Step 7/24 : COPY . . [2022-11-02T20:07:43.429Z] Removing intermediate container 48621bea0eff [2022-11-02T20:07:43.429Z] ---> 393f5d6340cd [2022-11-02T20:07:43.429Z] Step 7/19 : COPY . . [2022-11-02T20:07:58.419Z] ---> 5eaef2e56385 [2022-11-02T20:07:58.419Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-11-02T20:07:58.419Z] ---> 5fdff5e779c1 [2022-11-02T20:07:58.419Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-11-02T20:07:58.419Z] ---> 8bd9280026a1 [2022-11-02T20:07:58.419Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-11-02T20:07:58.419Z] ---> 2c1205be5510 [2022-11-02T20:07:58.419Z] ---> Running in 29a53b3a5c20 [2022-11-02T20:07:58.419Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-11-02T20:07:58.419Z] ---> 0d79ccec2f4b [2022-11-02T20:07:58.419Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-11-02T20:07:58.419Z] ---> Running in eb1b74813587 [2022-11-02T20:07:58.419Z] ---> Running in f5db30d101b6 [2022-11-02T20:07:58.419Z] ---> Running in 6e57352d0786 [2022-11-02T20:07:58.419Z] ---> Running in 244aa54007da [2022-11-02T20:07:58.419Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-11-02T20:07:58.419Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-11-02T20:07:58.419Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-11-02T20:08:00.470Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-11-02T20:08:00.470Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-11-02T20:14:37.451Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-11-02T20:14:37.451Z] Removing intermediate container 6e57352d0786 [2022-11-02T20:14:37.451Z] ---> 1c0874217700 [2022-11-02T20:14:37.451Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-11-02T20:14:37.451Z] ---> Running in 12bd26b0a502 [2022-11-02T20:14:37.451Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-11-02T20:14:44.100Z] Removing intermediate container 12bd26b0a502 [2022-11-02T20:14:44.100Z] ---> 4daf3b92f72a [2022-11-02T20:14:44.100Z] [2022-11-02T20:14:44.100Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T20:14:44.100Z] 3.16: Pulling from library/alpine [2022-11-02T20:14:44.684Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-11-02T20:14:44.684Z] Status: Downloaded newer image for alpine:3.16 [2022-11-02T20:14:44.684Z] ---> a6215f271958 [2022-11-02T20:14:44.684Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:14:44.954Z] ---> Running in 21dc8aff382e [2022-11-02T20:14:45.929Z] Removing intermediate container 21dc8aff382e [2022-11-02T20:14:45.929Z] ---> 7e9579310013 [2022-11-02T20:14:45.929Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-11-02T20:14:45.929Z] ---> Running in 8ab1d84014ab [2022-11-02T20:14:47.871Z] Removing intermediate container 244aa54007da [2022-11-02T20:14:47.871Z] ---> ba5ba42d0a3e [2022-11-02T20:14:47.871Z] [2022-11-02T20:14:47.871Z] Step 9/24 : FROM alpine:3.16 [2022-11-02T20:14:47.871Z] ---> a6215f271958 [2022-11-02T20:14:47.871Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-11-02T20:14:48.144Z] ---> Running in 9889886afc90 [2022-11-02T20:14:48.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:14:49.314Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:14:50.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:14:50.729Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-11-02T20:14:50.729Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-11-02T20:14:50.729Z] (3/33) Installing readline (8.1.2-r0) [2022-11-02T20:14:50.729Z] (4/33) Installing bash (5.1.16-r2) [2022-11-02T20:14:50.729Z] Executing bash-5.1.16-r2.post-install [2022-11-02T20:14:50.729Z] (5/33) Installing ca-certificates (20220614-r0) [2022-11-02T20:14:51.000Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-11-02T20:14:51.000Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-11-02T20:14:51.000Z] (8/33) Installing libcurl (7.83.1-r4) [2022-11-02T20:14:51.000Z] (9/33) Installing curl (7.83.1-r4) [2022-11-02T20:14:51.000Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-11-02T20:14:51.269Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:14:52.696Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-11-02T20:14:52.696Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-11-02T20:14:52.696Z] (13/33) Installing expat (2.5.0-r0) [2022-11-02T20:14:52.696Z] (14/33) Installing libffi (3.4.2-r1) [2022-11-02T20:14:52.696Z] (15/33) Installing gdbm (1.23-r0) [2022-11-02T20:14:52.696Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-11-02T20:14:52.696Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-11-02T20:14:52.696Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-02T20:14:52.696Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-11-02T20:14:52.696Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-11-02T20:14:52.696Z] (21/33) Installing python3 (3.10.5-r0) [2022-11-02T20:14:52.968Z] (1/3) Installing ca-certificates (20220614-r0) [2022-11-02T20:14:53.235Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-11-02T20:14:53.235Z] (3/3) Installing su-exec (0.2-r1) [2022-11-02T20:14:53.235Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:14:53.235Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:14:53.503Z] Removing intermediate container 29a53b3a5c20 [2022-11-02T20:14:53.776Z] ---> d84fd74c1938 [2022-11-02T20:14:53.776Z] [2022-11-02T20:14:53.776Z] Step 9/32 : FROM alpine:3.16 [2022-11-02T20:14:53.776Z] ---> a6215f271958 [2022-11-02T20:14:53.776Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:14:54.051Z] OK: 6 MiB in 17 packages [2022-11-02T20:14:54.051Z] ---> Running in bea705006ce4 [2022-11-02T20:14:55.053Z] Removing intermediate container bea705006ce4 [2022-11-02T20:14:55.053Z] ---> 65184f2f6ed6 [2022-11-02T20:14:55.053Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2022-11-02T20:14:55.053Z] ---> Running in 1f900538aa71 [2022-11-02T20:14:56.022Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-11-02T20:14:56.022Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-11-02T20:14:56.022Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-11-02T20:14:56.022Z] (25/33) Installing py3-six (1.16.0-r1) [2022-11-02T20:14:56.022Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-11-02T20:14:56.022Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-11-02T20:14:56.022Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-11-02T20:14:56.290Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-11-02T20:14:56.290Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-11-02T20:14:56.290Z] (31/33) Installing py3-packaging (21.3-r0) [2022-11-02T20:14:56.290Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-11-02T20:14:56.559Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-11-02T20:14:57.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:14:57.437Z] Removing intermediate container 9889886afc90 [2022-11-02T20:14:57.437Z] ---> 3efe2de087fd [2022-11-02T20:14:57.437Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-11-02T20:14:57.711Z] ---> Running in d3f26ddc40f1 [2022-11-02T20:14:57.711Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:14:57.711Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:14:57.711Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:14:58.296Z] OK: 120 MiB in 47 packages [2022-11-02T20:14:58.296Z] Removing intermediate container d3f26ddc40f1 [2022-11-02T20:14:58.296Z] ---> c745c2425967 [2022-11-02T20:14:58.296Z] Step 12/24 : WORKDIR / [2022-11-02T20:14:58.296Z] ---> Running in fdb07ab3b8cb [2022-11-02T20:14:58.881Z] Removing intermediate container fdb07ab3b8cb [2022-11-02T20:14:58.881Z] ---> 187d2aacd22e [2022-11-02T20:14:58.881Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-11-02T20:14:59.461Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-11-02T20:14:59.461Z] (2/2) Installing su-exec (0.2-r1) [2022-11-02T20:14:59.461Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:14:59.461Z] OK: 5 MiB in 16 packages [2022-11-02T20:15:00.043Z] ---> 6c9764ed1f76 [2022-11-02T20:15:00.044Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-11-02T20:15:02.960Z] Removing intermediate container 1f900538aa71 [2022-11-02T20:15:02.960Z] ---> c03a64137695 [2022-11-02T20:15:02.960Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2022-11-02T20:15:02.960Z] ---> 312c4fd1b453 [2022-11-02T20:15:02.960Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-11-02T20:15:02.960Z] ---> Running in 8a2273f616fc [2022-11-02T20:15:03.551Z] Removing intermediate container 8a2273f616fc [2022-11-02T20:15:03.551Z] ---> fb19e506fd4c [2022-11-02T20:15:03.551Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-11-02T20:15:03.816Z] ---> Running in 4c33dfacc743 [2022-11-02T20:15:04.085Z] ---> 1007ea050889 [2022-11-02T20:15:04.085Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-11-02T20:15:04.355Z] Removing intermediate container 4c33dfacc743 [2022-11-02T20:15:04.355Z] ---> c3be5dadb454 [2022-11-02T20:15:04.355Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-11-02T20:15:04.355Z] ---> Running in 2ad1319ec1b8 [2022-11-02T20:15:04.936Z] Removing intermediate container 2ad1319ec1b8 [2022-11-02T20:15:04.936Z] ---> 7dffd160cdd3 [2022-11-02T20:15:04.936Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-11-02T20:15:05.204Z] ---> Running in 8a442b38af90 [2022-11-02T20:15:05.471Z] ---> 205ad132321f [2022-11-02T20:15:05.471Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-11-02T20:15:06.225Z] Removing intermediate container 8a442b38af90 [2022-11-02T20:15:06.225Z] ---> 88473637d811 [2022-11-02T20:15:06.225Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-11-02T20:15:06.225Z] ---> Running in 05f9bc3a9ae6 [2022-11-02T20:15:08.280Z] ---> ac74bf68c519 [2022-11-02T20:15:08.280Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-11-02T20:15:11.037Z] Removing intermediate container 05f9bc3a9ae6 [2022-11-02T20:15:11.037Z] ---> e1b03c79e3ca [2022-11-02T20:15:11.037Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2022-11-02T20:15:11.037Z] ---> Running in ddbe71cf0893 [2022-11-02T20:15:11.304Z] ---> f5d3e64fbfcc [2022-11-02T20:15:11.305Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-11-02T20:15:11.572Z] Removing intermediate container ddbe71cf0893 [2022-11-02T20:15:11.572Z] ---> ab3969372fa3 [2022-11-02T20:15:11.572Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-11-02T20:15:12.531Z] ---> 835ceab19d5e [2022-11-02T20:15:12.531Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-11-02T20:15:12.531Z] ---> Running in c94f701d8ea0 [2022-11-02T20:15:13.114Z] ---> f8af3057b301 [2022-11-02T20:15:13.114Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-11-02T20:15:13.382Z] ---> Running in f362d2264b30 [2022-11-02T20:15:16.741Z] Removing intermediate container c94f701d8ea0 [2022-11-02T20:15:16.741Z] ---> afe85aace36e [2022-11-02T20:15:16.741Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-11-02T20:15:17.008Z] ---> Running in cd9e8631384a [2022-11-02T20:15:17.669Z] Removing intermediate container f362d2264b30 [2022-11-02T20:15:17.669Z] ---> 63c817f52a12 [2022-11-02T20:15:17.669Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:15:17.669Z] Removing intermediate container cd9e8631384a [2022-11-02T20:15:17.669Z] ---> 6195b706853f [2022-11-02T20:15:17.669Z] Step 22/24 : LABEL arch=arm64 [2022-11-02T20:15:17.937Z] ---> Running in d82f2afc0897 [2022-11-02T20:15:18.520Z] Removing intermediate container d82f2afc0897 [2022-11-02T20:15:18.520Z] ---> 16276aaf523f [2022-11-02T20:15:18.520Z] Step 23/24 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T20:15:18.786Z] ---> Running in 722f9d2b7199 [2022-11-02T20:15:18.786Z] ---> a4b3c4843756 [2022-11-02T20:15:18.786Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-11-02T20:15:19.370Z] Removing intermediate container 722f9d2b7199 [2022-11-02T20:15:19.370Z] ---> feeb022ccb8b [2022-11-02T20:15:19.370Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T20:15:19.370Z] ---> Running in 621a31206b8f [2022-11-02T20:15:20.332Z] Removing intermediate container 621a31206b8f [2022-11-02T20:15:20.332Z] ---> f111ee3ee15b [2022-11-02T20:15:20.332Z] [2022-11-02T20:15:20.957Z] Collecting docker-compose==1.23.2 [2022-11-02T20:15:20.957Z] Successfully built f111ee3ee15b [2022-11-02T20:15:20.957Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-11-02T20:15:20.957Z]  Building security-secretstore-setup ... done Building core-command [2022-11-02T20:15:20.957Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-11-02T20:15:20.957Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 10.3 MB/s eta 0:00:00 [2022-11-02T20:15:21.222Z] ---> 784b0d1e1e6b [2022-11-02T20:15:21.222Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-11-02T20:15:21.487Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-11-02T20:15:22.069Z] ---> a9e88c870656 [2022-11-02T20:15:22.069Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-11-02T20:15:22.335Z] Collecting docker<4.0,>=3.6.0 [2022-11-02T20:15:22.335Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-11-02T20:15:22.612Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 9.9 MB/s eta 0:00:00 [2022-11-02T20:15:23.193Z] ---> 1190d0aa4c14 [2022-11-02T20:15:23.193Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-11-02T20:15:23.193Z] Collecting jsonschema<3,>=2.5.1 [2022-11-02T20:15:23.458Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-11-02T20:15:23.458Z] Collecting texttable<0.10,>=0.9.0 [2022-11-02T20:15:23.725Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-11-02T20:15:23.725Z] Preparing metadata (setup.py): started [2022-11-02T20:15:24.314Z] ---> 78d923773a1b [2022-11-02T20:15:24.314Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-11-02T20:15:25.279Z] ---> b139fc69a13e [2022-11-02T20:15:25.279Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-11-02T20:15:26.280Z] ---> ec947020d527 [2022-11-02T20:15:26.280Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2022-11-02T20:15:26.280Z] ---> Running in 56ae0e648113 [2022-11-02T20:15:26.864Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T20:15:28.272Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-11-02T20:15:28.272Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-11-02T20:15:28.272Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 16.1 MB/s eta 0:00:00 [2022-11-02T20:15:28.541Z] Collecting cached-property<2,>=1.2.0 [2022-11-02T20:15:28.808Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-11-02T20:15:29.395Z] Collecting websocket-client<1.0,>=0.32.0 [2022-11-02T20:15:29.395Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-11-02T20:15:29.395Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 15.4 MB/s eta 0:00:00 [2022-11-02T20:15:29.395Z] Collecting dockerpty<0.5,>=0.4.1 [2022-11-02T20:15:29.395Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-11-02T20:15:29.662Z] Preparing metadata (setup.py): started [2022-11-02T20:15:30.626Z] Removing intermediate container 56ae0e648113 [2022-11-02T20:15:30.626Z] ---> 8bbfaf0455ef [2022-11-02T20:15:30.626Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2022-11-02T20:15:30.626Z] ---> Running in 61ed2f5b8518 [2022-11-02T20:15:31.595Z] Removing intermediate container 61ed2f5b8518 [2022-11-02T20:15:31.595Z] ---> 85639f289811 [2022-11-02T20:15:31.595Z] Step 29/32 : CMD ["gate"] [2022-11-02T20:15:31.595Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T20:15:31.869Z] Collecting docopt<0.7,>=0.6.1 [2022-11-02T20:15:31.869Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-11-02T20:15:31.869Z] ---> Running in a15b3ac95578 [2022-11-02T20:15:31.869Z] Preparing metadata (setup.py): started [2022-11-02T20:15:33.288Z] Removing intermediate container a15b3ac95578 [2022-11-02T20:15:33.288Z] ---> c0d16d34137b [2022-11-02T20:15:33.288Z] Step 30/32 : LABEL arch=arm64 [2022-11-02T20:15:33.288Z] ---> Running in cd98ee7e17d5 [2022-11-02T20:15:34.253Z] Removing intermediate container cd98ee7e17d5 [2022-11-02T20:15:34.253Z] ---> 933b743aa721 [2022-11-02T20:15:34.253Z] Step 31/32 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T20:15:34.253Z] ---> Running in aeb1b041e463 [2022-11-02T20:15:34.842Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T20:15:35.432Z] Removing intermediate container aeb1b041e463 [2022-11-02T20:15:35.432Z] ---> 7b956a62513c [2022-11-02T20:15:35.432Z] Step 32/32 : LABEL version=0.0.0 [2022-11-02T20:15:35.432Z] Collecting PyYAML<4,>=3.10 [2022-11-02T20:15:35.705Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-11-02T20:15:35.706Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 12.8 MB/s eta 0:00:00 [2022-11-02T20:15:35.975Z] ---> Running in 044b1cbf836a [2022-11-02T20:15:36.938Z] Removing intermediate container 044b1cbf836a [2022-11-02T20:15:36.938Z] ---> 8e4a4e94376c [2022-11-02T20:15:36.938Z] [2022-11-02T20:15:37.521Z] Preparing metadata (setup.py): started [2022-11-02T20:15:37.790Z] Successfully built 8e4a4e94376c [2022-11-02T20:15:37.790Z] Successfully tagged security-bootstrapper-arm64:latest [2022-11-02T20:15:37.790Z]  Building security-bootstrapper ... done Building security-spire-config [2022-11-02T20:15:39.728Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T20:15:40.307Z] Collecting docker-pycreds>=0.4.0 [2022-11-02T20:15:40.307Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-11-02T20:15:41.721Z] Collecting urllib3<1.25,>=1.21.1 [2022-11-02T20:15:41.996Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-11-02T20:15:41.996Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 13.4 MB/s eta 0:00:00 [2022-11-02T20:15:41.996Z] Removing intermediate container eb1b74813587 [2022-11-02T20:15:41.996Z] ---> d52aa4d29a28 [2022-11-02T20:15:41.996Z] [2022-11-02T20:15:41.996Z] Step 10/24 : FROM alpine:3.16 [2022-11-02T20:15:41.996Z] ---> a6215f271958 [2022-11-02T20:15:41.996Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-11-02T20:15:42.264Z] Collecting idna<2.8,>=2.5 [2022-11-02T20:15:42.264Z] ---> Running in 599147861c0e [2022-11-02T20:15:42.264Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-11-02T20:15:42.531Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 14.0 MB/s eta 0:00:00 [2022-11-02T20:15:42.531Z] Collecting chardet<3.1.0,>=3.0.2 [2022-11-02T20:15:42.531Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-11-02T20:15:42.800Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 8.8 MB/s eta 0:00:00 [2022-11-02T20:15:43.387Z] Collecting certifi>=2017.4.17 [2022-11-02T20:15:43.387Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-11-02T20:15:43.387Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 6.1 MB/s eta 0:00:00 [2022-11-02T20:15:43.969Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:15:43.969Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:15:43.969Z] ---> 65e442409848 [2022-11-02T20:15:43.969Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:15:43.969Z] ---> Using cache [2022-11-02T20:15:43.969Z] ---> e04abda0aaef [2022-11-02T20:15:43.969Z] Step 4/23 : WORKDIR /edgex-go [2022-11-02T20:15:43.969Z] ---> Using cache [2022-11-02T20:15:43.969Z] ---> 77af440ec1d6 [2022-11-02T20:15:43.969Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-11-02T20:15:43.969Z] ---> Using cache [2022-11-02T20:15:43.969Z] ---> e1d4c21b36c7 [2022-11-02T20:15:43.969Z] Step 6/23 : COPY go.mod vendor* ./ [2022-11-02T20:15:43.969Z] ---> Using cache [2022-11-02T20:15:43.969Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-11-02T20:15:43.969Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-11-02T20:15:43.969Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-11-02T20:15:43.969Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-11-02T20:15:43.969Z] ---> 0ef375a5ab3f [2022-11-02T20:15:43.969Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:15:43.969Z] ---> Using cache [2022-11-02T20:15:43.969Z] ---> 99bae5cd5ddc [2022-11-02T20:15:43.969Z] Step 8/23 : COPY . . [2022-11-02T20:15:43.970Z] ---> Using cache [2022-11-02T20:15:43.970Z] ---> 5fdff5e779c1 [2022-11-02T20:15:43.970Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-11-02T20:15:44.237Z] ---> Running in a31baae8b3fa [2022-11-02T20:15:44.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:15:45.094Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:15:45.361Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-11-02T20:15:45.361Z] Running setup.py install for texttable: started [2022-11-02T20:15:46.325Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-11-02T20:15:46.325Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-11-02T20:15:46.325Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:15:46.325Z] OK: 5 MiB in 15 packages [2022-11-02T20:15:48.274Z] Removing intermediate container 599147861c0e [2022-11-02T20:15:48.274Z] ---> dab5dd97135b [2022-11-02T20:15:48.274Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:15:48.274Z] ---> Running in c51c6ca11282 [2022-11-02T20:15:48.856Z] Running setup.py install for texttable: finished with status 'done' [2022-11-02T20:15:48.856Z] Running setup.py install for PyYAML: started [2022-11-02T20:15:48.856Z] Removing intermediate container c51c6ca11282 [2022-11-02T20:15:48.856Z] ---> 1c5811da71de [2022-11-02T20:15:48.856Z] Step 13/24 : ENV APP_PORT=59881 [2022-11-02T20:15:49.121Z] ---> Running in 0c674867d9e7 [2022-11-02T20:15:49.706Z] Removing intermediate container 0c674867d9e7 [2022-11-02T20:15:49.706Z] ---> bc3db048622d [2022-11-02T20:15:49.706Z] Step 14/24 : EXPOSE $APP_PORT [2022-11-02T20:15:49.706Z] ---> Running in d75c42d53cfe [2022-11-02T20:15:51.659Z] Removing intermediate container d75c42d53cfe [2022-11-02T20:15:51.659Z] ---> 8909f2efa75c [2022-11-02T20:15:51.659Z] Step 15/24 : WORKDIR / [2022-11-02T20:15:51.659Z] ---> Running in dfbee7c05fee [2022-11-02T20:15:52.628Z] Removing intermediate container dfbee7c05fee [2022-11-02T20:15:52.628Z] ---> 8aaa17583b9f [2022-11-02T20:15:52.628Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:15:53.595Z] Running setup.py install for PyYAML: finished with status 'done' [2022-11-02T20:15:54.192Z] ---> 3bf4567a7582 [2022-11-02T20:15:54.192Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-11-02T20:15:56.145Z] Running setup.py install for docopt: started [2022-11-02T20:15:57.105Z] ---> 5e959c937f27 [2022-11-02T20:15:57.105Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-11-02T20:15:58.521Z] ---> 347200f6ca63 [2022-11-02T20:15:58.521Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-11-02T20:15:59.484Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:15:59.484Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:15:59.484Z] ---> 65e442409848 [2022-11-02T20:15:59.484Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T20:15:59.484Z] ---> Using cache [2022-11-02T20:15:59.484Z] ---> 4565e326c62c [2022-11-02T20:15:59.484Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T20:15:59.484Z] ---> Running in 9fcb159629a3 [2022-11-02T20:15:59.753Z] ---> e3138787ceca [2022-11-02T20:15:59.754Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-11-02T20:16:00.040Z] ---> Running in 4a795285e6aa [2022-11-02T20:16:00.310Z] Running setup.py install for docopt: finished with status 'done' [2022-11-02T20:16:00.581Z] Removing intermediate container 4a795285e6aa [2022-11-02T20:16:00.581Z] ---> 344b76c03ff5 [2022-11-02T20:16:00.581Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:16:00.851Z] ---> Running in a6a3acf672f0 [2022-11-02T20:16:01.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:16:01.713Z] Removing intermediate container a6a3acf672f0 [2022-11-02T20:16:01.713Z] ---> f5260fb61e81 [2022-11-02T20:16:01.713Z] Step 22/24 : LABEL arch=arm64 [2022-11-02T20:16:01.713Z] ---> Running in d7c260b6ff64 [2022-11-02T20:16:01.979Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:16:02.564Z] Removing intermediate container d7c260b6ff64 [2022-11-02T20:16:02.564Z] ---> 85ed86e75922 [2022-11-02T20:16:02.564Z] Step 23/24 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T20:16:02.564Z] ---> Running in 4d67ac34ae7e [2022-11-02T20:16:03.147Z] Removing intermediate container 4d67ac34ae7e [2022-11-02T20:16:03.147Z] ---> a095b92ba350 [2022-11-02T20:16:03.147Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T20:16:03.425Z] ---> Running in fde598f0448b [2022-11-02T20:16:03.425Z] OK: 221 MiB in 51 packages [2022-11-02T20:16:04.019Z] Removing intermediate container fde598f0448b [2022-11-02T20:16:04.019Z] ---> a5f289b7a242 [2022-11-02T20:16:04.019Z] [2022-11-02T20:16:04.297Z] Successfully built a5f289b7a242 [2022-11-02T20:16:04.297Z] Successfully tagged core-metadata-arm64:latest [2022-11-02T20:16:04.297Z]  Building core-metadata ... done Building security-spire-server [2022-11-02T20:16:05.266Z] Removing intermediate container 9fcb159629a3 [2022-11-02T20:16:05.266Z] ---> aa23a1be1b80 [2022-11-02T20:16:05.266Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T20:16:05.266Z] Running setup.py install for dockerpty: started [2022-11-02T20:16:06.228Z] ---> cb765a78ba47 [2022-11-02T20:16:06.228Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:16:06.228Z] ---> Running in 5e97be6d5c3c [2022-11-02T20:16:08.805Z] Running setup.py install for dockerpty: finished with status 'done' [2022-11-02T20:16:13.061Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-11-02T20:16:13.061Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-11-02T20:16:25.375Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:16:25.375Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:16:25.375Z] ---> 65e442409848 [2022-11-02T20:16:25.375Z] Step 3/23 : WORKDIR /edgex-go [2022-11-02T20:16:25.375Z] ---> Using cache [2022-11-02T20:16:25.375Z] ---> 4565e326c62c [2022-11-02T20:16:25.375Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T20:16:25.375Z] ---> Using cache [2022-11-02T20:16:25.375Z] ---> aa23a1be1b80 [2022-11-02T20:16:25.375Z] Step 5/23 : COPY go.mod vendor* ./ [2022-11-02T20:16:25.375Z] ---> Using cache [2022-11-02T20:16:25.375Z] ---> cb765a78ba47 [2022-11-02T20:16:25.375Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:16:25.650Z] ---> Running in 7a0ba706bde9 [2022-11-02T20:16:35.739Z] Removing intermediate container 8ab1d84014ab [2022-11-02T20:16:35.739Z] ---> 96f95ca2c991 [2022-11-02T20:16:35.739Z] Step 13/22 : ENV APP_PORT=58890 [2022-11-02T20:16:35.739Z] ---> Running in ba2a874b1109 [2022-11-02T20:16:35.739Z] Removing intermediate container ba2a874b1109 [2022-11-02T20:16:35.739Z] ---> 1e0362f409dc [2022-11-02T20:16:35.739Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T20:16:35.739Z] ---> Running in 409b6a95122c [2022-11-02T20:16:35.739Z] Removing intermediate container 409b6a95122c [2022-11-02T20:16:35.739Z] ---> 2d0c452c15cf [2022-11-02T20:16:35.739Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-11-02T20:16:38.319Z] ---> c0ab1bf665fd [2022-11-02T20:16:38.319Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-11-02T20:16:40.904Z] ---> fb3234b46a5b [2022-11-02T20:16:40.904Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-11-02T20:16:42.847Z] ---> a3ca7d290c14 [2022-11-02T20:16:42.847Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-11-02T20:16:42.847Z] ---> Running in 7fc3d66ccac0 [2022-11-02T20:16:43.809Z] Removing intermediate container 7fc3d66ccac0 [2022-11-02T20:16:43.809Z] ---> 283378a099b0 [2022-11-02T20:16:43.809Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:16:44.077Z] ---> Running in 735ba5812570 [2022-11-02T20:16:45.040Z] Removing intermediate container 735ba5812570 [2022-11-02T20:16:45.040Z] ---> 7fe5ea4264f3 [2022-11-02T20:16:45.040Z] Step 20/22 : LABEL arch=arm64 [2022-11-02T20:16:45.308Z] ---> Running in dc2735fd4c4a [2022-11-02T20:16:46.713Z] Removing intermediate container dc2735fd4c4a [2022-11-02T20:16:46.713Z] ---> 8a467f7d3717 [2022-11-02T20:16:46.713Z] Step 21/22 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T20:16:46.713Z] ---> Running in 2bd8a42e6a03 [2022-11-02T20:16:48.124Z] Removing intermediate container 2bd8a42e6a03 [2022-11-02T20:16:48.124Z] ---> de24e0b6c2ee [2022-11-02T20:16:48.124Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T20:16:48.390Z] ---> Running in cec98d44a711 [2022-11-02T20:16:49.348Z] Removing intermediate container cec98d44a711 [2022-11-02T20:16:49.348Z] ---> 7c7e39bbc7b7 [2022-11-02T20:16:49.348Z] [2022-11-02T20:16:49.932Z] Successfully built 7c7e39bbc7b7 [2022-11-02T20:16:50.198Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-11-02T20:16:50.198Z]  Building sys-mgmt-agent ... done Building support-scheduler [2022-11-02T20:16:51.610Z] Removing intermediate container f5db30d101b6 [2022-11-02T20:16:51.610Z] ---> 9e6a95e1e43d [2022-11-02T20:16:51.610Z] [2022-11-02T20:16:51.610Z] Step 9/19 : FROM alpine:3.15 [2022-11-02T20:16:51.610Z] 3.15: Pulling from library/alpine [2022-11-02T20:16:54.197Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-11-02T20:16:54.197Z] Status: Downloaded newer image for alpine:3.15 [2022-11-02T20:16:54.197Z] ---> 02e0d6fdf486 [2022-11-02T20:16:54.197Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:16:54.783Z] ---> Running in 9254f1d36034 [2022-11-02T20:16:55.746Z] Removing intermediate container 9254f1d36034 [2022-11-02T20:16:55.746Z] ---> a0f10f08f70a [2022-11-02T20:16:55.746Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-11-02T20:16:56.017Z] ---> Running in c97b987d36c0 [2022-11-02T20:16:58.601Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:16:59.185Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:17:00.591Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T20:17:00.591Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T20:17:00.591Z] OK: 15736 distinct packages available [2022-11-02T20:17:00.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:17:01.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:17:02.573Z] (1/9) Installing ca-certificates (20220614-r0) [2022-11-02T20:17:02.839Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-11-02T20:17:02.839Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-11-02T20:17:02.839Z] (4/9) Installing libcurl (7.80.0-r4) [2022-11-02T20:17:02.839Z] (5/9) Installing curl (7.80.0-r4) [2022-11-02T20:17:02.839Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-11-02T20:17:02.839Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-11-02T20:17:02.839Z] (8/9) Installing libucontext (1.1-r0) [2022-11-02T20:17:02.839Z] (9/9) Installing gcompat (1.0.0-r4) [2022-11-02T20:17:02.839Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T20:17:02.839Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:17:03.433Z] OK: 8 MiB in 23 packages [2022-11-02T20:17:08.779Z] Removing intermediate container c97b987d36c0 [2022-11-02T20:17:08.779Z] ---> 30ff56b5c320 [2022-11-02T20:17:08.779Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:17:10.725Z] ---> fefc5c51a87b [2022-11-02T20:17:10.725Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-11-02T20:17:13.589Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:17:13.589Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:17:13.589Z] ---> 65e442409848 [2022-11-02T20:17:13.589Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:17:13.589Z] ---> Using cache [2022-11-02T20:17:13.589Z] ---> e04abda0aaef [2022-11-02T20:17:13.589Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T20:17:13.589Z] ---> Using cache [2022-11-02T20:17:13.589Z] ---> 77af440ec1d6 [2022-11-02T20:17:13.589Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-11-02T20:17:13.589Z] ---> Using cache [2022-11-02T20:17:13.589Z] ---> e1d4c21b36c7 [2022-11-02T20:17:13.589Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T20:17:13.589Z] ---> Using cache [2022-11-02T20:17:13.589Z] ---> 0ef375a5ab3f [2022-11-02T20:17:13.589Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:17:13.589Z] ---> Using cache [2022-11-02T20:17:13.589Z] ---> 99bae5cd5ddc [2022-11-02T20:17:13.589Z] Step 8/22 : COPY . . [2022-11-02T20:17:13.947Z] ---> Using cache [2022-11-02T20:17:13.947Z] ---> 5fdff5e779c1 [2022-11-02T20:17:13.947Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-11-02T20:17:14.611Z] ---> Running in e3003a50caaf [2022-11-02T20:17:17.302Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-11-02T20:17:17.569Z] ---> 7d12d70d958c [2022-11-02T20:17:17.569Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-11-02T20:17:19.515Z] ---> fc8376e92605 [2022-11-02T20:17:19.515Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-11-02T20:17:19.515Z] ---> Running in fa741ad61511 [2022-11-02T20:17:20.475Z] Removing intermediate container fa741ad61511 [2022-11-02T20:17:20.475Z] ---> ef24eb24c247 [2022-11-02T20:17:20.475Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:17:20.741Z] ---> Running in ff29c2055c7a [2022-11-02T20:17:21.702Z] Removing intermediate container ff29c2055c7a [2022-11-02T20:17:21.702Z] ---> c1cb6166341e [2022-11-02T20:17:21.702Z] Step 17/19 : LABEL arch=arm64 [2022-11-02T20:17:21.968Z] ---> Running in 3b59a3faf594 [2022-11-02T20:17:22.929Z] Removing intermediate container 3b59a3faf594 [2022-11-02T20:17:22.929Z] ---> c43eca20af36 [2022-11-02T20:17:22.929Z] Step 18/19 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T20:17:23.196Z] ---> Running in 1e639008d4c5 [2022-11-02T20:17:24.612Z] Removing intermediate container 1e639008d4c5 [2022-11-02T20:17:24.612Z] ---> c71f0daa0bd8 [2022-11-02T20:17:24.612Z] Step 19/19 : LABEL version=0.0.0 [2022-11-02T20:17:24.878Z] ---> Running in 54e685717a6b [2022-11-02T20:17:25.836Z] Removing intermediate container 54e685717a6b [2022-11-02T20:17:25.836Z] ---> d4f9765d7fdd [2022-11-02T20:17:25.836Z] [2022-11-02T20:17:27.240Z] Successfully built d4f9765d7fdd [2022-11-02T20:17:27.240Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-11-02T20:17:27.240Z]  Building security-spiffe-token-provider ... done Building support-notifications [2022-11-02T20:17:49.307Z] Removing intermediate container 5e97be6d5c3c [2022-11-02T20:17:49.307Z] ---> 024b6183f9be [2022-11-02T20:17:49.307Z] Step 7/24 : COPY . . [2022-11-02T20:17:49.307Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:17:49.307Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:17:49.307Z] ---> 65e442409848 [2022-11-02T20:17:49.307Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:17:49.307Z] ---> Using cache [2022-11-02T20:17:49.307Z] ---> e04abda0aaef [2022-11-02T20:17:49.307Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T20:17:49.307Z] ---> Using cache [2022-11-02T20:17:49.307Z] ---> 77af440ec1d6 [2022-11-02T20:17:49.307Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-11-02T20:17:49.307Z] ---> Running in 4b0fa6a968f1 [2022-11-02T20:17:51.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:17:51.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:17:53.241Z] OK: 221 MiB in 51 packages [2022-11-02T20:17:55.816Z] Removing intermediate container 4b0fa6a968f1 [2022-11-02T20:17:55.816Z] ---> be52c938170f [2022-11-02T20:17:55.816Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T20:17:57.230Z] ---> b89ac814f4a1 [2022-11-02T20:17:57.230Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:17:57.496Z] ---> Running in 85ee0ed18502 [2022-11-02T20:18:04.138Z] Removing intermediate container 7a0ba706bde9 [2022-11-02T20:18:04.138Z] ---> 789a2a0a15d8 [2022-11-02T20:18:04.138Z] Step 7/23 : COPY . . [2022-11-02T20:18:10.851Z] ---> 5475e266e281 [2022-11-02T20:18:10.852Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T20:18:11.436Z] ---> Running in d43660bfaec1 [2022-11-02T20:18:12.405Z] Removing intermediate container d43660bfaec1 [2022-11-02T20:18:12.405Z] ---> 5026fbca85ff [2022-11-02T20:18:12.405Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-11-02T20:18:12.405Z] ---> Running in 966215b85ad4 [2022-11-02T20:18:13.381Z] Removing intermediate container 966215b85ad4 [2022-11-02T20:18:13.381Z] ---> 5af789f89a71 [2022-11-02T20:18:13.381Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T20:18:13.652Z] ---> Running in cecfc93debe8 [2022-11-02T20:18:17.916Z] Removing intermediate container cecfc93debe8 [2022-11-02T20:18:17.916Z] ---> 63ae5d49db87 [2022-11-02T20:18:17.916Z] Step 11/24 : WORKDIR /edgex-go [2022-11-02T20:18:18.182Z] ---> Running in 8c80e292ef65 [2022-11-02T20:18:19.140Z] Removing intermediate container 8c80e292ef65 [2022-11-02T20:18:19.140Z] ---> 25cdc2fb18c0 [2022-11-02T20:18:19.140Z] [2022-11-02T20:18:19.140Z] Step 12/24 : FROM alpine:3.15 [2022-11-02T20:18:19.140Z] ---> 02e0d6fdf486 [2022-11-02T20:18:19.140Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:18:19.140Z] ---> Using cache [2022-11-02T20:18:19.140Z] ---> a0f10f08f70a [2022-11-02T20:18:19.140Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-11-02T20:18:19.408Z] ---> Running in 770c07ed40c3 [2022-11-02T20:18:21.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:18:22.255Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:18:23.223Z] ---> 0630fc27ee21 [2022-11-02T20:18:23.223Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T20:18:23.490Z] ---> Running in 22470a139705 [2022-11-02T20:18:23.756Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T20:18:23.756Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T20:18:23.756Z] OK: 15736 distinct packages available [2022-11-02T20:18:24.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:18:24.030Z] Removing intermediate container 22470a139705 [2022-11-02T20:18:24.030Z] ---> ad2b8df84884 [2022-11-02T20:18:24.030Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2022-11-02T20:18:24.297Z] ---> Running in 59bbfe1a8811 [2022-11-02T20:18:24.563Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:18:24.831Z] Removing intermediate container 59bbfe1a8811 [2022-11-02T20:18:24.831Z] ---> 196969eefa45 [2022-11-02T20:18:24.831Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T20:18:24.831Z] ---> Running in fdd995812c67 [2022-11-02T20:18:26.239Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-11-02T20:18:26.239Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-11-02T20:18:26.239Z] (3/4) Installing libucontext (1.1-r0) [2022-11-02T20:18:26.239Z] (4/4) Installing gcompat (1.0.0-r4) [2022-11-02T20:18:26.239Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T20:18:26.507Z] OK: 6 MiB in 18 packages [2022-11-02T20:18:29.885Z] Removing intermediate container fdd995812c67 [2022-11-02T20:18:29.885Z] ---> a5793609a01c [2022-11-02T20:18:29.885Z] Step 11/23 : WORKDIR /edgex-go [2022-11-02T20:18:29.885Z] Removing intermediate container 770c07ed40c3 [2022-11-02T20:18:29.885Z] ---> b4118cbe64ba [2022-11-02T20:18:29.885Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T20:18:29.885Z] ---> Running in 91af62e834ac [2022-11-02T20:18:30.470Z] Removing intermediate container 91af62e834ac [2022-11-02T20:18:30.470Z] ---> ae920be557fc [2022-11-02T20:18:30.470Z] [2022-11-02T20:18:30.470Z] Step 12/23 : FROM alpine:3.15 [2022-11-02T20:18:30.470Z] ---> 02e0d6fdf486 [2022-11-02T20:18:30.470Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:18:30.470Z] ---> Using cache [2022-11-02T20:18:30.470Z] ---> a0f10f08f70a [2022-11-02T20:18:30.470Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-11-02T20:18:30.738Z] ---> Running in 4592eb19d3a4 [2022-11-02T20:18:34.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:18:34.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:18:35.520Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T20:18:35.520Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T20:18:35.520Z] OK: 15736 distinct packages available [2022-11-02T20:18:35.793Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:18:36.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:18:37.488Z] ---> ff1a5c6c594c [2022-11-02T20:18:37.488Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T20:18:37.768Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-11-02T20:18:37.768Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-11-02T20:18:37.768Z] (3/5) Installing libucontext (1.1-r0) [2022-11-02T20:18:37.768Z] (4/5) Installing gcompat (1.0.0-r4) [2022-11-02T20:18:37.768Z] (5/5) Installing openssl (1.1.1s-r1) [2022-11-02T20:18:37.768Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T20:18:37.768Z] OK: 6 MiB in 19 packages [2022-11-02T20:18:38.362Z] ---> a4e28223d3b4 [2022-11-02T20:18:38.362Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-11-02T20:18:38.628Z] ---> Running in 8e1aa820efab [2022-11-02T20:18:39.587Z] Removing intermediate container 8e1aa820efab [2022-11-02T20:18:39.587Z] ---> 8b9f4dc28dba [2022-11-02T20:18:39.587Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-11-02T20:18:40.172Z] Removing intermediate container 4592eb19d3a4 [2022-11-02T20:18:40.172Z] ---> e233d91dadb9 [2022-11-02T20:18:40.172Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T20:18:41.128Z] ---> 1475877cf63b [2022-11-02T20:18:41.128Z] Step 19/24 : WORKDIR / [2022-11-02T20:18:41.394Z] ---> Running in 6b144809f2b6 [2022-11-02T20:18:42.355Z] Removing intermediate container 6b144809f2b6 [2022-11-02T20:18:42.355Z] ---> 9fcc6020f390 [2022-11-02T20:18:42.355Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T20:18:42.355Z] ---> Running in 8421e1b9c10f [2022-11-02T20:18:43.768Z] Removing intermediate container 8421e1b9c10f [2022-11-02T20:18:43.768Z] ---> 955d56ea8fe8 [2022-11-02T20:18:43.768Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T20:18:43.768Z] ---> Running in 5e20e6deff91 [2022-11-02T20:18:44.723Z] Removing intermediate container 5e20e6deff91 [2022-11-02T20:18:44.723Z] ---> 728c42f2f33d [2022-11-02T20:18:44.723Z] Step 22/24 : LABEL arch=arm64 [2022-11-02T20:18:44.723Z] ---> Running in b39b19f29abe [2022-11-02T20:18:46.131Z] Removing intermediate container b39b19f29abe [2022-11-02T20:18:46.131Z] ---> 6ef8c904ef11 [2022-11-02T20:18:46.131Z] Step 23/24 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T20:18:46.131Z] ---> Running in af7f9f53e5af [2022-11-02T20:18:47.539Z] Removing intermediate container af7f9f53e5af [2022-11-02T20:18:47.539Z] ---> 77a4312e42a6 [2022-11-02T20:18:47.539Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T20:18:47.539Z] ---> Running in c6c8eeee754b [2022-11-02T20:18:48.523Z] Removing intermediate container c6c8eeee754b [2022-11-02T20:18:48.523Z] ---> 8861a9b6f07b [2022-11-02T20:18:48.523Z] [2022-11-02T20:18:49.479Z] Successfully built 8861a9b6f07b [2022-11-02T20:18:49.479Z] Successfully tagged security-spire-config-arm64:latest [2022-11-02T20:18:49.479Z] Building security-proxy-setup [2022-11-02T20:18:52.845Z]  Building security-spire-config ... done  ---> b294812a3663 [2022-11-02T20:18:52.845Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T20:18:54.255Z] ---> 510ba99842fa [2022-11-02T20:18:54.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-11-02T20:18:55.666Z] ---> dde89c5e6582 [2022-11-02T20:18:55.666Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-11-02T20:18:57.625Z] ---> 7c2f0a24e802 [2022-11-02T20:18:57.625Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T20:18:57.892Z] ---> Running in f4d03a28e96e [2022-11-02T20:18:58.852Z] Removing intermediate container f4d03a28e96e [2022-11-02T20:18:58.852Z] ---> b03162681a78 [2022-11-02T20:18:58.852Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T20:18:59.125Z] ---> Running in a8af3262b568 [2022-11-02T20:19:00.538Z] Removing intermediate container a8af3262b568 [2022-11-02T20:19:00.538Z] ---> 439bd05e70d8 [2022-11-02T20:19:00.538Z] Step 21/23 : LABEL arch=arm64 [2022-11-02T20:19:00.538Z] ---> Running in 7cec668afff8 [2022-11-02T20:19:01.955Z] Removing intermediate container 7cec668afff8 [2022-11-02T20:19:01.955Z] ---> a99f40fd1e4c [2022-11-02T20:19:01.955Z] Step 22/23 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T20:19:01.955Z] ---> Running in 44d43f608d30 [2022-11-02T20:19:02.913Z] Removing intermediate container 44d43f608d30 [2022-11-02T20:19:02.913Z] ---> c608c5f2cbb2 [2022-11-02T20:19:02.913Z] Step 23/23 : LABEL version=0.0.0 [2022-11-02T20:19:03.499Z] ---> Running in 78d84f732405 [2022-11-02T20:19:04.461Z] Removing intermediate container 78d84f732405 [2022-11-02T20:19:04.461Z] ---> d2927028716b [2022-11-02T20:19:04.461Z] [2022-11-02T20:19:05.047Z] Successfully built d2927028716b [2022-11-02T20:19:05.048Z] Successfully tagged security-spire-server-arm64:latest [2022-11-02T20:19:05.048Z]  Building security-spire-server ... done Building security-spire-agent [2022-11-02T20:19:11.694Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:19:11.694Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:19:11.694Z] ---> 65e442409848 [2022-11-02T20:19:11.694Z] Step 3/21 : WORKDIR /edgex-go [2022-11-02T20:19:11.694Z] ---> Using cache [2022-11-02T20:19:11.694Z] ---> 4565e326c62c [2022-11-02T20:19:11.694Z] Step 4/21 : RUN apk add --update --no-cache make git [2022-11-02T20:19:11.694Z] ---> Using cache [2022-11-02T20:19:11.694Z] ---> 6ec9bf7bab37 [2022-11-02T20:19:11.694Z] Step 5/21 : COPY go.mod vendor* ./ [2022-11-02T20:19:11.694Z] ---> Using cache [2022-11-02T20:19:11.694Z] ---> a2403f23e399 [2022-11-02T20:19:11.694Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:19:11.694Z] ---> Using cache [2022-11-02T20:19:11.694Z] ---> b26180c4f4bb [2022-11-02T20:19:11.694Z] Step 7/21 : COPY . . [2022-11-02T20:19:11.694Z] ---> Using cache [2022-11-02T20:19:11.694Z] ---> 5eaef2e56385 [2022-11-02T20:19:11.694Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-11-02T20:19:12.692Z] ---> Running in 4dacb0c606d7 [2022-11-02T20:19:16.038Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-11-02T20:19:26.109Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:19:26.109Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:19:26.109Z] ---> 65e442409848 [2022-11-02T20:19:26.109Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T20:19:26.109Z] ---> Using cache [2022-11-02T20:19:26.109Z] ---> 4565e326c62c [2022-11-02T20:19:26.109Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T20:19:26.109Z] ---> Using cache [2022-11-02T20:19:26.109Z] ---> aa23a1be1b80 [2022-11-02T20:19:26.109Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T20:19:26.109Z] ---> Using cache [2022-11-02T20:19:26.109Z] ---> cb765a78ba47 [2022-11-02T20:19:26.109Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:19:26.109Z] ---> Using cache [2022-11-02T20:19:26.109Z] ---> 789a2a0a15d8 [2022-11-02T20:19:26.109Z] Step 7/24 : COPY . . [2022-11-02T20:19:26.109Z] ---> Using cache [2022-11-02T20:19:26.109Z] ---> 0630fc27ee21 [2022-11-02T20:19:26.109Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T20:19:26.109Z] ---> Using cache [2022-11-02T20:19:26.109Z] ---> ad2b8df84884 [2022-11-02T20:19:26.109Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-11-02T20:19:26.109Z] ---> Using cache [2022-11-02T20:19:26.109Z] ---> 196969eefa45 [2022-11-02T20:19:26.109Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T20:19:26.379Z] ---> Running in 46c4c7ec95bf [2022-11-02T20:19:28.318Z] Removing intermediate container 85ee0ed18502 [2022-11-02T20:19:28.318Z] ---> e00784829b90 [2022-11-02T20:19:28.318Z] Step 8/22 : COPY . . [2022-11-02T20:19:30.901Z] Removing intermediate container 46c4c7ec95bf [2022-11-02T20:19:30.901Z] ---> dac3ed987e21 [2022-11-02T20:19:30.901Z] Step 11/24 : WORKDIR /edgex-go [2022-11-02T20:19:30.901Z] ---> Running in dce936f374fc [2022-11-02T20:19:31.862Z] Removing intermediate container dce936f374fc [2022-11-02T20:19:31.862Z] ---> d56dbcb27908 [2022-11-02T20:19:31.862Z] [2022-11-02T20:19:31.862Z] Step 12/24 : FROM alpine:3.15 [2022-11-02T20:19:31.862Z] ---> 02e0d6fdf486 [2022-11-02T20:19:31.862Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:19:31.862Z] ---> Using cache [2022-11-02T20:19:31.862Z] ---> a0f10f08f70a [2022-11-02T20:19:31.862Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-11-02T20:19:31.862Z] ---> Using cache [2022-11-02T20:19:31.862Z] ---> e233d91dadb9 [2022-11-02T20:19:31.862Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-11-02T20:19:38.520Z] ---> 45fd36edda6d [2022-11-02T20:19:38.520Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T20:19:48.881Z] ---> 4753c98fb391 [2022-11-02T20:19:48.881Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T20:19:48.881Z] ---> 8beeb2e7079e [2022-11-02T20:19:48.881Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-11-02T20:19:48.881Z] ---> Running in 6c950996ed79 [2022-11-02T20:19:49.506Z] ---> 4d7610ee7234 [2022-11-02T20:19:49.506Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-11-02T20:19:51.002Z] ---> c1f3081f629a [2022-11-02T20:19:51.002Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-11-02T20:19:51.961Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-11-02T20:19:51.961Z] ---> f7223073f6e3 [2022-11-02T20:19:51.961Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T20:19:51.961Z] ---> Running in d4a76a4a019b [2022-11-02T20:19:52.541Z] Removing intermediate container d4a76a4a019b [2022-11-02T20:19:52.541Z] ---> 48d464f5c174 [2022-11-02T20:19:52.541Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T20:19:52.809Z] ---> Running in 62f781591632 [2022-11-02T20:19:53.392Z] Removing intermediate container 62f781591632 [2022-11-02T20:19:53.392Z] ---> 594836732d0f [2022-11-02T20:19:53.392Z] Step 22/24 : LABEL arch=arm64 [2022-11-02T20:19:53.392Z] ---> Running in 2f1194181ee3 [2022-11-02T20:19:53.975Z] Removing intermediate container 2f1194181ee3 [2022-11-02T20:19:53.975Z] ---> 34d4c38a09a4 [2022-11-02T20:19:53.975Z] Step 23/24 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T20:19:54.241Z] ---> Running in db244e08a7e5 [2022-11-02T20:19:54.827Z] Removing intermediate container db244e08a7e5 [2022-11-02T20:19:54.827Z] ---> 88c3f6fb6d09 [2022-11-02T20:19:54.827Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T20:19:54.827Z] ---> Running in 319d2c3bc964 [2022-11-02T20:19:55.408Z] Removing intermediate container 319d2c3bc964 [2022-11-02T20:19:55.408Z] ---> ba26e65833c2 [2022-11-02T20:19:55.408Z] [2022-11-02T20:19:55.990Z] Successfully built ba26e65833c2 [2022-11-02T20:19:55.990Z] Successfully tagged security-spire-agent-arm64:latest [2022-11-02T20:19:55.990Z]  Building security-spire-agent ... done Building core-data [2022-11-02T20:20:14.180Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:20:14.180Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:20:14.180Z] ---> 65e442409848 [2022-11-02T20:20:14.180Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:20:14.180Z] ---> Using cache [2022-11-02T20:20:14.180Z] ---> e04abda0aaef [2022-11-02T20:20:14.180Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T20:20:14.180Z] ---> Using cache [2022-11-02T20:20:14.180Z] ---> 77af440ec1d6 [2022-11-02T20:20:14.180Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-11-02T20:20:14.772Z] ---> Running in c252949ed60f [2022-11-02T20:20:16.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:20:17.297Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:20:18.704Z] OK: 221 MiB in 51 packages [2022-11-02T20:20:20.113Z] Removing intermediate container c252949ed60f [2022-11-02T20:20:20.113Z] ---> 8723015206e3 [2022-11-02T20:20:20.113Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T20:20:21.073Z] ---> 13bcd10484ba [2022-11-02T20:20:21.073Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:20:21.339Z] ---> Running in 9b196b25f966 [2022-11-02T20:21:42.971Z] Removing intermediate container 9b196b25f966 [2022-11-02T20:21:42.971Z] ---> fee660f17442 [2022-11-02T20:21:42.971Z] Step 8/22 : COPY . . [2022-11-02T20:21:43.930Z] ---> 9fe6db33cbde [2022-11-02T20:21:43.930Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-11-02T20:21:44.197Z] ---> Running in 64da28af1a2f [2022-11-02T20:21:46.772Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-11-02T20:22:18.996Z] Removing intermediate container a31baae8b3fa [2022-11-02T20:22:18.996Z] ---> 6e22b4ff40f0 [2022-11-02T20:22:18.996Z] [2022-11-02T20:22:18.996Z] Step 10/23 : FROM alpine:3.16 [2022-11-02T20:22:18.996Z] ---> a6215f271958 [2022-11-02T20:22:18.996Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-11-02T20:22:18.996Z] ---> Using cache [2022-11-02T20:22:18.996Z] ---> dab5dd97135b [2022-11-02T20:22:18.996Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:22:18.996Z] ---> Using cache [2022-11-02T20:22:18.996Z] ---> 1c5811da71de [2022-11-02T20:22:18.996Z] Step 13/23 : ENV APP_PORT=59882 [2022-11-02T20:22:18.996Z] ---> Running in 89239e104ce1 [2022-11-02T20:22:18.996Z] Removing intermediate container 89239e104ce1 [2022-11-02T20:22:18.996Z] ---> fdb39ca3da29 [2022-11-02T20:22:18.996Z] Step 14/23 : EXPOSE $APP_PORT [2022-11-02T20:22:18.996Z] ---> Running in cb5a4664c6ce [2022-11-02T20:22:18.996Z] Removing intermediate container cb5a4664c6ce [2022-11-02T20:22:18.996Z] ---> 525c5baab7b0 [2022-11-02T20:22:18.996Z] Step 15/23 : WORKDIR / [2022-11-02T20:22:18.996Z] ---> Running in 93bde67c4fdb [2022-11-02T20:22:18.996Z] Removing intermediate container 93bde67c4fdb [2022-11-02T20:22:18.996Z] ---> e7947eb7cc31 [2022-11-02T20:22:18.996Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:22:18.996Z] ---> e77bac1f0b8f [2022-11-02T20:22:18.996Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-11-02T20:22:20.933Z] ---> 7ce0b0657291 [2022-11-02T20:22:20.933Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-11-02T20:22:21.895Z] ---> f39986c4a035 [2022-11-02T20:22:21.895Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-11-02T20:22:21.895Z] ---> Running in dd6857af338f [2022-11-02T20:22:22.481Z] Removing intermediate container dd6857af338f [2022-11-02T20:22:22.481Z] ---> 1ecc0fb78acd [2022-11-02T20:22:22.481Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:22:22.481Z] ---> Running in 717eb5905f1a [2022-11-02T20:22:23.064Z] Removing intermediate container 717eb5905f1a [2022-11-02T20:22:23.064Z] ---> 48e62502fd78 [2022-11-02T20:22:23.064Z] Step 21/23 : LABEL arch=arm64 [2022-11-02T20:22:23.064Z] ---> Running in b7ecf37b50cc [2022-11-02T20:22:23.656Z] Removing intermediate container b7ecf37b50cc [2022-11-02T20:22:23.656Z] ---> 580a5cb4b202 [2022-11-02T20:22:23.656Z] Step 22/23 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T20:22:23.922Z] ---> Running in 95d1a190c206 [2022-11-02T20:22:24.506Z] Removing intermediate container 95d1a190c206 [2022-11-02T20:22:24.506Z] ---> b4791f087c38 [2022-11-02T20:22:24.506Z] Step 23/23 : LABEL version=0.0.0 [2022-11-02T20:22:24.506Z] ---> Running in 438aa1baa4c2 [2022-11-02T20:22:25.088Z] Removing intermediate container 438aa1baa4c2 [2022-11-02T20:22:25.088Z] ---> 506ddecac202 [2022-11-02T20:22:25.088Z] [2022-11-02T20:22:25.354Z] Successfully built 506ddecac202 [2022-11-02T20:22:25.354Z] Successfully tagged core-command-arm64:latest [2022-11-02T20:25:02.044Z]  Building core-command ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-11-02T20:25:20.238Z] Removing intermediate container 4dacb0c606d7 [2022-11-02T20:25:20.238Z] ---> 98ab1f8ff642 [2022-11-02T20:25:20.238Z] [2022-11-02T20:25:20.238Z] Step 9/21 : FROM alpine:3.16 [2022-11-02T20:25:20.238Z] ---> a6215f271958 [2022-11-02T20:25:20.238Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2022-11-02T20:25:20.238Z] ---> Running in 4d9b8f982546 [2022-11-02T20:25:21.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:25:21.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:25:23.192Z] (1/6) Installing ca-certificates (20220614-r0) [2022-11-02T20:25:23.193Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-11-02T20:25:23.193Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-11-02T20:25:23.193Z] (4/6) Installing libcurl (7.83.1-r4) [2022-11-02T20:25:23.193Z] (5/6) Installing curl (7.83.1-r4) [2022-11-02T20:25:23.193Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-11-02T20:25:23.193Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:25:23.462Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:25:23.729Z] OK: 8 MiB in 20 packages [2022-11-02T20:25:26.324Z] Removing intermediate container 4d9b8f982546 [2022-11-02T20:25:26.324Z] ---> e6b7a50bef48 [2022-11-02T20:25:26.324Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-11-02T20:25:26.324Z] ---> Running in f35f1ba71373 [2022-11-02T20:25:26.590Z] Removing intermediate container f35f1ba71373 [2022-11-02T20:25:26.862Z] ---> af021465c36e [2022-11-02T20:25:26.862Z] Step 12/21 : WORKDIR /edgex [2022-11-02T20:25:26.862Z] ---> Running in e24665e70d55 [2022-11-02T20:25:27.445Z] Removing intermediate container e24665e70d55 [2022-11-02T20:25:27.445Z] ---> 3b3238cbc1cc [2022-11-02T20:25:27.445Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-11-02T20:25:28.405Z] ---> aef49d9ded6a [2022-11-02T20:25:28.405Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-11-02T20:25:30.343Z] ---> e9bb5f598a3a [2022-11-02T20:25:30.343Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-11-02T20:25:31.744Z] ---> 4bc6d05db014 [2022-11-02T20:25:31.744Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-11-02T20:25:32.326Z] ---> 72ffdddda404 [2022-11-02T20:25:32.326Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-11-02T20:25:32.593Z] ---> Running in 97021a55db07 [2022-11-02T20:25:35.933Z] Removing intermediate container 97021a55db07 [2022-11-02T20:25:35.933Z] ---> fa1b48d6431d [2022-11-02T20:25:35.933Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2022-11-02T20:25:35.933Z] ---> Running in 60a4bbf7429d [2022-11-02T20:25:36.198Z] Removing intermediate container 60a4bbf7429d [2022-11-02T20:25:36.198Z] ---> 9ea55f30121e [2022-11-02T20:25:36.198Z] Step 19/21 : LABEL arch=arm64 [2022-11-02T20:25:36.468Z] ---> Running in abbcd4c885e7 [2022-11-02T20:25:37.055Z] Removing intermediate container abbcd4c885e7 [2022-11-02T20:25:37.055Z] ---> 63ea0d4ac1ff [2022-11-02T20:25:37.055Z] Step 20/21 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T20:25:37.055Z] ---> Running in e574f722a579 [2022-11-02T20:25:37.638Z] Removing intermediate container e574f722a579 [2022-11-02T20:25:37.638Z] ---> 8b075603bf07 [2022-11-02T20:25:37.638Z] Step 21/21 : LABEL version=0.0.0 [2022-11-02T20:25:37.638Z] ---> Running in 93bb9aae8421 [2022-11-02T20:25:38.228Z] Removing intermediate container 93bb9aae8421 [2022-11-02T20:25:38.228Z] ---> 9884951f5809 [2022-11-02T20:25:38.228Z] [2022-11-02T20:25:38.494Z] Successfully built 9884951f5809 [2022-11-02T20:25:38.494Z] Successfully tagged security-proxy-setup-arm64:latest [2022-11-02T20:26:34.875Z]  Building security-proxy-setup ... done Removing intermediate container e3003a50caaf [2022-11-02T20:26:34.875Z] ---> 2374a43fefea [2022-11-02T20:26:34.875Z] [2022-11-02T20:26:34.875Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T20:26:34.875Z] ---> a6215f271958 [2022-11-02T20:26:34.875Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-11-02T20:26:34.875Z] ---> Using cache [2022-11-02T20:26:34.875Z] ---> dab5dd97135b [2022-11-02T20:26:34.875Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:26:34.875Z] ---> Using cache [2022-11-02T20:26:34.875Z] ---> 1c5811da71de [2022-11-02T20:26:34.875Z] Step 13/22 : ENV APP_PORT=59861 [2022-11-02T20:26:34.875Z] ---> Running in c0feb2a2a524 [2022-11-02T20:26:34.875Z] Removing intermediate container c0feb2a2a524 [2022-11-02T20:26:34.875Z] ---> 1136199a9381 [2022-11-02T20:26:34.875Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T20:26:34.875Z] ---> Running in 6fa0f49cfab0 [2022-11-02T20:26:34.875Z] Removing intermediate container 6fa0f49cfab0 [2022-11-02T20:26:34.875Z] ---> 0661adb9add8 [2022-11-02T20:26:34.875Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:26:34.875Z] ---> d737b4c64db1 [2022-11-02T20:26:34.875Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-11-02T20:26:34.875Z] ---> 86d434a3b34d [2022-11-02T20:26:34.875Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-11-02T20:26:34.875Z] ---> 69363b900a71 [2022-11-02T20:26:34.875Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-11-02T20:26:34.875Z] ---> Running in 817e39a60e41 [2022-11-02T20:26:34.875Z] Removing intermediate container 817e39a60e41 [2022-11-02T20:26:34.875Z] ---> 5c69c5f99bc8 [2022-11-02T20:26:34.875Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:26:34.875Z] ---> Running in 901df64aa418 [2022-11-02T20:26:34.875Z] Removing intermediate container 901df64aa418 [2022-11-02T20:26:34.875Z] ---> 84d3b5a17266 [2022-11-02T20:26:34.875Z] Step 20/22 : LABEL arch=arm64 [2022-11-02T20:26:34.875Z] ---> Running in 1803ad293dc3 [2022-11-02T20:26:34.875Z] Removing intermediate container 1803ad293dc3 [2022-11-02T20:26:34.875Z] ---> b255d899482f [2022-11-02T20:26:34.875Z] Step 21/22 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T20:26:34.875Z] ---> Running in 2cb2a5cab1c5 [2022-11-02T20:26:34.875Z] Removing intermediate container 2cb2a5cab1c5 [2022-11-02T20:26:34.875Z] ---> 4f89122e2232 [2022-11-02T20:26:34.875Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T20:26:35.143Z] ---> Running in caaaf0165e4a [2022-11-02T20:26:35.408Z] Removing intermediate container caaaf0165e4a [2022-11-02T20:26:35.408Z] ---> b81e890824d7 [2022-11-02T20:26:35.408Z] [2022-11-02T20:26:35.675Z] Successfully built b81e890824d7 [2022-11-02T20:26:35.941Z] Successfully tagged support-scheduler-arm64:latest [2022-11-02T20:27:22.772Z]  Building support-scheduler ... done Removing intermediate container 64da28af1a2f [2022-11-02T20:27:22.772Z] ---> 24630f3d576a [2022-11-02T20:27:22.772Z] [2022-11-02T20:27:22.772Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T20:27:22.772Z] ---> a6215f271958 [2022-11-02T20:27:22.772Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-11-02T20:27:22.772Z] ---> Running in d44868a45251 [2022-11-02T20:27:22.772Z] Removing intermediate container d44868a45251 [2022-11-02T20:27:22.772Z] ---> a1efa713dce3 [2022-11-02T20:27:22.772Z] Step 12/22 : ENV APP_PORT=59880 [2022-11-02T20:27:22.772Z] ---> Running in 68b9aa6a295e [2022-11-02T20:27:22.772Z] Removing intermediate container 68b9aa6a295e [2022-11-02T20:27:22.772Z] ---> 9723b033821e [2022-11-02T20:27:22.772Z] Step 13/22 : EXPOSE $APP_PORT [2022-11-02T20:27:22.772Z] ---> Running in b6e08c466026 [2022-11-02T20:27:22.772Z] Removing intermediate container b6e08c466026 [2022-11-02T20:27:22.772Z] ---> 4854009aa243 [2022-11-02T20:27:22.772Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-11-02T20:27:22.772Z] ---> Running in 42eee04ae9eb [2022-11-02T20:27:23.356Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:27:23.623Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:27:25.032Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-11-02T20:27:25.032Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-11-02T20:27:25.032Z] (3/6) Installing libsodium (1.0.18-r0) [2022-11-02T20:27:25.032Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-02T20:27:25.032Z] (5/6) Installing libzmq (4.3.4-r0) [2022-11-02T20:27:25.032Z] (6/6) Installing zeromq (4.3.4-r0) [2022-11-02T20:27:25.032Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:27:25.032Z] OK: 8 MiB in 20 packages [2022-11-02T20:27:26.455Z] Removing intermediate container 42eee04ae9eb [2022-11-02T20:27:26.455Z] ---> 1cd8cf56c93a [2022-11-02T20:27:26.455Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:27:27.417Z] ---> 7ca3a817a805 [2022-11-02T20:27:27.417Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-11-02T20:27:28.827Z] ---> 0944a4347cc7 [2022-11-02T20:27:28.827Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-11-02T20:27:29.098Z] ---> 5f9bcb4f094c [2022-11-02T20:27:29.098Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-11-02T20:27:29.098Z] Removing intermediate container 6c950996ed79 [2022-11-02T20:27:29.098Z] ---> 2306be695266 [2022-11-02T20:27:29.098Z] [2022-11-02T20:27:29.098Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T20:27:29.098Z] ---> a6215f271958 [2022-11-02T20:27:29.098Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-11-02T20:27:29.371Z] ---> Running in d3b49f2d1409 [2022-11-02T20:27:29.371Z] ---> Running in 9dfadcae9ab0 [2022-11-02T20:27:29.638Z] Removing intermediate container d3b49f2d1409 [2022-11-02T20:27:29.638Z] ---> 12d3a519104d [2022-11-02T20:27:29.638Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:27:29.638Z] ---> Running in 3c1754c3b67e [2022-11-02T20:27:30.221Z] Removing intermediate container 3c1754c3b67e [2022-11-02T20:27:30.221Z] ---> 99e166027259 [2022-11-02T20:27:30.221Z] Step 20/22 : LABEL arch=arm64 [2022-11-02T20:27:30.221Z] ---> Running in 379c4cddc1d4 [2022-11-02T20:27:30.488Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:27:30.488Z] Removing intermediate container 379c4cddc1d4 [2022-11-02T20:27:30.488Z] ---> 5dec2ef24b46 [2022-11-02T20:27:30.489Z] Step 21/22 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T20:27:30.489Z] ---> Running in 63943747f821 [2022-11-02T20:27:30.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:27:31.024Z] Removing intermediate container 63943747f821 [2022-11-02T20:27:31.024Z] ---> 10c10a9fedf6 [2022-11-02T20:27:31.024Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T20:27:31.024Z] ---> Running in a80c546ac5fa [2022-11-02T20:27:31.290Z] Removing intermediate container a80c546ac5fa [2022-11-02T20:27:31.290Z] ---> 93ca1a365bb7 [2022-11-02T20:27:31.290Z] [2022-11-02T20:27:31.557Z] Successfully built 93ca1a365bb7 [2022-11-02T20:27:31.822Z] Successfully tagged core-data-arm64:latest [2022-11-02T20:27:31.822Z]  Building core-data ... done (1/2) Installing ca-certificates (20220614-r0) [2022-11-02T20:27:31.822Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-11-02T20:27:31.822Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:27:31.822Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:27:32.089Z] OK: 6 MiB in 16 packages [2022-11-02T20:27:33.496Z] Removing intermediate container 9dfadcae9ab0 [2022-11-02T20:27:33.496Z] ---> c6165989a226 [2022-11-02T20:27:33.496Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:27:33.496Z] ---> Running in 47bec139ba42 [2022-11-02T20:27:33.762Z] Removing intermediate container 47bec139ba42 [2022-11-02T20:27:33.762Z] ---> 2121dc98d6f4 [2022-11-02T20:27:33.762Z] Step 13/22 : ENV APP_PORT=59860 [2022-11-02T20:27:33.762Z] ---> Running in 80497ff1abf9 [2022-11-02T20:27:34.030Z] Removing intermediate container 80497ff1abf9 [2022-11-02T20:27:34.030Z] ---> adf018b23f8d [2022-11-02T20:27:34.030Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T20:27:34.306Z] ---> Running in 4b188d061466 [2022-11-02T20:27:34.572Z] Removing intermediate container 4b188d061466 [2022-11-02T20:27:34.572Z] ---> 502e67eeda4a [2022-11-02T20:27:34.572Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:27:35.232Z] ---> ee741958d0d3 [2022-11-02T20:27:35.232Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-11-02T20:27:36.687Z] ---> 29da55298112 [2022-11-02T20:27:36.687Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-11-02T20:27:36.971Z] ---> 1cd72a1ef3b3 [2022-11-02T20:27:36.971Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-11-02T20:27:37.248Z] ---> Running in 862647eb8b20 [2022-11-02T20:27:37.518Z] Removing intermediate container 862647eb8b20 [2022-11-02T20:27:37.519Z] ---> 703b6b60c1d4 [2022-11-02T20:27:37.519Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:27:37.519Z] ---> Running in 227ae3f97704 [2022-11-02T20:27:37.797Z] Removing intermediate container 227ae3f97704 [2022-11-02T20:27:37.797Z] ---> 7d8e886db1aa [2022-11-02T20:27:37.797Z] Step 20/22 : LABEL arch=arm64 [2022-11-02T20:27:38.116Z] ---> Running in 188a463777f9 [2022-11-02T20:27:38.116Z] Removing intermediate container 188a463777f9 [2022-11-02T20:27:38.116Z] ---> ca391ae74c8a [2022-11-02T20:27:38.116Z] Step 21/22 : LABEL git_sha=a3f2d57918cc6232b7965307bf0f2132054dc605 [2022-11-02T20:27:38.386Z] ---> Running in 1baa7d65dfe9 [2022-11-02T20:27:38.651Z] Removing intermediate container 1baa7d65dfe9 [2022-11-02T20:27:38.651Z] ---> c142392463c4 [2022-11-02T20:27:38.651Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T20:27:38.651Z] ---> Running in 990c515b8d26 [2022-11-02T20:27:38.918Z] Removing intermediate container 990c515b8d26 [2022-11-02T20:27:38.918Z] ---> ac7327643e1b [2022-11-02T20:27:38.918Z] [2022-11-02T20:27:39.183Z] Successfully built ac7327643e1b [2022-11-02T20:27:39.183Z] Successfully tagged support-notifications-arm64:latest [2022-11-02T20:27:39.460Z]  Building support-notifications ... done  [Pipeline] } [2022-11-02T20:27:39.492Z] $ docker stop --time=1 1e099cf556e36dea32816387506977e3ef5a118f8a45e600ce7d40c5d293e183 [2022-11-02T20:27:41.149Z] $ docker rm -f 1e099cf556e36dea32816387506977e3ef5a118f8a45e600ce7d40c5d293e183 [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-02T20:27:41.668Z] + docker images [2022-11-02T20:27:41.933Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-11-02T20:27:41.933Z] support-notifications-arm64 latest ac7327643e1b 3 seconds ago 29.5MB [2022-11-02T20:27:41.933Z] core-data-arm64 latest 93ca1a365bb7 10 seconds ago 20.8MB [2022-11-02T20:27:41.933Z] 2306be695266 13 seconds ago 1.5GB [2022-11-02T20:27:41.933Z] 24630f3d576a 22 seconds ago 1.44GB [2022-11-02T20:27:41.933Z] support-scheduler-arm64 latest b81e890824d7 About a minute ago 28.8MB [2022-11-02T20:27:41.933Z] 2374a43fefea About a minute ago 1.5GB [2022-11-02T20:27:41.933Z] security-proxy-setup-arm64 latest 9884951f5809 2 minutes ago 26.7MB [2022-11-02T20:27:41.933Z] 98ab1f8ff642 2 minutes ago 1.43GB [2022-11-02T20:27:41.933Z] core-command-arm64 latest 506ddecac202 5 minutes ago 16.9MB [2022-11-02T20:27:41.933Z] 6e22b4ff40f0 5 minutes ago 1.44GB [2022-11-02T20:27:41.933Z] security-spire-agent-arm64 latest ba26e65833c2 7 minutes ago 122MB [2022-11-02T20:27:41.933Z] d56dbcb27908 8 minutes ago 1.31GB [2022-11-02T20:27:41.933Z] security-spire-server-arm64 latest d2927028716b 8 minutes ago 84.3MB [2022-11-02T20:27:41.933Z] security-spire-config-arm64 latest 8861a9b6f07b 8 minutes ago 83.6MB [2022-11-02T20:27:41.933Z] ae920be557fc 9 minutes ago 1.31GB [2022-11-02T20:27:41.933Z] 25cdc2fb18c0 9 minutes ago 1.31GB [2022-11-02T20:27:41.933Z] security-spiffe-token-provider-arm64 latest d4f9765d7fdd 10 minutes ago 28.8MB [2022-11-02T20:27:41.933Z] 9e6a95e1e43d 10 minutes ago 1.47GB [2022-11-02T20:27:41.933Z] sys-mgmt-agent-arm64 latest 7c7e39bbc7b7 10 minutes ago 133MB [2022-11-02T20:27:41.933Z] core-metadata-arm64 latest a5f289b7a242 11 minutes ago 17.7MB [2022-11-02T20:27:41.933Z] d52aa4d29a28 12 minutes ago 1.44GB [2022-11-02T20:27:41.933Z] security-bootstrapper-arm64 latest 8e4a4e94376c 12 minutes ago 19.4MB [2022-11-02T20:27:41.933Z] security-secretstore-setup-arm64 latest f111ee3ee15b 12 minutes ago 28.6MB [2022-11-02T20:27:41.934Z] d84fd74c1938 12 minutes ago 1.43GB [2022-11-02T20:27:41.934Z] ba5ba42d0a3e 12 minutes ago 1.43GB [2022-11-02T20:27:41.934Z] 4daf3b92f72a 12 minutes ago 1.42GB [2022-11-02T20:27:41.934Z] ci-base-image-arm64 latest 65e442409848 35 minutes ago 943MB [2022-11-02T20:27:41.934Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 3 weeks ago 679MB [2022-11-02T20:27:41.934Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-11-02T20:27:41.934Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-11-02T20:27:41.934Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:27:42.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-02T20:27:42.702Z] [2022-11-02T20:27:42.702Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:27:43.100Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-02T20:27:43.368Z] arm64: Pulling from edgex-lftools-log-publisher [2022-11-02T20:27:43.368Z] 8998bd30e6a1: Pulling fs layer [2022-11-02T20:27:43.368Z] 04944245beec: Pulling fs layer [2022-11-02T20:27:43.368Z] 699f458cf7ca: Pulling fs layer [2022-11-02T20:27:43.368Z] 765212b225bb: Pulling fs layer [2022-11-02T20:27:43.368Z] f23df028b6ca: Pulling fs layer [2022-11-02T20:27:43.368Z] d65c8cfc05b1: Pulling fs layer [2022-11-02T20:27:43.368Z] 2437ff75d9bd: Pulling fs layer [2022-11-02T20:27:43.368Z] f23df028b6ca: Waiting [2022-11-02T20:27:43.368Z] d65c8cfc05b1: Waiting [2022-11-02T20:27:43.368Z] 765212b225bb: Waiting [2022-11-02T20:27:43.368Z] 2437ff75d9bd: Waiting [2022-11-02T20:27:43.368Z] 04944245beec: Verifying Checksum [2022-11-02T20:27:43.368Z] 04944245beec: Download complete [2022-11-02T20:27:43.636Z] 765212b225bb: Verifying Checksum [2022-11-02T20:27:43.636Z] 765212b225bb: Download complete [2022-11-02T20:27:43.636Z] f23df028b6ca: Verifying Checksum [2022-11-02T20:27:43.636Z] f23df028b6ca: Download complete [2022-11-02T20:27:43.636Z] d65c8cfc05b1: Verifying Checksum [2022-11-02T20:27:43.636Z] d65c8cfc05b1: Download complete [2022-11-02T20:27:43.636Z] 699f458cf7ca: Verifying Checksum [2022-11-02T20:27:43.636Z] 699f458cf7ca: Download complete [2022-11-02T20:27:44.224Z] 8998bd30e6a1: Verifying Checksum [2022-11-02T20:27:44.224Z] 8998bd30e6a1: Download complete [2022-11-02T20:27:46.804Z] 2437ff75d9bd: Verifying Checksum [2022-11-02T20:27:46.804Z] 2437ff75d9bd: Download complete [2022-11-02T20:27:48.213Z] 8998bd30e6a1: Pull complete [2022-11-02T20:27:48.795Z] 04944245beec: Pull complete [2022-11-02T20:27:50.200Z] 699f458cf7ca: Pull complete [2022-11-02T20:27:50.200Z] 765212b225bb: Pull complete [2022-11-02T20:27:50.781Z] f23df028b6ca: Pull complete [2022-11-02T20:27:51.049Z] d65c8cfc05b1: Pull complete [2022-11-02T20:28:06.023Z] 2437ff75d9bd: Pull complete [2022-11-02T20:28:06.023Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-11-02T20:28:06.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-02T20:28:06.023Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T20:28:06.339Z] prd-ubuntu20.04-docker-arm64-4c-16g-117926 does not seem to be running inside a container [2022-11-02T20:28:06.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-11-02T20:28:09.346Z] $ docker top 12c2debfcf6f03b5a064f15c6bdc6c40b39081a647b9c3f2c44a2dfca5b00215 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:28:10.268Z] ---> job-cost.sh [2022-11-02T20:28:10.269Z] lf-activate-venv: SKIPPING [2022-11-02T20:28:10.269Z] INFO: No Stack... [2022-11-02T20:28:10.849Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-11-02T20:28:11.430Z] INFO: Archiving Costs [Pipeline] sh [2022-11-02T20:28:11.767Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-11-02T20:28:11.767Z] + cut -d, -f6 [Pipeline] lock [2022-11-02T20:28:12.082Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4224-1-stack-cost] [2022-11-02T20:28:12.086Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4224-1-stack-cost] did not exist. Created. [2022-11-02T20:28:12.086Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4224-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-11-02T20:28:12.814Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-11-02T20:28:13.010Z] Stashed 1 file(s) [Pipeline] } [2022-11-02T20:28:13.025Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4224-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-11-02T20:28:13.115Z] $ docker stop --time=1 12c2debfcf6f03b5a064f15c6bdc6c40b39081a647b9c3f2c44a2dfca5b00215 [2022-11-02T20:28:14.617Z] $ docker rm -f 12c2debfcf6f03b5a064f15c6bdc6c40b39081a647b9c3f2c44a2dfca5b00215 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-11-02T20:28:15.566Z] provisioning config files... [2022-11-02T20:28:15.572Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8192493335648216034tmp [Pipeline] { [Pipeline] sh [2022-11-02T20:28:15.917Z] + set +x [2022-11-02T20:28:15.917Z] + + bash -s --curl [2022-11-02T20:28:15.917Z] -s https://codecov.io/bash [2022-11-02T20:28:15.917Z] [2022-11-02T20:28:15.917Z] _____ _ [2022-11-02T20:28:15.917Z] / ____| | | [2022-11-02T20:28:15.917Z] | | ___ __| | ___ ___ _____ __ [2022-11-02T20:28:15.917Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-11-02T20:28:15.917Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-11-02T20:28:15.917Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-11-02T20:28:15.917Z] Bash-1.0.6 [2022-11-02T20:28:15.917Z] [2022-11-02T20:28:15.917Z] [2022-11-02T20:28:15.917Z] ==> git version 2.25.1 found [2022-11-02T20:28:15.917Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-11-02T20:28:15.917Z] Release-Date: 2020-01-08 [2022-11-02T20:28:15.917Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-11-02T20:28:15.917Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-11-02T20:28:15.917Z] ==> Jenkins CI detected. [2022-11-02T20:28:15.917Z] current dir:  /w/workspace/edgex-go/1 [2022-11-02T20:28:15.917Z] project root: . [2022-11-02T20:28:15.917Z] --> token set from env [2022-11-02T20:28:15.917Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-11-02T20:28:15.917Z] ==> Running gcov in . (disable via -X gcov) [2022-11-02T20:28:15.917Z] ==> Python coveragepy not found [2022-11-02T20:28:15.917Z] ==> Searching for coverage reports in: [2022-11-02T20:28:15.917Z] + . [2022-11-02T20:28:16.176Z] -> Found 1 reports [2022-11-02T20:28:16.176Z] ==> Detecting git/mercurial file structure [2022-11-02T20:28:16.176Z] ==> Reading reports [2022-11-02T20:28:16.176Z] + ./coverage.out bytes=501828 [2022-11-02T20:28:16.176Z] ==> Appending adjustments [2022-11-02T20:28:16.176Z] https://docs.codecov.io/docs/fixing-reports [2022-11-02T20:28:17.553Z] + Found adjustments [2022-11-02T20:28:17.553Z] ==> Gzipping contents [2022-11-02T20:28:17.553Z] 64K /tmp/codecov.2yuKWS.gz [2022-11-02T20:28:17.553Z] ==> Uploading reports [2022-11-02T20:28:17.553Z] url: https://codecov.io [2022-11-02T20:28:17.553Z] query: branch=PR-4224&commit=a3f2d57918cc6232b7965307bf0f2132054dc605&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4224%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4224&job=&cmd_args= [2022-11-02T20:28:17.553Z] -> Pinging Codecov [2022-11-02T20:28:17.553Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4224&commit=a3f2d57918cc6232b7965307bf0f2132054dc605&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4224%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4224&job=&cmd_args= [2022-11-02T20:28:18.491Z] -> Uploading to [2022-11-02T20:28:18.491Z] https://storage.googleapis.com/codecov/v4/raw/2022-11-02/00271124DB129430A58F1EEE437C3FCB/a3f2d57918cc6232b7965307bf0f2132054dc605/c92b38f2-9f8f-4d73-b13c-5461339fe86c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221102%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221102T202818Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=233be321a3ce5387867fd1943978bd5702c4de029fa4bb804b8bd6c946933704 [2022-11-02T20:28:18.491Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-11-02T20:28:18.491Z] Dload Upload Total Spent Left Speed [2022-11-02T20:28:18.491Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65337 0 0 100 65337 0 256k --:--:-- --:--:-- --:--:-- 256k [2022-11-02T20:28:18.491Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a3f2d57918cc6232b7965307bf0f2132054dc605 [Pipeline] } [2022-11-02T20:28:18.521Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-11-02T20:28:19.876Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:28:20.203Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:28:21.087Z] ---> package-listing.sh [2022-11-02T20:28:21.087Z] ++ tr '[:upper:]' '[:lower:]' [2022-11-02T20:28:21.087Z] ++ facter osfamily [2022-11-02T20:28:21.345Z] + OS_FAMILY=debian [2022-11-02T20:28:21.345Z] + workspace=/w/workspace/edgex-go/1 [2022-11-02T20:28:21.345Z] + START_PACKAGES=/tmp/packages_start.txt [2022-11-02T20:28:21.345Z] + END_PACKAGES=/tmp/packages_end.txt [2022-11-02T20:28:21.345Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-11-02T20:28:21.345Z] + PACKAGES=/tmp/packages_start.txt [2022-11-02T20:28:21.345Z] + '[' /w/workspace/edgex-go/1 ']' [2022-11-02T20:28:21.345Z] + PACKAGES=/tmp/packages_end.txt [2022-11-02T20:28:21.345Z] + case "${OS_FAMILY}" in [2022-11-02T20:28:21.345Z] + dpkg -l [2022-11-02T20:28:21.345Z] + grep '^ii' [2022-11-02T20:28:21.345Z] + '[' -f /tmp/packages_start.txt ']' [2022-11-02T20:28:21.345Z] + '[' -f /tmp/packages_end.txt ']' [2022-11-02T20:28:21.345Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-11-02T20:28:21.345Z] + '[' /w/workspace/edgex-go/1 ']' [2022-11-02T20:28:21.345Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-11-02T20:28:21.345Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-11-02T20:28:21.379Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-11-02T20:28:21.669Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:28:22.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-02T20:28:22.297Z] [2022-11-02T20:28:22.297Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:28:22.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-02T20:28:22.672Z] latest: Pulling from edgex-lftools-log-publisher [2022-11-02T20:28:22.672Z] 5eb5b503b376: Pulling fs layer [2022-11-02T20:28:22.672Z] 5c69ac0246d0: Pulling fs layer [2022-11-02T20:28:22.672Z] ec43610c2a17: Pulling fs layer [2022-11-02T20:28:22.672Z] 3a2ae6a8a46f: Pulling fs layer [2022-11-02T20:28:22.672Z] 33b1e0a273af: Pulling fs layer [2022-11-02T20:28:22.672Z] 5d3b04190fa2: Pulling fs layer [2022-11-02T20:28:22.672Z] 2f39f015ded8: Pulling fs layer [2022-11-02T20:28:22.672Z] 3a2ae6a8a46f: Waiting [2022-11-02T20:28:22.672Z] 33b1e0a273af: Waiting [2022-11-02T20:28:22.672Z] 5d3b04190fa2: Waiting [2022-11-02T20:28:22.672Z] 2f39f015ded8: Waiting [2022-11-02T20:28:22.672Z] 5c69ac0246d0: Download complete [2022-11-02T20:28:22.672Z] 3a2ae6a8a46f: Verifying Checksum [2022-11-02T20:28:22.672Z] 3a2ae6a8a46f: Download complete [2022-11-02T20:28:22.672Z] 33b1e0a273af: Verifying Checksum [2022-11-02T20:28:22.672Z] 33b1e0a273af: Download complete [2022-11-02T20:28:22.931Z] ec43610c2a17: Verifying Checksum [2022-11-02T20:28:22.931Z] ec43610c2a17: Download complete [2022-11-02T20:28:22.931Z] 5d3b04190fa2: Download complete [2022-11-02T20:28:22.931Z] 5eb5b503b376: Verifying Checksum [2022-11-02T20:28:22.931Z] 5eb5b503b376: Download complete [2022-11-02T20:28:23.497Z] 2f39f015ded8: Verifying Checksum [2022-11-02T20:28:23.497Z] 2f39f015ded8: Download complete [2022-11-02T20:28:24.063Z] 5eb5b503b376: Pull complete [2022-11-02T20:28:24.322Z] 5c69ac0246d0: Pull complete [2022-11-02T20:28:24.580Z] ec43610c2a17: Pull complete [2022-11-02T20:28:24.838Z] 3a2ae6a8a46f: Pull complete [2022-11-02T20:28:24.838Z] 33b1e0a273af: Pull complete [2022-11-02T20:28:25.097Z] 5d3b04190fa2: Pull complete [2022-11-02T20:28:29.276Z] 2f39f015ded8: Pull complete [2022-11-02T20:28:29.276Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-11-02T20:28:29.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-02T20:28:29.276Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T20:28:29.547Z] prd-ubuntu20.04-docker-8c-8g-117924 does not seem to be running inside a container [2022-11-02T20:28:29.567Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-11-02T20:28:31.791Z] $ docker top c74656fd400fb44edaf03b4289d86634847dc97711df74388e27da95ab13c7b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T20:28:32.205Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-11-02T20:28:32.523Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-11-02T20:28:32.833Z] + ls /var/log/sa-host [2022-11-02T20:28:32.833Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-02T20:28:33.048Z] provisioning config files... [2022-11-02T20:28:33.057Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11982552522059674280tmp [Pipeline] { [Pipeline] echo [2022-11-02T20:28:33.110Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:28:33.419Z] ---> create-netrc.sh [Pipeline] } [2022-11-02T20:28:33.447Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:28:33.851Z] ---> python-tools-install.sh [Pipeline] echo [2022-11-02T20:28:33.886Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:28:34.196Z] ---> sudo-logs.sh [2022-11-02T20:28:34.196Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-11-02T20:28:34.280Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:28:34.592Z] ---> job-cost.sh [2022-11-02T20:28:34.592Z] lf-activate-venv: SKIPPING [2022-11-02T20:28:34.592Z] DEBUG: total: 0.10999999940395355 [2022-11-02T20:28:34.592Z] INFO: Retrieving Stack Cost... [2022-11-02T20:28:35.160Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-11-02T20:28:35.419Z] INFO: Archiving Costs [Pipeline] echo [2022-11-02T20:28:35.452Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:28:35.761Z] ---> logs-deploy.sh [2022-11-02T20:28:35.761Z] lf-activate-venv: SKIPPING [2022-11-02T20:28:35.761Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4224/1 [2022-11-02T20:28:35.761Z] INFO: archiving workspace using pattern(s): [2022-11-02T20:28:36.698Z] Archives upload complete. [2022-11-02T20:28:36.958Z] INFO: archiving logs to Nexus