Pull request #4213 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8+23251983c73b29babdec2056f36690dce19c8f65 (2804ddc85fc32b99676868b20a08635d4ade682c) 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-ssh15869710348583108013.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-ssh17703793920119835217.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-4213/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-4213/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13634609123884617829.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-4213/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2509275274328448683.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-ssh15264738359151509661.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-4213/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-4213/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh818224533371758619.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-63749 in /w/workspace/edgexfoundry_edgex-go_PR-4213 [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 Merging remotes/origin/main commit 23251983c73b29babdec2056f36690dce19c8f65 into PR head commit 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 Merge succeeded, producing 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 Checking out Revision 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 (PR-4213) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 > 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/4213/head:refs/remotes/origin/PR-4213 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 # 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 23251983c73b29babdec2056f36690dce19c8f65 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-25T01:19:09.034Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-25T01:19:09.185Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-25T01:19:09.289Z] ========================================================= [2022-10-25T01:19:09.289Z] EdgeX Global Pipelines Version Info [2022-10-25T01:19:09.289Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-25T01:19:10.033Z] ------------------- [2022-10-25T01:19:10.033Z] stable info: [2022-10-25T01:19:10.033Z] ------------------- [2022-10-25T01:19:10.033Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-25T01:19:10.033Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-25T01:19:10.033Z] Message: update stable to v1.0.243 [2022-10-25T01:19:10.603Z] ------------------- [2022-10-25T01:19:10.603Z] experimental info: [2022-10-25T01:19:10.603Z] ------------------- [2022-10-25T01:19:10.603Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-25T01:19:10.603Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-25T01:19:10.603Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-25T01:19:10.909Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-10-25T01:19:10.949Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-10-25T01:19:11.000Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-25T01:19:11.039Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-25T01:19:11.080Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-25T01:19:11.126Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-25T01:19:11.166Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-25T01:19:11.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-10-25T01:19:11.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-10-25T01:19:11.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-10-25T01:19:11.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-25T01:19:11.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-25T01:19:11.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-25T01:19:11.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-25T01:19:11.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-25T01:19:11.540Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-25T01:19:11.587Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-25T01:19:11.632Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-25T01:19:11.673Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-25T01:19:11.714Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-25T01:19:11.754Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-25T01:19:11.792Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-25T01:19:11.826Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-25T01:19:11.862Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4213 [Pipeline] echo [2022-10-25T01:19:11.896Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4213 [Pipeline] echo [2022-10-25T01:19:11.936Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4213 [Pipeline] echo [2022-10-25T01:19:11.973Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [Pipeline] echo [2022-10-25T01:19:12.011Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26397e1 [Pipeline] echo [2022-10-25T01:19:12.046Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T01:19:12.152Z] provisioning config files... [2022-10-25T01:19:12.168Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4036330778713170179tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T01:19:12.507Z] ---> docker-login.sh [2022-10-25T01:19:12.507Z] nexus3.edgexfoundry.org:10001 [2022-10-25T01:19:12.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T01:19:13.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T01:19:13.025Z] Configure a credential helper to remove this warning. See [2022-10-25T01:19:13.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T01:19:13.025Z] [2022-10-25T01:19:13.025Z] Login Succeeded [2022-10-25T01:19:13.025Z] nexus3.edgexfoundry.org:10002 [2022-10-25T01:19:13.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T01:19:13.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T01:19:13.025Z] Configure a credential helper to remove this warning. See [2022-10-25T01:19:13.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T01:19:13.025Z] [2022-10-25T01:19:13.025Z] Login Succeeded [2022-10-25T01:19:13.025Z] nexus3.edgexfoundry.org:10003 [2022-10-25T01:19:13.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T01:19:13.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T01:19:13.288Z] Configure a credential helper to remove this warning. See [2022-10-25T01:19:13.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T01:19:13.288Z] [2022-10-25T01:19:13.288Z] Login Succeeded [2022-10-25T01:19:13.288Z] nexus3.edgexfoundry.org:10004 [2022-10-25T01:19:13.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T01:19:13.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T01:19:13.288Z] Configure a credential helper to remove this warning. See [2022-10-25T01:19:13.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T01:19:13.288Z] [2022-10-25T01:19:13.288Z] Login Succeeded [2022-10-25T01:19:13.288Z] docker.io [2022-10-25T01:19:13.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T01:19:13.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T01:19:13.857Z] Configure a credential helper to remove this warning. See [2022-10-25T01:19:13.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T01:19:13.857Z] [2022-10-25T01:19:13.857Z] Login Succeeded [2022-10-25T01:19:13.857Z] ---> docker-login.sh ends [Pipeline] } [2022-10-25T01:19:13.881Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-25T01:19:14.446Z] + 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-10-25T01:19:14.446Z] + dirname cmd/core-command/Dockerfile [2022-10-25T01:19:14.446Z] + cut -d/ -f2 [2022-10-25T01:19:14.446Z] + echo core-command,cmd/core-command/Dockerfile [2022-10-25T01:19:14.446Z] + dirname cmd/core-data/Dockerfile [2022-10-25T01:19:14.446Z] + cut -d/ -f2 [2022-10-25T01:19:14.446Z] + echo core-data,cmd/core-data/Dockerfile [2022-10-25T01:19:14.446Z] + dirname cmd/core-metadata/Dockerfile [2022-10-25T01:19:14.446Z] + cut -d/ -f2 [2022-10-25T01:19:14.446Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-10-25T01:19:14.446Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-10-25T01:19:14.446Z] + cut -d/ -f2 [2022-10-25T01:19:14.446Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-10-25T01:19:14.446Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-10-25T01:19:14.446Z] + cut -d/ -f2 [2022-10-25T01:19:14.446Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-10-25T01:19:14.446Z] + cut -d/ -f2 [2022-10-25T01:19:14.446Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-10-25T01:19:14.446Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-10-25T01:19:14.446Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-10-25T01:19:14.446Z] + cut -d/ -f2 [2022-10-25T01:19:14.446Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-10-25T01:19:14.446Z] + dirname cmd/security-spire-agent/Dockerfile [2022-10-25T01:19:14.446Z] + cut -d/ -f2 [2022-10-25T01:19:14.446Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-10-25T01:19:14.446Z] + dirname cmd/security-spire-config/Dockerfile [2022-10-25T01:19:14.446Z] + cut -d/ -f2 [2022-10-25T01:19:14.446Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-10-25T01:19:14.446Z] + dirname cmd/security-spire-server/Dockerfile [2022-10-25T01:19:14.446Z] + cut -d/ -f2 [2022-10-25T01:19:14.446Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-10-25T01:19:14.446Z] + cut -d/ -f2 [2022-10-25T01:19:14.446Z] + dirname cmd/support-notifications/Dockerfile [2022-10-25T01:19:14.446Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-10-25T01:19:14.446Z] + dirname cmd/support-scheduler/Dockerfile [2022-10-25T01:19:14.446Z] + cut -d/ -f2 [2022-10-25T01:19:14.446Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-10-25T01:19:14.446Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-10-25T01:19:14.446Z] + cut -d/ -f2 [2022-10-25T01:19:14.446Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-10-25T01:19:14.505Z] 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-10-25T01:19:15.034Z] + git rev-list -1 --merges 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8~1..26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [Pipeline] echo [2022-10-25T01:19:15.067Z] -----------> git rev-list -1 --merges 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8~1..26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [false] [Pipeline] sh [2022-10-25T01:19:15.381Z] + git log --format=format:%s -1 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [Pipeline] echo [2022-10-25T01:19:15.419Z] ========================================================= [2022-10-25T01:19:15.420Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-25T01:19:15.420Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-10-25T01:19:15.927Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-25T01:19:15.927Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-25T01:19:15.927Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-25T01:19:15.927Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-25T01:19:15.927Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-25T01:19:15.927Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-25T01:19:15.927Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T01:19:16.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T01:19:16.423Z] [2022-10-25T01:19:16.423Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T01:19:16.804Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T01:19:16.805Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-25T01:19:16.805Z] b85a868b505f: Pulling fs layer [2022-10-25T01:19:16.805Z] e2be974225ed: Pulling fs layer [2022-10-25T01:19:16.805Z] 339a4e72a1f5: Pulling fs layer [2022-10-25T01:19:16.805Z] 988bab9f4d93: Pulling fs layer [2022-10-25T01:19:16.805Z] 1469e6f7b9e6: Pulling fs layer [2022-10-25T01:19:16.805Z] eaf3925da568: Pulling fs layer [2022-10-25T01:19:16.805Z] bab4dde63d76: Pulling fs layer [2022-10-25T01:19:16.805Z] bde34c3a00c8: Pulling fs layer [2022-10-25T01:19:16.805Z] b352a97aabf1: Pulling fs layer [2022-10-25T01:19:16.805Z] 1469e6f7b9e6: Waiting [2022-10-25T01:19:16.805Z] bab4dde63d76: Waiting [2022-10-25T01:19:16.805Z] eaf3925da568: Waiting [2022-10-25T01:19:16.805Z] 4872d77fe225: Pulling fs layer [2022-10-25T01:19:16.805Z] 5851b861e8e6: Pulling fs layer [2022-10-25T01:19:16.805Z] b352a97aabf1: Waiting [2022-10-25T01:19:16.805Z] 4872d77fe225: Waiting [2022-10-25T01:19:16.805Z] 5851b861e8e6: Waiting [2022-10-25T01:19:16.805Z] e2be974225ed: Download complete [2022-10-25T01:19:16.805Z] 988bab9f4d93: Download complete [2022-10-25T01:19:17.065Z] 1469e6f7b9e6: Verifying Checksum [2022-10-25T01:19:17.065Z] 1469e6f7b9e6: Download complete [2022-10-25T01:19:17.065Z] eaf3925da568: Verifying Checksum [2022-10-25T01:19:17.065Z] eaf3925da568: Download complete [2022-10-25T01:19:17.065Z] 339a4e72a1f5: Verifying Checksum [2022-10-25T01:19:17.065Z] 339a4e72a1f5: Download complete [2022-10-25T01:19:17.065Z] bde34c3a00c8: Verifying Checksum [2022-10-25T01:19:17.065Z] bde34c3a00c8: Download complete [2022-10-25T01:19:17.065Z] b352a97aabf1: Verifying Checksum [2022-10-25T01:19:17.065Z] b352a97aabf1: Download complete [2022-10-25T01:19:17.065Z] 4872d77fe225: Verifying Checksum [2022-10-25T01:19:17.065Z] 4872d77fe225: Download complete [2022-10-25T01:19:17.065Z] 5851b861e8e6: Verifying Checksum [2022-10-25T01:19:17.065Z] 5851b861e8e6: Download complete [2022-10-25T01:19:17.065Z] b85a868b505f: Verifying Checksum [2022-10-25T01:19:17.065Z] b85a868b505f: Download complete [2022-10-25T01:19:17.325Z] bab4dde63d76: Verifying Checksum [2022-10-25T01:19:17.325Z] bab4dde63d76: Download complete [2022-10-25T01:19:18.262Z] b85a868b505f: Pull complete [2022-10-25T01:19:18.521Z] e2be974225ed: Pull complete [2022-10-25T01:19:19.087Z] 339a4e72a1f5: Pull complete [2022-10-25T01:19:19.087Z] 988bab9f4d93: Pull complete [2022-10-25T01:19:19.346Z] 1469e6f7b9e6: Pull complete [2022-10-25T01:19:19.605Z] eaf3925da568: Pull complete [2022-10-25T01:19:21.511Z] bab4dde63d76: Pull complete [2022-10-25T01:19:21.511Z] bde34c3a00c8: Pull complete [2022-10-25T01:19:21.511Z] b352a97aabf1: Pull complete [2022-10-25T01:19:21.511Z] 4872d77fe225: Pull complete [2022-10-25T01:19:21.511Z] 5851b861e8e6: Pull complete [2022-10-25T01:19:21.511Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-25T01:19:21.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T01:19:21.511Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T01:19:21.726Z] prd-ubuntu20.04-docker-8c-8g-63749 does not seem to be running inside a container [2022-10-25T01:19:21.761Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-25T01:19:23.889Z] $ docker top 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 -eo pid,comm [2022-10-25T01:19:23.944Z] 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-10-25T01:19:23.944Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-25T01:19:24.080Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-25T01:19:24.080Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-25T01:19:24.225Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-25T01:19:24.232Z] $ docker exec 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 ssh-agent [2022-10-25T01:19:24.352Z] SSH_AUTH_SOCK=/tmp/ssh-mnjEI2Cd28bZ/agent.33 [2022-10-25T01:19:24.352Z] SSH_AGENT_PID=40 [2022-10-25T01:19:24.358Z] Running ssh-add (command line suppressed) [2022-10-25T01:19:24.467Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2392433652807586369.key (/w/workspace/edgex-go/1@tmp/private_key_2392433652807586369.key) [2022-10-25T01:19:24.483Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-25T01:19:24.813Z] + git tag --points-at HEAD [Pipeline] } [2022-10-25T01:19:24.864Z] $ docker exec --env ******** --env ******** 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 ssh-agent -k [2022-10-25T01:19:24.958Z] unset SSH_AUTH_SOCK; [2022-10-25T01:19:24.960Z] unset SSH_AGENT_PID; [2022-10-25T01:19:24.961Z] echo Agent pid 40 killed; [2022-10-25T01:19:24.966Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-25T01:19:25.044Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-25T01:19:25.044Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-25T01:19:25.158Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-25T01:19:25.164Z] $ docker exec 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 ssh-agent [2022-10-25T01:19:25.274Z] SSH_AUTH_SOCK=/tmp/ssh-5jJaU4qQ88Mo/agent.72 [2022-10-25T01:19:25.274Z] SSH_AGENT_PID=79 [2022-10-25T01:19:25.280Z] Running ssh-add (command line suppressed) [2022-10-25T01:19:25.386Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1068368909322229359.key (/w/workspace/edgex-go/1@tmp/private_key_1068368909322229359.key) [2022-10-25T01:19:25.403Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-25T01:19:25.730Z] + git semver init [2022-10-25T01:19:25.993Z] 2022-10-25 01:19:25,930 [run_init] DEBUG init version:0.0.0 force:False [2022-10-25T01:19:25.993Z] 2022-10-25 01:19:25,931 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-10-25T01:19:25.993Z] 2022-10-25 01:19:25,932 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-10-25T01:19:25.993Z] 2022-10-25 01:19:25,933 [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-10-25T01:19:31.299Z] 2022-10-25 01:19:30,619 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-10-25T01:19:31.299Z] 2022-10-25 01:19:30,620 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4213 with force:False [2022-10-25T01:19:31.299Z] 2022-10-25 01:19:30,620 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4213 [2022-10-25T01:19:31.299Z] 2022-10-25 01:19:30,626 [execute] INFO git cat-file --batch-check [2022-10-25T01:19:31.299Z] 2022-10-25 01:19:30,626 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-25T01:19:31.299Z] 2022-10-25 01:19:30,633 [execute] INFO git cat-file --batch [2022-10-25T01:19:31.299Z] 2022-10-25 01:19:30,634 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-25T01:19:31.299Z] 2022-10-25 01:19:30,639 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4213 [2022-10-25T01:19:31.299Z] 0.0.0 [Pipeline] } [2022-10-25T01:19:31.331Z] $ docker exec --env ******** --env ******** 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 ssh-agent -k [2022-10-25T01:19:31.437Z] unset SSH_AUTH_SOCK; [2022-10-25T01:19:31.437Z] unset SSH_AGENT_PID; [2022-10-25T01:19:31.438Z] echo Agent pid 79 killed; [2022-10-25T01:19:31.445Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-25T01:19:31.856Z] + git semver [Pipeline] } [2022-10-25T01:19:32.143Z] $ docker stop --time=1 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 [2022-10-25T01:19:33.445Z] $ docker rm -f 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T01:19:33.839Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-25T01:19:34.073Z] Stashed 1 file(s) [Pipeline] echo [2022-10-25T01:19:34.089Z] [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-10-25T01:19:34.850Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-25T01:19:34.888Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T01:19:34.924Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T01:19:34.956Z] ========================================================= [2022-10-25T01:19:34.956Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-25T01:19:34.956Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-25T01:19:35.303Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T01:19:35.303Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-25T01:19:35.303Z] 213ec9aee27d: Pulling fs layer [2022-10-25T01:19:35.303Z] 4583459ba037: Pulling fs layer [2022-10-25T01:19:35.303Z] 93c1e223e6f2: Pulling fs layer [2022-10-25T01:19:35.303Z] 53926ce57604: Pulling fs layer [2022-10-25T01:19:35.303Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-25T01:19:35.303Z] 30f14e443154: Pulling fs layer [2022-10-25T01:19:35.303Z] 801331c1e519: Pulling fs layer [2022-10-25T01:19:35.303Z] 99cc6dd402b0: Pulling fs layer [2022-10-25T01:19:35.303Z] 7d9ed39f4882: Pulling fs layer [2022-10-25T01:19:35.303Z] 53926ce57604: Waiting [2022-10-25T01:19:35.303Z] 21b2b0c7a3f4: Waiting [2022-10-25T01:19:35.303Z] 801331c1e519: Waiting [2022-10-25T01:19:35.303Z] 30f14e443154: Waiting [2022-10-25T01:19:35.303Z] 99cc6dd402b0: Waiting [2022-10-25T01:19:35.303Z] 7d9ed39f4882: Waiting [2022-10-25T01:19:35.303Z] 93c1e223e6f2: Verifying Checksum [2022-10-25T01:19:35.303Z] 93c1e223e6f2: Download complete [2022-10-25T01:19:35.303Z] 4583459ba037: Verifying Checksum [2022-10-25T01:19:35.303Z] 4583459ba037: Download complete [2022-10-25T01:19:35.303Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-25T01:19:35.303Z] 21b2b0c7a3f4: Download complete [2022-10-25T01:19:35.303Z] 30f14e443154: Verifying Checksum [2022-10-25T01:19:35.303Z] 30f14e443154: Download complete [2022-10-25T01:19:35.303Z] 213ec9aee27d: Download complete [2022-10-25T01:19:35.303Z] 801331c1e519: Verifying Checksum [2022-10-25T01:19:35.303Z] 801331c1e519: Download complete [2022-10-25T01:19:35.561Z] 213ec9aee27d: Pull complete [2022-10-25T01:19:35.561Z] 4583459ba037: Pull complete [2022-10-25T01:19:35.830Z] 93c1e223e6f2: Pull complete [2022-10-25T01:19:35.830Z] 7d9ed39f4882: Verifying Checksum [2022-10-25T01:19:35.830Z] 7d9ed39f4882: Download complete [2022-10-25T01:19:36.092Z] 99cc6dd402b0: Verifying Checksum [2022-10-25T01:19:36.092Z] 99cc6dd402b0: Download complete [2022-10-25T01:19:36.092Z] 53926ce57604: Verifying Checksum [2022-10-25T01:19:36.092Z] 53926ce57604: Download complete [2022-10-25T01:19:40.292Z] 53926ce57604: Pull complete [2022-10-25T01:19:40.293Z] 21b2b0c7a3f4: Pull complete [2022-10-25T01:19:40.293Z] 30f14e443154: Pull complete [2022-10-25T01:19:40.293Z] 801331c1e519: Pull complete [2022-10-25T01:19:42.195Z] 99cc6dd402b0: Pull complete [2022-10-25T01:19:43.127Z] 7d9ed39f4882: Pull complete [2022-10-25T01:19:43.127Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-25T01:19:43.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T01:19:43.127Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-25T01:19:43.485Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T01:19:43.485Z] WORKDIR /edgex [2022-10-25T01:19:43.485Z] COPY go.mod . [2022-10-25T01:19:43.485Z] RUN go mod download [2022-10-25T01:19:43.485Z] + docker build -t ci-base-image-x86_64 -f - . [2022-10-25T01:19:44.051Z] Sending build context to Docker daemon 169.7MB [2022-10-25T01:19:44.051Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T01:19:44.051Z] ---> 1dedd983c030 [2022-10-25T01:19:44.051Z] Step 2/4 : WORKDIR /edgex [2022-10-25T01:19:48.241Z] ---> Running in 36e7e4a93225 [2022-10-25T01:19:48.241Z] Removing intermediate container 36e7e4a93225 [2022-10-25T01:19:48.241Z] ---> e53e3d06e7a1 [2022-10-25T01:19:48.241Z] Step 3/4 : COPY go.mod . [2022-10-25T01:19:48.500Z] ---> 213caeebe3ff [2022-10-25T01:19:48.500Z] Step 4/4 : RUN go mod download [2022-10-25T01:19:48.500Z] ---> Running in 4414eb734014 [2022-10-25T01:19:49.385Z] Still waiting to schedule task [2022-10-25T01:19:49.386Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-10-25T01:20:06.615Z] Removing intermediate container 4414eb734014 [2022-10-25T01:20:06.615Z] ---> dda9b3482598 [2022-10-25T01:20:06.615Z] Successfully built dda9b3482598 [2022-10-25T01:20:06.615Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T01:20:07.007Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-25T01:20:07.007Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T01:20:07.148Z] prd-ubuntu20.04-docker-8c-8g-63749 does not seem to be running inside a container [2022-10-25T01:20:07.182Z] $ 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-x86_64 cat [2022-10-25T01:20:07.657Z] $ docker top 26a5d441a1a6c90a3eba99efaaeaa4428e0f527d5ce11cec5ca70efdba7af045 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T01:20:08.062Z] + go version [2022-10-25T01:20:08.062Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-25T01:20:08.094Z] $ docker stop --time=1 26a5d441a1a6c90a3eba99efaaeaa4428e0f527d5ce11cec5ca70efdba7af045 [2022-10-25T01:20:09.424Z] $ docker rm -f 26a5d441a1a6c90a3eba99efaaeaa4428e0f527d5ce11cec5ca70efdba7af045 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T01:20:10.101Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-25T01:20:10.101Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T01:20:10.257Z] prd-ubuntu20.04-docker-8c-8g-63749 does not seem to be running inside a container [2022-10-25T01:20:10.286Z] $ 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-x86_64 cat [2022-10-25T01:20:10.647Z] $ docker top d295ec2f68eac90212e1ca1ed48bd01991c755a0b20b80128fd0dc989cadea65 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-25T01:20:10.764Z] ========================================================= [2022-10-25T01:20:10.764Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-25T01:20:10.764Z] ========================================================= [Pipeline] sh [2022-10-25T01:20:11.057Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-25T01:20:11.418Z] + make test [2022-10-25T01:20:11.419Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-25T01:20:19.534Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-25T01:20:34.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.102s coverage: 28.7% of statements [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-25T01:20:34.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.091s coverage: 98.5% of statements [2022-10-25T01:20:34.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.146s coverage: 42.3% of statements [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-25T01:20:34.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.081s coverage: 54.2% of statements [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-25T01:20:34.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-25T01:20:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.920s coverage: 89.2% of statements [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-25T01:20:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.096s coverage: 2.2% of statements [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-25T01:20:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.493s coverage: 95.6% of statements [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-25T01:20:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.070s coverage: 72.2% of statements [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-25T01:20:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.057s coverage: 60.0% of statements [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-25T01:20:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.074s coverage: 0.9% of statements [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-25T01:20:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2022-10-25T01:20:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.082s coverage: 29.6% of statements [2022-10-25T01:20:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-25T01:20:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements [2022-10-25T01:20:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.107s coverage: 79.5% of statements [2022-10-25T01:20:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2022-10-25T01:20:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2022-10-25T01:20:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.092s coverage: 87.5% of statements [2022-10-25T01:20:44.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements [2022-10-25T01:20:44.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2022-10-25T01:20:49.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.221s coverage: 79.9% of statements [2022-10-25T01:20:49.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.120s coverage: 92.9% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.077s coverage: 86.9% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 58.8% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.0% of statements [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.108s coverage: 85.4% of statements [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.2% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 64.7% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 65.8% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.206s coverage: 41.8% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.076s coverage: 84.8% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.085s coverage: 17.7% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.162s coverage: 92.3% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-25T01:20:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2022-10-25T01:20:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 96.9% of statements [2022-10-25T01:20:57.435Z] 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-10-25T01:21:19.345Z] 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-10-25T01:21:19.345Z] GO111MODULE=on go vet ./... [2022-10-25T01:21:22.621Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-25T01:21:22.621Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-25T01:21:22.621Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-25T01:21:22.966Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-25T01:21:23.269Z] + ls -al . [2022-10-25T01:21:23.269Z] total 768 [2022-10-25T01:21:23.269Z] drwxrwxr-x 11 1001 1001 4096 Oct 25 01:20 . [2022-10-25T01:21:23.269Z] drwxr-xr-x 4 root root 4096 Oct 25 01:20 .. [2022-10-25T01:21:23.269Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 01:19 .blubracket [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 16 Oct 25 01:19 .dockerignore [2022-10-25T01:21:23.269Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 01:20 .git [2022-10-25T01:21:23.269Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 01:19 .github [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 1030 Oct 25 01:19 .gitignore [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 42 Oct 25 01:19 .golangci.yml [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 87 Oct 25 01:19 .hadolint.yml [2022-10-25T01:21:23.269Z] drwxr-xr-x 3 1001 1001 4096 Oct 25 01:19 .semver [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 01:19 .sonarcloud.properties [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 1171 Oct 25 01:19 ADOPTERS.md [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 10722 Oct 25 01:19 Attribution.txt [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 63209 Oct 25 01:19 CHANGELOG.md [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 01:19 CONTRIBUTING.md [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 677 Oct 25 01:19 GOVERNANCE.md [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 850 Oct 25 01:19 Jenkinsfile [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 01:19 LICENSE [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 13857 Oct 25 01:19 Makefile [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 582 Oct 25 01:19 OWNERS.md [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 9799 Oct 25 01:19 README.md [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 6912 Oct 25 01:19 SECURITY.md [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 01:19 VERSION [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 01:19 ZMQWindows.md [2022-10-25T01:21:23.269Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 01:19 bin [2022-10-25T01:21:23.269Z] drwxrwxr-x 18 1001 1001 4096 Oct 25 01:19 cmd [2022-10-25T01:21:23.269Z] -rw-r--r-- 1 root root 500482 Oct 25 01:20 coverage.out [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 3446 Oct 25 01:19 go.mod [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 45060 Oct 25 01:19 go.sum [2022-10-25T01:21:23.269Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 01:19 internal [2022-10-25T01:21:23.269Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 01:19 openapi [2022-10-25T01:21:23.269Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 01:19 snap [2022-10-25T01:21:23.269Z] -rw-rw-r-- 1 1001 1001 204 Oct 25 01:19 version.go [Pipeline] sh [2022-10-25T01:21:23.631Z] + '[' -e coverage.out ] [2022-10-25T01:21:23.631Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-25T01:21:23.809Z] Stashed 1 file(s) [Pipeline] sh [2022-10-25T01:21:24.125Z] + make build [2022-10-25T01:21:24.125Z] 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-10-25T01:21:38.987Z] 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-10-25T01:21:51.187Z] 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-10-25T01:21:51.187Z] 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-10-25T01:21:57.741Z] 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-10-25T01:21:57.999Z] 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-10-25T01:21:59.375Z] 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-10-25T01:22:01.273Z] 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-10-25T01:22:02.207Z] 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-10-25T01:22:03.139Z] 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-10-25T01:22:04.072Z] 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-10-25T01:22:05.008Z] 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-10-25T01:22:06.906Z] 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-10-25T01:22:07.864Z] $ docker stop --time=1 d295ec2f68eac90212e1ca1ed48bd01991c755a0b20b80128fd0dc989cadea65 [2022-10-25T01:22:12.207Z] $ docker rm -f d295ec2f68eac90212e1ca1ed48bd01991c755a0b20b80128fd0dc989cadea65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T01:22:13.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T01:22:13.511Z] [2022-10-25T01:22:13.511Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T01:22:13.979Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T01:22:13.980Z] latest: Pulling from edgex-devops/edgex-compose [2022-10-25T01:22:13.980Z] cbdbe7a5bc2a: Pulling fs layer [2022-10-25T01:22:13.980Z] ca9280d653b3: Pulling fs layer [2022-10-25T01:22:13.980Z] 7e9c9ca2126c: Pulling fs layer [2022-10-25T01:22:13.980Z] cbdbe7a5bc2a: Verifying Checksum [2022-10-25T01:22:13.980Z] cbdbe7a5bc2a: Download complete [2022-10-25T01:22:14.240Z] cbdbe7a5bc2a: Pull complete [2022-10-25T01:22:14.240Z] ca9280d653b3: Verifying Checksum [2022-10-25T01:22:14.240Z] ca9280d653b3: Download complete [2022-10-25T01:22:14.805Z] 7e9c9ca2126c: Verifying Checksum [2022-10-25T01:22:14.805Z] 7e9c9ca2126c: Download complete [2022-10-25T01:22:14.805Z] ca9280d653b3: Pull complete [2022-10-25T01:22:18.086Z] 7e9c9ca2126c: Pull complete [2022-10-25T01:22:18.086Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-10-25T01:22:18.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T01:22:18.086Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T01:22:18.306Z] prd-ubuntu20.04-docker-8c-8g-63749 does not seem to be running inside a container [2022-10-25T01:22:18.338Z] $ 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:latest cat [2022-10-25T01:22:20.563Z] $ docker top 40879f17fa0f44fa03bcf2e5b5925cbf57d0f47c3c535ea74b8ec171990dea27 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T01:22:20.940Z] + docker-compose build --help [2022-10-25T01:22:20.941Z] + grep parallel [2022-10-25T01:22:21.507Z] --parallel Build images in parallel. [Pipeline] } [2022-10-25T01:22:21.793Z] $ docker stop --time=1 40879f17fa0f44fa03bcf2e5b5925cbf57d0f47c3c535ea74b8ec171990dea27 [2022-10-25T01:22:23.085Z] $ docker rm -f 40879f17fa0f44fa03bcf2e5b5925cbf57d0f47c3c535ea74b8ec171990dea27 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T01:22:23.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T01:22:23.667Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T01:22:23.792Z] prd-ubuntu20.04-docker-8c-8g-63749 does not seem to be running inside a container [2022-10-25T01:22:23.826Z] $ 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:latest cat [2022-10-25T01:22:24.183Z] $ docker top 2a9271fbab9a3d1b6bb1005e7287b477f87ccbd2cf9a974f952cc3013409d66a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T01:22:24.575Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-25T01:22:25.142Z] Building core-command ... [2022-10-25T01:22:25.142Z] Building core-data ... [2022-10-25T01:22:25.142Z] Building core-metadata ... [2022-10-25T01:22:25.142Z] Building security-bootstrapper ... [2022-10-25T01:22:25.142Z] Building security-proxy-setup ... [2022-10-25T01:22:25.142Z] Building security-secretstore-setup ... [2022-10-25T01:22:25.142Z] Building security-spiffe-token-provider ... [2022-10-25T01:22:25.142Z] Building security-spire-agent ... [2022-10-25T01:22:25.142Z] Building security-spire-config ... [2022-10-25T01:22:25.142Z] Building security-spire-server ... [2022-10-25T01:22:25.142Z] Building support-notifications ... [2022-10-25T01:22:25.142Z] Building support-scheduler ... [2022-10-25T01:22:25.142Z] Building sys-mgmt-agent ... [2022-10-25T01:22:25.142Z] Building security-secretstore-setup [2022-10-25T01:22:25.142Z] Building security-spire-server [2022-10-25T01:22:25.142Z] Building security-spire-config [2022-10-25T01:22:25.142Z] Building core-data [2022-10-25T01:22:25.142Z] Building security-bootstrapper [2022-10-25T01:22:37.344Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T01:22:37.344Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-25T01:22:37.344Z] ---> dda9b3482598 [2022-10-25T01:22:37.344Z] Step 3/33 : WORKDIR /edgex-go [2022-10-25T01:22:37.344Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T01:22:37.344Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T01:22:37.344Z] ---> dda9b3482598 [2022-10-25T01:22:37.344Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T01:22:37.344Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T01:22:37.344Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T01:22:37.344Z] ---> dda9b3482598 [2022-10-25T01:22:37.344Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T01:22:37.344Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T01:22:37.344Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T01:22:37.344Z] ---> dda9b3482598 [2022-10-25T01:22:37.344Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T01:22:37.603Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T01:22:37.603Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T01:22:37.603Z] ---> dda9b3482598 [2022-10-25T01:22:37.603Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T01:22:47.600Z] ---> Running in f3753718bddd [2022-10-25T01:22:47.600Z] ---> Running in 2f58b31ef195 [2022-10-25T01:22:47.600Z] ---> Running in 35cfc68ed9df [2022-10-25T01:22:47.600Z] ---> Running in 4ab9fc1a3d46 [2022-10-25T01:22:47.600Z] ---> Running in 88915687694e [2022-10-25T01:22:47.600Z] Removing intermediate container f3753718bddd [2022-10-25T01:22:47.600Z] Removing intermediate container 2f58b31ef195 [2022-10-25T01:22:47.600Z] ---> 719df59ab16f [2022-10-25T01:22:47.600Z] ---> 962e94d8e7d4 [2022-10-25T01:22:47.600Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:22:47.600Z] [2022-10-25T01:22:47.600Z] Removing intermediate container 4ab9fc1a3d46 [2022-10-25T01:22:47.600Z] ---> e0aa711cc004 [2022-10-25T01:22:47.600Z] Removing intermediate container 88915687694e [2022-10-25T01:22:47.600Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories ---> e7954438c172 [2022-10-25T01:22:47.600Z] [2022-10-25T01:22:47.600Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T01:22:47.600Z] Removing intermediate container 35cfc68ed9df [2022-10-25T01:22:47.600Z] ---> 79b40c2b03e9 [2022-10-25T01:22:47.600Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:22:47.600Z] ---> Running in c03d74bf5aca [2022-10-25T01:22:47.600Z] ---> Running in fe632adfcd79 [2022-10-25T01:22:47.600Z] ---> Running in 100718a7fee5 [2022-10-25T01:22:47.600Z] ---> Running in 8553e775ad6d [2022-10-25T01:22:47.600Z] ---> Running in a819ec085875 [2022-10-25T01:22:47.600Z] Removing intermediate container 100718a7fee5 [2022-10-25T01:22:47.600Z] ---> 4ff6a6e8adf0 [2022-10-25T01:22:47.600Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:22:47.600Z] ---> Running in 0e50c202478a [2022-10-25T01:22:47.600Z] Removing intermediate container c03d74bf5aca [2022-10-25T01:22:47.600Z] ---> ba422fd51d92 [2022-10-25T01:22:47.600Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T01:22:47.600Z] ---> Running in 7ae3e0b81cc1 [2022-10-25T01:22:47.859Z] Removing intermediate container fe632adfcd79 [2022-10-25T01:22:47.859Z] ---> 866709edb3d6 [2022-10-25T01:22:47.859Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T01:22:47.859Z] ---> Running in dfc7ccc69aab [2022-10-25T01:22:48.118Z] Removing intermediate container a819ec085875 [2022-10-25T01:22:48.118Z] ---> 2f8fe070e073 [2022-10-25T01:22:48.118Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-25T01:22:48.118Z] ---> Running in 66a8c74fee4c [2022-10-25T01:22:48.118Z] Removing intermediate container 8553e775ad6d [2022-10-25T01:22:48.118Z] ---> 94f6d94fb1cb [2022-10-25T01:22:48.118Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-25T01:22:48.118Z] ---> Running in 17ae94375e84 [2022-10-25T01:22:48.377Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:22:48.377Z] Removing intermediate container 0e50c202478a [2022-10-25T01:22:48.377Z] ---> 3759e3b66c28 [2022-10-25T01:22:48.377Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-25T01:22:48.377Z] ---> Running in 3d6a888a9eb1 [2022-10-25T01:22:48.640Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:22:48.640Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:22:48.900Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:22:48.900Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:22:49.159Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:22:49.423Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:22:49.423Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:22:49.423Z] OK: 211 MiB in 51 packages [2022-10-25T01:22:49.682Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:22:49.682Z] OK: 211 MiB in 51 packages [2022-10-25T01:22:49.948Z] OK: 211 MiB in 51 packages [2022-10-25T01:22:49.948Z] Removing intermediate container 7ae3e0b81cc1 [2022-10-25T01:22:49.948Z] ---> 14cad62530ff [2022-10-25T01:22:49.948Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T01:22:49.948Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:22:50.205Z] ---> 44feee1124cd [2022-10-25T01:22:50.205Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:22:50.205Z] ---> Running in 606cb04c8ff0 [2022-10-25T01:22:50.205Z] Removing intermediate container dfc7ccc69aab [2022-10-25T01:22:50.205Z] ---> da3aa26c9437 [2022-10-25T01:22:50.205Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T01:22:50.205Z] OK: 211 MiB in 51 packages [2022-10-25T01:22:50.205Z] Removing intermediate container 66a8c74fee4c [2022-10-25T01:22:50.205Z] ---> 8da71c6f527b [2022-10-25T01:22:50.205Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T01:22:50.463Z] ---> e7fc6c6af1bc [2022-10-25T01:22:50.463Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:22:50.463Z] ---> f2aceba7585a [2022-10-25T01:22:50.463Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:22:50.463Z] ---> Running in c0269b707444 [2022-10-25T01:22:50.463Z] ---> Running in 8bb5f16d9f55 [2022-10-25T01:22:51.035Z] Removing intermediate container 17ae94375e84 [2022-10-25T01:22:51.035Z] ---> 4370089cb94b [2022-10-25T01:22:51.035Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-25T01:22:51.035Z] ---> 9b1a53cdcd2e [2022-10-25T01:22:51.035Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:22:51.035Z] ---> Running in 388d24fa1476 [2022-10-25T01:22:51.298Z] OK: 211 MiB in 51 packages [2022-10-25T01:22:51.555Z] Removing intermediate container 3d6a888a9eb1 [2022-10-25T01:22:51.555Z] ---> 6148069e5402 [2022-10-25T01:22:51.555Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T01:22:51.812Z] ---> 68a732511de5 [2022-10-25T01:22:51.812Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:22:52.388Z] ---> Running in 9dc1713e3a83 [2022-10-25T01:23:19.027Z] Removing intermediate container 606cb04c8ff0 [2022-10-25T01:23:19.027Z] ---> d39a7e61f0f1 [2022-10-25T01:23:19.027Z] Step 8/25 : COPY . . [2022-10-25T01:23:19.027Z] Removing intermediate container 388d24fa1476 [2022-10-25T01:23:19.027Z] ---> 4993476cf3f3 [2022-10-25T01:23:19.027Z] Step 8/33 : COPY . . [2022-10-25T01:23:19.027Z] Removing intermediate container 8bb5f16d9f55 [2022-10-25T01:23:19.027Z] ---> cbd447a36afe [2022-10-25T01:23:19.027Z] Step 8/25 : COPY . . [2022-10-25T01:23:19.027Z] Removing intermediate container c0269b707444 [2022-10-25T01:23:19.027Z] ---> 4832ac296c44 [2022-10-25T01:23:19.027Z] Step 8/26 : COPY . . [2022-10-25T01:23:19.027Z] Removing intermediate container 9dc1713e3a83 [2022-10-25T01:23:19.027Z] ---> 2972ec50bb89 [2022-10-25T01:23:19.027Z] Step 9/24 : COPY . . [2022-10-25T01:23:33.929Z] ---> 5a382eb1e268 [2022-10-25T01:23:33.929Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T01:23:33.929Z] ---> 65bf4dc1c17d [2022-10-25T01:23:33.929Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-25T01:23:33.929Z] ---> f445458bdcb7 [2022-10-25T01:23:33.929Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T01:23:33.929Z] ---> 4e61278ab3f0 [2022-10-25T01:23:33.929Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-25T01:23:33.929Z] ---> 4ebdffe6b65f [2022-10-25T01:23:33.929Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-25T01:23:33.929Z] ---> Running in 619d824b84d8 [2022-10-25T01:23:33.929Z] ---> Running in 95daebfbe6f8 [2022-10-25T01:23:33.929Z] ---> Running in 46e387fc4361 [2022-10-25T01:23:33.929Z] ---> Running in eaa538e0cee2 [2022-10-25T01:23:33.929Z] ---> Running in 24dd54fefbdb [2022-10-25T01:23:33.929Z] Removing intermediate container 46e387fc4361 [2022-10-25T01:23:33.929Z] ---> 06d8a1bb2898 [2022-10-25T01:23:33.929Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T01:23:33.929Z] Removing intermediate container 619d824b84d8 [2022-10-25T01:23:33.929Z] ---> 7fae6aa7258e [2022-10-25T01:23:33.929Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-25T01:23:33.929Z] ---> Running in 17332c9a3b32 [2022-10-25T01:23:33.929Z] ---> Running in 420ee0a40180 [2022-10-25T01:23:33.929Z] Removing intermediate container 17332c9a3b32 [2022-10-25T01:23:33.929Z] ---> b7780b0d48cd [2022-10-25T01:23:33.930Z] Step 11/25 : 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-10-25T01:23:33.930Z] Removing intermediate container 420ee0a40180 [2022-10-25T01:23:33.930Z] ---> a05a7ba24afd [2022-10-25T01:23:33.930Z] Step 11/26 : 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-10-25T01:23:33.930Z] ---> Running in 14eb2cce3414 [2022-10-25T01:23:33.930Z] ---> Running in 859a4d768a76 [2022-10-25T01:23:34.187Z] 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-10-25T01:23:34.187Z] 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-10-25T01:23:34.187Z] 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-10-25T01:23:35.118Z] Removing intermediate container 14eb2cce3414 [2022-10-25T01:23:35.118Z] ---> 11f8cfa7af1d [2022-10-25T01:23:35.118Z] Step 12/25 : WORKDIR /edgex-go [2022-10-25T01:23:35.118Z] Removing intermediate container 859a4d768a76 [2022-10-25T01:23:35.118Z] ---> 272ce221d09c [2022-10-25T01:23:35.118Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T01:23:35.376Z] ---> Running in 8d1476133d99 [2022-10-25T01:23:35.376Z] ---> Running in d9cc7c412c75 [2022-10-25T01:23:35.376Z] Removing intermediate container d9cc7c412c75 [2022-10-25T01:23:35.376Z] ---> 273cdf1bb058 [2022-10-25T01:23:35.376Z] [2022-10-25T01:23:35.376Z] Step 13/25 : FROM alpine:3.15 [2022-10-25T01:23:35.634Z] Removing intermediate container 8d1476133d99 [2022-10-25T01:23:35.634Z] ---> cf17dc01d36e [2022-10-25T01:23:35.634Z] [2022-10-25T01:23:35.634Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T01:23:35.634Z] 3.15: Pulling from library/alpine [2022-10-25T01:23:35.634Z] 3.15: Pulling from library/alpine [2022-10-25T01:23:35.974Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T01:23:35.974Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T01:23:35.974Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T01:23:35.974Z] Status: Image is up to date for alpine:3.15 [2022-10-25T01:23:35.974Z] ---> c4fc93816858 [2022-10-25T01:23:35.974Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T01:23:36.232Z] ---> c4fc93816858 [2022-10-25T01:23:36.232Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T01:23:36.232Z] ---> Running in 20364ea933a6 [2022-10-25T01:23:36.232Z] ---> Running in 8a8c85e36d1a [2022-10-25T01:23:36.232Z] Removing intermediate container 20364ea933a6 [2022-10-25T01:23:36.232Z] ---> a2bd31e74298 [2022-10-25T01:23:36.232Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:23:36.232Z] Removing intermediate container 8a8c85e36d1a [2022-10-25T01:23:36.232Z] ---> 071d570899f6 [2022-10-25T01:23:36.232Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:23:36.232Z] ---> Running in d8d04510db91 [2022-10-25T01:23:36.489Z] ---> Running in 23b836a6ace7 [2022-10-25T01:23:38.409Z] Removing intermediate container 23b836a6ace7 [2022-10-25T01:23:38.409Z] ---> e981aab72dc1 [2022-10-25T01:23:38.409Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T01:23:38.409Z] ---> Running in f96db3276ecf [2022-10-25T01:23:38.668Z] Removing intermediate container d8d04510db91 [2022-10-25T01:23:38.668Z] ---> 2552f3cc4cb4 [2022-10-25T01:23:38.668Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-25T01:23:38.668Z] ---> Running in f445de3c8a20 [2022-10-25T01:23:39.232Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:23:39.490Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:23:40.053Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:23:40.311Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T01:23:40.311Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T01:23:40.311Z] OK: 15857 distinct packages available [2022-10-25T01:23:40.311Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:23:40.311Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:23:40.876Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T01:23:40.876Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T01:23:40.876Z] OK: 15857 distinct packages available [2022-10-25T01:23:40.876Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:23:41.133Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:23:41.698Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T01:23:41.698Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T01:23:41.698Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:23:41.698Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T01:23:41.698Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T01:23:41.955Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T01:23:41.955Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T01:23:41.955Z] OK: 7 MiB in 19 packages [2022-10-25T01:23:41.955Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-25T01:23:42.212Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-25T01:23:42.212Z] (3/4) Installing libucontext (1.1-r0) [2022-10-25T01:23:42.212Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-25T01:23:42.470Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T01:23:42.470Z] OK: 6 MiB in 18 packages [2022-10-25T01:23:45.023Z] Removing intermediate container f96db3276ecf [2022-10-25T01:23:45.023Z] ---> af15c1040b76 [2022-10-25T01:23:45.023Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T01:23:45.023Z] Removing intermediate container f445de3c8a20 [2022-10-25T01:23:45.023Z] ---> 65dfa812b1a4 [2022-10-25T01:23:45.023Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T01:23:50.485Z] ---> 7ecd0f050789 [2022-10-25T01:23:50.485Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T01:23:50.485Z] ---> e95d2179994f [2022-10-25T01:23:50.485Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T01:23:50.742Z] ---> a874b39bc794 [2022-10-25T01:23:50.742Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-25T01:23:50.742Z] ---> 31e16a37bc77 [2022-10-25T01:23:50.742Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-25T01:23:50.999Z] ---> Running in 027ce3b08dd6 [2022-10-25T01:23:51.563Z] ---> b10bccc42225 [2022-10-25T01:23:51.563Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-25T01:23:51.820Z] Removing intermediate container 027ce3b08dd6 [2022-10-25T01:23:51.820Z] ---> 47001f402331 [2022-10-25T01:23:51.820Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-25T01:23:52.771Z] ---> af165dbc4e69 [2022-10-25T01:23:52.771Z] Step 21/26 : WORKDIR / [2022-10-25T01:23:52.771Z] ---> ee8a36cd73b8 [2022-10-25T01:23:52.772Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T01:23:52.772Z] ---> Running in 802d517a6fe6 [2022-10-25T01:23:52.772Z] ---> Running in ae8589f6bd38 [2022-10-25T01:23:53.030Z] Removing intermediate container 802d517a6fe6 [2022-10-25T01:23:53.030Z] ---> f0edd2d591c9 [2022-10-25T01:23:53.030Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T01:23:53.030Z] ---> Running in 54df7edcbcf1 [2022-10-25T01:23:53.030Z] Removing intermediate container ae8589f6bd38 [2022-10-25T01:23:53.030Z] ---> d5fcffeb1ae6 [2022-10-25T01:23:53.030Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T01:23:53.370Z] ---> Running in 16f787ed1145 [2022-10-25T01:23:53.628Z] Removing intermediate container 54df7edcbcf1 [2022-10-25T01:23:53.628Z] ---> bd196070e91a [2022-10-25T01:23:53.628Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T01:23:53.628Z] Removing intermediate container 16f787ed1145 [2022-10-25T01:23:53.628Z] ---> 5e26a7c8eb01 [2022-10-25T01:23:53.628Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T01:23:53.628Z] ---> Running in 845b68b83fec [2022-10-25T01:23:53.628Z] ---> Running in 14d86455019d [2022-10-25T01:23:53.886Z] Removing intermediate container 14d86455019d [2022-10-25T01:23:53.886Z] ---> 776bcdc9e77c [2022-10-25T01:23:53.886Z] Step 24/25 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T01:23:53.886Z] ---> Running in 986f37abe569 [2022-10-25T01:23:53.886Z] Removing intermediate container 845b68b83fec [2022-10-25T01:23:53.886Z] ---> 8eeb6607265d [2022-10-25T01:23:53.886Z] Step 24/26 : LABEL arch=x86_64 [2022-10-25T01:23:53.886Z] ---> Running in c65bf8235bd6 [2022-10-25T01:23:54.148Z] Removing intermediate container c65bf8235bd6 [2022-10-25T01:23:54.148Z] ---> a063e4320980 [2022-10-25T01:23:54.148Z] Step 25/26 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T01:23:54.148Z] Removing intermediate container 986f37abe569 [2022-10-25T01:23:54.148Z] ---> 8b43816b930a [2022-10-25T01:23:54.148Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T01:23:54.148Z] ---> Running in 0a8537ec729e [2022-10-25T01:23:54.148Z] ---> Running in 6ddf84527c45 [2022-10-25T01:23:54.406Z] Removing intermediate container 0a8537ec729e [2022-10-25T01:23:54.406Z] ---> fc7bc29acd5a [2022-10-25T01:23:54.406Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T01:23:54.406Z] Removing intermediate container 6ddf84527c45 [2022-10-25T01:23:54.406Z] ---> 89202ffb087b [2022-10-25T01:23:54.406Z] [2022-10-25T01:23:54.664Z] ---> Running in dfd7f461dd6d [2022-10-25T01:23:54.664Z] Successfully built 89202ffb087b [2022-10-25T01:23:54.664Z] Successfully tagged security-spire-server:latest [2022-10-25T01:23:54.664Z] Building core-command [2022-10-25T01:23:56.559Z]  Building security-spire-server ... done Removing intermediate container dfd7f461dd6d [2022-10-25T01:23:56.559Z] ---> 544de6ec4e02 [2022-10-25T01:23:56.559Z] [2022-10-25T01:23:56.559Z] Successfully built 544de6ec4e02 [2022-10-25T01:23:56.559Z] Successfully tagged security-spire-config:latest [2022-10-25T01:23:56.559Z]  Building security-spire-config ... done Building sys-mgmt-agent [2022-10-25T01:23:56.816Z] 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-10-25T01:23:58.190Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T01:23:58.190Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T01:23:58.190Z] ---> dda9b3482598 [2022-10-25T01:23:58.190Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T01:23:58.190Z] ---> Using cache [2022-10-25T01:23:58.190Z] ---> e7954438c172 [2022-10-25T01:23:58.190Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T01:23:58.190Z] ---> Using cache [2022-10-25T01:23:58.190Z] ---> 4ff6a6e8adf0 [2022-10-25T01:23:58.190Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:23:58.190Z] ---> Using cache [2022-10-25T01:23:58.190Z] ---> 3759e3b66c28 [2022-10-25T01:23:58.190Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-25T01:24:01.484Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T01:24:01.484Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T01:24:01.484Z] ---> dda9b3482598 [2022-10-25T01:24:01.484Z] Step 3/23 : WORKDIR /edgex-go [2022-10-25T01:24:01.484Z] ---> Using cache [2022-10-25T01:24:01.484Z] ---> 79b40c2b03e9 [2022-10-25T01:24:01.484Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:24:01.484Z] ---> Using cache [2022-10-25T01:24:01.484Z] ---> 2f8fe070e073 [2022-10-25T01:24:01.484Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-25T01:24:04.040Z] ---> Running in 653ada10b557 [2022-10-25T01:24:04.040Z] ---> Running in d23a5040d9f6 [2022-10-25T01:24:04.297Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:04.297Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:05.230Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:05.230Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:05.490Z] OK: 211 MiB in 51 packages [2022-10-25T01:24:05.490Z] OK: 211 MiB in 51 packages [2022-10-25T01:24:07.390Z] Removing intermediate container eaa538e0cee2 [2022-10-25T01:24:07.390Z] ---> a1e8a9259ae4 [2022-10-25T01:24:07.390Z] [2022-10-25T01:24:07.390Z] Step 10/33 : FROM alpine:3.16 [2022-10-25T01:24:07.390Z] Removing intermediate container 24dd54fefbdb [2022-10-25T01:24:07.390Z] ---> 131f13971925 [2022-10-25T01:24:07.390Z] [2022-10-25T01:24:07.390Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T01:24:07.390Z] Removing intermediate container 95daebfbe6f8 [2022-10-25T01:24:07.390Z] ---> 99296328cf2c [2022-10-25T01:24:07.390Z] [2022-10-25T01:24:07.390Z] Step 10/25 : FROM alpine:3.16 [2022-10-25T01:24:07.390Z] Removing intermediate container 653ada10b557 [2022-10-25T01:24:07.390Z] ---> 63b35e46cc6f [2022-10-25T01:24:07.390Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T01:24:07.648Z] ---> 208b195de4a8 [2022-10-25T01:24:07.648Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:24:07.648Z] ---> Running in 28bbda71993f [2022-10-25T01:24:07.908Z] 3.16: Pulling from library/alpine [2022-10-25T01:24:07.908Z] 3.16: Pulling from library/alpine [2022-10-25T01:24:07.908Z] 3.16: Pulling from library/alpine [2022-10-25T01:24:07.908Z] Removing intermediate container d23a5040d9f6 [2022-10-25T01:24:07.908Z] ---> f8a49bc474f9 [2022-10-25T01:24:07.908Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-25T01:24:07.908Z] ---> 83da1e59e46f [2022-10-25T01:24:07.908Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:24:07.908Z] ---> Running in 46c361fc5766 [2022-10-25T01:24:08.843Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T01:24:08.843Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T01:24:08.843Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T01:24:08.843Z] Status: Image is up to date for alpine:3.16 [2022-10-25T01:24:08.843Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T01:24:08.843Z] Status: Image is up to date for alpine:3.16 [2022-10-25T01:24:08.843Z] ---> 9c6f07244728 [2022-10-25T01:24:08.843Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T01:24:08.843Z] ---> 9c6f07244728 [2022-10-25T01:24:08.843Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-25T01:24:08.843Z] ---> 9c6f07244728 [2022-10-25T01:24:08.843Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-25T01:24:08.843Z] ---> Running in dc03126752af [2022-10-25T01:24:08.843Z] ---> Running in acad699c9af8 [2022-10-25T01:24:08.843Z] ---> Running in cfeee8ca3e48 [2022-10-25T01:24:08.843Z] Removing intermediate container cfeee8ca3e48 [2022-10-25T01:24:08.843Z] ---> 0834208f4cc7 [2022-10-25T01:24:08.843Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-25T01:24:08.843Z] Removing intermediate container acad699c9af8 [2022-10-25T01:24:08.843Z] ---> 5f00e6205196 [2022-10-25T01:24:08.843Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-25T01:24:08.843Z] ---> Running in c4039ee4a0dd [2022-10-25T01:24:08.843Z] ---> Running in 4332e23401b8 [2022-10-25T01:24:08.843Z] Removing intermediate container c4039ee4a0dd [2022-10-25T01:24:08.843Z] ---> 00f2ca341398 [2022-10-25T01:24:08.843Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-25T01:24:09.101Z] ---> Running in f4d05bea2b45 [2022-10-25T01:24:09.101Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:09.101Z] Removing intermediate container f4d05bea2b45 [2022-10-25T01:24:09.101Z] ---> 4a2a69942493 [2022-10-25T01:24:09.101Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:24:09.101Z] ---> Running in f2d6b0503f58 [2022-10-25T01:24:09.101Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:09.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:09.359Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:09.359Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-25T01:24:09.616Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-25T01:24:09.616Z] (3/3) Installing su-exec (0.2-r1) [2022-10-25T01:24:09.616Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T01:24:09.616Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T01:24:09.616Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-25T01:24:09.616Z] (2/2) Installing su-exec (0.2-r1) [2022-10-25T01:24:09.616Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T01:24:09.616Z] OK: 6 MiB in 16 packages [2022-10-25T01:24:09.616Z] OK: 6 MiB in 17 packages [2022-10-25T01:24:11.533Z] Removing intermediate container f2d6b0503f58 [2022-10-25T01:24:11.533Z] ---> 9ecccee8c920 [2022-10-25T01:24:11.533Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-25T01:24:14.843Z] Removing intermediate container 4332e23401b8 [2022-10-25T01:24:14.843Z] ---> 9500ad88fbac [2022-10-25T01:24:14.843Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-25T01:24:14.843Z] Removing intermediate container dc03126752af [2022-10-25T01:24:14.843Z] ---> Running in 3346027f2aba [2022-10-25T01:24:14.843Z] ---> 92377d007ee4 [2022-10-25T01:24:14.843Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T01:24:14.843Z] ---> Running in 3a8e8275b4e8 [2022-10-25T01:24:14.843Z] ---> Running in af0d184bd8ca [2022-10-25T01:24:14.843Z] Removing intermediate container 3a8e8275b4e8 [2022-10-25T01:24:14.843Z] ---> 304bd34157b7 [2022-10-25T01:24:14.843Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-25T01:24:14.843Z] ---> Running in ccf7b3bb3ee1 [2022-10-25T01:24:14.843Z] Removing intermediate container af0d184bd8ca [2022-10-25T01:24:14.843Z] ---> 98d9471a1c7a [2022-10-25T01:24:14.843Z] Step 13/25 : WORKDIR / [2022-10-25T01:24:15.408Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:15.408Z] ---> Running in babf2063effd [2022-10-25T01:24:15.711Z] Removing intermediate container ccf7b3bb3ee1 [2022-10-25T01:24:15.711Z] ---> d5ec10a644ef [2022-10-25T01:24:15.711Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-25T01:24:15.969Z] ---> Running in 0ae53eca6cfd [2022-10-25T01:24:15.969Z] Removing intermediate container babf2063effd [2022-10-25T01:24:15.969Z] ---> 6a3015ae59cd [2022-10-25T01:24:15.969Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-10-25T01:24:15.969Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:16.678Z] Removing intermediate container 0ae53eca6cfd [2022-10-25T01:24:16.678Z] ---> ca7d9c54d31d [2022-10-25T01:24:16.678Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-25T01:24:16.678Z] ---> Running in 0d4545e06007 [2022-10-25T01:24:16.678Z] ---> 1c2fcfa14810 [2022-10-25T01:24:16.678Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-10-25T01:24:16.678Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-25T01:24:16.678Z] Removing intermediate container 0d4545e06007 [2022-10-25T01:24:16.678Z] ---> 41a617d4db51 [2022-10-25T01:24:16.678Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-25T01:24:16.678Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T01:24:16.678Z] ---> Running in debbe2a209ca [2022-10-25T01:24:16.678Z] ---> f1a9e1bb9f6b [2022-10-25T01:24:16.678Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-25T01:24:16.678Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-25T01:24:16.678Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T01:24:16.678Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-25T01:24:16.948Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-25T01:24:16.948Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T01:24:16.948Z] OK: 8 MiB in 20 packages [2022-10-25T01:24:17.516Z] ---> ab7500a348ff [2022-10-25T01:24:17.516Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-10-25T01:24:17.778Z] ---> bb860d9d03a7 [2022-10-25T01:24:17.778Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-25T01:24:17.778Z] Removing intermediate container 3346027f2aba [2022-10-25T01:24:17.778Z] ---> 4bfcf9a39666 [2022-10-25T01:24:17.778Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T01:24:17.778Z] Removing intermediate container debbe2a209ca [2022-10-25T01:24:17.778Z] ---> ff39567e0bab [2022-10-25T01:24:17.778Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-25T01:24:18.048Z] ---> Running in 5d44d2bdf4ee [2022-10-25T01:24:18.307Z] ---> 5bfdfba5cb12 [2022-10-25T01:24:18.307Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-25T01:24:18.307Z] ---> 3b102a401453 [2022-10-25T01:24:18.307Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-25T01:24:18.307Z] Removing intermediate container 5d44d2bdf4ee [2022-10-25T01:24:18.307Z] ---> ce90f8c2cf09 [2022-10-25T01:24:18.307Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-25T01:24:19.725Z] ---> 47c70cc95c3e [2022-10-25T01:24:19.725Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-25T01:24:19.982Z] ---> 9143080e3108 [2022-10-25T01:24:19.982Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-25T01:24:19.982Z] ---> ac88735429b7 [2022-10-25T01:24:19.982Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T01:24:20.245Z] ---> Running in b724bb98cf61 [2022-10-25T01:24:20.245Z] ---> ae11a6a1313d [2022-10-25T01:24:20.245Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-25T01:24:20.245Z] ---> 8766409afa7d [2022-10-25T01:24:20.245Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T01:24:20.504Z] ---> Running in b2b3691fe408 [2022-10-25T01:24:20.504Z] ---> Running in 95ffe0ce6238 [2022-10-25T01:24:20.504Z] Removing intermediate container b2b3691fe408 [2022-10-25T01:24:20.504Z] ---> a81bba8d7dd8 [2022-10-25T01:24:20.504Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T01:24:20.764Z] ---> Running in 438cebe1d06b [2022-10-25T01:24:21.023Z] Removing intermediate container 438cebe1d06b [2022-10-25T01:24:21.023Z] ---> 5c3c268a9bdc [2022-10-25T01:24:21.023Z] Step 22/24 : LABEL arch=x86_64 [2022-10-25T01:24:21.023Z] ---> Running in 28e03afb8117 [2022-10-25T01:24:21.281Z] Removing intermediate container b724bb98cf61 [2022-10-25T01:24:21.281Z] ---> 93631956b823 [2022-10-25T01:24:21.281Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T01:24:21.281Z] Removing intermediate container 28e03afb8117 [2022-10-25T01:24:21.281Z] ---> 6d636f96498b [2022-10-25T01:24:21.281Z] Step 23/24 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T01:24:21.281Z] ---> Running in e67bc3bb72f0 [2022-10-25T01:24:21.281Z] Removing intermediate container 95ffe0ce6238 [2022-10-25T01:24:21.281Z] ---> 327bf681a266 [2022-10-25T01:24:21.281Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T01:24:21.539Z] ---> Running in 4f529676845e [2022-10-25T01:24:21.539Z] ---> 7a9d125854c2 [2022-10-25T01:24:21.539Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-25T01:24:21.539Z] Removing intermediate container e67bc3bb72f0 [2022-10-25T01:24:21.539Z] ---> c67aaeff8f2c [2022-10-25T01:24:21.539Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T01:24:21.539Z] ---> Running in b980501ede4d [2022-10-25T01:24:21.539Z] Removing intermediate container 4f529676845e [2022-10-25T01:24:21.539Z] ---> adf292f31ece [2022-10-25T01:24:21.539Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T01:24:21.810Z] ---> Running in 4190dd790d14 [2022-10-25T01:24:21.810Z] Removing intermediate container b980501ede4d [2022-10-25T01:24:21.810Z] ---> 4ebc5947d650 [2022-10-25T01:24:21.810Z] [2022-10-25T01:24:22.142Z] Removing intermediate container 28bbda71993f [2022-10-25T01:24:22.142Z] ---> 3dfaba6170f9 [2022-10-25T01:24:22.142Z] Step 9/24 : COPY . . [2022-10-25T01:24:22.142Z] ---> ce07ff6e02f0 [2022-10-25T01:24:22.142Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-25T01:24:22.142Z] Successfully built 4ebc5947d650 [2022-10-25T01:24:22.142Z] Successfully tagged core-data:latest [2022-10-25T01:24:22.142Z]  Building core-data ... done Building security-spiffe-token-provider [2022-10-25T01:24:22.142Z] Removing intermediate container 4190dd790d14 [2022-10-25T01:24:22.142Z] ---> 87a03a45cbcf [2022-10-25T01:24:22.142Z] Step 24/25 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T01:24:22.142Z] Removing intermediate container 46c361fc5766 [2022-10-25T01:24:22.142Z] ---> 3363b16c9905 [2022-10-25T01:24:22.142Z] Step 8/23 : COPY . . [2022-10-25T01:24:25.509Z] ---> Running in 773961d6b6c9 [2022-10-25T01:24:27.413Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T01:24:27.413Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-25T01:24:27.413Z] ---> dda9b3482598 [2022-10-25T01:24:27.413Z] Step 3/20 : WORKDIR /edgex-go [2022-10-25T01:24:27.413Z] ---> Using cache [2022-10-25T01:24:27.413Z] ---> 79b40c2b03e9 [2022-10-25T01:24:27.413Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-25T01:24:30.866Z] ---> f1b3076a34e9 [2022-10-25T01:24:30.866Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-25T01:24:30.866Z] Removing intermediate container 773961d6b6c9 [2022-10-25T01:24:30.866Z] ---> 35b2540f33f6 [2022-10-25T01:24:30.866Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T01:24:30.866Z] ---> Running in b18e9a49b620 [2022-10-25T01:24:30.866Z] ---> Running in 287950d5872f [2022-10-25T01:24:30.866Z] ---> 1e4a6e00b63b [2022-10-25T01:24:30.866Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-25T01:24:30.866Z] ---> 0c0df19c1cd6 [2022-10-25T01:24:30.866Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-25T01:24:30.866Z] ---> Running in ec67a5d77623 [2022-10-25T01:24:30.866Z] ---> Running in 5cf871da503a [2022-10-25T01:24:30.866Z] Removing intermediate container 287950d5872f [2022-10-25T01:24:30.866Z] ---> a555912999e6 [2022-10-25T01:24:30.866Z] [2022-10-25T01:24:30.866Z] ---> 069cd5a1bb85 [2022-10-25T01:24:30.866Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-25T01:24:30.866Z] Successfully built a555912999e6 [2022-10-25T01:24:30.866Z] Successfully tagged security-secretstore-setup:latest [2022-10-25T01:24:30.866Z]  Building security-secretstore-setup ... done Building core-metadata [2022-10-25T01:24:30.866Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:31.128Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:31.390Z] v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-25T01:24:31.390Z] v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-25T01:24:31.390Z] OK: 17038 distinct packages available [2022-10-25T01:24:31.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:31.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:24:31.650Z] 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-10-25T01:24:31.650Z] OK: 211 MiB in 51 packages [2022-10-25T01:24:32.592Z] 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-10-25T01:24:32.592Z] ---> 0135e150a495 [2022-10-25T01:24:32.592Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-25T01:24:33.531Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T01:24:33.531Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T01:24:33.531Z] ---> dda9b3482598 [2022-10-25T01:24:33.531Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-25T01:24:33.531Z] ---> Using cache [2022-10-25T01:24:33.531Z] ---> e7954438c172 [2022-10-25T01:24:33.531Z] Step 4/25 : WORKDIR /edgex-go [2022-10-25T01:24:33.531Z] ---> Using cache [2022-10-25T01:24:33.531Z] ---> 4ff6a6e8adf0 [2022-10-25T01:24:33.531Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:24:33.531Z] ---> Using cache [2022-10-25T01:24:33.531Z] ---> 3759e3b66c28 [2022-10-25T01:24:33.531Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-25T01:24:33.531Z] ---> Using cache [2022-10-25T01:24:33.531Z] ---> 63b35e46cc6f [2022-10-25T01:24:33.531Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-25T01:24:33.531Z] ---> Using cache [2022-10-25T01:24:33.531Z] ---> 208b195de4a8 [2022-10-25T01:24:33.531Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:24:33.531Z] ---> Using cache [2022-10-25T01:24:33.531Z] ---> 3dfaba6170f9 [2022-10-25T01:24:33.531Z] Step 9/25 : COPY . . [2022-10-25T01:24:33.531Z] ---> Using cache [2022-10-25T01:24:33.531Z] ---> 1e4a6e00b63b [2022-10-25T01:24:33.531Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-25T01:24:34.470Z] ---> Running in c6af62765514 [2022-10-25T01:24:34.470Z] ---> 8394f1b97c8e [2022-10-25T01:24:34.470Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-25T01:24:34.738Z] Removing intermediate container b18e9a49b620 [2022-10-25T01:24:34.738Z] ---> 9dfd76379144 [2022-10-25T01:24:34.738Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-25T01:24:34.738Z] ---> 8a72d5847dd5 [2022-10-25T01:24:34.738Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-25T01:24:34.998Z] ---> Running in a120e40b263e [2022-10-25T01:24:34.998Z] 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-10-25T01:24:34.998Z] ---> 5dd9cdd69baf [2022-10-25T01:24:34.998Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:24:34.998Z] ---> Running in 1efbee0f9ca6 [2022-10-25T01:24:36.919Z] Removing intermediate container a120e40b263e [2022-10-25T01:24:36.919Z] ---> a07b5495df6e [2022-10-25T01:24:36.919Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-25T01:24:36.919Z] ---> Running in 2c1f5fae871c [2022-10-25T01:24:37.178Z] Removing intermediate container 2c1f5fae871c [2022-10-25T01:24:37.178Z] ---> 4903ca29e48e [2022-10-25T01:24:37.178Z] Step 30/33 : CMD ["gate"] [2022-10-25T01:24:37.178Z] ---> Running in 40534945e17d [2022-10-25T01:24:37.438Z] Removing intermediate container 40534945e17d [2022-10-25T01:24:37.438Z] ---> 0e8c20c817ad [2022-10-25T01:24:37.438Z] Step 31/33 : LABEL arch=x86_64 [2022-10-25T01:24:37.438Z] ---> Running in 241d745d4a4b [2022-10-25T01:24:38.008Z] Removing intermediate container 241d745d4a4b [2022-10-25T01:24:38.008Z] ---> 4d8da32db4a3 [2022-10-25T01:24:38.008Z] Step 32/33 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T01:24:38.293Z] ---> Running in fe3e52df092b [2022-10-25T01:24:39.693Z] Removing intermediate container fe3e52df092b [2022-10-25T01:24:39.693Z] ---> ea888306dfe5 [2022-10-25T01:24:39.693Z] Step 33/33 : LABEL version=0.0.0 [2022-10-25T01:24:41.069Z] ---> Running in 87effe23ca30 [2022-10-25T01:24:42.003Z] Removing intermediate container 87effe23ca30 [2022-10-25T01:24:42.003Z] ---> d5d2e4a7a449 [2022-10-25T01:24:42.003Z] [2022-10-25T01:24:42.261Z] Successfully built d5d2e4a7a449 [2022-10-25T01:24:42.261Z] Successfully tagged security-bootstrapper:latest [2022-10-25T01:24:42.261Z] Building support-scheduler [2022-10-25T01:24:47.528Z]  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T01:24:47.528Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T01:24:47.528Z] ---> dda9b3482598 [2022-10-25T01:24:47.528Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T01:24:47.528Z] ---> Using cache [2022-10-25T01:24:47.528Z] ---> e7954438c172 [2022-10-25T01:24:47.528Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T01:24:47.528Z] ---> Using cache [2022-10-25T01:24:47.528Z] ---> 4ff6a6e8adf0 [2022-10-25T01:24:47.528Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:24:47.528Z] ---> Using cache [2022-10-25T01:24:47.528Z] ---> 3759e3b66c28 [2022-10-25T01:24:47.528Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-25T01:24:47.528Z] ---> Using cache [2022-10-25T01:24:47.528Z] ---> 63b35e46cc6f [2022-10-25T01:24:47.528Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T01:24:47.528Z] ---> Using cache [2022-10-25T01:24:47.528Z] ---> 208b195de4a8 [2022-10-25T01:24:47.528Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:24:47.528Z] ---> Using cache [2022-10-25T01:24:47.528Z] ---> 3dfaba6170f9 [2022-10-25T01:24:47.528Z] Step 9/23 : COPY . . [2022-10-25T01:24:47.528Z] ---> Using cache [2022-10-25T01:24:47.528Z] ---> 1e4a6e00b63b [2022-10-25T01:24:47.528Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-25T01:24:57.514Z] ---> Running in f9b753dd22ff [2022-10-25T01:24:57.514Z] Removing intermediate container 1efbee0f9ca6 [2022-10-25T01:24:57.514Z] ---> b6f8e0189ab5 [2022-10-25T01:24:57.514Z] Step 7/20 : COPY . . [2022-10-25T01:24:57.514Z] 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-10-25T01:25:02.786Z] Removing intermediate container 5cf871da503a [2022-10-25T01:25:02.786Z] ---> 6223250ec4a0 [2022-10-25T01:25:02.786Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-25T01:25:03.351Z] ---> 00f8b556f3f2 [2022-10-25T01:25:03.351Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-25T01:25:03.351Z] ---> Running in 8404394b7c6a [2022-10-25T01:25:03.613Z] Removing intermediate container ec67a5d77623 [2022-10-25T01:25:03.613Z] ---> aea170455979 [2022-10-25T01:25:03.613Z] [2022-10-25T01:25:03.613Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T01:25:03.613Z] ---> 9c6f07244728 [2022-10-25T01:25:03.613Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-25T01:25:03.613Z] ---> Running in cfde768549c6 [2022-10-25T01:25:03.870Z] ---> Running in 09fc720d1d5e [2022-10-25T01:25:04.128Z] 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-10-25T01:25:04.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:04.385Z] 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-10-25T01:25:04.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:04.644Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T01:25:04.644Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T01:25:04.644Z] OK: 6 MiB in 15 packages [2022-10-25T01:25:07.176Z] Removing intermediate container c6af62765514 [2022-10-25T01:25:07.176Z] ---> c9268cf3ead0 [2022-10-25T01:25:07.176Z] [2022-10-25T01:25:07.176Z] Step 11/25 : FROM alpine:3.16 [2022-10-25T01:25:07.176Z] ---> 9c6f07244728 [2022-10-25T01:25:07.176Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-25T01:25:07.176Z] Removing intermediate container 8404394b7c6a [2022-10-25T01:25:07.176Z] ---> a0c1359261ac [2022-10-25T01:25:07.176Z] [2022-10-25T01:25:07.176Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T01:25:07.176Z] ---> 9c6f07244728 [2022-10-25T01:25:07.176Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-10-25T01:25:07.176Z] ---> Running in 9cc3b9be750a [2022-10-25T01:25:07.176Z] Removing intermediate container 09fc720d1d5e [2022-10-25T01:25:07.176Z] ---> df1e66710c4d [2022-10-25T01:25:07.176Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T01:25:07.176Z] ---> Running in 254008542a7c [2022-10-25T01:25:07.176Z] ---> Running in 0766bf2ed30a [2022-10-25T01:25:07.176Z] Removing intermediate container 254008542a7c [2022-10-25T01:25:07.176Z] ---> 28ff769a3858 [2022-10-25T01:25:07.176Z] Step 13/23 : 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-10-25T01:25:07.176Z] ---> Running in e35b2498cae7 [2022-10-25T01:25:07.176Z] Removing intermediate container 0766bf2ed30a [2022-10-25T01:25:07.176Z] ---> df76cad55c55 [2022-10-25T01:25:07.176Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-25T01:25:07.433Z] ---> Running in b5fd686091e7 [2022-10-25T01:25:07.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:07.691Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:07.691Z] Removing intermediate container b5fd686091e7 [2022-10-25T01:25:07.691Z] ---> cc006dee2860 [2022-10-25T01:25:07.691Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-25T01:25:07.691Z] ---> Running in cd4ddfad73f7 [2022-10-25T01:25:07.691Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T01:25:07.948Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T01:25:07.948Z] OK: 6 MiB in 15 packages [2022-10-25T01:25:07.948Z] Removing intermediate container cd4ddfad73f7 [2022-10-25T01:25:07.948Z] ---> 75e906576703 [2022-10-25T01:25:07.948Z] Step 16/24 : WORKDIR / [2022-10-25T01:25:07.948Z] ---> Running in 15ba662216dc [2022-10-25T01:25:08.205Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:08.205Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:08.467Z] Removing intermediate container 15ba662216dc [2022-10-25T01:25:08.467Z] ---> 344c6363c581 [2022-10-25T01:25:08.467Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T01:25:08.467Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-25T01:25:08.467Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-25T01:25:08.467Z] (3/33) Installing readline (8.1.2-r0) [2022-10-25T01:25:08.467Z] (4/33) Installing bash (5.1.16-r2) [2022-10-25T01:25:08.468Z] Executing bash-5.1.16-r2.post-install [2022-10-25T01:25:08.468Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-25T01:25:08.468Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-25T01:25:08.468Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T01:25:08.468Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-25T01:25:08.468Z] (9/33) Installing curl (7.83.1-r3) [2022-10-25T01:25:08.725Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-25T01:25:08.725Z] Removing intermediate container 9cc3b9be750a [2022-10-25T01:25:08.725Z] ---> 88d3dc6d4779 [2022-10-25T01:25:08.725Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T01:25:08.983Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-25T01:25:08.983Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-25T01:25:08.983Z] (13/33) Installing expat (2.4.9-r0) [2022-10-25T01:25:08.983Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-25T01:25:08.983Z] (15/33) Installing gdbm (1.23-r0) [2022-10-25T01:25:08.983Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-25T01:25:08.983Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T01:25:08.983Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T01:25:08.983Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-25T01:25:08.983Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-25T01:25:08.983Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-25T01:25:09.240Z] ---> 2b009892a320 [2022-10-25T01:25:09.240Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-25T01:25:09.240Z] ---> Running in 2a400ae873ef [2022-10-25T01:25:09.497Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-25T01:25:09.497Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-25T01:25:09.497Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-25T01:25:09.497Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-25T01:25:09.497Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-25T01:25:09.497Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-25T01:25:09.497Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-25T01:25:09.497Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-25T01:25:09.497Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-25T01:25:09.497Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-25T01:25:09.497Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-25T01:25:09.755Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-25T01:25:09.755Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T01:25:09.755Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T01:25:09.755Z] OK: 122 MiB in 47 packages [2022-10-25T01:25:10.685Z] Removing intermediate container 2a400ae873ef [2022-10-25T01:25:10.685Z] ---> dc4827667d34 [2022-10-25T01:25:10.685Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-25T01:25:10.943Z] ---> Running in cfe820c53d84 [2022-10-25T01:25:10.943Z] ---> e58e2e30e0a4 [2022-10-25T01:25:10.943Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-25T01:25:11.199Z] Removing intermediate container cfe820c53d84 [2022-10-25T01:25:11.199Z] ---> e9652b255b64 [2022-10-25T01:25:11.199Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-25T01:25:11.199Z] ---> c55efbb76ffd [2022-10-25T01:25:11.199Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-25T01:25:11.199Z] ---> Running in 240771b43936 [2022-10-25T01:25:11.199Z] ---> Running in f53e7d8dcad4 [2022-10-25T01:25:11.762Z] Removing intermediate container f53e7d8dcad4 [2022-10-25T01:25:11.762Z] Removing intermediate container 240771b43936 [2022-10-25T01:25:11.762Z] ---> 3a9a1d66440f [2022-10-25T01:25:11.762Z] ---> 0e64af695e7e [2022-10-25T01:25:11.762Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 16/25 : WORKDIR / [2022-10-25T01:25:11.762Z] [2022-10-25T01:25:11.762Z] ---> Running in f03b65f078da [2022-10-25T01:25:11.762Z] ---> Running in 846476d9f639 [2022-10-25T01:25:12.327Z] Removing intermediate container 846476d9f639 [2022-10-25T01:25:12.327Z] ---> 6256a24fefc0 [2022-10-25T01:25:12.327Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T01:25:12.327Z] Removing intermediate container f03b65f078da [2022-10-25T01:25:12.327Z] ---> f3ef9d7f4fc2 [2022-10-25T01:25:12.327Z] Step 22/24 : LABEL arch=x86_64 [2022-10-25T01:25:12.327Z] ---> Running in e68a637c981d [2022-10-25T01:25:12.584Z] Removing intermediate container e68a637c981d [2022-10-25T01:25:12.584Z] ---> 9905c5a749e3 [2022-10-25T01:25:12.584Z] Step 23/24 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T01:25:12.584Z] ---> 2c88201c8908 [2022-10-25T01:25:12.584Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-25T01:25:12.840Z] ---> Running in 5d4b281d0e80 [2022-10-25T01:25:13.108Z] Removing intermediate container 5d4b281d0e80 [2022-10-25T01:25:13.108Z] ---> 2f5976fc3454 [2022-10-25T01:25:13.108Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T01:25:13.108Z] ---> Running in eb2194d5c39c [2022-10-25T01:25:13.108Z] Collecting docker-compose==1.23.2 [2022-10-25T01:25:13.108Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-25T01:25:13.108Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 23.7 MB/s eta 0:00:00 [2022-10-25T01:25:13.366Z] Collecting jsonschema<3,>=2.5.1 [2022-10-25T01:25:13.366Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-25T01:25:13.366Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-25T01:25:13.366Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-25T01:25:13.366Z] Preparing metadata (setup.py): started [2022-10-25T01:25:13.366Z] Removing intermediate container eb2194d5c39c [2022-10-25T01:25:13.366Z] ---> 5dcdb1f780d1 [2022-10-25T01:25:13.366Z] [2022-10-25T01:25:13.366Z] ---> 69bc22b7fe48 [2022-10-25T01:25:13.366Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-25T01:25:13.366Z] Successfully built 5dcdb1f780d1 [2022-10-25T01:25:13.623Z] Successfully tagged core-command:latest [2022-10-25T01:25:13.623Z] Building security-proxy-setup [2022-10-25T01:25:13.623Z]  Building core-command ... done  Preparing metadata (setup.py): finished with status 'done' [2022-10-25T01:25:13.880Z] Collecting PyYAML<4,>=3.10 [2022-10-25T01:25:13.880Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-25T01:25:13.880Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 40.5 MB/s eta 0:00:00 [2022-10-25T01:25:14.138Z] Preparing metadata (setup.py): started [2022-10-25T01:25:14.416Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T01:25:14.416Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-25T01:25:14.416Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-25T01:25:14.416Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 139.2 MB/s eta 0:00:00 [2022-10-25T01:25:14.416Z] 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-10-25T01:25:14.673Z] Collecting texttable<0.10,>=0.9.0 [2022-10-25T01:25:14.673Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-25T01:25:14.673Z] Preparing metadata (setup.py): started [2022-10-25T01:25:14.930Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T01:25:14.930Z] Collecting docker<4.0,>=3.6.0 [2022-10-25T01:25:14.930Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-25T01:25:14.930Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 174.0 MB/s eta 0:00:00 [2022-10-25T01:25:15.393Z] Collecting docopt<0.7,>=0.6.1 [2022-10-25T01:25:15.393Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-25T01:25:15.393Z] Preparing metadata (setup.py): started [2022-10-25T01:25:15.651Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T01:25:15.651Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-25T01:25:15.651Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-25T01:25:15.651Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 123.5 MB/s eta 0:00:00 [2022-10-25T01:25:15.651Z] Collecting cached-property<2,>=1.2.0 [2022-10-25T01:25:15.651Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-25T01:25:15.651Z] Collecting docker-pycreds>=0.4.0 [2022-10-25T01:25:15.651Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-25T01:25:15.908Z] Collecting certifi>=2017.4.17 [2022-10-25T01:25:15.908Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-25T01:25:15.908Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 115.2 MB/s eta 0:00:00 [2022-10-25T01:25:15.908Z] Collecting idna<2.8,>=2.5 [2022-10-25T01:25:15.908Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-25T01:25:15.908Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 169.8 MB/s eta 0:00:00 [2022-10-25T01:25:15.908Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-25T01:25:15.908Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-25T01:25:15.908Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 191.6 MB/s eta 0:00:00 [2022-10-25T01:25:16.172Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-25T01:25:16.172Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-25T01:25:16.172Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 196.1 MB/s eta 0:00:00 [2022-10-25T01:25:16.172Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-25T01:25:16.172Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-25T01:25:16.172Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-25T01:25:16.172Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-25T01:25:16.445Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-25T01:25:16.445Z] Running setup.py install for texttable: started [2022-10-25T01:25:16.722Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T01:25:16.722Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-25T01:25:16.722Z] ---> dda9b3482598 [2022-10-25T01:25:16.722Z] Step 3/22 : WORKDIR /edgex-go [2022-10-25T01:25:16.722Z] ---> Using cache [2022-10-25T01:25:16.722Z] ---> 79b40c2b03e9 [2022-10-25T01:25:16.722Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:25:16.722Z] ---> Using cache [2022-10-25T01:25:16.722Z] ---> 2f8fe070e073 [2022-10-25T01:25:16.722Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-25T01:25:16.722Z] ---> Using cache [2022-10-25T01:25:16.722Z] ---> 8da71c6f527b [2022-10-25T01:25:16.722Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-25T01:25:16.722Z] ---> Using cache [2022-10-25T01:25:16.722Z] ---> f2aceba7585a [2022-10-25T01:25:16.722Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:25:16.722Z] ---> Using cache [2022-10-25T01:25:16.722Z] ---> cbd447a36afe [2022-10-25T01:25:16.722Z] Step 8/22 : COPY . . [2022-10-25T01:25:16.722Z] ---> Using cache [2022-10-25T01:25:16.722Z] ---> 65bf4dc1c17d [2022-10-25T01:25:16.722Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-25T01:25:16.981Z] Running setup.py install for texttable: finished with status 'done' [2022-10-25T01:25:16.981Z] Running setup.py install for PyYAML: started [2022-10-25T01:25:17.550Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-25T01:25:19.245Z] ---> d9ff8d7ea983 [2022-10-25T01:25:19.245Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-25T01:25:19.245Z] Running setup.py install for docopt: started [2022-10-25T01:25:19.245Z] ---> Running in feb111b6a1c8 [2022-10-25T01:25:19.505Z] ---> 83451c27bf6f [2022-10-25T01:25:19.505Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-25T01:25:19.505Z] ---> Running in dc3b0abc7a24 [2022-10-25T01:25:19.505Z] Running setup.py install for docopt: finished with status 'done' [2022-10-25T01:25:19.505Z] Removing intermediate container dc3b0abc7a24 [2022-10-25T01:25:19.505Z] ---> f4de6a088e3e [2022-10-25T01:25:19.505Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T01:25:19.505Z] ---> Running in a1f517532578 [2022-10-25T01:25:19.776Z] Removing intermediate container a1f517532578 [2022-10-25T01:25:19.776Z] ---> 610dec3e319d [2022-10-25T01:25:19.776Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T01:25:19.776Z] 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-10-25T01:25:20.033Z] ---> Running in 0619c64cf172 [2022-10-25T01:25:20.033Z] Running setup.py install for dockerpty: started [2022-10-25T01:25:20.321Z] Removing intermediate container 0619c64cf172 [2022-10-25T01:25:20.321Z] ---> c70bbc4e5c34 [2022-10-25T01:25:20.321Z] Step 24/25 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T01:25:20.321Z] ---> Running in 8834bf14138d [2022-10-25T01:25:20.579Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-25T01:25:20.579Z] Removing intermediate container 8834bf14138d [2022-10-25T01:25:20.579Z] ---> 4329c2dc8d50 [2022-10-25T01:25:20.580Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T01:25:20.580Z] ---> Running in 01d05a0c0f24 [2022-10-25T01:25:20.836Z] Removing intermediate container 01d05a0c0f24 [2022-10-25T01:25:20.836Z] ---> 79679c0228c5 [2022-10-25T01:25:20.836Z] [2022-10-25T01:25:20.836Z] Successfully built 79679c0228c5 [2022-10-25T01:25:20.836Z] Successfully tagged core-metadata:latest [2022-10-25T01:25:20.836Z]  Building core-metadata ... done Building support-notifications [2022-10-25T01:25:21.095Z] 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-10-25T01:25:21.095Z] 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-10-25T01:25:25.314Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T01:25:25.314Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T01:25:25.314Z] ---> dda9b3482598 [2022-10-25T01:25:25.314Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T01:25:25.314Z] ---> Using cache [2022-10-25T01:25:25.314Z] ---> e7954438c172 [2022-10-25T01:25:25.314Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T01:25:25.314Z] ---> Using cache [2022-10-25T01:25:25.314Z] ---> 4ff6a6e8adf0 [2022-10-25T01:25:25.314Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:25:25.314Z] ---> Using cache [2022-10-25T01:25:25.314Z] ---> 3759e3b66c28 [2022-10-25T01:25:25.314Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-25T01:25:28.610Z] ---> Running in 3948739eb994 [2022-10-25T01:25:29.179Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:30.128Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:30.392Z] OK: 211 MiB in 51 packages [2022-10-25T01:25:30.652Z] Removing intermediate container e35b2498cae7 [2022-10-25T01:25:30.652Z] ---> ecd5515f8905 [2022-10-25T01:25:30.652Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-25T01:25:32.033Z] ---> Running in a3bcac451d7d [2022-10-25T01:25:32.033Z] Removing intermediate container a3bcac451d7d [2022-10-25T01:25:32.293Z] ---> 27e27c0e247a [2022-10-25T01:25:32.293Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T01:25:32.293Z] Removing intermediate container 3948739eb994 [2022-10-25T01:25:32.293Z] ---> 885b2f3232f6 [2022-10-25T01:25:32.293Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T01:25:32.293Z] Removing intermediate container f9b753dd22ff [2022-10-25T01:25:32.293Z] ---> 3e3c0affd147 [2022-10-25T01:25:32.293Z] [2022-10-25T01:25:32.293Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T01:25:32.293Z] ---> 9c6f07244728 [2022-10-25T01:25:32.293Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-25T01:25:32.293Z] ---> Using cache [2022-10-25T01:25:32.293Z] ---> 88d3dc6d4779 [2022-10-25T01:25:32.293Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T01:25:32.293Z] ---> Using cache [2022-10-25T01:25:32.293Z] ---> dc4827667d34 [2022-10-25T01:25:32.293Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-25T01:25:32.293Z] ---> Running in b15f948eaa1a [2022-10-25T01:25:32.293Z] ---> Running in 4bc441d1ea72 [2022-10-25T01:25:32.562Z] Removing intermediate container b15f948eaa1a [2022-10-25T01:25:32.562Z] ---> c4fea8d72525 [2022-10-25T01:25:32.562Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-25T01:25:32.823Z] ---> 7d9bb62fd0ef [2022-10-25T01:25:32.823Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:25:32.823Z] Removing intermediate container 4bc441d1ea72 [2022-10-25T01:25:32.823Z] ---> b85a3da08628 [2022-10-25T01:25:32.823Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T01:25:33.395Z] ---> 2306877de056 [2022-10-25T01:25:33.395Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-25T01:25:33.395Z] ---> Running in f001cc89d565 [2022-10-25T01:25:33.395Z] ---> Running in fcce7c05fb66 [2022-10-25T01:25:33.655Z] Removing intermediate container fcce7c05fb66 [2022-10-25T01:25:33.655Z] ---> c97455263bb1 [2022-10-25T01:25:33.655Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T01:25:33.655Z] ---> fb90c4efab15 [2022-10-25T01:25:33.655Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-25T01:25:34.228Z] ---> ba06c039c036 [2022-10-25T01:25:34.228Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-25T01:25:34.228Z] ---> 3acb67c31fd2 [2022-10-25T01:25:34.228Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-25T01:25:34.491Z] ---> Running in 1a812053aaa1 [2022-10-25T01:25:35.107Z] Removing intermediate container 1a812053aaa1 [2022-10-25T01:25:35.107Z] ---> f07d3d75f36b [2022-10-25T01:25:35.107Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T01:25:35.107Z] ---> d0c8090202ac [2022-10-25T01:25:35.107Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-25T01:25:35.107Z] ---> Running in 48483cb715ea [2022-10-25T01:25:35.107Z] Removing intermediate container cfde768549c6 [2022-10-25T01:25:35.107Z] ---> 9b49754253a5 [2022-10-25T01:25:35.107Z] [2022-10-25T01:25:35.107Z] Step 9/20 : FROM alpine:3.15 [2022-10-25T01:25:35.107Z] ---> c4fc93816858 [2022-10-25T01:25:35.107Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T01:25:35.107Z] ---> Using cache [2022-10-25T01:25:35.107Z] ---> 071d570899f6 [2022-10-25T01:25:35.107Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:25:35.107Z] ---> Using cache [2022-10-25T01:25:35.107Z] ---> e981aab72dc1 [2022-10-25T01:25:35.107Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-25T01:25:35.367Z] ---> Running in 6812aba476af [2022-10-25T01:25:35.367Z] Removing intermediate container 48483cb715ea [2022-10-25T01:25:35.367Z] ---> 125c732759ef [2022-10-25T01:25:35.367Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T01:25:35.367Z] ---> Running in 768dbb548f43 [2022-10-25T01:25:35.628Z] ---> 70f0f73be7f6 [2022-10-25T01:25:35.628Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-25T01:25:35.628Z] ---> Running in c4d7214fd682 [2022-10-25T01:25:35.628Z] Removing intermediate container 768dbb548f43 [2022-10-25T01:25:35.628Z] ---> 21a274b9a68b [2022-10-25T01:25:35.628Z] Step 22/23 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T01:25:35.896Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:35.896Z] ---> Running in 91c8336304c4 [2022-10-25T01:25:36.160Z] Removing intermediate container c4d7214fd682 [2022-10-25T01:25:36.160Z] ---> 16565b0eed79 [2022-10-25T01:25:36.160Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T01:25:37.563Z] Removing intermediate container 91c8336304c4 [2022-10-25T01:25:37.563Z] ---> 1294a2457320 [2022-10-25T01:25:37.563Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T01:25:37.563Z] 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-10-25T01:25:37.823Z] ---> Running in e04ea53e31bf [2022-10-25T01:25:37.823Z] ---> Running in 4db609528afa [2022-10-25T01:25:37.823Z] Removing intermediate container e04ea53e31bf [2022-10-25T01:25:37.823Z] ---> d44866e1e212 [2022-10-25T01:25:37.823Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T01:25:37.823Z] Removing intermediate container 4db609528afa [2022-10-25T01:25:37.823Z] ---> 46b7b05af3bf [2022-10-25T01:25:37.823Z] [2022-10-25T01:25:37.823Z] ---> Running in 2b447841f34a [2022-10-25T01:25:38.083Z] Successfully built 46b7b05af3bf [2022-10-25T01:25:38.083Z] Successfully tagged sys-mgmt-agent:latest [2022-10-25T01:25:38.083Z]  Building sys-mgmt-agent ... done Building security-spire-agent [2022-10-25T01:25:38.083Z] Removing intermediate container 2b447841f34a [2022-10-25T01:25:38.083Z] ---> 2e9eab4b61d8 [2022-10-25T01:25:38.083Z] Step 22/23 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T01:25:39.037Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:40.431Z] ---> Running in c83ca4f71b7c [2022-10-25T01:25:42.354Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T01:25:42.354Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T01:25:42.354Z] ---> dda9b3482598 [2022-10-25T01:25:42.354Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T01:25:42.354Z] ---> Using cache [2022-10-25T01:25:42.354Z] ---> 79b40c2b03e9 [2022-10-25T01:25:42.354Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:25:42.354Z] ---> Using cache [2022-10-25T01:25:42.354Z] ---> 2f8fe070e073 [2022-10-25T01:25:42.354Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T01:25:42.354Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T01:25:42.354Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T01:25:42.354Z] OK: 15857 distinct packages available [2022-10-25T01:25:42.354Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:43.294Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:43.552Z] Removing intermediate container c83ca4f71b7c [2022-10-25T01:25:43.552Z] ---> d52d3e305466 [2022-10-25T01:25:43.552Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T01:25:43.552Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-25T01:25:43.552Z] ---> Running in 0fbe91a60984 [2022-10-25T01:25:43.552Z] ---> Running in 15276a6cfdf0 [2022-10-25T01:25:43.552Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-25T01:25:43.552Z] Removing intermediate container 15276a6cfdf0 [2022-10-25T01:25:43.552Z] ---> 3d4945dabaea [2022-10-25T01:25:43.552Z] [2022-10-25T01:25:43.812Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-25T01:25:43.812Z] Successfully built 3d4945dabaea [2022-10-25T01:25:43.812Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-25T01:25:43.812Z] Successfully tagged support-scheduler:latest [2022-10-25T01:25:43.812Z]  Building support-scheduler ... done fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:43.812Z] (5/9) Installing curl (7.80.0-r3) [2022-10-25T01:25:44.070Z] Removing intermediate container f001cc89d565 [2022-10-25T01:25:44.070Z] ---> 407a3aac1190 [2022-10-25T01:25:44.070Z] Step 9/23 : COPY . . [2022-10-25T01:25:44.070Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-25T01:25:44.070Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-25T01:25:44.070Z] (8/9) Installing libucontext (1.1-r0) [2022-10-25T01:25:44.330Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-25T01:25:44.330Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T01:25:44.330Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T01:25:44.330Z] OK: 8 MiB in 23 packages [2022-10-25T01:25:44.624Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:45.191Z] OK: 211 MiB in 51 packages [2022-10-25T01:25:49.423Z] Removing intermediate container feb111b6a1c8 [2022-10-25T01:25:49.423Z] ---> d95da989c8c1 [2022-10-25T01:25:49.423Z] [2022-10-25T01:25:49.423Z] Step 10/22 : FROM alpine:3.16 [2022-10-25T01:25:49.423Z] ---> 9c6f07244728 [2022-10-25T01:25:49.423Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-25T01:25:49.423Z] ---> Running in e8fdff286053 [2022-10-25T01:25:49.423Z] Removing intermediate container 0fbe91a60984 [2022-10-25T01:25:49.423Z] ---> 716a6afb1225 [2022-10-25T01:25:49.423Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T01:25:49.423Z] ---> 3f4ad13ab5e2 [2022-10-25T01:25:49.423Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-25T01:25:49.423Z] ---> Running in c66492699cd2 [2022-10-25T01:25:49.423Z] Removing intermediate container 6812aba476af [2022-10-25T01:25:49.423Z] ---> c16d68e5ed76 [2022-10-25T01:25:49.423Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T01:25:49.423Z] ---> 7d9a67b0dcf9 [2022-10-25T01:25:49.423Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T01:25:49.423Z] ---> Running in 1363d1befb3c [2022-10-25T01:25:49.423Z] ---> a5cfa62846ce [2022-10-25T01:25:49.423Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-25T01:25:49.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:49.682Z] 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-10-25T01:25:49.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:25:49.940Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-25T01:25:49.940Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-25T01:25:49.940Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T01:25:49.940Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-25T01:25:49.940Z] (5/6) Installing curl (7.83.1-r3) [2022-10-25T01:25:49.940Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-25T01:25:49.940Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T01:25:49.940Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T01:25:49.940Z] OK: 8 MiB in 20 packages [2022-10-25T01:25:50.507Z] ---> 027ae61820d2 [2022-10-25T01:25:50.507Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-25T01:25:50.507Z] ---> d147f35b4bc4 [2022-10-25T01:25:50.507Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-25T01:25:50.507Z] ---> Running in a529a54a0169 [2022-10-25T01:25:50.766Z] Removing intermediate container e8fdff286053 [2022-10-25T01:25:50.766Z] ---> 39f10bf6b8eb [2022-10-25T01:25:50.766Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T01:25:50.766Z] Removing intermediate container a529a54a0169 [2022-10-25T01:25:50.766Z] ---> ed1cb274c995 [2022-10-25T01:25:50.766Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T01:25:50.766Z] ---> Running in cbd9dac34a78 [2022-10-25T01:25:50.766Z] ---> Running in 37dc5f032ec3 [2022-10-25T01:25:51.040Z] Removing intermediate container cbd9dac34a78 [2022-10-25T01:25:51.040Z] ---> f0805c2d518a [2022-10-25T01:25:51.040Z] Step 13/22 : WORKDIR /edgex [2022-10-25T01:25:51.040Z] Removing intermediate container 37dc5f032ec3 [2022-10-25T01:25:51.040Z] ---> 0a7f1a397499 [2022-10-25T01:25:51.040Z] Step 18/20 : LABEL arch=x86_64 [2022-10-25T01:25:51.040Z] ---> Running in 22c76fa71555 [2022-10-25T01:25:51.040Z] ---> Running in 7e36c9791ce5 [2022-10-25T01:25:51.040Z] Removing intermediate container 7e36c9791ce5 [2022-10-25T01:25:51.040Z] ---> 75a2be451ccb [2022-10-25T01:25:51.040Z] Step 19/20 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T01:25:51.040Z] Removing intermediate container 22c76fa71555 [2022-10-25T01:25:51.040Z] ---> 2b17b2e52f42 [2022-10-25T01:25:51.040Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-25T01:25:51.305Z] ---> Running in 064a0490fc52 [2022-10-25T01:25:51.584Z] ---> 52ab6ea89b47 [2022-10-25T01:25:51.584Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-25T01:25:51.584Z] Removing intermediate container 064a0490fc52 [2022-10-25T01:25:51.584Z] ---> 4dbef6ab2be1 [2022-10-25T01:25:51.584Z] Step 20/20 : LABEL version=0.0.0 [2022-10-25T01:25:52.976Z] ---> Running in a1e5e3891313 [2022-10-25T01:25:53.548Z] ---> a9c3e7ea70eb [2022-10-25T01:25:53.548Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-25T01:25:53.806Z] Removing intermediate container a1e5e3891313 [2022-10-25T01:25:53.806Z] ---> c776353d1eb8 [2022-10-25T01:25:53.806Z] [2022-10-25T01:25:53.806Z] Successfully built c776353d1eb8 [2022-10-25T01:25:53.806Z] Successfully tagged security-spiffe-token-provider:latest [2022-10-25T01:25:55.184Z]  Building security-spiffe-token-provider ... done  ---> 9afee0cfe0b1 [2022-10-25T01:25:55.184Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T01:25:56.133Z] ---> b1ff945b832e [2022-10-25T01:25:56.133Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T01:25:56.133Z] ---> Running in 941d935b85d4 [2022-10-25T01:25:58.073Z] Removing intermediate container 941d935b85d4 [2022-10-25T01:25:58.073Z] ---> 20411b50a96b [2022-10-25T01:25:58.073Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T01:25:58.333Z] ---> Running in 33fba572217f [2022-10-25T01:25:58.595Z] Removing intermediate container 33fba572217f [2022-10-25T01:25:58.595Z] ---> 84784f3938f4 [2022-10-25T01:25:58.595Z] Step 20/22 : LABEL arch=x86_64 [2022-10-25T01:25:58.595Z] ---> Running in 5e869087f53c [2022-10-25T01:25:58.854Z] Removing intermediate container 5e869087f53c [2022-10-25T01:25:58.854Z] ---> d5cee1d82d3a [2022-10-25T01:25:58.854Z] Step 21/22 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T01:25:59.114Z] ---> Running in 324304f3dcd9 [2022-10-25T01:25:59.114Z] Removing intermediate container 1363d1befb3c [2022-10-25T01:25:59.114Z] ---> 6e4316be8fb4 [2022-10-25T01:25:59.114Z] Step 8/26 : COPY . . [2022-10-25T01:25:59.385Z] Removing intermediate container 324304f3dcd9 [2022-10-25T01:25:59.385Z] ---> 9a9bf949d146 [2022-10-25T01:25:59.385Z] Step 22/22 : LABEL version=0.0.0 [2022-10-25T01:26:02.809Z] ---> Running in c9a868d896ad [2022-10-25T01:26:03.069Z] Removing intermediate container c9a868d896ad [2022-10-25T01:26:03.069Z] ---> 10b285099de0 [2022-10-25T01:26:03.069Z] [2022-10-25T01:26:03.329Z] Successfully built 10b285099de0 [2022-10-25T01:26:03.329Z] Successfully tagged security-proxy-setup:latest [2022-10-25T01:26:03.329Z]  Building security-proxy-setup ... done  ---> 94583b03cf4e [2022-10-25T01:26:03.329Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T01:26:03.329Z] ---> Running in 13c3cdc396b8 [2022-10-25T01:26:03.589Z] Removing intermediate container 13c3cdc396b8 [2022-10-25T01:26:03.589Z] ---> cdea06db39b9 [2022-10-25T01:26:03.589Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T01:26:03.589Z] ---> Running in c70f6bf051cd [2022-10-25T01:26:03.847Z] Removing intermediate container c70f6bf051cd [2022-10-25T01:26:03.847Z] ---> 7f5441146561 [2022-10-25T01:26:03.847Z] Step 11/26 : 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-10-25T01:26:03.847Z] ---> Running in 60a51c041490 [2022-10-25T01:26:05.753Z] Removing intermediate container 60a51c041490 [2022-10-25T01:26:05.753Z] ---> 997cf6c0db30 [2022-10-25T01:26:05.753Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T01:26:05.753Z] ---> Running in 7e21b07d9eba [2022-10-25T01:26:05.753Z] Removing intermediate container 7e21b07d9eba [2022-10-25T01:26:05.753Z] ---> f5b205f05109 [2022-10-25T01:26:05.753Z] [2022-10-25T01:26:05.753Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T01:26:05.753Z] ---> c4fc93816858 [2022-10-25T01:26:05.753Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T01:26:05.753Z] ---> Using cache [2022-10-25T01:26:05.753Z] ---> 071d570899f6 [2022-10-25T01:26:05.753Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T01:26:05.753Z] ---> Using cache [2022-10-25T01:26:05.753Z] ---> e981aab72dc1 [2022-10-25T01:26:05.753Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T01:26:05.753Z] ---> Using cache [2022-10-25T01:26:05.753Z] ---> af15c1040b76 [2022-10-25T01:26:05.753Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-25T01:26:07.665Z] ---> 65571157b4ba [2022-10-25T01:26:07.665Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T01:26:09.689Z] ---> eee7039e7797 [2022-10-25T01:26:09.689Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T01:26:09.689Z] ---> c196bfa6a5ca [2022-10-25T01:26:09.689Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-25T01:26:10.030Z] ---> 8a76a80c76d2 [2022-10-25T01:26:10.030Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-25T01:26:10.356Z] ---> 27ae2e0977ad [2022-10-25T01:26:10.356Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T01:26:10.356Z] ---> Running in 2aa02d869d90 [2022-10-25T01:26:10.356Z] Removing intermediate container 2aa02d869d90 [2022-10-25T01:26:10.356Z] ---> db0d3ddba434 [2022-10-25T01:26:10.356Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T01:26:10.642Z] ---> Running in 4951ccdc0519 [2022-10-25T01:26:10.911Z] Removing intermediate container 4951ccdc0519 [2022-10-25T01:26:10.911Z] ---> 479f32971af2 [2022-10-25T01:26:10.911Z] Step 24/26 : LABEL arch=x86_64 [2022-10-25T01:26:11.218Z] ---> Running in c08c396e9244 [2022-10-25T01:26:11.536Z] Removing intermediate container c08c396e9244 [2022-10-25T01:26:11.536Z] ---> 172f54aa07db [2022-10-25T01:26:11.536Z] Step 25/26 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T01:26:11.536Z] ---> Running in 3054755eebe1 [2022-10-25T01:26:11.817Z] Removing intermediate container 3054755eebe1 [2022-10-25T01:26:11.817Z] ---> 7379e9672acb [2022-10-25T01:26:11.817Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T01:26:11.817Z] ---> Running in bd39c5eb82ef [2022-10-25T01:26:11.817Z] Removing intermediate container bd39c5eb82ef [2022-10-25T01:26:11.817Z] ---> a3f79565e2b2 [2022-10-25T01:26:11.817Z] [2022-10-25T01:26:12.096Z] Successfully built a3f79565e2b2 [2022-10-25T01:26:12.096Z] Successfully tagged security-spire-agent:latest [2022-10-25T01:26:13.116Z]  Building security-spire-agent ... done Removing intermediate container c66492699cd2 [2022-10-25T01:26:13.116Z] ---> f4e99197b5a6 [2022-10-25T01:26:13.116Z] [2022-10-25T01:26:13.116Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T01:26:13.116Z] ---> 9c6f07244728 [2022-10-25T01:26:13.116Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-25T01:26:13.116Z] ---> Running in b3f7e6d35b9d [2022-10-25T01:26:13.377Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T01:26:13.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T01:26:13.898Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-25T01:26:13.898Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-25T01:26:13.898Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T01:26:13.898Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T01:26:13.899Z] OK: 6 MiB in 16 packages [2022-10-25T01:26:14.474Z] Removing intermediate container b3f7e6d35b9d [2022-10-25T01:26:14.474Z] ---> d2607fceab7c [2022-10-25T01:26:14.474Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T01:26:14.474Z] ---> Running in 69b67ff251ef [2022-10-25T01:26:14.474Z] Removing intermediate container 69b67ff251ef [2022-10-25T01:26:14.474Z] ---> d3aa564830f9 [2022-10-25T01:26:14.474Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-25T01:26:14.474Z] ---> Running in 904d9dd65783 [2022-10-25T01:26:14.474Z] Removing intermediate container 904d9dd65783 [2022-10-25T01:26:14.474Z] ---> 68fd9fcc46a5 [2022-10-25T01:26:14.474Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T01:26:14.740Z] ---> Running in 4b43680af2ef [2022-10-25T01:26:14.740Z] Removing intermediate container 4b43680af2ef [2022-10-25T01:26:14.740Z] ---> de6fc2944844 [2022-10-25T01:26:14.740Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T01:26:14.740Z] ---> 8c48bb83bb63 [2022-10-25T01:26:14.740Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-25T01:26:15.694Z] ---> d2db6fae8c40 [2022-10-25T01:26:15.694Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-25T01:26:15.694Z] ---> e9f1f6ec3352 [2022-10-25T01:26:15.694Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-25T01:26:15.694Z] ---> Running in 1b6c0449a842 [2022-10-25T01:26:15.694Z] Removing intermediate container 1b6c0449a842 [2022-10-25T01:26:15.694Z] ---> 0c52f89b5f70 [2022-10-25T01:26:15.694Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T01:26:15.694Z] ---> Running in 3ea6d155bf8e [2022-10-25T01:26:15.955Z] Removing intermediate container 3ea6d155bf8e [2022-10-25T01:26:15.955Z] ---> e5816cd8bbc0 [2022-10-25T01:26:15.955Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T01:26:15.955Z] ---> Running in d1163089eacb [2022-10-25T01:26:15.955Z] Removing intermediate container d1163089eacb [2022-10-25T01:26:15.955Z] ---> 30eeb29c7b77 [2022-10-25T01:26:15.955Z] Step 22/23 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T01:26:15.955Z] ---> Running in 0aab446d6a98 [2022-10-25T01:26:15.955Z] Removing intermediate container 0aab446d6a98 [2022-10-25T01:26:15.955Z] ---> 60d31ed994e3 [2022-10-25T01:26:15.955Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T01:26:15.955Z] ---> Running in cb7ec7780d20 [2022-10-25T01:26:16.219Z] Removing intermediate container cb7ec7780d20 [2022-10-25T01:26:16.219Z] ---> 779b7bacc529 [2022-10-25T01:26:16.219Z] [2022-10-25T01:26:16.219Z] Successfully built 779b7bacc529 [2022-10-25T01:26:16.219Z] Successfully tagged support-notifications:latest [2022-10-25T01:26:16.231Z]  Building support-notifications ... done  [Pipeline] } [2022-10-25T01:26:16.262Z] $ docker stop --time=1 2a9271fbab9a3d1b6bb1005e7287b477f87ccbd2cf9a974f952cc3013409d66a [2022-10-25T01:26:17.559Z] $ docker rm -f 2a9271fbab9a3d1b6bb1005e7287b477f87ccbd2cf9a974f952cc3013409d66a [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T01:26:17.965Z] + docker images [2022-10-25T01:26:17.965Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-25T01:26:17.965Z] support-notifications latest 779b7bacc529 2 seconds ago 30.4MB [2022-10-25T01:26:17.965Z] f4e99197b5a6 5 seconds ago 1.67GB [2022-10-25T01:26:17.965Z] security-spire-agent latest a3f79565e2b2 6 seconds ago 125MB [2022-10-25T01:26:17.965Z] f5b205f05109 12 seconds ago 1.48GB [2022-10-25T01:26:17.965Z] security-proxy-setup latest 10b285099de0 15 seconds ago 27.6MB [2022-10-25T01:26:17.965Z] security-spiffe-token-provider latest c776353d1eb8 24 seconds ago 29.7MB [2022-10-25T01:26:17.965Z] d95da989c8c1 31 seconds ago 1.6GB [2022-10-25T01:26:17.965Z] support-scheduler latest 3d4945dabaea 34 seconds ago 29.8MB [2022-10-25T01:26:17.965Z] sys-mgmt-agent latest 46b7b05af3bf 40 seconds ago 136MB [2022-10-25T01:26:17.965Z] 9b49754253a5 43 seconds ago 1.64GB [2022-10-25T01:26:17.965Z] 3e3c0affd147 46 seconds ago 1.67GB [2022-10-25T01:26:17.965Z] core-metadata latest 79679c0228c5 57 seconds ago 18.5MB [2022-10-25T01:26:17.965Z] core-command latest 5dcdb1f780d1 About a minute ago 17.6MB [2022-10-25T01:26:17.965Z] a0c1359261ac About a minute ago 1.59GB [2022-10-25T01:26:17.965Z] c9268cf3ead0 About a minute ago 1.61GB [2022-10-25T01:26:17.965Z] aea170455979 About a minute ago 1.61GB [2022-10-25T01:26:17.965Z] security-bootstrapper latest d5d2e4a7a449 About a minute ago 20.2MB [2022-10-25T01:26:17.965Z] security-secretstore-setup latest a555912999e6 About a minute ago 29.7MB [2022-10-25T01:26:17.965Z] core-data latest 4ebc5947d650 About a minute ago 21.7MB [2022-10-25T01:26:17.965Z] 131f13971925 2 minutes ago 1.62GB [2022-10-25T01:26:17.965Z] 99296328cf2c 2 minutes ago 1.6GB [2022-10-25T01:26:17.965Z] a1e8a9259ae4 2 minutes ago 1.6GB [2022-10-25T01:26:17.965Z] security-spire-config latest 544de6ec4e02 2 minutes ago 85.8MB [2022-10-25T01:26:17.965Z] security-spire-server latest 89202ffb087b 2 minutes ago 86.5MB [2022-10-25T01:26:17.965Z] 273cdf1bb058 2 minutes ago 1.48GB [2022-10-25T01:26:17.965Z] cf17dc01d36e 2 minutes ago 1.48GB [2022-10-25T01:26:17.965Z] ci-base-image-x86_64 latest dda9b3482598 6 minutes ago 941MB [2022-10-25T01:26:17.965Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 weeks ago 677MB [2022-10-25T01:26:17.965Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-10-25T01:26:17.966Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-10-25T01:26:17.966Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-10-25T01:26:17.966Z] 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-10-25T03:40:12.301Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-76265 in /w/workspace/edgexfoundry_edgex-go_PR-4213 [Pipeline] { [Pipeline] ws [2022-10-25T03:40:12.343Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-10-25T03:40:12.419Z] The recommended git tool is: git [2022-10-25T03:40:18.054Z] using credential edgex-jenkins-ssh [2022-10-25T03:40:18.073Z] Cloning the remote Git repository [2022-10-25T03:40:18.122Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-10-25T03:40:18.200Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-10-25T03:40:18.354Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-25T03:40:18.355Z] > git --version # timeout=10 [2022-10-25T03:40:18.378Z] > git --version # 'git version 2.25.1' [2022-10-25T03:40:18.381Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T03:40:18.429Z] Verifying host key using known hosts file [2022-10-25T03:40:18.643Z] 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-10-25T03:40:18.657Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T03:40:36.627Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-25T03:40:36.649Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T03:40:38.250Z] Merging remotes/origin/main commit 23251983c73b29babdec2056f36690dce19c8f65 into PR head commit 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T03:40:38.663Z] Merge succeeded, producing 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T03:40:38.664Z] Checking out Revision 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 (PR-4213) [2022-10-25T03:40:37.496Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-25T03:40:37.540Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-25T03:40:37.541Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T03:40:37.547Z] Verifying host key using known hosts file [2022-10-25T03:40:37.555Z] 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-10-25T03:40:37.569Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4213/head:refs/remotes/origin/PR-4213 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-25T03:40:38.271Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T03:40:38.298Z] > git checkout -f 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 # timeout=10 [2022-10-25T03:40:38.562Z] > git remote # timeout=10 [2022-10-25T03:40:38.579Z] > git config --get remote.origin.url # timeout=10 [2022-10-25T03:40:38.596Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T03:40:38.602Z] Verifying host key using known hosts file [2022-10-25T03:40:38.606Z] 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-10-25T03:40:38.615Z] > git merge 23251983c73b29babdec2056f36690dce19c8f65 # timeout=10 [2022-10-25T03:40:38.646Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-25T03:40:38.671Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T03:40:38.693Z] > git checkout -f 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 # timeout=10 [2022-10-25T03:40:39.365Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [2022-10-25T03:40:39.423Z] > git --version # timeout=10 [2022-10-25T03:40:39.436Z] > git --version # 'git version 2.25.1' [2022-10-25T03:40:39.460Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-25T03:40:40.538Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-25T03:40:40.539Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T03:40:40.539Z] Dload Upload Total Spent Left Speed [2022-10-25T03:40:40.539Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 90014 0 --:--:-- --:--:-- --:--:-- 90014 [Pipeline] sh [2022-10-25T03:40:41.414Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-25T03:40:41.776Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-25T03:40:41.776Z] + sudo tee /etc/docker/daemon.new [2022-10-25T03:40:42.048Z] { [2022-10-25T03:40:42.048Z] "registry-mirrors": [ [2022-10-25T03:40:42.048Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-25T03:40:42.048Z] ], [2022-10-25T03:40:42.048Z] "bip": "10.250.0.254/24", [2022-10-25T03:40:42.048Z] "hosts": [ [2022-10-25T03:40:42.048Z] "tcp://0.0.0.0:5555", [2022-10-25T03:40:42.048Z] "unix:///var/run/docker.sock" [2022-10-25T03:40:42.048Z] ], [2022-10-25T03:40:42.048Z] "mtu": 1458, [2022-10-25T03:40:42.048Z] "selinux-enabled": true, [2022-10-25T03:40:42.048Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-25T03:40:42.048Z] } [Pipeline] sh [2022-10-25T03:40:42.407Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-25T03:40:42.771Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T03:41:01.122Z] provisioning config files... [2022-10-25T03:41:01.153Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5434120347660832350tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T03:41:01.552Z] ---> docker-login.sh [2022-10-25T03:41:01.552Z] nexus3.edgexfoundry.org:10001 [2022-10-25T03:41:01.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T03:41:02.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T03:41:02.097Z] Configure a credential helper to remove this warning. See [2022-10-25T03:41:02.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T03:41:02.097Z] [2022-10-25T03:41:02.097Z] Login Succeeded [2022-10-25T03:41:02.097Z] nexus3.edgexfoundry.org:10002 [2022-10-25T03:41:02.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T03:41:02.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T03:41:02.647Z] Configure a credential helper to remove this warning. See [2022-10-25T03:41:02.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T03:41:02.647Z] [2022-10-25T03:41:02.647Z] Login Succeeded [2022-10-25T03:41:02.647Z] nexus3.edgexfoundry.org:10003 [2022-10-25T03:41:02.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T03:41:02.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T03:41:02.927Z] Configure a credential helper to remove this warning. See [2022-10-25T03:41:02.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T03:41:02.927Z] [2022-10-25T03:41:02.927Z] Login Succeeded [2022-10-25T03:41:02.927Z] nexus3.edgexfoundry.org:10004 [2022-10-25T03:41:03.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T03:41:03.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T03:41:03.201Z] Configure a credential helper to remove this warning. See [2022-10-25T03:41:03.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T03:41:03.201Z] [2022-10-25T03:41:03.201Z] Login Succeeded [2022-10-25T03:41:03.201Z] docker.io [2022-10-25T03:41:03.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T03:41:04.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T03:41:04.067Z] Configure a credential helper to remove this warning. See [2022-10-25T03:41:04.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T03:41:04.067Z] [2022-10-25T03:41:04.067Z] Login Succeeded [2022-10-25T03:41:04.067Z] ---> docker-login.sh ends [Pipeline] } [2022-10-25T03:41:04.097Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-10-25T03:41:04.666Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-25T03:41:04.703Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T03:41:04.739Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T03:41:04.770Z] ========================================================= [2022-10-25T03:41:04.770Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-25T03:41:04.770Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-25T03:41:05.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T03:41:06.132Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-25T03:41:06.132Z] 9b18e9b68314: Pulling fs layer [2022-10-25T03:41:06.132Z] d32db5db7311: Pulling fs layer [2022-10-25T03:41:06.132Z] d0c4b47475fc: Pulling fs layer [2022-10-25T03:41:06.132Z] 5831b945b038: Pulling fs layer [2022-10-25T03:41:06.132Z] 86bbec2aaacd: Pulling fs layer [2022-10-25T03:41:06.132Z] e10730c5d714: Pulling fs layer [2022-10-25T03:41:06.132Z] 5dd5c2283517: Pulling fs layer [2022-10-25T03:41:06.132Z] d5ac0230b979: Pulling fs layer [2022-10-25T03:41:06.132Z] 5831b945b038: Waiting [2022-10-25T03:41:06.132Z] 5dd5c2283517: Waiting [2022-10-25T03:41:06.132Z] d5ac0230b979: Waiting [2022-10-25T03:41:06.132Z] 86bbec2aaacd: Waiting [2022-10-25T03:41:06.132Z] e10730c5d714: Waiting [2022-10-25T03:41:06.408Z] d0c4b47475fc: Download complete [2022-10-25T03:41:06.408Z] d32db5db7311: Download complete [2022-10-25T03:41:06.408Z] 86bbec2aaacd: Verifying Checksum [2022-10-25T03:41:06.408Z] 86bbec2aaacd: Download complete [2022-10-25T03:41:06.408Z] e10730c5d714: Verifying Checksum [2022-10-25T03:41:06.408Z] e10730c5d714: Download complete [2022-10-25T03:41:06.408Z] 9b18e9b68314: Verifying Checksum [2022-10-25T03:41:06.408Z] 9b18e9b68314: Download complete [2022-10-25T03:41:07.394Z] 9b18e9b68314: Pull complete [2022-10-25T03:41:07.394Z] d5ac0230b979: Verifying Checksum [2022-10-25T03:41:07.394Z] d5ac0230b979: Download complete [2022-10-25T03:41:07.993Z] d32db5db7311: Pull complete [2022-10-25T03:41:08.276Z] d0c4b47475fc: Pull complete [2022-10-25T03:41:08.545Z] 5dd5c2283517: Verifying Checksum [2022-10-25T03:41:08.545Z] 5dd5c2283517: Download complete [2022-10-25T03:41:09.517Z] 5831b945b038: Verifying Checksum [2022-10-25T03:41:09.517Z] 5831b945b038: Download complete [2022-10-25T03:41:21.864Z] 5831b945b038: Pull complete [2022-10-25T03:41:21.864Z] 86bbec2aaacd: Pull complete [2022-10-25T03:41:21.864Z] e10730c5d714: Pull complete [2022-10-25T03:41:27.225Z] 5dd5c2283517: Pull complete [2022-10-25T03:41:29.829Z] d5ac0230b979: Pull complete [2022-10-25T03:41:29.829Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-25T03:41:29.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T03:41:29.829Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-25T03:41:30.218Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T03:41:30.218Z] WORKDIR /edgex [2022-10-25T03:41:30.218Z] COPY go.mod . [2022-10-25T03:41:30.218Z] RUN go mod download [2022-10-25T03:41:30.218Z] + docker build -t ci-base-image-arm64 -f - . [2022-10-25T03:41:30.802Z] Sending build context to Docker daemon 3.267MB [2022-10-25T03:41:30.802Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T03:41:30.802Z] ---> 59b3b1a385d4 [2022-10-25T03:41:30.802Z] Step 2/4 : WORKDIR /edgex [2022-10-25T03:41:32.749Z] ---> Running in acd39826c44e [2022-10-25T03:41:33.017Z] Removing intermediate container acd39826c44e [2022-10-25T03:41:33.017Z] ---> 112ec2499ae7 [2022-10-25T03:41:33.017Z] Step 3/4 : COPY go.mod . [2022-10-25T03:41:33.285Z] ---> 8bf67aa277a5 [2022-10-25T03:41:33.285Z] Step 4/4 : RUN go mod download [2022-10-25T03:41:33.554Z] ---> Running in 568a3c6f6892 [2022-10-25T03:42:05.843Z] Removing intermediate container 568a3c6f6892 [2022-10-25T03:42:05.843Z] ---> 32c19fb86755 [2022-10-25T03:42:05.843Z] Successfully built 32c19fb86755 [2022-10-25T03:42:05.843Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T03:42:06.250Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T03:42:06.250Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T03:42:06.513Z] prd-ubuntu20.04-docker-arm64-4c-16g-76265 does not seem to be running inside a container [2022-10-25T03:42:06.586Z] $ 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-arm64 cat [2022-10-25T03:42:07.864Z] $ docker top de1bc6c661180d670015f81972d77e42d524cf33bba866732b39b86af48f04ca -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T03:42:08.755Z] + go version [2022-10-25T03:42:08.755Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-25T03:42:08.789Z] $ docker stop --time=1 de1bc6c661180d670015f81972d77e42d524cf33bba866732b39b86af48f04ca [2022-10-25T03:42:10.465Z] $ docker rm -f de1bc6c661180d670015f81972d77e42d524cf33bba866732b39b86af48f04ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T03:42:11.315Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T03:42:11.315Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T03:42:11.557Z] prd-ubuntu20.04-docker-arm64-4c-16g-76265 does not seem to be running inside a container [2022-10-25T03:42:11.622Z] $ 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-arm64 cat [2022-10-25T03:42:12.852Z] $ docker top daf9be4b975bee6ba14a4d21377d363dd5b3eb019abca72c307b0d0235ea0b6b -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-25T03:42:13.109Z] ========================================================= [2022-10-25T03:42:13.109Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-25T03:42:13.109Z] ========================================================= [Pipeline] sh [2022-10-25T03:42:13.747Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-25T03:42:14.460Z] + make test [2022-10-25T03:42:14.460Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-25T03:42:53.365Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-25T03:44:45.114Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-25T03:44:45.114Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-25T03:44:49.574Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-25T03:44:49.574Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-25T03:44:54.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-25T03:44:55.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-25T03:44:55.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-25T03:44:55.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-25T03:44:55.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-25T03:45:00.183Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-25T03:45:00.183Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-25T03:45:00.183Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-25T03:45:00.183Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-25T03:45:00.183Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-25T03:45:00.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-25T03:45:22.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.306s coverage: 28.7% of statements [2022-10-25T03:45:22.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-25T03:45:22.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-25T03:45:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.025s coverage: 98.5% of statements [2022-10-25T03:45:32.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.726s coverage: 42.3% of statements [2022-10-25T03:45:32.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-25T03:45:32.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-25T03:45:32.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.417s coverage: 54.2% of statements [2022-10-25T03:45:32.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-25T03:45:32.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-25T03:45:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.419s coverage: 89.2% of statements [2022-10-25T03:45:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-25T03:45:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-25T03:45:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-25T03:45:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-25T03:45:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-25T03:45:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.057s coverage: 2.2% of statements [2022-10-25T03:45:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-25T03:45:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-25T03:45:55.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.806s coverage: 95.6% of statements [2022-10-25T03:45:55.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-25T03:45:55.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-25T03:45:55.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-25T03:45:55.865Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.474s coverage: 72.2% of statements [2022-10-25T03:45:55.865Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-25T03:45:55.865Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-25T03:45:55.865Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-25T03:45:55.865Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-25T03:45:55.865Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-25T03:45:55.865Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.470s coverage: 60.0% of statements [2022-10-25T03:45:55.865Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-25T03:45:55.865Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-25T03:45:55.865Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-25T03:45:55.865Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.410s coverage: 0.9% of statements [2022-10-25T03:45:55.865Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-25T03:45:56.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.281s coverage: 58.8% of statements [2022-10-25T03:45:56.454Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.278s coverage: 29.6% of statements [2022-10-25T03:45:56.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-25T03:45:59.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.358s coverage: 47.1% of statements [2022-10-25T03:45:59.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.295s coverage: 79.5% of statements [2022-10-25T03:45:59.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.263s coverage: 94.1% of statements [2022-10-25T03:45:59.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.282s coverage: 96.3% of statements [2022-10-25T03:46:03.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.255s coverage: 87.5% of statements [2022-10-25T03:46:13.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.271s coverage: 94.4% of statements [2022-10-25T03:46:13.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.230s coverage: 44.8% of statements [2022-10-25T03:46:23.700Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.716s coverage: 79.9% of statements [2022-10-25T03:46:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-25T03:46:27.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.297s coverage: 92.9% of statements [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-25T03:46:27.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-25T03:46:27.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.257s coverage: 86.9% of statements [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-25T03:46:27.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.236s coverage: 87.2% of statements [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-25T03:46:27.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.195s coverage: 100.0% of statements [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-25T03:46:27.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.289s coverage: 58.8% of statements [2022-10-25T03:46:27.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-25T03:46:27.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.296s coverage: 80.0% of statements [2022-10-25T03:46:27.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.247s coverage: 87.2% of statements [2022-10-25T03:46:27.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.318s coverage: 85.4% of statements [2022-10-25T03:46:28.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.019s coverage: 91.2% of statements [2022-10-25T03:46:28.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-25T03:46:36.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.004s coverage: 64.7% of statements [2022-10-25T03:46:36.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-25T03:46:36.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-25T03:46:36.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.312s coverage: 100.0% of statements [2022-10-25T03:46:36.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 89.4% of statements [2022-10-25T03:46:36.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements [2022-10-25T03:46:36.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2022-10-25T03:46:36.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2022-10-25T03:46:44.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.476s coverage: 65.8% of statements [2022-10-25T03:46:44.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-25T03:46:44.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-25T03:46:44.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-25T03:46:45.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.013s coverage: 41.8% of statements [2022-10-25T03:46:45.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-25T03:46:45.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-25T03:46:45.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.272s coverage: 89.5% of statements [2022-10-25T03:46:45.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-25T03:46:45.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.312s coverage: 84.8% of statements [2022-10-25T03:46:45.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-25T03:46:45.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-25T03:46:45.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-25T03:46:45.203Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-25T03:46:55.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.357s coverage: 17.7% of statements [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-25T03:46:55.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.009s coverage: 92.3% of statements [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-25T03:46:55.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.436s coverage: 63.2% of statements [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-25T03:46:55.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.465s coverage: 97.7% of statements [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-25T03:46:55.302Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.217s coverage: 28.9% of statements [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-25T03:46:55.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-25T03:46:55.302Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.227s coverage: 100.0% of statements [2022-10-25T03:46:55.302Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 96.9% of statements [2022-10-25T03:46:55.302Z] 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-10-25T03:46:55.302Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-25T03:46:55.302Z] GO111MODULE=on go vet ./... [2022-10-25T03:48:46.942Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-25T03:48:46.942Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-25T03:48:46.942Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-25T03:48:46.979Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-25T03:48:47.312Z] + ls -al . [2022-10-25T03:48:47.312Z] total 764 [2022-10-25T03:48:47.312Z] drwxrwxr-x 10 1001 1001 4096 Oct 25 03:42 . [2022-10-25T03:48:47.312Z] drwxr-xr-x 4 root root 4096 Oct 25 03:42 .. [2022-10-25T03:48:47.312Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 03:40 .blubracket [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 16 Oct 25 03:40 .dockerignore [2022-10-25T03:48:47.312Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 03:40 .git [2022-10-25T03:48:47.312Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 03:40 .github [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 1030 Oct 25 03:40 .gitignore [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 42 Oct 25 03:40 .golangci.yml [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 87 Oct 25 03:40 .hadolint.yml [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 03:40 .sonarcloud.properties [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 1171 Oct 25 03:40 ADOPTERS.md [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 10722 Oct 25 03:40 Attribution.txt [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 63209 Oct 25 03:40 CHANGELOG.md [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 03:40 CONTRIBUTING.md [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 677 Oct 25 03:40 GOVERNANCE.md [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 850 Oct 25 03:40 Jenkinsfile [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 03:40 LICENSE [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 13857 Oct 25 03:40 Makefile [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 582 Oct 25 03:40 OWNERS.md [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 9799 Oct 25 03:40 README.md [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 6912 Oct 25 03:40 SECURITY.md [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 01:19 VERSION [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 03:40 ZMQWindows.md [2022-10-25T03:48:47.312Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 03:40 bin [2022-10-25T03:48:47.312Z] drwxrwxr-x 18 1001 1001 4096 Oct 25 03:40 cmd [2022-10-25T03:48:47.312Z] -rw-r--r-- 1 root root 500482 Oct 25 03:46 coverage.out [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 3446 Oct 25 03:40 go.mod [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 45060 Oct 25 03:40 go.sum [2022-10-25T03:48:47.312Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 03:40 internal [2022-10-25T03:48:47.312Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 03:40 openapi [2022-10-25T03:48:47.312Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 03:40 snap [2022-10-25T03:48:47.312Z] -rw-rw-r-- 1 1001 1001 204 Oct 25 03:40 version.go [Pipeline] sh [2022-10-25T03:48:47.650Z] + '[' -e coverage.out ] [2022-10-25T03:48:47.650Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-25T03:48:47.692Z] Warning: overwriting stash ‘coverage-report’ [2022-10-25T03:48:48.435Z] Stashed 1 file(s) [Pipeline] sh [2022-10-25T03:48:49.073Z] + make build [2022-10-25T03:48:49.073Z] 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-10-25T03:50:25.896Z] 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-10-25T03:51:47.513Z] 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-10-25T03:51:47.513Z] 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-10-25T03:52:26.378Z] 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-10-25T03:52:26.378Z] 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-10-25T03:52:31.716Z] 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-10-25T03:52:39.914Z] 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-10-25T03:52:42.490Z] 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-10-25T03:52:47.832Z] 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-10-25T03:52:52.088Z] 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-10-25T03:52:56.428Z] 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-10-25T03:53:06.506Z] 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-10-25T03:53:10.787Z] $ docker stop --time=1 daf9be4b975bee6ba14a4d21377d363dd5b3eb019abca72c307b0d0235ea0b6b [2022-10-25T03:53:14.359Z] $ docker rm -f daf9be4b975bee6ba14a4d21377d363dd5b3eb019abca72c307b0d0235ea0b6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T03:53:17.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T03:53:17.222Z] [2022-10-25T03:53:17.222Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T03:53:17.637Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T03:53:17.909Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-10-25T03:53:17.909Z] 29e5d40040c1: Pulling fs layer [2022-10-25T03:53:17.909Z] 1ce36da41761: Pulling fs layer [2022-10-25T03:53:17.909Z] 25b303627fd3: Pulling fs layer [2022-10-25T03:53:17.909Z] 29e5d40040c1: Verifying Checksum [2022-10-25T03:53:17.909Z] 29e5d40040c1: Download complete [2022-10-25T03:53:18.176Z] 1ce36da41761: Verifying Checksum [2022-10-25T03:53:18.176Z] 1ce36da41761: Download complete [2022-10-25T03:53:18.447Z] 29e5d40040c1: Pull complete [2022-10-25T03:53:19.863Z] 25b303627fd3: Verifying Checksum [2022-10-25T03:53:19.863Z] 25b303627fd3: Download complete [2022-10-25T03:53:19.863Z] 1ce36da41761: Pull complete [2022-10-25T03:53:29.930Z] 25b303627fd3: Pull complete [2022-10-25T03:53:29.931Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-10-25T03:53:29.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T03:53:29.931Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T03:53:30.290Z] prd-ubuntu20.04-docker-arm64-4c-16g-76265 does not seem to be running inside a container [2022-10-25T03:53:30.358Z] $ 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-arm64:latest cat [2022-10-25T03:53:32.839Z] $ docker top c4e438583e010820fcedab2bfdef6590da94318d6dfee3889238c7ed65119d6c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T03:53:33.741Z] + docker-compose build --help [2022-10-25T03:53:33.741Z] + grep parallel [2022-10-25T03:53:39.089Z] --parallel Build images in parallel. [Pipeline] } [2022-10-25T03:53:39.121Z] $ docker stop --time=1 c4e438583e010820fcedab2bfdef6590da94318d6dfee3889238c7ed65119d6c [2022-10-25T03:53:40.829Z] $ docker rm -f c4e438583e010820fcedab2bfdef6590da94318d6dfee3889238c7ed65119d6c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T03:53:41.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T03:53:41.553Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T03:53:41.800Z] prd-ubuntu20.04-docker-arm64-4c-16g-76265 does not seem to be running inside a container [2022-10-25T03:53:41.859Z] $ 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-arm64:latest cat [2022-10-25T03:53:43.081Z] $ docker top 4608752503ebf4e13b94e650c54eddf6ef9af0c4a01fdc28f37270517e9cb5fb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T03:53:43.969Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-25T03:53:49.305Z] Building core-command ... [2022-10-25T03:53:49.305Z] Building core-data ... [2022-10-25T03:53:49.305Z] Building core-metadata ... [2022-10-25T03:53:49.305Z] Building security-bootstrapper ... [2022-10-25T03:53:49.305Z] Building security-proxy-setup ... [2022-10-25T03:53:49.305Z] Building security-secretstore-setup ... [2022-10-25T03:53:49.305Z] Building security-spiffe-token-provider ... [2022-10-25T03:53:49.305Z] Building security-spire-agent ... [2022-10-25T03:53:49.305Z] Building security-spire-config ... [2022-10-25T03:53:49.305Z] Building security-spire-server ... [2022-10-25T03:53:49.305Z] Building support-notifications ... [2022-10-25T03:53:49.305Z] Building support-scheduler ... [2022-10-25T03:53:49.305Z] Building sys-mgmt-agent ... [2022-10-25T03:53:49.305Z] Building security-spiffe-token-provider [2022-10-25T03:53:49.305Z] Building security-secretstore-setup [2022-10-25T03:53:49.305Z] Building security-bootstrapper [2022-10-25T03:53:49.305Z] Building security-spire-agent [2022-10-25T03:53:49.305Z] Building security-spire-config [2022-10-25T03:54:45.700Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T03:54:45.700Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-25T03:54:45.700Z] ---> 32c19fb86755 [2022-10-25T03:54:45.700Z] Step 3/33 : WORKDIR /edgex-go [2022-10-25T03:54:45.700Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T03:54:45.700Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T03:54:45.700Z] ---> 32c19fb86755 [2022-10-25T03:54:45.700Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T03:54:45.700Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T03:54:45.700Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T03:54:45.700Z] ---> 32c19fb86755 [2022-10-25T03:54:45.700Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T03:54:45.700Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T03:54:45.700Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-25T03:54:45.700Z] ---> 32c19fb86755 [2022-10-25T03:54:45.700Z] Step 3/20 : WORKDIR /edgex-go [2022-10-25T03:54:45.700Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T03:54:45.700Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T03:54:45.700Z] ---> 32c19fb86755 [2022-10-25T03:54:45.700Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T03:54:45.700Z] ---> Running in cf0986023b27 [2022-10-25T03:54:45.700Z] ---> Running in 1882a022c5f6 [2022-10-25T03:54:45.700Z] ---> Running in 0621aae6ff67 [2022-10-25T03:54:45.700Z] ---> Running in 09b4836abfe5 [2022-10-25T03:54:45.700Z] ---> Running in 4b0fdd45e021 [2022-10-25T03:54:45.700Z] Removing intermediate container 1882a022c5f6 [2022-10-25T03:54:45.700Z] ---> 2e2b31a17c07 [2022-10-25T03:54:45.700Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T03:54:45.700Z] Removing intermediate container cf0986023b27 [2022-10-25T03:54:45.700Z] ---> bc644e62a79c [2022-10-25T03:54:45.700Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T03:54:45.700Z] Removing intermediate container 09b4836abfe5 [2022-10-25T03:54:45.700Z] ---> 40c50a0debc7 [2022-10-25T03:54:45.700Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-25T03:54:45.700Z] ---> Running in 552ce51fba57 [2022-10-25T03:54:45.700Z] Removing intermediate container 0621aae6ff67 [2022-10-25T03:54:45.700Z] ---> fc2b499e56fe [2022-10-25T03:54:45.700Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T03:54:45.700Z] Removing intermediate container 4b0fdd45e021 [2022-10-25T03:54:45.700Z] ---> 7c2ecd6b83c2 [2022-10-25T03:54:45.700Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T03:54:45.700Z] ---> Running in 6ee3af61fc3d [2022-10-25T03:54:45.700Z] ---> Running in b6b05d6b9c4a [2022-10-25T03:54:45.700Z] ---> Running in 328adaabba7c [2022-10-25T03:54:45.700Z] ---> Running in 952fdcdc451c [2022-10-25T03:54:45.700Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:54:45.700Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:54:46.665Z] v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-25T03:54:46.665Z] v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-25T03:54:46.665Z] OK: 16895 distinct packages available [2022-10-25T03:54:46.665Z] Removing intermediate container 952fdcdc451c [2022-10-25T03:54:46.665Z] ---> 2c7d9ed4d6f9 [2022-10-25T03:54:46.665Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-25T03:54:46.665Z] Removing intermediate container b6b05d6b9c4a [2022-10-25T03:54:46.665Z] ---> e8dac96156e2 [2022-10-25T03:54:46.665Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T03:54:46.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:54:46.665Z] Removing intermediate container 328adaabba7c [2022-10-25T03:54:46.665Z] ---> 7146267203df [2022-10-25T03:54:46.665Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T03:54:46.665Z] ---> Running in 69e9ed56b680 [2022-10-25T03:54:46.939Z] ---> Running in 632d4566ea9d [2022-10-25T03:54:46.939Z] ---> Running in 78ac7888a64d [2022-10-25T03:54:46.939Z] Removing intermediate container 552ce51fba57 [2022-10-25T03:54:46.939Z] ---> 97b2d7444c64 [2022-10-25T03:54:47.208Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-25T03:54:47.208Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:54:47.477Z] ---> Running in 96439a84340d [2022-10-25T03:54:48.436Z] OK: 221 MiB in 51 packages [2022-10-25T03:54:49.397Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:54:49.663Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:54:49.932Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:54:49.932Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:54:49.932Z] Removing intermediate container 6ee3af61fc3d [2022-10-25T03:54:49.932Z] ---> 6b193e3ce54b [2022-10-25T03:54:49.932Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-25T03:54:50.553Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:54:50.553Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:54:50.828Z] ---> 4a33cb9298ba [2022-10-25T03:54:50.828Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T03:54:50.828Z] ---> Running in cb3a95abc0bc [2022-10-25T03:54:51.095Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:54:51.368Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:54:51.953Z] OK: 221 MiB in 51 packages [2022-10-25T03:54:52.220Z] OK: 221 MiB in 51 packages [2022-10-25T03:54:52.803Z] OK: 221 MiB in 51 packages [2022-10-25T03:54:53.069Z] OK: 221 MiB in 51 packages [2022-10-25T03:54:54.025Z] Removing intermediate container 78ac7888a64d [2022-10-25T03:54:54.025Z] ---> 6e8124aa3983 [2022-10-25T03:54:54.025Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T03:54:54.292Z] Removing intermediate container 69e9ed56b680 [2022-10-25T03:54:54.292Z] ---> dd0d4e8c2ea9 [2022-10-25T03:54:54.292Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-25T03:54:54.564Z] Removing intermediate container 632d4566ea9d [2022-10-25T03:54:54.564Z] ---> 7fc583f51d0b [2022-10-25T03:54:54.564Z] Removing intermediate container 96439a84340d [2022-10-25T03:54:54.564Z] ---> 8e481311f1d8 [2022-10-25T03:54:54.564Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T03:54:54.564Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T03:54:55.155Z] ---> c5747775d452 [2022-10-25T03:54:55.155Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T03:54:55.155Z] ---> Running in 910be4f30cd4 [2022-10-25T03:54:55.423Z] ---> 17c49dda9230 [2022-10-25T03:54:55.423Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T03:54:55.693Z] ---> Running in 77fc5eb134de [2022-10-25T03:54:55.693Z] ---> 20a8b9fe06c2 [2022-10-25T03:54:55.693Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T03:54:55.959Z] ---> Running in 2c98cc4d3378 [2022-10-25T03:54:55.959Z] ---> 04eba2988aaa [2022-10-25T03:54:55.959Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T03:54:56.228Z] ---> Running in c55dfd15abfa [2022-10-25T03:56:17.826Z] Removing intermediate container c55dfd15abfa [2022-10-25T03:56:17.826Z] ---> b0a0872b2390 [2022-10-25T03:56:17.826Z] Step 8/25 : COPY . . [2022-10-25T03:56:17.826Z] Removing intermediate container 77fc5eb134de [2022-10-25T03:56:17.826Z] ---> e1d84990a49f [2022-10-25T03:56:17.826Z] Step 8/33 : COPY . . [2022-10-25T03:56:17.826Z] Removing intermediate container 2c98cc4d3378 [2022-10-25T03:56:17.826Z] ---> 9bdeb2230d50 [2022-10-25T03:56:17.826Z] Step 8/26 : COPY . . [2022-10-25T03:56:17.826Z] Removing intermediate container cb3a95abc0bc [2022-10-25T03:56:17.826Z] ---> d55687c7a4a6 [2022-10-25T03:56:17.826Z] Step 7/20 : COPY . . [2022-10-25T03:56:17.826Z] Removing intermediate container 910be4f30cd4 [2022-10-25T03:56:17.826Z] ---> 38d98af4df97 [2022-10-25T03:56:17.826Z] Step 8/26 : COPY . . [2022-10-25T03:56:32.802Z] ---> 3a5bf1bd1111 [2022-10-25T03:56:32.802Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-25T03:56:32.802Z] ---> 552a54e2cdbe [2022-10-25T03:56:32.802Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T03:56:32.802Z] ---> 43a6ae60eeed [2022-10-25T03:56:32.802Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T03:56:32.802Z] ---> Running in 1269eb4a71f8 [2022-10-25T03:56:32.802Z] ---> 7b47613caeda [2022-10-25T03:56:32.802Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-25T03:56:33.076Z] ---> Running in de72cb819d3c [2022-10-25T03:56:33.076Z] ---> 73c588e5c48f [2022-10-25T03:56:33.077Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-25T03:56:33.077Z] ---> Running in 62f5d34e5eb4 [2022-10-25T03:56:33.077Z] ---> Running in a5cacd5ebfa3 [2022-10-25T03:56:33.347Z] ---> Running in 73716b9e556f [2022-10-25T03:56:33.929Z] Removing intermediate container de72cb819d3c [2022-10-25T03:56:33.929Z] ---> fd42e6c0a77a [2022-10-25T03:56:33.929Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T03:56:33.929Z] Removing intermediate container a5cacd5ebfa3 [2022-10-25T03:56:33.929Z] ---> 22a0822c7fee [2022-10-25T03:56:33.929Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T03:56:34.195Z] ---> Running in cb64fbade931 [2022-10-25T03:56:34.195Z] ---> Running in 295c72f4cd14 [2022-10-25T03:56:34.781Z] Removing intermediate container cb64fbade931 [2022-10-25T03:56:34.782Z] ---> 2ecf003f483d [2022-10-25T03:56:34.782Z] Step 11/26 : 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-10-25T03:56:34.782Z] 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-10-25T03:56:35.048Z] ---> Running in b21ab23684c5 [2022-10-25T03:56:35.048Z] Removing intermediate container 295c72f4cd14 [2022-10-25T03:56:35.048Z] ---> 64f27b9b00fb [2022-10-25T03:56:35.048Z] Step 11/26 : 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-10-25T03:56:35.317Z] ---> Running in c05ef5134335 [2022-10-25T03:56:35.583Z] 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-10-25T03:56:35.863Z] 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-10-25T03:56:38.445Z] Removing intermediate container b21ab23684c5 [2022-10-25T03:56:38.445Z] ---> aa1b69d724d5 [2022-10-25T03:56:38.445Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T03:56:38.445Z] ---> Running in 96056f0361f5 [2022-10-25T03:56:39.028Z] Removing intermediate container c05ef5134335 [2022-10-25T03:56:39.028Z] ---> 9e8046e363a0 [2022-10-25T03:56:39.028Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T03:56:39.028Z] ---> Running in 49871ab2760c [2022-10-25T03:56:39.296Z] Removing intermediate container 96056f0361f5 [2022-10-25T03:56:39.296Z] ---> a0cb4f64771a [2022-10-25T03:56:39.296Z] [2022-10-25T03:56:39.296Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T03:56:39.296Z] 3.15: Pulling from library/alpine [2022-10-25T03:56:39.564Z] Removing intermediate container 49871ab2760c [2022-10-25T03:56:39.564Z] ---> f0e9445145e0 [2022-10-25T03:56:39.564Z] [2022-10-25T03:56:39.564Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T03:56:39.832Z] 3.15: Pulling from library/alpine [2022-10-25T03:56:40.797Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T03:56:40.797Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T03:56:40.797Z] Status: Image is up to date for alpine:3.15 [2022-10-25T03:56:40.797Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T03:56:40.797Z] ---> 02e0d6fdf486 [2022-10-25T03:56:40.797Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T03:56:40.797Z] ---> 02e0d6fdf486 [2022-10-25T03:56:40.797Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T03:56:41.065Z] ---> Running in 6c8f810c69c5 [2022-10-25T03:56:41.065Z] ---> Running in ce4f248d0dbd [2022-10-25T03:56:41.650Z] Removing intermediate container ce4f248d0dbd [2022-10-25T03:56:41.650Z] ---> fc9586b5729c [2022-10-25T03:56:41.650Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T03:56:41.650Z] Removing intermediate container 6c8f810c69c5 [2022-10-25T03:56:41.650Z] ---> 02421e46e523 [2022-10-25T03:56:41.650Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T03:56:41.918Z] ---> Running in fef330706a9b [2022-10-25T03:56:41.918Z] ---> Running in a3a2340feb22 [2022-10-25T03:56:46.175Z] Removing intermediate container a3a2340feb22 [2022-10-25T03:56:46.175Z] ---> 4d560c8e5be3 [2022-10-25T03:56:46.175Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T03:56:46.175Z] ---> Running in 9affe65aef56 [2022-10-25T03:56:46.443Z] Removing intermediate container fef330706a9b [2022-10-25T03:56:46.443Z] ---> 61169a82b82d [2022-10-25T03:56:46.443Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-25T03:56:46.443Z] ---> Running in 95eb7de2b9e2 [2022-10-25T03:56:49.024Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:56:49.024Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:56:49.982Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:56:49.982Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:56:51.385Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T03:56:51.385Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T03:56:51.385Z] OK: 15734 distinct packages available [2022-10-25T03:56:51.385Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T03:56:51.385Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T03:56:51.385Z] OK: 15734 distinct packages available [2022-10-25T03:56:51.385Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:56:51.385Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:56:52.340Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:56:52.340Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:56:53.740Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-25T03:56:53.740Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T03:56:53.740Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-25T03:56:53.740Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T03:56:53.740Z] (3/4) Installing libucontext (1.1-r0) [2022-10-25T03:56:53.740Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T03:56:53.740Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-25T03:56:53.740Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T03:56:53.740Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T03:56:53.740Z] OK: 6 MiB in 18 packages [2022-10-25T03:56:54.010Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T03:56:54.010Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T03:56:54.010Z] OK: 6 MiB in 19 packages [2022-10-25T03:56:55.946Z] Removing intermediate container 95eb7de2b9e2 [2022-10-25T03:56:55.946Z] ---> 0c9bc3670f79 [2022-10-25T03:56:55.946Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T03:56:55.946Z] Removing intermediate container 9affe65aef56 [2022-10-25T03:56:55.946Z] ---> cb44d4f833bd [2022-10-25T03:56:55.946Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-25T03:57:01.285Z] ---> 801628febdcd [2022-10-25T03:57:01.285Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T03:57:03.879Z] ---> b949a9392c29 [2022-10-25T03:57:03.879Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T03:57:05.289Z] ---> 2f17dced2f1d [2022-10-25T03:57:05.289Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-25T03:57:05.289Z] ---> Running in e2eabf747467 [2022-10-25T03:57:06.253Z] Removing intermediate container e2eabf747467 [2022-10-25T03:57:06.253Z] ---> 12dde89ff174 [2022-10-25T03:57:06.253Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-25T03:57:07.213Z] ---> 25a621fdafe7 [2022-10-25T03:57:07.213Z] Step 21/26 : WORKDIR / [2022-10-25T03:57:07.482Z] ---> Running in e582878d7ea0 [2022-10-25T03:57:08.064Z] Removing intermediate container e582878d7ea0 [2022-10-25T03:57:08.064Z] ---> 7c75a2ddd179 [2022-10-25T03:57:08.064Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T03:57:08.330Z] ---> Running in 67429145475e [2022-10-25T03:57:08.330Z] ---> 546f6a9de302 [2022-10-25T03:57:08.330Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T03:57:08.911Z] Removing intermediate container 67429145475e [2022-10-25T03:57:08.912Z] ---> 2df1afefcb10 [2022-10-25T03:57:08.912Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T03:57:09.177Z] ---> Running in 965cf0bc2a5c [2022-10-25T03:57:09.177Z] ---> 8bcdd41a0c91 [2022-10-25T03:57:09.177Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-25T03:57:09.758Z] Removing intermediate container 965cf0bc2a5c [2022-10-25T03:57:09.758Z] ---> 291e43a66c6a [2022-10-25T03:57:09.758Z] Step 24/26 : LABEL arch=arm64 [2022-10-25T03:57:10.025Z] ---> Running in 3780814e5173 [2022-10-25T03:57:10.292Z] ---> f9f13140886d [2022-10-25T03:57:10.292Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-25T03:57:10.559Z] Removing intermediate container 3780814e5173 [2022-10-25T03:57:10.559Z] ---> 922a7d1134ee [2022-10-25T03:57:10.559Z] Step 25/26 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T03:57:10.828Z] ---> Running in 54d47edcd719 [2022-10-25T03:57:11.551Z] Removing intermediate container 54d47edcd719 [2022-10-25T03:57:11.551Z] ---> 4e874d0bc02e [2022-10-25T03:57:11.551Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T03:57:11.551Z] ---> 8068d7ed7e8f [2022-10-25T03:57:11.551Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T03:57:11.551Z] ---> Running in 8c93eaa2414b [2022-10-25T03:57:11.551Z] ---> Running in a5d04f670074 [2022-10-25T03:57:12.163Z] Removing intermediate container 8c93eaa2414b [2022-10-25T03:57:12.163Z] ---> 9d02b5b3f963 [2022-10-25T03:57:12.163Z] [2022-10-25T03:57:12.163Z] Removing intermediate container a5d04f670074 [2022-10-25T03:57:12.163Z] ---> 46588ccc2968 [2022-10-25T03:57:12.163Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T03:57:12.459Z] ---> Running in ec6924638ef0 [2022-10-25T03:57:12.731Z] Successfully built 9d02b5b3f963 [2022-10-25T03:57:12.731Z] Successfully tagged security-spire-config-arm64:latest [2022-10-25T03:57:12.731Z]  Building security-spire-config ... done Building core-command [2022-10-25T03:57:13.010Z] Removing intermediate container ec6924638ef0 [2022-10-25T03:57:13.010Z] ---> b0219b6bc4d6 [2022-10-25T03:57:13.010Z] Step 24/26 : LABEL arch=arm64 [2022-10-25T03:57:13.010Z] ---> Running in 6b6b6a39de2f [2022-10-25T03:57:13.624Z] Removing intermediate container 6b6b6a39de2f [2022-10-25T03:57:13.624Z] ---> 336749b73aa1 [2022-10-25T03:57:13.624Z] Step 25/26 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T03:57:13.624Z] ---> Running in cb8158945b91 [2022-10-25T03:57:14.229Z] Removing intermediate container cb8158945b91 [2022-10-25T03:57:14.229Z] ---> d198a9060b00 [2022-10-25T03:57:14.229Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T03:57:14.515Z] ---> Running in 5362f9125cee [2022-10-25T03:57:15.122Z] Removing intermediate container 5362f9125cee [2022-10-25T03:57:15.122Z] ---> bb562fa0d24d [2022-10-25T03:57:15.122Z] [2022-10-25T03:57:15.404Z] Successfully built bb562fa0d24d [2022-10-25T03:57:15.404Z] Successfully tagged security-spire-agent-arm64:latest [2022-10-25T03:57:15.404Z]  Building security-spire-agent ... done Building support-scheduler [2022-10-25T03:57:42.102Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T03:57:42.102Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T03:57:42.102Z] ---> 32c19fb86755 [2022-10-25T03:57:42.102Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T03:57:42.102Z] ---> Running in 62414467ffae [2022-10-25T03:57:42.102Z] Removing intermediate container 62414467ffae [2022-10-25T03:57:42.102Z] ---> b7eb4a64f9c4 [2022-10-25T03:57:42.102Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T03:57:42.368Z] ---> Running in 3d6e28be9ad1 [2022-10-25T03:57:43.336Z] Removing intermediate container 3d6e28be9ad1 [2022-10-25T03:57:43.336Z] ---> 9b383dad5543 [2022-10-25T03:57:43.336Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T03:57:43.336Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T03:57:43.336Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T03:57:43.336Z] ---> 32c19fb86755 [2022-10-25T03:57:43.336Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T03:57:43.336Z] ---> Using cache [2022-10-25T03:57:43.336Z] ---> b7eb4a64f9c4 [2022-10-25T03:57:43.336Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T03:57:43.336Z] ---> Running in bd93545edef3 [2022-10-25T03:57:43.336Z] ---> Running in 350673714c4c [2022-10-25T03:57:43.916Z] Removing intermediate container bd93545edef3 [2022-10-25T03:57:43.916Z] ---> 3652b9b38214 [2022-10-25T03:57:43.916Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T03:57:44.182Z] ---> Running in 6cb865147daa [2022-10-25T03:57:47.514Z] Removing intermediate container 350673714c4c [2022-10-25T03:57:47.514Z] ---> 6da140bf0232 [2022-10-25T03:57:47.514Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-25T03:57:47.514Z] ---> Running in ffbf6fc106b6 [2022-10-25T03:57:48.138Z] Removing intermediate container 6cb865147daa [2022-10-25T03:57:48.138Z] ---> 038eb8c2f2ed [2022-10-25T03:57:48.138Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-25T03:57:48.410Z] ---> Running in d5300d42cd5e [2022-10-25T03:57:49.824Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:57:50.784Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:57:50.784Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:57:51.743Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:57:52.011Z] OK: 221 MiB in 51 packages [2022-10-25T03:57:52.969Z] OK: 221 MiB in 51 packages [2022-10-25T03:57:53.552Z] Removing intermediate container ffbf6fc106b6 [2022-10-25T03:57:53.552Z] ---> 34b32ed77ff1 [2022-10-25T03:57:53.552Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T03:57:54.964Z] ---> e00a1329ce56 [2022-10-25T03:57:54.964Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T03:57:54.964Z] Removing intermediate container d5300d42cd5e [2022-10-25T03:57:54.964Z] ---> b08d6c9d62b6 [2022-10-25T03:57:54.964Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T03:57:55.271Z] ---> Running in 25a141d70616 [2022-10-25T03:57:56.231Z] ---> fa172b9e0846 [2022-10-25T03:57:56.231Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T03:57:56.496Z] ---> Running in 58c25a0d98fc [2022-10-25T03:59:18.119Z] Removing intermediate container 25a141d70616 [2022-10-25T03:59:18.119Z] ---> e3dc7422339c [2022-10-25T03:59:18.119Z] Step 9/24 : COPY . . [2022-10-25T03:59:18.119Z] Removing intermediate container 58c25a0d98fc [2022-10-25T03:59:18.119Z] ---> 5037e2130b91 [2022-10-25T03:59:18.119Z] Step 9/23 : COPY . . [2022-10-25T03:59:36.309Z] ---> c29b4eb43fa4 [2022-10-25T03:59:36.309Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-25T03:59:36.309Z] ---> fc9e11ae57e6 [2022-10-25T03:59:36.309Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-25T03:59:36.309Z] ---> Running in 39fd288e9205 [2022-10-25T03:59:36.309Z] ---> Running in ea31ccc41519 [2022-10-25T03:59:37.273Z] 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-10-25T03:59:37.273Z] 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-10-25T04:01:59.592Z] 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-10-25T04:02:07.789Z] Removing intermediate container 73716b9e556f [2022-10-25T04:02:07.789Z] ---> a565d8792eb8 [2022-10-25T04:02:07.789Z] [2022-10-25T04:02:07.789Z] Step 10/25 : FROM alpine:3.16 [2022-10-25T04:02:07.789Z] 3.16: Pulling from library/alpine [2022-10-25T04:02:07.789Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T04:02:07.789Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T04:02:07.789Z] ---> a6215f271958 [2022-10-25T04:02:07.789Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-25T04:02:07.789Z] ---> Running in 511e0d090796 [2022-10-25T04:02:09.726Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:02:09.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:02:11.397Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-25T04:02:11.662Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-25T04:02:11.662Z] (3/3) Installing su-exec (0.2-r1) [2022-10-25T04:02:11.662Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T04:02:11.662Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T04:02:12.244Z] OK: 6 MiB in 17 packages [2022-10-25T04:02:16.486Z] Removing intermediate container 511e0d090796 [2022-10-25T04:02:16.486Z] ---> f46766f212d9 [2022-10-25T04:02:16.486Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T04:02:16.486Z] ---> Running in 39c25dfa8232 [2022-10-25T04:02:16.750Z] Removing intermediate container 39c25dfa8232 [2022-10-25T04:02:16.750Z] ---> 5e3c9b1a791a [2022-10-25T04:02:16.750Z] Step 13/25 : WORKDIR / [2022-10-25T04:02:17.018Z] Removing intermediate container 62f5d34e5eb4 [2022-10-25T04:02:17.018Z] ---> 25e0fb63f389 [2022-10-25T04:02:17.018Z] [2022-10-25T04:02:17.018Z] Step 10/33 : FROM alpine:3.16 [2022-10-25T04:02:17.018Z] ---> a6215f271958 [2022-10-25T04:02:17.018Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T04:02:17.293Z] ---> Running in 2cd4b58c10c3 [2022-10-25T04:02:17.293Z] ---> Running in 9d29987f20f2 [2022-10-25T04:02:17.877Z] Removing intermediate container 9d29987f20f2 [2022-10-25T04:02:17.877Z] ---> e7cf58fb98ae [2022-10-25T04:02:17.877Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-25T04:02:17.877Z] Removing intermediate container 2cd4b58c10c3 [2022-10-25T04:02:17.877Z] ---> ec6d75f5ef3f [2022-10-25T04:02:17.877Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-10-25T04:02:18.143Z] ---> Running in bd9a9075cce5 [2022-10-25T04:02:19.562Z] ---> ce80f96baea7 [2022-10-25T04:02:19.562Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-10-25T04:02:20.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:02:20.523Z] ---> 00cfa1d996d8 [2022-10-25T04:02:20.523Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-25T04:02:20.792Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:02:21.752Z] ---> 6af22417bd36 [2022-10-25T04:02:21.752Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-10-25T04:02:22.334Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-25T04:02:22.334Z] (2/2) Installing su-exec (0.2-r1) [2022-10-25T04:02:22.334Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T04:02:22.334Z] ---> 490a118ba72f [2022-10-25T04:02:22.334Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-25T04:02:22.602Z] OK: 5 MiB in 16 packages [2022-10-25T04:02:24.549Z] ---> bc8083e6cc7c [2022-10-25T04:02:24.549Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-25T04:02:24.549Z] Removing intermediate container bd9a9075cce5 [2022-10-25T04:02:24.549Z] ---> 77f7693f5177 [2022-10-25T04:02:24.549Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-25T04:02:24.549Z] ---> Running in 887e6eb9ab0b [2022-10-25T04:02:25.508Z] Removing intermediate container 887e6eb9ab0b [2022-10-25T04:02:25.508Z] ---> 68ae71584886 [2022-10-25T04:02:25.508Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-25T04:02:25.508Z] ---> Running in a2084775579a [2022-10-25T04:02:26.109Z] Removing intermediate container a2084775579a [2022-10-25T04:02:26.109Z] ---> 7536bf8cdf8c [2022-10-25T04:02:26.109Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-25T04:02:26.376Z] ---> Running in 575d2ccba6f4 [2022-10-25T04:02:26.376Z] ---> 03e80311fae8 [2022-10-25T04:02:26.376Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T04:02:26.959Z] Removing intermediate container 575d2ccba6f4 [2022-10-25T04:02:26.959Z] ---> 02f50ac1abf0 [2022-10-25T04:02:26.959Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-25T04:02:27.227Z] ---> Running in b66629c1a360 [2022-10-25T04:02:27.812Z] ---> 2eeec057615f [2022-10-25T04:02:27.812Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T04:02:27.812Z] Removing intermediate container b66629c1a360 [2022-10-25T04:02:27.812Z] ---> 1408e7512332 [2022-10-25T04:02:27.812Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-25T04:02:27.812Z] ---> Running in 92167adde8cf [2022-10-25T04:02:28.080Z] ---> Running in cd11dc712ae9 [2022-10-25T04:02:32.330Z] Removing intermediate container 92167adde8cf [2022-10-25T04:02:32.330Z] ---> 1faba097adf3 [2022-10-25T04:02:32.330Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T04:02:32.330Z] ---> Running in 91c40794911f [2022-10-25T04:02:32.330Z] Removing intermediate container cd11dc712ae9 [2022-10-25T04:02:32.330Z] ---> 132adaaf7b77 [2022-10-25T04:02:32.330Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-25T04:02:32.330Z] ---> Running in d50b65c2cf40 [2022-10-25T04:02:32.330Z] Removing intermediate container 91c40794911f [2022-10-25T04:02:32.330Z] ---> 34af0eccf753 [2022-10-25T04:02:32.330Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T04:02:32.599Z] ---> Running in 0464e04f3a4c [2022-10-25T04:02:32.868Z] Removing intermediate container d50b65c2cf40 [2022-10-25T04:02:32.868Z] ---> a685282a85db [2022-10-25T04:02:32.868Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-25T04:02:33.136Z] Removing intermediate container 0464e04f3a4c [2022-10-25T04:02:33.136Z] ---> 928b609a1af5 [2022-10-25T04:02:33.136Z] Step 24/25 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T04:02:33.136Z] ---> Running in 1a1e8428c865 [2022-10-25T04:02:34.133Z] Removing intermediate container 1a1e8428c865 [2022-10-25T04:02:34.133Z] ---> 2e09b7887862 [2022-10-25T04:02:34.133Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T04:02:34.133Z] ---> Running in 43e75dad2f02 [2022-10-25T04:02:34.133Z] ---> d760c5404046 [2022-10-25T04:02:34.133Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-25T04:02:34.399Z] ---> Running in 0747e216c1e4 [2022-10-25T04:02:34.980Z] Removing intermediate container 43e75dad2f02 [2022-10-25T04:02:34.980Z] ---> 3772736ac59e [2022-10-25T04:02:34.980Z] [2022-10-25T04:02:35.563Z] Successfully built 3772736ac59e [2022-10-25T04:02:35.563Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-10-25T04:02:35.563Z] Building sys-mgmt-agent [2022-10-25T04:02:38.141Z]  Building security-secretstore-setup ... done Removing intermediate container 0747e216c1e4 [2022-10-25T04:02:38.142Z] ---> d7b09bf6e53a [2022-10-25T04:02:38.142Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T04:02:38.725Z] ---> da1d670700af [2022-10-25T04:02:38.725Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-25T04:02:40.666Z] ---> 8e9285799ff6 [2022-10-25T04:02:40.666Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-25T04:02:42.076Z] ---> 2cf1458555fb [2022-10-25T04:02:42.076Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-25T04:02:42.658Z] ---> f62a83994452 [2022-10-25T04:02:42.658Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-25T04:02:43.612Z] ---> b679343b8bc6 [2022-10-25T04:02:43.612Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-25T04:02:45.020Z] ---> d43911ca9836 [2022-10-25T04:02:45.020Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-25T04:02:46.424Z] ---> 2fbfc162cf94 [2022-10-25T04:02:46.424Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-25T04:02:46.424Z] ---> Running in 252fec5d4b8c [2022-10-25T04:02:50.664Z] Removing intermediate container 252fec5d4b8c [2022-10-25T04:02:50.664Z] ---> 1c982ab28425 [2022-10-25T04:02:50.664Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-25T04:02:50.665Z] ---> Running in 6a74b27bcefd [2022-10-25T04:02:50.665Z] Removing intermediate container 6a74b27bcefd [2022-10-25T04:02:50.665Z] ---> 4d2dc074a9bc [2022-10-25T04:02:50.931Z] Step 30/33 : CMD ["gate"] [2022-10-25T04:02:50.931Z] ---> Running in 901afdc19348 [2022-10-25T04:02:51.889Z] Removing intermediate container 901afdc19348 [2022-10-25T04:02:51.889Z] ---> 046d42be1ed9 [2022-10-25T04:02:51.889Z] Step 31/33 : LABEL arch=arm64 [2022-10-25T04:02:52.156Z] ---> Running in 7219561ee2ca [2022-10-25T04:02:53.120Z] Removing intermediate container 7219561ee2ca [2022-10-25T04:02:53.120Z] ---> 5f7479c9ab41 [2022-10-25T04:02:53.121Z] Step 32/33 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T04:02:53.121Z] ---> Running in f1df5074d321 [2022-10-25T04:02:54.078Z] Removing intermediate container f1df5074d321 [2022-10-25T04:02:54.078Z] ---> 14e8baf92538 [2022-10-25T04:02:54.078Z] Step 33/33 : LABEL version=0.0.0 [2022-10-25T04:02:54.348Z] ---> Running in df7ae9d16c6e [2022-10-25T04:02:54.348Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T04:02:54.348Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T04:02:54.348Z] ---> 32c19fb86755 [2022-10-25T04:02:54.348Z] Step 3/23 : WORKDIR /edgex-go [2022-10-25T04:02:54.348Z] ---> Using cache [2022-10-25T04:02:54.348Z] ---> 7c2ecd6b83c2 [2022-10-25T04:02:54.348Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T04:02:54.348Z] ---> Using cache [2022-10-25T04:02:54.348Z] ---> 7146267203df [2022-10-25T04:02:54.348Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-25T04:02:54.348Z] ---> Running in a56d4950a0e1 [2022-10-25T04:02:54.930Z] Removing intermediate container df7ae9d16c6e [2022-10-25T04:02:54.930Z] ---> 31b801d1ff14 [2022-10-25T04:02:54.930Z] [2022-10-25T04:02:55.513Z] Successfully built 31b801d1ff14 [2022-10-25T04:02:55.513Z] Successfully tagged security-bootstrapper-arm64:latest [2022-10-25T04:02:55.513Z]  Building security-bootstrapper ... done Building security-spire-server [2022-10-25T04:02:56.469Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:02:57.424Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:02:58.826Z] OK: 221 MiB in 51 packages [2022-10-25T04:03:00.758Z] Removing intermediate container a56d4950a0e1 [2022-10-25T04:03:00.758Z] ---> 84aa40b8c312 [2022-10-25T04:03:00.758Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-25T04:03:01.339Z] ---> 4513fe4f3d52 [2022-10-25T04:03:01.339Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T04:03:01.608Z] ---> Running in 680b5332f5f0 [2022-10-25T04:03:16.581Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T04:03:16.581Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T04:03:16.581Z] ---> 32c19fb86755 [2022-10-25T04:03:16.581Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T04:03:16.581Z] ---> Using cache [2022-10-25T04:03:16.581Z] ---> 7c2ecd6b83c2 [2022-10-25T04:03:16.581Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T04:03:16.581Z] ---> Using cache [2022-10-25T04:03:16.581Z] ---> 7146267203df [2022-10-25T04:03:16.581Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T04:03:16.581Z] ---> Using cache [2022-10-25T04:03:16.581Z] ---> 6e8124aa3983 [2022-10-25T04:03:16.581Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T04:03:16.581Z] ---> Using cache [2022-10-25T04:03:16.581Z] ---> c5747775d452 [2022-10-25T04:03:16.581Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T04:03:16.581Z] ---> Using cache [2022-10-25T04:03:16.581Z] ---> 38d98af4df97 [2022-10-25T04:03:16.581Z] Step 8/25 : COPY . . [2022-10-25T04:03:16.581Z] ---> Using cache [2022-10-25T04:03:16.581Z] ---> 552a54e2cdbe [2022-10-25T04:03:16.581Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T04:03:16.581Z] ---> Using cache [2022-10-25T04:03:16.581Z] ---> fd42e6c0a77a [2022-10-25T04:03:16.581Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-25T04:03:16.581Z] ---> Using cache [2022-10-25T04:03:16.581Z] ---> 64f27b9b00fb [2022-10-25T04:03:16.581Z] Step 11/25 : 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-10-25T04:03:16.581Z] ---> Running in e2b21938bd72 [2022-10-25T04:03:18.516Z] Removing intermediate container e2b21938bd72 [2022-10-25T04:03:18.516Z] ---> b382ef316ff7 [2022-10-25T04:03:18.516Z] Step 12/25 : WORKDIR /edgex-go [2022-10-25T04:03:18.516Z] ---> Running in a057a50eff7a [2022-10-25T04:03:19.096Z] Removing intermediate container a057a50eff7a [2022-10-25T04:03:19.096Z] ---> 817f38858ca6 [2022-10-25T04:03:19.096Z] [2022-10-25T04:03:19.096Z] Step 13/25 : FROM alpine:3.15 [2022-10-25T04:03:19.096Z] ---> 02e0d6fdf486 [2022-10-25T04:03:19.096Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T04:03:19.096Z] ---> Using cache [2022-10-25T04:03:19.096Z] ---> 02421e46e523 [2022-10-25T04:03:19.096Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T04:03:19.096Z] ---> Using cache [2022-10-25T04:03:19.096Z] ---> 61169a82b82d [2022-10-25T04:03:19.096Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T04:03:19.096Z] ---> Running in c3a6a53e53cf [2022-10-25T04:03:21.032Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:03:22.434Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:03:23.836Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T04:03:23.836Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T04:03:23.836Z] OK: 15734 distinct packages available [2022-10-25T04:03:23.836Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:03:24.794Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:03:26.201Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T04:03:26.201Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T04:03:26.201Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T04:03:26.467Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T04:03:26.467Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T04:03:26.735Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T04:03:26.735Z] OK: 6 MiB in 19 packages [2022-10-25T04:03:28.693Z] Removing intermediate container c3a6a53e53cf [2022-10-25T04:03:28.693Z] ---> 3b4905fc4524 [2022-10-25T04:03:28.693Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T04:03:34.025Z] ---> 30af773d3a70 [2022-10-25T04:03:34.025Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T04:03:34.987Z] ---> f2dff60bb492 [2022-10-25T04:03:34.987Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-25T04:03:35.947Z] ---> 40399696e77f [2022-10-25T04:03:35.947Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-25T04:03:36.904Z] ---> 5edaa1b2a274 [2022-10-25T04:03:36.904Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T04:03:36.904Z] ---> Running in fb1747f4cb93 [2022-10-25T04:03:37.484Z] Removing intermediate container fb1747f4cb93 [2022-10-25T04:03:37.484Z] ---> e64e0a15846e [2022-10-25T04:03:37.484Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T04:03:37.484Z] ---> Running in d2727276c7a6 [2022-10-25T04:03:38.064Z] Removing intermediate container d2727276c7a6 [2022-10-25T04:03:38.064Z] ---> d34b6b795cd9 [2022-10-25T04:03:38.064Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T04:03:38.064Z] ---> Running in 72b6354cb9cf [2022-10-25T04:03:38.658Z] Removing intermediate container 72b6354cb9cf [2022-10-25T04:03:38.659Z] ---> 85af511aeea4 [2022-10-25T04:03:38.659Z] Step 24/25 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T04:03:38.659Z] ---> Running in fd9eba93ed6a [2022-10-25T04:03:39.239Z] Removing intermediate container fd9eba93ed6a [2022-10-25T04:03:39.239Z] ---> f3c5bb094c1a [2022-10-25T04:03:39.239Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T04:03:39.504Z] ---> Running in e5db72a16b6a [2022-10-25T04:03:40.083Z] Removing intermediate container e5db72a16b6a [2022-10-25T04:03:40.083Z] ---> abfde9e93b5c [2022-10-25T04:03:40.083Z] [2022-10-25T04:03:40.349Z] Successfully built abfde9e93b5c [2022-10-25T04:03:40.349Z] Successfully tagged security-spire-server-arm64:latest [2022-10-25T04:03:40.349Z] Building support-notifications [2022-10-25T04:03:58.920Z]  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T04:03:58.920Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T04:03:58.920Z] ---> 32c19fb86755 [2022-10-25T04:03:58.920Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T04:03:58.920Z] ---> Using cache [2022-10-25T04:03:58.920Z] ---> b7eb4a64f9c4 [2022-10-25T04:03:58.920Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T04:03:58.920Z] ---> Using cache [2022-10-25T04:03:58.920Z] ---> 3652b9b38214 [2022-10-25T04:03:58.920Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T04:03:58.920Z] ---> Using cache [2022-10-25T04:03:58.920Z] ---> 038eb8c2f2ed [2022-10-25T04:03:58.920Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-25T04:03:58.920Z] ---> Running in 5432864ff5d3 [2022-10-25T04:04:00.947Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:04:01.908Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:04:03.310Z] OK: 221 MiB in 51 packages [2022-10-25T04:04:05.883Z] Removing intermediate container 5432864ff5d3 [2022-10-25T04:04:05.883Z] ---> 9512fd626fae [2022-10-25T04:04:05.883Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T04:04:07.827Z] ---> fad6d2a2833d [2022-10-25T04:04:07.827Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T04:04:07.827Z] ---> Running in a970a1fc4254 [2022-10-25T04:04:26.012Z] Removing intermediate container 1269eb4a71f8 [2022-10-25T04:04:26.012Z] ---> 7a3491102040 [2022-10-25T04:04:26.012Z] [2022-10-25T04:04:26.012Z] Step 9/20 : FROM alpine:3.15 [2022-10-25T04:04:26.012Z] ---> 02e0d6fdf486 [2022-10-25T04:04:26.012Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T04:04:26.012Z] ---> Using cache [2022-10-25T04:04:26.012Z] ---> 02421e46e523 [2022-10-25T04:04:26.012Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T04:04:26.012Z] ---> Using cache [2022-10-25T04:04:26.012Z] ---> 61169a82b82d [2022-10-25T04:04:26.012Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-25T04:04:26.012Z] ---> Running in 4bc4bab0818f [2022-10-25T04:04:26.590Z] Removing intermediate container 680b5332f5f0 [2022-10-25T04:04:26.590Z] ---> 9923f9807b4a [2022-10-25T04:04:26.590Z] Step 8/23 : COPY . . [2022-10-25T04:04:27.999Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:04:29.406Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:04:31.352Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T04:04:31.352Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T04:04:31.352Z] OK: 15734 distinct packages available [2022-10-25T04:04:31.352Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:04:32.769Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:04:33.727Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-25T04:04:33.995Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-25T04:04:34.264Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-25T04:04:34.264Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-25T04:04:34.264Z] (5/9) Installing curl (7.80.0-r3) [2022-10-25T04:04:34.547Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-25T04:04:34.547Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-25T04:04:34.547Z] (8/9) Installing libucontext (1.1-r0) [2022-10-25T04:04:34.817Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-25T04:04:34.817Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T04:04:34.817Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T04:04:35.403Z] OK: 8 MiB in 23 packages [2022-10-25T04:04:40.753Z] Removing intermediate container 4bc4bab0818f [2022-10-25T04:04:40.753Z] ---> e9dc7ed6ed2a [2022-10-25T04:04:40.753Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T04:04:40.753Z] ---> d9123565fb69 [2022-10-25T04:04:40.753Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-25T04:04:40.753Z] ---> Running in 3ed2fce26082 [2022-10-25T04:04:41.363Z] ---> 6da25761a860 [2022-10-25T04:04:41.363Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-25T04:04:42.778Z] 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-10-25T04:04:44.188Z] ---> 8a1b1e43ac65 [2022-10-25T04:04:44.189Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-25T04:04:45.154Z] ---> e44599aae9ec [2022-10-25T04:04:45.420Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-25T04:04:45.420Z] ---> Running in 34a4222ed4a1 [2022-10-25T04:04:46.008Z] Removing intermediate container 34a4222ed4a1 [2022-10-25T04:04:46.008Z] ---> 3ad3c4abad26 [2022-10-25T04:04:46.008Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T04:04:46.008Z] ---> Running in 6d72dc654d3b [2022-10-25T04:04:46.972Z] Removing intermediate container 6d72dc654d3b [2022-10-25T04:04:46.972Z] ---> c8be6bceb167 [2022-10-25T04:04:46.972Z] Step 18/20 : LABEL arch=arm64 [2022-10-25T04:04:46.972Z] ---> Running in a4340b4f80d7 [2022-10-25T04:04:47.559Z] Removing intermediate container a4340b4f80d7 [2022-10-25T04:04:47.559Z] ---> a3f3213c35db [2022-10-25T04:04:47.559Z] Step 19/20 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T04:04:47.828Z] ---> Running in b92871f57f8a [2022-10-25T04:04:48.094Z] Removing intermediate container b92871f57f8a [2022-10-25T04:04:48.094Z] ---> 94d18941fef2 [2022-10-25T04:04:48.362Z] Step 20/20 : LABEL version=0.0.0 [2022-10-25T04:04:48.362Z] ---> Running in 9e8bc62dfeea [2022-10-25T04:04:48.960Z] Removing intermediate container 9e8bc62dfeea [2022-10-25T04:04:48.960Z] ---> 7eebdfbbe9ac [2022-10-25T04:04:48.960Z] [2022-10-25T04:04:49.227Z] Successfully built 7eebdfbbe9ac [2022-10-25T04:04:49.227Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-10-25T04:04:49.227Z]  Building security-spiffe-token-provider ... done Building security-proxy-setup [2022-10-25T04:05:11.334Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T04:05:11.334Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-25T04:05:11.334Z] ---> 32c19fb86755 [2022-10-25T04:05:11.334Z] Step 3/22 : WORKDIR /edgex-go [2022-10-25T04:05:11.334Z] ---> Using cache [2022-10-25T04:05:11.334Z] ---> 7c2ecd6b83c2 [2022-10-25T04:05:11.334Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T04:05:11.334Z] ---> Using cache [2022-10-25T04:05:11.334Z] ---> 7146267203df [2022-10-25T04:05:11.334Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-25T04:05:11.604Z] ---> Running in 6fa49cd35632 [2022-10-25T04:05:14.190Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:05:15.148Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:05:16.551Z] OK: 221 MiB in 51 packages [2022-10-25T04:05:19.128Z] Removing intermediate container 6fa49cd35632 [2022-10-25T04:05:19.128Z] ---> fffcf9752e9b [2022-10-25T04:05:19.128Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-25T04:05:20.106Z] ---> f77979fbf1cf [2022-10-25T04:05:20.106Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T04:05:20.106Z] ---> Running in 6ae6be1e5040 [2022-10-25T04:05:23.466Z] Removing intermediate container a970a1fc4254 [2022-10-25T04:05:23.466Z] ---> 70c4b07b3f0e [2022-10-25T04:05:23.466Z] Step 9/23 : COPY . . [2022-10-25T04:05:38.440Z] ---> 082fe1f764be [2022-10-25T04:05:38.440Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-25T04:05:38.440Z] ---> Running in 94bf2dc11b36 [2022-10-25T04:05:38.441Z] 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-10-25T04:06:05.113Z] Removing intermediate container ea31ccc41519 [2022-10-25T04:06:05.113Z] ---> 6ece4ffa579e [2022-10-25T04:06:05.113Z] [2022-10-25T04:06:05.113Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T04:06:05.113Z] ---> a6215f271958 [2022-10-25T04:06:05.113Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-25T04:06:05.113Z] ---> Running in 274a7b53174b [2022-10-25T04:06:07.696Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:06:07.963Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:06:09.367Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T04:06:09.367Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T04:06:09.367Z] OK: 5 MiB in 15 packages [2022-10-25T04:06:11.947Z] Removing intermediate container 274a7b53174b [2022-10-25T04:06:11.947Z] ---> 322e81e4a625 [2022-10-25T04:06:11.947Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T04:06:11.947Z] ---> Running in a6d7a4498767 [2022-10-25T04:06:12.904Z] Removing intermediate container a6d7a4498767 [2022-10-25T04:06:12.904Z] ---> 8441ca527e62 [2022-10-25T04:06:12.904Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-25T04:06:13.171Z] ---> Running in 55003be16353 [2022-10-25T04:06:14.133Z] Removing intermediate container 55003be16353 [2022-10-25T04:06:14.133Z] ---> c248ffeb01c1 [2022-10-25T04:06:14.133Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-25T04:06:14.400Z] ---> Running in 55c393c06ea5 [2022-10-25T04:06:15.359Z] Removing intermediate container 55c393c06ea5 [2022-10-25T04:06:15.359Z] ---> eabfb9bdf725 [2022-10-25T04:06:15.359Z] Step 16/24 : WORKDIR / [2022-10-25T04:06:15.359Z] ---> Running in 142a6026dfe4 [2022-10-25T04:06:16.318Z] Removing intermediate container 142a6026dfe4 [2022-10-25T04:06:16.318Z] ---> 8a67f49711e1 [2022-10-25T04:06:16.318Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T04:06:17.724Z] ---> 4ba3df461dc6 [2022-10-25T04:06:17.724Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-25T04:06:21.983Z] ---> 4f5e8e83d67f [2022-10-25T04:06:21.983Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-25T04:06:22.941Z] ---> 95cb77aaf000 [2022-10-25T04:06:22.941Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-25T04:06:23.207Z] ---> Running in 012e45f5407a [2022-10-25T04:06:24.178Z] Removing intermediate container 012e45f5407a [2022-10-25T04:06:24.178Z] ---> e0a81b5a781a [2022-10-25T04:06:24.178Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T04:06:24.445Z] ---> Running in ded5a65fcc09 [2022-10-25T04:06:25.422Z] Removing intermediate container ded5a65fcc09 [2022-10-25T04:06:25.422Z] ---> b1c7beb90681 [2022-10-25T04:06:25.422Z] Step 22/24 : LABEL arch=arm64 [2022-10-25T04:06:25.422Z] ---> Running in d4093edbe9a6 [2022-10-25T04:06:26.378Z] Removing intermediate container d4093edbe9a6 [2022-10-25T04:06:26.378Z] ---> 5107c8f25b46 [2022-10-25T04:06:26.378Z] Step 23/24 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T04:06:26.648Z] ---> Running in d25210d29f69 [2022-10-25T04:06:27.617Z] Removing intermediate container d25210d29f69 [2022-10-25T04:06:27.617Z] ---> c77c897be09c [2022-10-25T04:06:27.617Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T04:06:27.617Z] ---> Running in 2743a3a16bb4 [2022-10-25T04:06:28.580Z] Removing intermediate container 2743a3a16bb4 [2022-10-25T04:06:28.580Z] ---> e5e020c807c6 [2022-10-25T04:06:28.580Z] [2022-10-25T04:06:29.542Z] Successfully built e5e020c807c6 [2022-10-25T04:06:29.542Z] Successfully tagged core-command-arm64:latest [2022-10-25T04:06:29.542Z]  Building core-command ... done Building core-metadata [2022-10-25T04:06:39.614Z] Removing intermediate container 6ae6be1e5040 [2022-10-25T04:06:39.614Z] ---> 08d3135fde4b [2022-10-25T04:06:39.614Z] Step 8/22 : COPY . . [2022-10-25T04:06:47.818Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T04:06:47.818Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T04:06:47.818Z] ---> 32c19fb86755 [2022-10-25T04:06:47.818Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-25T04:06:47.818Z] ---> Using cache [2022-10-25T04:06:47.818Z] ---> b7eb4a64f9c4 [2022-10-25T04:06:47.818Z] Step 4/25 : WORKDIR /edgex-go [2022-10-25T04:06:47.818Z] ---> Using cache [2022-10-25T04:06:47.818Z] ---> 3652b9b38214 [2022-10-25T04:06:47.818Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T04:06:47.818Z] ---> Using cache [2022-10-25T04:06:47.818Z] ---> 038eb8c2f2ed [2022-10-25T04:06:47.818Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-25T04:06:47.818Z] ---> Using cache [2022-10-25T04:06:47.818Z] ---> b08d6c9d62b6 [2022-10-25T04:06:47.818Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-25T04:06:47.818Z] ---> Using cache [2022-10-25T04:06:47.818Z] ---> fa172b9e0846 [2022-10-25T04:06:47.818Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T04:06:47.818Z] ---> Using cache [2022-10-25T04:06:47.818Z] ---> 5037e2130b91 [2022-10-25T04:06:47.818Z] Step 9/25 : COPY . . [2022-10-25T04:06:47.818Z] ---> Using cache [2022-10-25T04:06:47.818Z] ---> c29b4eb43fa4 [2022-10-25T04:06:47.818Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-25T04:06:47.818Z] ---> Running in 023816a9cbfc [2022-10-25T04:06:50.397Z] 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-10-25T04:06:54.641Z] ---> 5150f417f59f [2022-10-25T04:06:54.641Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-25T04:06:54.641Z] ---> Running in 9f43c166dc8a [2022-10-25T04:06:56.585Z] 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-10-25T04:09:18.251Z] Removing intermediate container 39fd288e9205 [2022-10-25T04:09:18.251Z] ---> 3d091250aa7c [2022-10-25T04:09:18.251Z] [2022-10-25T04:09:18.251Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T04:09:18.251Z] ---> a6215f271958 [2022-10-25T04:09:18.251Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-25T04:09:18.251Z] ---> Using cache [2022-10-25T04:09:18.251Z] ---> 322e81e4a625 [2022-10-25T04:09:18.251Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T04:09:18.251Z] ---> Using cache [2022-10-25T04:09:18.251Z] ---> 8441ca527e62 [2022-10-25T04:09:18.251Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-25T04:09:18.251Z] ---> Running in 3603c5c9fa26 [2022-10-25T04:09:18.251Z] Removing intermediate container 3603c5c9fa26 [2022-10-25T04:09:18.251Z] ---> 196264e048f0 [2022-10-25T04:09:18.251Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T04:09:18.251Z] ---> Running in 6b3c59937f99 [2022-10-25T04:09:18.251Z] Removing intermediate container 6b3c59937f99 [2022-10-25T04:09:18.251Z] ---> 9bb2353f3b74 [2022-10-25T04:09:18.251Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T04:09:18.251Z] ---> c457184e4c0d [2022-10-25T04:09:18.251Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-25T04:09:18.251Z] ---> db09e7622037 [2022-10-25T04:09:18.251Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-25T04:09:18.251Z] ---> c730e7077ee4 [2022-10-25T04:09:18.251Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-25T04:09:18.251Z] ---> Running in ee074ada58c2 [2022-10-25T04:09:18.251Z] Removing intermediate container ee074ada58c2 [2022-10-25T04:09:18.251Z] ---> 88f2c0ede97d [2022-10-25T04:09:18.251Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T04:09:18.251Z] ---> Running in 90bd32ec4540 [2022-10-25T04:09:18.251Z] Removing intermediate container 90bd32ec4540 [2022-10-25T04:09:18.251Z] ---> d7014d3a9508 [2022-10-25T04:09:18.251Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T04:09:18.251Z] ---> Running in 7e2d5539de9c [2022-10-25T04:09:18.251Z] Removing intermediate container 7e2d5539de9c [2022-10-25T04:09:18.251Z] ---> 30398c0d28e4 [2022-10-25T04:09:18.251Z] Step 22/23 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T04:09:18.251Z] ---> Running in 12d1a6658d45 [2022-10-25T04:09:18.251Z] Removing intermediate container 12d1a6658d45 [2022-10-25T04:09:18.251Z] ---> 4894327e7108 [2022-10-25T04:09:18.251Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T04:09:18.251Z] ---> Running in d698e02efc8b [2022-10-25T04:09:18.251Z] Removing intermediate container d698e02efc8b [2022-10-25T04:09:18.251Z] ---> e12390d0d63d [2022-10-25T04:09:18.251Z] [2022-10-25T04:09:18.251Z] Successfully built e12390d0d63d [2022-10-25T04:09:18.251Z] Successfully tagged support-scheduler-arm64:latest [2022-10-25T04:09:18.251Z]  Building support-scheduler ... done Building core-data [2022-10-25T04:09:31.146Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T04:09:31.146Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T04:09:31.146Z] ---> 32c19fb86755 [2022-10-25T04:09:31.146Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T04:09:31.146Z] ---> Using cache [2022-10-25T04:09:31.146Z] ---> b7eb4a64f9c4 [2022-10-25T04:09:31.146Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T04:09:31.146Z] ---> Using cache [2022-10-25T04:09:31.146Z] ---> 3652b9b38214 [2022-10-25T04:09:31.146Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T04:09:31.146Z] ---> Using cache [2022-10-25T04:09:31.146Z] ---> 038eb8c2f2ed [2022-10-25T04:09:31.146Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-25T04:09:31.146Z] ---> Running in 26fab414723b [2022-10-25T04:09:33.540Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:09:34.565Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:09:36.882Z] OK: 221 MiB in 51 packages [2022-10-25T04:09:37.153Z] Removing intermediate container 26fab414723b [2022-10-25T04:09:37.153Z] ---> 0cb0f8330970 [2022-10-25T04:09:37.153Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T04:09:38.114Z] ---> 9310143cccf0 [2022-10-25T04:09:38.114Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T04:09:38.114Z] ---> Running in c57a768aeea0 [2022-10-25T04:10:46.029Z] Removing intermediate container 3ed2fce26082 [2022-10-25T04:10:46.029Z] ---> c30af8779ec1 [2022-10-25T04:10:46.029Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-25T04:10:46.029Z] ---> Running in 2ea5bd34295b [2022-10-25T04:10:46.029Z] 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-10-25T04:10:47.000Z] Removing intermediate container c57a768aeea0 [2022-10-25T04:10:47.000Z] ---> 0ccc16bb6d8b [2022-10-25T04:10:47.000Z] Step 9/24 : COPY . . [2022-10-25T04:10:47.583Z] Removing intermediate container 2ea5bd34295b [2022-10-25T04:10:47.583Z] ---> cfb47f420379 [2022-10-25T04:10:47.583Z] [2022-10-25T04:10:47.583Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T04:10:47.583Z] ---> a6215f271958 [2022-10-25T04:10:47.583Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-10-25T04:10:47.853Z] ---> Running in 6a136238d259 [2022-10-25T04:10:48.439Z] Removing intermediate container 6a136238d259 [2022-10-25T04:10:48.439Z] ---> 78e07cfc021e [2022-10-25T04:10:48.439Z] Step 13/23 : 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-10-25T04:10:48.710Z] ---> Running in f02abb414eb1 [2022-10-25T04:10:51.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:10:51.582Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:10:53.005Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-25T04:10:53.005Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-25T04:10:53.005Z] (3/33) Installing readline (8.1.2-r0) [2022-10-25T04:10:53.005Z] (4/33) Installing bash (5.1.16-r2) [2022-10-25T04:10:53.279Z] Executing bash-5.1.16-r2.post-install [2022-10-25T04:10:53.279Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-25T04:10:53.279Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-25T04:10:53.279Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T04:10:53.279Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-25T04:10:53.279Z] (9/33) Installing curl (7.83.1-r3) [2022-10-25T04:10:53.279Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-25T04:10:54.693Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-25T04:10:54.693Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-25T04:10:54.693Z] (13/33) Installing expat (2.4.9-r0) [2022-10-25T04:10:54.693Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-25T04:10:54.693Z] (15/33) Installing gdbm (1.23-r0) [2022-10-25T04:10:54.693Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-25T04:10:54.693Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T04:10:54.693Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T04:10:54.693Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-25T04:10:54.693Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-25T04:10:54.693Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-25T04:10:58.048Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-25T04:10:58.048Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-25T04:10:58.048Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-25T04:10:58.048Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-25T04:10:58.048Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-25T04:10:58.048Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-25T04:10:58.048Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-25T04:10:58.048Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-25T04:10:58.048Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-25T04:10:58.048Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-25T04:10:58.048Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-25T04:10:58.315Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-25T04:10:59.725Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T04:10:59.725Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T04:11:00.311Z] OK: 120 MiB in 47 packages [2022-10-25T04:11:01.727Z] ---> 87a2a79f7955 [2022-10-25T04:11:01.727Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-25T04:11:02.005Z] ---> Running in e4e40beb98c5 [2022-10-25T04:11:03.962Z] 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-10-25T04:11:16.305Z] Collecting docker-compose==1.23.2 [2022-10-25T04:11:16.305Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-25T04:11:16.305Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.5 MB/s eta 0:00:00 [2022-10-25T04:11:17.719Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-25T04:11:17.719Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-25T04:11:17.719Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 19.4 MB/s eta 0:00:00 [2022-10-25T04:11:17.719Z] Collecting docopt<0.7,>=0.6.1 [2022-10-25T04:11:17.719Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-25T04:11:17.984Z] Preparing metadata (setup.py): started [2022-10-25T04:11:20.569Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T04:11:20.569Z] Collecting texttable<0.10,>=0.9.0 [2022-10-25T04:11:20.569Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-25T04:11:20.569Z] Preparing metadata (setup.py): started [2022-10-25T04:11:22.518Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T04:11:23.103Z] Collecting docker<4.0,>=3.6.0 [2022-10-25T04:11:23.103Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-25T04:11:23.103Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 11.7 MB/s eta 0:00:00 [2022-10-25T04:11:23.688Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-25T04:11:23.688Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-25T04:11:23.688Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 18.8 MB/s eta 0:00:00 [2022-10-25T04:11:23.688Z] 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-10-25T04:11:24.271Z] Collecting jsonschema<3,>=2.5.1 [2022-10-25T04:11:24.271Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-25T04:11:24.539Z] Collecting cached-property<2,>=1.2.0 [2022-10-25T04:11:24.539Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-25T04:11:25.124Z] Collecting PyYAML<4,>=3.10 [2022-10-25T04:11:25.124Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-25T04:11:25.392Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 18.6 MB/s eta 0:00:00 [2022-10-25T04:11:27.337Z] Preparing metadata (setup.py): started [2022-10-25T04:11:29.280Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T04:11:29.280Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-25T04:11:29.280Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-25T04:11:29.280Z] Preparing metadata (setup.py): started [2022-10-25T04:11:31.221Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T04:11:31.487Z] Collecting docker-pycreds>=0.4.0 [2022-10-25T04:11:31.487Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-25T04:11:32.446Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-25T04:11:32.446Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-25T04:11:32.446Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 20.0 MB/s eta 0:00:00 [2022-10-25T04:11:32.714Z] Collecting certifi>=2017.4.17 [2022-10-25T04:11:32.714Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-25T04:11:32.985Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 15.6 MB/s eta 0:00:00 [2022-10-25T04:11:33.571Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-25T04:11:33.571Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-25T04:11:33.838Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 20.1 MB/s eta 0:00:00 [2022-10-25T04:11:33.838Z] Collecting idna<2.8,>=2.5 [2022-10-25T04:11:33.838Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-25T04:11:34.106Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 19.3 MB/s eta 0:00:00 [2022-10-25T04:11:34.689Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-25T04:11:34.689Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-25T04:11:34.689Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-25T04:11:34.689Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-25T04:11:35.649Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-25T04:11:35.649Z] Running setup.py install for texttable: started [2022-10-25T04:11:38.241Z] Running setup.py install for texttable: finished with status 'done' [2022-10-25T04:11:38.241Z] Running setup.py install for PyYAML: started [2022-10-25T04:11:41.590Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-25T04:11:42.552Z] Running setup.py install for docopt: started [2022-10-25T04:11:45.141Z] Running setup.py install for docopt: finished with status 'done' [2022-10-25T04:11:48.488Z] Running setup.py install for dockerpty: started [2022-10-25T04:11:51.079Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-25T04:11:53.670Z] 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-10-25T04:11:53.670Z] 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-10-25T04:12:11.907Z] Removing intermediate container f02abb414eb1 [2022-10-25T04:12:11.907Z] ---> f1e77b994145 [2022-10-25T04:12:11.907Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-25T04:12:11.907Z] ---> Running in 07a4fbd4dd76 [2022-10-25T04:12:11.907Z] Removing intermediate container 07a4fbd4dd76 [2022-10-25T04:12:11.907Z] ---> b431f24d1f7b [2022-10-25T04:12:11.907Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T04:12:11.907Z] ---> Running in b729e750dc9b [2022-10-25T04:12:11.907Z] Removing intermediate container b729e750dc9b [2022-10-25T04:12:11.907Z] ---> dbbdba56288d [2022-10-25T04:12:11.907Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-25T04:12:11.907Z] ---> 2af86b3111fe [2022-10-25T04:12:11.907Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-25T04:12:12.499Z] ---> 2e883badc63a [2022-10-25T04:12:12.499Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-25T04:12:13.464Z] ---> 6b06f7ccf628 [2022-10-25T04:12:13.464Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-25T04:12:13.464Z] ---> Running in c9911e48f98e [2022-10-25T04:12:14.052Z] Removing intermediate container c9911e48f98e [2022-10-25T04:12:14.052Z] ---> 447d91be6604 [2022-10-25T04:12:14.052Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T04:12:14.052Z] ---> Running in 0baaccd3e5cf [2022-10-25T04:12:14.637Z] Removing intermediate container 0baaccd3e5cf [2022-10-25T04:12:14.637Z] ---> 73e425c2e090 [2022-10-25T04:12:14.637Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T04:12:14.637Z] ---> Running in e8f144740581 [2022-10-25T04:12:14.905Z] Removing intermediate container e8f144740581 [2022-10-25T04:12:14.905Z] ---> a53aacb15ca9 [2022-10-25T04:12:14.905Z] Step 22/23 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T04:12:15.173Z] ---> Running in 2f6ab223a57d [2022-10-25T04:12:15.763Z] Removing intermediate container 2f6ab223a57d [2022-10-25T04:12:15.763Z] ---> 15313ff5bad9 [2022-10-25T04:12:15.763Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T04:12:15.763Z] ---> Running in f25d15120b84 [2022-10-25T04:12:16.357Z] Removing intermediate container f25d15120b84 [2022-10-25T04:12:16.357Z] ---> df6521df2808 [2022-10-25T04:12:16.357Z] [2022-10-25T04:12:16.625Z] Successfully built df6521df2808 [2022-10-25T04:12:16.625Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-10-25T04:12:20.890Z]  Building sys-mgmt-agent ... 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-10-25T04:12:42.984Z] Removing intermediate container 9f43c166dc8a [2022-10-25T04:12:42.984Z] ---> 393de702de52 [2022-10-25T04:12:42.984Z] [2022-10-25T04:12:42.984Z] Step 10/22 : FROM alpine:3.16 [2022-10-25T04:12:42.984Z] ---> a6215f271958 [2022-10-25T04:12:42.984Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-25T04:12:42.984Z] ---> Running in a187cbedd999 [2022-10-25T04:12:42.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:12:42.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:12:44.392Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-25T04:12:44.392Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-25T04:12:44.392Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T04:12:44.392Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-25T04:12:44.392Z] (5/6) Installing curl (7.83.1-r3) [2022-10-25T04:12:44.392Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-25T04:12:44.392Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T04:12:44.392Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T04:12:44.660Z] OK: 8 MiB in 20 packages [2022-10-25T04:12:46.608Z] Removing intermediate container a187cbedd999 [2022-10-25T04:12:46.608Z] ---> 1aa9add05ce3 [2022-10-25T04:12:46.608Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T04:12:46.608Z] ---> Running in 0a30d3565399 [2022-10-25T04:12:46.877Z] Removing intermediate container 0a30d3565399 [2022-10-25T04:12:46.877Z] ---> 604bdccc1d81 [2022-10-25T04:12:46.877Z] Step 13/22 : WORKDIR /edgex [2022-10-25T04:12:47.145Z] ---> Running in 41b72acca7a1 [2022-10-25T04:12:47.739Z] Removing intermediate container 41b72acca7a1 [2022-10-25T04:12:47.739Z] ---> 8a71f6b1d597 [2022-10-25T04:12:47.739Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-25T04:12:48.337Z] ---> 9420feeab195 [2022-10-25T04:12:48.337Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-25T04:12:49.754Z] ---> 8f10b7d08192 [2022-10-25T04:12:49.754Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-25T04:12:51.168Z] ---> d74eba3d4e00 [2022-10-25T04:12:51.168Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T04:12:52.132Z] ---> 289bcc62ff01 [2022-10-25T04:12:52.132Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T04:12:52.132Z] ---> Running in 85b435d871bf [2022-10-25T04:12:55.490Z] Removing intermediate container 85b435d871bf [2022-10-25T04:12:55.490Z] ---> dd8403ed1c3c [2022-10-25T04:12:55.490Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T04:12:55.490Z] ---> Running in 91eedda22ee0 [2022-10-25T04:12:55.759Z] Removing intermediate container 91eedda22ee0 [2022-10-25T04:12:55.759Z] ---> 6ccd97147ce8 [2022-10-25T04:12:55.759Z] Step 20/22 : LABEL arch=arm64 [2022-10-25T04:12:55.759Z] ---> Running in 8f75950d9c24 [2022-10-25T04:12:56.039Z] Removing intermediate container 8f75950d9c24 [2022-10-25T04:12:56.039Z] ---> dd220a11cb8a [2022-10-25T04:12:56.039Z] Step 21/22 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T04:12:56.329Z] ---> Running in a7231375e194 [2022-10-25T04:12:56.602Z] Removing intermediate container a7231375e194 [2022-10-25T04:12:56.602Z] ---> a70eb597be4c [2022-10-25T04:12:56.602Z] Step 22/22 : LABEL version=0.0.0 [2022-10-25T04:12:56.868Z] ---> Running in 115e205c3f50 [2022-10-25T04:12:57.135Z] Removing intermediate container 115e205c3f50 [2022-10-25T04:12:57.135Z] ---> c34d4bd7719b [2022-10-25T04:12:57.135Z] [2022-10-25T04:12:57.400Z] Successfully built c34d4bd7719b [2022-10-25T04:12:57.400Z] Successfully tagged security-proxy-setup-arm64:latest [2022-10-25T04:13:19.442Z]  Building security-proxy-setup ... done Removing intermediate container 023816a9cbfc [2022-10-25T04:13:19.442Z] ---> 5d348986c01a [2022-10-25T04:13:19.442Z] [2022-10-25T04:13:19.442Z] Step 11/25 : FROM alpine:3.16 [2022-10-25T04:13:19.442Z] ---> a6215f271958 [2022-10-25T04:13:19.442Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-25T04:13:19.442Z] ---> Using cache [2022-10-25T04:13:19.442Z] ---> 322e81e4a625 [2022-10-25T04:13:19.442Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T04:13:19.442Z] ---> Using cache [2022-10-25T04:13:19.442Z] ---> 8441ca527e62 [2022-10-25T04:13:19.442Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-25T04:13:19.442Z] ---> Running in d33d870d92dc [2022-10-25T04:13:19.442Z] Removing intermediate container d33d870d92dc [2022-10-25T04:13:19.442Z] ---> 8c7d14a0259c [2022-10-25T04:13:19.442Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-25T04:13:19.442Z] ---> Running in 8b07be6aa921 [2022-10-25T04:13:19.442Z] Removing intermediate container 8b07be6aa921 [2022-10-25T04:13:19.442Z] ---> 78b42e40c2b6 [2022-10-25T04:13:19.442Z] Step 16/25 : WORKDIR / [2022-10-25T04:13:19.442Z] ---> Running in 90a8b8c5fdf0 [2022-10-25T04:13:19.714Z] Removing intermediate container 90a8b8c5fdf0 [2022-10-25T04:13:19.714Z] ---> e2382036b594 [2022-10-25T04:13:19.714Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T04:13:22.289Z] ---> 93d1982c0ccf [2022-10-25T04:13:22.289Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-25T04:13:23.695Z] ---> 12495576ba6f [2022-10-25T04:13:23.695Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-25T04:13:24.658Z] ---> 6b26f94b236b [2022-10-25T04:13:24.658Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-25T04:13:25.241Z] ---> b143fc0c6f0c [2022-10-25T04:13:25.241Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-25T04:13:25.515Z] ---> Running in 41f524d80e69 [2022-10-25T04:13:25.785Z] Removing intermediate container 41f524d80e69 [2022-10-25T04:13:25.785Z] ---> 8f740fccb7c2 [2022-10-25T04:13:25.785Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T04:13:26.054Z] ---> Running in c191ef314900 [2022-10-25T04:13:26.320Z] Removing intermediate container c191ef314900 [2022-10-25T04:13:26.320Z] ---> 9c0afd24d167 [2022-10-25T04:13:26.320Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T04:13:26.589Z] ---> Running in 22e713a2f493 [2022-10-25T04:13:27.174Z] Removing intermediate container 22e713a2f493 [2022-10-25T04:13:27.174Z] ---> 08ec74894111 [2022-10-25T04:13:27.174Z] Step 24/25 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T04:13:27.174Z] ---> Running in f21d3f0a34dc [2022-10-25T04:13:27.754Z] Removing intermediate container f21d3f0a34dc [2022-10-25T04:13:27.754Z] ---> a8b0049954b6 [2022-10-25T04:13:27.754Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T04:13:27.754Z] ---> Running in 01683f0d4d1c [2022-10-25T04:13:28.334Z] Removing intermediate container 01683f0d4d1c [2022-10-25T04:13:28.334Z] ---> f3eaa701a9be [2022-10-25T04:13:28.334Z] [2022-10-25T04:13:28.334Z] Successfully built f3eaa701a9be [2022-10-25T04:13:28.600Z] Successfully tagged core-metadata-arm64:latest [2022-10-25T04:14:07.437Z]  Building core-metadata ... done Removing intermediate container 94bf2dc11b36 [2022-10-25T04:14:07.437Z] ---> 360dc303e236 [2022-10-25T04:14:07.437Z] [2022-10-25T04:14:07.437Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T04:14:07.437Z] ---> a6215f271958 [2022-10-25T04:14:07.437Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-25T04:14:07.437Z] ---> Running in 105d94cc5ddf [2022-10-25T04:14:07.437Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:14:07.437Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:14:07.437Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-25T04:14:07.437Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-25T04:14:07.437Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T04:14:07.437Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T04:14:07.437Z] OK: 6 MiB in 16 packages [2022-10-25T04:14:07.437Z] Removing intermediate container 105d94cc5ddf [2022-10-25T04:14:07.437Z] ---> 36be9bbbbbd3 [2022-10-25T04:14:07.437Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T04:14:07.437Z] ---> Running in ae92fcb3a736 [2022-10-25T04:14:07.437Z] Removing intermediate container ae92fcb3a736 [2022-10-25T04:14:07.437Z] ---> 3d254ffc3235 [2022-10-25T04:14:07.437Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-25T04:14:07.437Z] ---> Running in 8c6f6c0f5728 [2022-10-25T04:14:07.711Z] Removing intermediate container 8c6f6c0f5728 [2022-10-25T04:14:07.711Z] ---> f955d451e8da [2022-10-25T04:14:07.711Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T04:14:07.711Z] ---> Running in 0ac57d55d82f [2022-10-25T04:14:09.646Z] Removing intermediate container 0ac57d55d82f [2022-10-25T04:14:09.646Z] ---> 88d36c26acec [2022-10-25T04:14:09.646Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T04:14:10.243Z] ---> 90d70ca4e723 [2022-10-25T04:14:10.243Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-25T04:14:12.819Z] ---> d41ae0905a72 [2022-10-25T04:14:12.819Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-25T04:14:13.400Z] ---> 9635d00a35c3 [2022-10-25T04:14:13.400Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-25T04:14:13.400Z] ---> Running in e734788f18e3 [2022-10-25T04:14:13.981Z] Removing intermediate container e734788f18e3 [2022-10-25T04:14:13.981Z] ---> 63f5ed8aa364 [2022-10-25T04:14:13.981Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T04:14:13.981Z] ---> Running in e0286ed1479c [2022-10-25T04:14:14.566Z] Removing intermediate container e0286ed1479c [2022-10-25T04:14:14.566Z] ---> fa624dcb46b2 [2022-10-25T04:14:14.566Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T04:14:14.566Z] ---> Running in df2a7991942e [2022-10-25T04:14:15.146Z] Removing intermediate container df2a7991942e [2022-10-25T04:14:15.146Z] ---> 28bc96faef57 [2022-10-25T04:14:15.146Z] Step 22/23 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T04:14:15.411Z] ---> Running in bcd552435eca [2022-10-25T04:14:15.676Z] Removing intermediate container bcd552435eca [2022-10-25T04:14:15.676Z] ---> e047473df74c [2022-10-25T04:14:15.941Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T04:14:15.941Z] ---> Running in 7ffd99c3110a [2022-10-25T04:14:16.519Z] Removing intermediate container 7ffd99c3110a [2022-10-25T04:14:16.519Z] ---> bb9e573334eb [2022-10-25T04:14:16.519Z] [2022-10-25T04:14:16.783Z] Successfully built bb9e573334eb [2022-10-25T04:14:16.783Z] Successfully tagged support-notifications-arm64:latest [2022-10-25T04:14:39.111Z]  Building support-notifications ... done Removing intermediate container e4e40beb98c5 [2022-10-25T04:14:39.111Z] ---> cae48fa07335 [2022-10-25T04:14:39.111Z] [2022-10-25T04:14:39.111Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T04:14:39.111Z] ---> a6215f271958 [2022-10-25T04:14:39.112Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-25T04:14:39.112Z] ---> Running in d8492531f9dc [2022-10-25T04:14:39.112Z] Removing intermediate container d8492531f9dc [2022-10-25T04:14:39.112Z] ---> f0df45160802 [2022-10-25T04:14:39.112Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-25T04:14:39.112Z] ---> Running in a139705a573b [2022-10-25T04:14:39.112Z] Removing intermediate container a139705a573b [2022-10-25T04:14:39.112Z] ---> 4290fb492aa6 [2022-10-25T04:14:39.112Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-25T04:14:39.112Z] ---> Running in 82f2213d35ac [2022-10-25T04:14:39.112Z] Removing intermediate container 82f2213d35ac [2022-10-25T04:14:39.112Z] ---> 9c69997c95ed [2022-10-25T04:14:39.112Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T04:14:39.112Z] ---> Running in b3f255e3fd97 [2022-10-25T04:14:39.112Z] Removing intermediate container b3f255e3fd97 [2022-10-25T04:14:39.112Z] ---> d4760360f64a [2022-10-25T04:14:39.112Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-25T04:14:39.112Z] ---> Running in 3e659c6da082 [2022-10-25T04:14:39.692Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T04:14:40.645Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T04:14:41.605Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-25T04:14:41.605Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T04:14:41.869Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-25T04:14:41.869Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T04:14:42.137Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-25T04:14:42.137Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-25T04:14:42.402Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T04:14:42.402Z] OK: 8 MiB in 20 packages [2022-10-25T04:14:43.357Z] Removing intermediate container 3e659c6da082 [2022-10-25T04:14:43.357Z] ---> bb40ffcb7b38 [2022-10-25T04:14:43.357Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T04:14:45.289Z] ---> 52986906d6af [2022-10-25T04:14:45.289Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-25T04:14:45.870Z] ---> 8b2c588be07a [2022-10-25T04:14:45.870Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-25T04:14:46.452Z] ---> afb781aac94b [2022-10-25T04:14:46.452Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-25T04:14:46.452Z] ---> Running in 296d32198af9 [2022-10-25T04:14:46.717Z] Removing intermediate container 296d32198af9 [2022-10-25T04:14:46.717Z] ---> c48a33ef562f [2022-10-25T04:14:46.717Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T04:14:46.717Z] ---> Running in fa05073b737c [2022-10-25T04:14:46.982Z] Removing intermediate container fa05073b737c [2022-10-25T04:14:46.982Z] ---> bdf0058eed54 [2022-10-25T04:14:46.982Z] Step 22/24 : LABEL arch=arm64 [2022-10-25T04:14:46.982Z] ---> Running in 8a2902c8922b [2022-10-25T04:14:47.247Z] Removing intermediate container 8a2902c8922b [2022-10-25T04:14:47.247Z] ---> 37fd31b891d3 [2022-10-25T04:14:47.247Z] Step 23/24 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [2022-10-25T04:14:47.513Z] ---> Running in a49518d8aa65 [2022-10-25T04:14:47.778Z] Removing intermediate container a49518d8aa65 [2022-10-25T04:14:47.778Z] ---> 76698573b242 [2022-10-25T04:14:47.778Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T04:14:47.778Z] ---> Running in 4659bde20455 [2022-10-25T04:14:48.043Z] Removing intermediate container 4659bde20455 [2022-10-25T04:14:48.043Z] ---> e49e9d75375b [2022-10-25T04:14:48.043Z] [2022-10-25T04:14:48.308Z] Successfully built e49e9d75375b [2022-10-25T04:14:48.308Z] Successfully tagged core-data-arm64:latest [2022-10-25T04:14:48.580Z]  Building core-data ... done  [Pipeline] } [2022-10-25T04:14:48.586Z] $ docker stop --time=1 4608752503ebf4e13b94e650c54eddf6ef9af0c4a01fdc28f37270517e9cb5fb [2022-10-25T04:14:50.220Z] $ docker rm -f 4608752503ebf4e13b94e650c54eddf6ef9af0c4a01fdc28f37270517e9cb5fb [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T04:14:50.763Z] + docker images [2022-10-25T04:14:51.028Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-25T04:14:51.028Z] core-data-arm64 latest e49e9d75375b 3 seconds ago 20.8MB [2022-10-25T04:14:51.028Z] cae48fa07335 15 seconds ago 1.44GB [2022-10-25T04:14:51.028Z] support-notifications-arm64 latest bb9e573334eb 34 seconds ago 29.5MB [2022-10-25T04:14:51.028Z] 360dc303e236 51 seconds ago 1.5GB [2022-10-25T04:14:51.028Z] core-metadata-arm64 latest f3eaa701a9be About a minute ago 17.7MB [2022-10-25T04:14:51.028Z] 5d348986c01a About a minute ago 1.44GB [2022-10-25T04:14:51.028Z] security-proxy-setup-arm64 latest c34d4bd7719b About a minute ago 26.7MB [2022-10-25T04:14:51.028Z] 393de702de52 2 minutes ago 1.43GB [2022-10-25T04:14:51.028Z] sys-mgmt-agent-arm64 latest df6521df2808 2 minutes ago 133MB [2022-10-25T04:14:51.028Z] cfb47f420379 4 minutes ago 1.42GB [2022-10-25T04:14:51.028Z] support-scheduler-arm64 latest e12390d0d63d 5 minutes ago 28.8MB [2022-10-25T04:14:51.028Z] 3d091250aa7c 5 minutes ago 1.5GB [2022-10-25T04:14:51.028Z] core-command-arm64 latest e5e020c807c6 8 minutes ago 16.9MB [2022-10-25T04:14:51.028Z] 6ece4ffa579e 8 minutes ago 1.44GB [2022-10-25T04:14:51.028Z] security-spiffe-token-provider-arm64 latest 7eebdfbbe9ac 10 minutes ago 28.8MB [2022-10-25T04:14:51.028Z] 7a3491102040 10 minutes ago 1.47GB [2022-10-25T04:14:51.028Z] security-spire-server-arm64 latest abfde9e93b5c 11 minutes ago 84.3MB [2022-10-25T04:14:51.028Z] 817f38858ca6 11 minutes ago 1.31GB [2022-10-25T04:14:51.028Z] security-bootstrapper-arm64 latest 31b801d1ff14 11 minutes ago 19.4MB [2022-10-25T04:14:51.028Z] security-secretstore-setup-arm64 latest 3772736ac59e 12 minutes ago 28.6MB [2022-10-25T04:14:51.028Z] 25e0fb63f389 12 minutes ago 1.43GB [2022-10-25T04:14:51.028Z] a565d8792eb8 12 minutes ago 1.43GB [2022-10-25T04:14:51.028Z] security-spire-agent-arm64 latest bb562fa0d24d 17 minutes ago 122MB [2022-10-25T04:14:51.028Z] security-spire-config-arm64 latest 9d02b5b3f963 17 minutes ago 83.6MB [2022-10-25T04:14:51.028Z] a0cb4f64771a 18 minutes ago 1.31GB [2022-10-25T04:14:51.028Z] f0e9445145e0 18 minutes ago 1.31GB [2022-10-25T04:14:51.028Z] ci-base-image-arm64 latest 32c19fb86755 32 minutes ago 943MB [2022-10-25T04:14:51.028Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 weeks ago 679MB [2022-10-25T04:14:51.028Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-10-25T04:14:51.028Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-10-25T04:14:51.028Z] 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-10-25T04:14:51.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T04:14:51.793Z] [2022-10-25T04:14:51.793Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T04:14:52.185Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T04:14:52.452Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-25T04:14:52.452Z] 8998bd30e6a1: Pulling fs layer [2022-10-25T04:14:52.452Z] 04944245beec: Pulling fs layer [2022-10-25T04:14:52.452Z] 699f458cf7ca: Pulling fs layer [2022-10-25T04:14:52.452Z] 765212b225bb: Pulling fs layer [2022-10-25T04:14:52.452Z] f23df028b6ca: Pulling fs layer [2022-10-25T04:14:52.452Z] d65c8cfc05b1: Pulling fs layer [2022-10-25T04:14:52.452Z] 2437ff75d9bd: Pulling fs layer [2022-10-25T04:14:52.452Z] 765212b225bb: Waiting [2022-10-25T04:14:52.452Z] f23df028b6ca: Waiting [2022-10-25T04:14:52.452Z] d65c8cfc05b1: Waiting [2022-10-25T04:14:52.452Z] 2437ff75d9bd: Waiting [2022-10-25T04:14:52.452Z] 04944245beec: Verifying Checksum [2022-10-25T04:14:52.452Z] 04944245beec: Download complete [2022-10-25T04:14:52.452Z] 765212b225bb: Download complete [2022-10-25T04:14:52.717Z] f23df028b6ca: Verifying Checksum [2022-10-25T04:14:52.717Z] f23df028b6ca: Download complete [2022-10-25T04:14:52.717Z] d65c8cfc05b1: Verifying Checksum [2022-10-25T04:14:52.717Z] d65c8cfc05b1: Download complete [2022-10-25T04:14:52.717Z] 699f458cf7ca: Verifying Checksum [2022-10-25T04:14:52.717Z] 699f458cf7ca: Download complete [2022-10-25T04:14:53.295Z] 8998bd30e6a1: Verifying Checksum [2022-10-25T04:14:53.295Z] 8998bd30e6a1: Download complete [2022-10-25T04:14:55.240Z] 2437ff75d9bd: Verifying Checksum [2022-10-25T04:14:55.240Z] 2437ff75d9bd: Download complete [2022-10-25T04:14:57.174Z] 8998bd30e6a1: Pull complete [2022-10-25T04:14:57.754Z] 04944245beec: Pull complete [2022-10-25T04:14:59.157Z] 699f458cf7ca: Pull complete [2022-10-25T04:14:59.422Z] 765212b225bb: Pull complete [2022-10-25T04:15:00.002Z] f23df028b6ca: Pull complete [2022-10-25T04:15:00.267Z] d65c8cfc05b1: Pull complete [2022-10-25T04:15:15.255Z] 2437ff75d9bd: Pull complete [2022-10-25T04:15:15.255Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-25T04:15:15.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T04:15:15.255Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T04:15:15.583Z] prd-ubuntu20.04-docker-arm64-4c-16g-76265 does not seem to be running inside a container [2022-10-25T04:15:15.650Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-25T04:15:18.358Z] $ docker top 69f2bcc0294e72e05bff0f8949634eb5fda8a89c3598cc10a74464e706cad980 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T04:15:19.328Z] ---> job-cost.sh [2022-10-25T04:15:19.328Z] lf-activate-venv: SKIPPING [2022-10-25T04:15:19.328Z] INFO: No Stack... [2022-10-25T04:15:19.907Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-25T04:15:20.860Z] INFO: Archiving Costs [Pipeline] sh [2022-10-25T04:15:21.507Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-10-25T04:15:21.507Z] + cut -d, -f6 [Pipeline] lock [2022-10-25T04:15:21.557Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4213-1-stack-cost] [2022-10-25T04:15:21.562Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4213-1-stack-cost] did not exist. Created. [2022-10-25T04:15:21.562Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4213-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-25T04:15:22.283Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-25T04:15:22.487Z] Stashed 1 file(s) [Pipeline] } [2022-10-25T04:15:22.503Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4213-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-25T04:15:22.572Z] $ docker stop --time=1 69f2bcc0294e72e05bff0f8949634eb5fda8a89c3598cc10a74464e706cad980 [2022-10-25T04:15:24.095Z] $ docker rm -f 69f2bcc0294e72e05bff0f8949634eb5fda8a89c3598cc10a74464e706cad980 [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-10-25T04:15:25.097Z] provisioning config files... [2022-10-25T04:15:25.103Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config11968305686802115485tmp [Pipeline] { [Pipeline] sh [2022-10-25T04:15:25.446Z] + set +x [2022-10-25T04:15:25.446Z] + curl -s https://codecov.io/bash [2022-10-25T04:15:25.446Z] + bash -s -- [2022-10-25T04:15:25.446Z] [2022-10-25T04:15:25.446Z] _____ _ [2022-10-25T04:15:25.446Z] / ____| | | [2022-10-25T04:15:25.446Z] | | ___ __| | ___ ___ _____ __ [2022-10-25T04:15:25.446Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-25T04:15:25.446Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-25T04:15:25.446Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-25T04:15:25.446Z] Bash-1.0.6 [2022-10-25T04:15:25.446Z] [2022-10-25T04:15:25.446Z] [2022-10-25T04:15:25.446Z] ==> git version 2.25.1 found [2022-10-25T04:15:25.446Z] ==> 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-10-25T04:15:25.446Z] Release-Date: 2020-01-08 [2022-10-25T04:15:25.446Z] 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-10-25T04:15:25.446Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-25T04:15:25.446Z] ==> Jenkins CI detected. [2022-10-25T04:15:25.446Z] current dir:  /w/workspace/edgex-go/1 [2022-10-25T04:15:25.446Z] project root: . [2022-10-25T04:15:25.446Z] --> token set from env [2022-10-25T04:15:25.446Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-25T04:15:25.446Z] ==> Running gcov in . (disable via -X gcov) [2022-10-25T04:15:25.446Z] ==> Python coveragepy not found [2022-10-25T04:15:25.446Z] ==> Searching for coverage reports in: [2022-10-25T04:15:25.446Z] + . [2022-10-25T04:15:25.446Z] -> Found 1 reports [2022-10-25T04:15:25.446Z] ==> Detecting git/mercurial file structure [2022-10-25T04:15:25.706Z] ==> Reading reports [2022-10-25T04:15:25.706Z] + ./coverage.out bytes=500482 [2022-10-25T04:15:25.706Z] ==> Appending adjustments [2022-10-25T04:15:25.706Z] https://docs.codecov.io/docs/fixing-reports [2022-10-25T04:15:27.095Z] + Found adjustments [2022-10-25T04:15:27.095Z] ==> Gzipping contents [2022-10-25T04:15:27.095Z] 64K /tmp/codecov.4qaafL.gz [2022-10-25T04:15:27.095Z] ==> Uploading reports [2022-10-25T04:15:27.095Z] url: https://codecov.io [2022-10-25T04:15:27.095Z] query: branch=PR-4213&commit=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4213%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4213&job=&cmd_args= [2022-10-25T04:15:27.095Z] -> Pinging Codecov [2022-10-25T04:15:27.095Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4213&commit=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4213%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4213&job=&cmd_args= [2022-10-25T04:15:27.355Z] -> Uploading to [2022-10-25T04:15:27.355Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-25/00271124DB129430A58F1EEE437C3FCB/26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8/b767e476-521d-4e94-8884-f954313aca1b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T041527Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ca281377b0a613c5e7c06c308b4dac47f41873a93c952f879d62fa1f23bfbc41 [2022-10-25T04:15:27.355Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T04:15:27.355Z] Dload Upload Total Spent Left Speed [2022-10-25T04:15:27.613Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65267 0 0 100 65267 0 249k --:--:-- --:--:-- --:--:-- 249k [2022-10-25T04:15:27.613Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [Pipeline] } [2022-10-25T04:15:27.639Z] 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-10-25T04:15:28.973Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-10-25T04:15:29.307Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T04:15:30.191Z] ---> package-listing.sh [2022-10-25T04:15:30.191Z] ++ facter osfamily [2022-10-25T04:15:30.191Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-25T04:15:30.450Z] + OS_FAMILY=debian [2022-10-25T04:15:30.450Z] + workspace=/w/workspace/edgex-go/1 [2022-10-25T04:15:30.450Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-25T04:15:30.450Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-25T04:15:30.450Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-25T04:15:30.450Z] + PACKAGES=/tmp/packages_start.txt [2022-10-25T04:15:30.450Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-25T04:15:30.450Z] + PACKAGES=/tmp/packages_end.txt [2022-10-25T04:15:30.450Z] + case "${OS_FAMILY}" in [2022-10-25T04:15:30.450Z] + dpkg -l [2022-10-25T04:15:30.450Z] + grep '^ii' [2022-10-25T04:15:30.450Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-25T04:15:30.450Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-25T04:15:30.450Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-25T04:15:30.450Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-25T04:15:30.450Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-10-25T04:15:30.450Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-10-25T04:15:30.486Z] 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-10-25T04:15:30.775Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T04:15:31.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T04:15:31.394Z] [2022-10-25T04:15:31.394Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T04:15:31.773Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T04:15:31.773Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-25T04:15:31.773Z] 5eb5b503b376: Pulling fs layer [2022-10-25T04:15:31.773Z] 5c69ac0246d0: Pulling fs layer [2022-10-25T04:15:31.773Z] ec43610c2a17: Pulling fs layer [2022-10-25T04:15:31.773Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-25T04:15:31.773Z] 33b1e0a273af: Pulling fs layer [2022-10-25T04:15:31.773Z] 5d3b04190fa2: Pulling fs layer [2022-10-25T04:15:31.773Z] 2f39f015ded8: Pulling fs layer [2022-10-25T04:15:31.773Z] 5d3b04190fa2: Waiting [2022-10-25T04:15:31.773Z] 2f39f015ded8: Waiting [2022-10-25T04:15:31.773Z] 3a2ae6a8a46f: Waiting [2022-10-25T04:15:31.773Z] 33b1e0a273af: Waiting [2022-10-25T04:15:31.773Z] 5c69ac0246d0: Verifying Checksum [2022-10-25T04:15:31.773Z] 5c69ac0246d0: Download complete [2022-10-25T04:15:31.773Z] 3a2ae6a8a46f: Download complete [2022-10-25T04:15:31.773Z] 33b1e0a273af: Verifying Checksum [2022-10-25T04:15:31.773Z] 33b1e0a273af: Download complete [2022-10-25T04:15:32.033Z] 5d3b04190fa2: Verifying Checksum [2022-10-25T04:15:32.033Z] 5d3b04190fa2: Download complete [2022-10-25T04:15:32.033Z] ec43610c2a17: Verifying Checksum [2022-10-25T04:15:32.033Z] ec43610c2a17: Download complete [2022-10-25T04:15:32.033Z] 5eb5b503b376: Verifying Checksum [2022-10-25T04:15:32.033Z] 5eb5b503b376: Download complete [2022-10-25T04:15:32.600Z] 2f39f015ded8: Download complete [2022-10-25T04:15:33.170Z] 5eb5b503b376: Pull complete [2022-10-25T04:15:33.429Z] 5c69ac0246d0: Pull complete [2022-10-25T04:15:33.688Z] ec43610c2a17: Pull complete [2022-10-25T04:15:33.946Z] 3a2ae6a8a46f: Pull complete [2022-10-25T04:15:34.204Z] 33b1e0a273af: Pull complete [2022-10-25T04:15:34.204Z] 5d3b04190fa2: Pull complete [2022-10-25T04:15:38.385Z] 2f39f015ded8: Pull complete [2022-10-25T04:15:38.385Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-25T04:15:38.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T04:15:38.385Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T04:15:38.587Z] prd-ubuntu20.04-docker-8c-8g-63749 does not seem to be running inside a container [2022-10-25T04:15:38.622Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-25T04:15:41.176Z] $ docker top cfa7928386999820ad587d103459f570b91a3c8c34c26b8cb654d6f408d76a95 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T04:15:41.554Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-25T04:15:41.860Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-25T04:15:42.169Z] + ls /var/log/sa-host [2022-10-25T04:15:42.169Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T04:15:42.382Z] provisioning config files... [2022-10-25T04:15:42.390Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config9984568277994300481tmp [Pipeline] { [Pipeline] echo [2022-10-25T04:15:42.439Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T04:15:42.748Z] ---> create-netrc.sh [Pipeline] } [2022-10-25T04:15:42.775Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-25T04:15:43.187Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-25T04:15:43.218Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T04:15:43.527Z] ---> sudo-logs.sh [2022-10-25T04:15:43.527Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-25T04:15:43.606Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T04:15:43.921Z] ---> job-cost.sh [2022-10-25T04:15:43.921Z] lf-activate-venv: SKIPPING [2022-10-25T04:15:43.921Z] DEBUG: total: 0.10999999940395355 [2022-10-25T04:15:43.921Z] INFO: Retrieving Stack Cost... [2022-10-25T04:15:44.181Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-25T04:15:44.754Z] INFO: Archiving Costs [Pipeline] echo [2022-10-25T04:15:44.791Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T04:15:45.100Z] ---> logs-deploy.sh [2022-10-25T04:15:45.101Z] lf-activate-venv: SKIPPING [2022-10-25T04:15:45.101Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4213/1 [2022-10-25T04:15:45.101Z] INFO: archiving workspace using pattern(s): [2022-10-25T04:15:46.036Z] Archives upload complete. [2022-10-25T04:15:46.296Z] INFO: archiving logs to Nexus [2022-10-25T04:15:46.862Z] ---> uname -a: [2022-10-25T04:15:46.862Z] Linux prd-ubuntu20-04-docker-8c-8g-63749 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-10-25T04:15:46.862Z] [2022-10-25T04:15:46.862Z] [2022-10-25T04:15:46.862Z] ---> lscpu: [2022-10-25T04:15:46.862Z] Architecture: x86_64 [2022-10-25T04:15:46.862Z] CPU op-mode(s): 32-bit, 64-bit [2022-10-25T04:15:46.862Z] Byte Order: Little Endian [2022-10-25T04:15:46.862Z] Address sizes: 40 bits physical, 48 bits virtual [2022-10-25T04:15:46.862Z] CPU(s): 8 [2022-10-25T04:15:46.862Z] On-line CPU(s) list: 0-7 [2022-10-25T04:15:46.862Z] Thread(s) per core: 1 [2022-10-25T04:15:46.862Z] Core(s) per socket: 1 [2022-10-25T04:15:46.862Z] Socket(s): 8 [2022-10-25T04:15:46.862Z] NUMA node(s): 1 [2022-10-25T04:15:46.862Z] Vendor ID: AuthenticAMD [2022-10-25T04:15:46.862Z] CPU family: 23 [2022-10-25T04:15:46.862Z] Model: 49 [2022-10-25T04:15:46.862Z] Model name: AMD EPYC-Rome Processor [2022-10-25T04:15:46.862Z] Stepping: 0 [2022-10-25T04:15:46.862Z] CPU MHz: 2799.956 [2022-10-25T04:15:46.862Z] BogoMIPS: 5599.91 [2022-10-25T04:15:46.862Z] Virtualization: AMD-V [2022-10-25T04:15:46.862Z] Hypervisor vendor: KVM [2022-10-25T04:15:46.862Z] Virtualization type: full [2022-10-25T04:15:46.862Z] L1d cache: 256 KiB [2022-10-25T04:15:46.862Z] L1i cache: 256 KiB [2022-10-25T04:15:46.862Z] L2 cache: 4 MiB [2022-10-25T04:15:46.862Z] L3 cache: 128 MiB [2022-10-25T04:15:46.862Z] NUMA node0 CPU(s): 0-7 [2022-10-25T04:15:46.862Z] Vulnerability Itlb multihit: Not affected [2022-10-25T04:15:46.862Z] Vulnerability L1tf: Not affected [2022-10-25T04:15:46.862Z] Vulnerability Mds: Not affected [2022-10-25T04:15:46.862Z] Vulnerability Meltdown: Not affected [2022-10-25T04:15:46.862Z] Vulnerability Mmio stale data: Not affected [2022-10-25T04:15:46.862Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-10-25T04:15:46.862Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-10-25T04:15:46.862Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-10-25T04:15:46.862Z] Vulnerability Srbds: Not affected [2022-10-25T04:15:46.862Z] Vulnerability Tsx async abort: Not affected [2022-10-25T04:15:46.862Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-10-25T04:15:46.862Z] [2022-10-25T04:15:46.862Z] [2022-10-25T04:15:46.862Z] ---> nproc: [2022-10-25T04:15:46.862Z] 8 [2022-10-25T04:15:46.862Z] [2022-10-25T04:15:46.862Z]