Pull request #4225 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7baca2cc14f90209f5d611f511480e635688580e+c8dc4aaa282fbe6e844314843563128f08055c6c (9df073d6054cfa2f03f21e708365646269ade5b2) 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-ssh4494028236679183920.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-ssh9225915903706070527.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-4225/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-4225/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9659066638453334610.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-4225/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6890360093796707880.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-ssh10286637009613865363.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-4225/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-4225/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh133834339282427707.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-117925 in /w/workspace/edgexfoundry_edgex-go_PR-4225 [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 Merging remotes/origin/main commit c8dc4aaa282fbe6e844314843563128f08055c6c into PR head commit 7baca2cc14f90209f5d611f511480e635688580e Merge succeeded, producing 7baca2cc14f90209f5d611f511480e635688580e Checking out Revision 7baca2cc14f90209f5d611f511480e635688580e (PR-4225) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4225/head:refs/remotes/origin/PR-4225 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7baca2cc14f90209f5d611f511480e635688580e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge c8dc4aaa282fbe6e844314843563128f08055c6c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7baca2cc14f90209f5d611f511480e635688580e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-11-02T19:49:50.796Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-11-02T19:49:50.957Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-11-02T19:49:51.042Z] ========================================================= [2022-11-02T19:49:51.042Z] EdgeX Global Pipelines Version Info [2022-11-02T19:49:51.042Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-11-02T19:49:51.778Z] ------------------- [2022-11-02T19:49:51.778Z] stable info: [2022-11-02T19:49:51.778Z] ------------------- [2022-11-02T19:49:51.778Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-11-02T19:49:51.778Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-11-02T19:49:51.778Z] Message: update stable to v1.0.243 [2022-11-02T19:49:52.347Z] ------------------- [2022-11-02T19:49:52.347Z] experimental info: [2022-11-02T19:49:52.347Z] ------------------- [2022-11-02T19:49:52.347Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-11-02T19:49:52.347Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-11-02T19:49:52.347Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-11-02T19:49:52.627Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-11-02T19:49:52.665Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-11-02T19:49:52.701Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-11-02T19:49:52.739Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-11-02T19:49:52.772Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-11-02T19:49:52.810Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-11-02T19:49:52.845Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-11-02T19:49:52.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-11-02T19:49:52.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-11-02T19:49:52.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-11-02T19:49:52.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-11-02T19:49:53.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-11-02T19:49:53.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-11-02T19:49:53.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-11-02T19:49:53.148Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-11-02T19:49:53.189Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-11-02T19:49:53.227Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-11-02T19:49:53.271Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-11-02T19:49:53.309Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-11-02T19:49:53.347Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-11-02T19:49:53.385Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-11-02T19:49:53.425Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-11-02T19:49:53.462Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-11-02T19:49:53.499Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4225 [Pipeline] echo [2022-11-02T19:49:53.537Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4225 [Pipeline] echo [2022-11-02T19:49:53.577Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4225 [Pipeline] echo [2022-11-02T19:49:53.623Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7baca2cc14f90209f5d611f511480e635688580e [Pipeline] echo [2022-11-02T19:49:53.667Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7baca2c [Pipeline] echo [2022-11-02T19:49:53.709Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-02T19:49:53.817Z] provisioning config files... [2022-11-02T19:49:53.829Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1012843797018814548tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-02T19:49:54.162Z] ---> docker-login.sh [2022-11-02T19:49:54.162Z] nexus3.edgexfoundry.org:10001 [2022-11-02T19:49:54.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:49:54.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:49:54.423Z] Configure a credential helper to remove this warning. See [2022-11-02T19:49:54.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:49:54.423Z] [2022-11-02T19:49:54.423Z] Login Succeeded [2022-11-02T19:49:54.423Z] nexus3.edgexfoundry.org:10002 [2022-11-02T19:49:54.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:49:54.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:49:54.423Z] Configure a credential helper to remove this warning. See [2022-11-02T19:49:54.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:49:54.423Z] [2022-11-02T19:49:54.423Z] Login Succeeded [2022-11-02T19:49:54.423Z] nexus3.edgexfoundry.org:10003 [2022-11-02T19:49:54.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:49:54.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:49:54.684Z] Configure a credential helper to remove this warning. See [2022-11-02T19:49:54.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:49:54.684Z] [2022-11-02T19:49:54.684Z] Login Succeeded [2022-11-02T19:49:54.684Z] nexus3.edgexfoundry.org:10004 [2022-11-02T19:49:54.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:49:54.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:49:54.684Z] Configure a credential helper to remove this warning. See [2022-11-02T19:49:54.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:49:54.684Z] [2022-11-02T19:49:54.684Z] Login Succeeded [2022-11-02T19:49:54.684Z] docker.io [2022-11-02T19:49:54.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:49:55.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:49:55.205Z] Configure a credential helper to remove this warning. See [2022-11-02T19:49:55.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:49:55.205Z] [2022-11-02T19:49:55.205Z] Login Succeeded [2022-11-02T19:49:55.205Z] ---> docker-login.sh ends [Pipeline] } [2022-11-02T19:49:55.232Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-11-02T19:49:55.640Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-11-02T19:49:55.640Z] + cut -d/ -f2 [2022-11-02T19:49:55.640Z] + dirname cmd/core-command/Dockerfile [2022-11-02T19:49:55.640Z] + echo core-command,cmd/core-command/Dockerfile [2022-11-02T19:49:55.640Z] + + cut -d/ -f2 [2022-11-02T19:49:55.640Z] dirname cmd/core-data/Dockerfile [2022-11-02T19:49:55.640Z] + echo core-data,cmd/core-data/Dockerfile [2022-11-02T19:49:55.640Z] + dirname cmd/core-metadata/Dockerfile [2022-11-02T19:49:55.640Z] + cut -d/ -f2 [2022-11-02T19:49:55.640Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-11-02T19:49:55.640Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-11-02T19:49:55.640Z] + cut -d/ -f2 [2022-11-02T19:49:55.640Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-11-02T19:49:55.640Z] + dirname+ cmd/security-proxy-setup/Dockerfile [2022-11-02T19:49:55.640Z] cut -d/ -f2 [2022-11-02T19:49:55.640Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-11-02T19:49:55.640Z] + dirname cmd/security-secretstore-setup/Dockerfile+ [2022-11-02T19:49:55.640Z] cut -d/ -f2 [2022-11-02T19:49:55.640Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-11-02T19:49:55.640Z] + cut -d/ -f2 [2022-11-02T19:49:55.640Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-11-02T19:49:55.640Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-11-02T19:49:55.640Z] + dirname cmd/security-spire-agent/Dockerfile [2022-11-02T19:49:55.640Z] + cut -d/ -f2 [2022-11-02T19:49:55.640Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-11-02T19:49:55.640Z] + dirname cmd/security-spire-config/Dockerfile [2022-11-02T19:49:55.640Z] + cut -d/ -f2 [2022-11-02T19:49:55.640Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-11-02T19:49:55.640Z] + + dirname cmd/security-spire-server/Dockerfile [2022-11-02T19:49:55.640Z] cut -d/ -f2 [2022-11-02T19:49:55.640Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-11-02T19:49:55.640Z] + dirname cmd/support-notifications/Dockerfile [2022-11-02T19:49:55.640Z] + cut -d/ -f2 [2022-11-02T19:49:55.640Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-11-02T19:49:55.640Z] + dirname cmd/support-scheduler/Dockerfile [2022-11-02T19:49:55.640Z] + cut -d/ -f2 [2022-11-02T19:49:55.640Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-11-02T19:49:55.640Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-11-02T19:49:55.640Z] + cut -d/ -f2 [2022-11-02T19:49:55.640Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-11-02T19:49:55.687Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-11-02T19:49:56.176Z] + git rev-list -1 --merges 7baca2cc14f90209f5d611f511480e635688580e~1..7baca2cc14f90209f5d611f511480e635688580e [Pipeline] echo [2022-11-02T19:49:56.208Z] -----------> git rev-list -1 --merges 7baca2cc14f90209f5d611f511480e635688580e~1..7baca2cc14f90209f5d611f511480e635688580e 7baca2cc14f90209f5d611f511480e635688580e [false] [Pipeline] sh [2022-11-02T19:49:56.516Z] + git log --format=format:%s -1 7baca2cc14f90209f5d611f511480e635688580e [Pipeline] echo [2022-11-02T19:49:56.549Z] ========================================================= [2022-11-02T19:49:56.550Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-11-02T19:49:56.550Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-11-02T19:49:56.992Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-11-02T19:49:56.992Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-11-02T19:49:56.992Z] + [ -e /tmp/ssh_known_hosts ] [2022-11-02T19:49:56.992Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-11-02T19:49:56.992Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-11-02T19:49:56.992Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-11-02T19:49:56.992Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:49:57.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-02T19:49:57.419Z] [2022-11-02T19:49:57.419Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:49:57.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-02T19:49:57.792Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-11-02T19:49:57.792Z] b85a868b505f: Pulling fs layer [2022-11-02T19:49:57.792Z] e2be974225ed: Pulling fs layer [2022-11-02T19:49:57.792Z] 339a4e72a1f5: Pulling fs layer [2022-11-02T19:49:57.792Z] 988bab9f4d93: Pulling fs layer [2022-11-02T19:49:57.792Z] 1469e6f7b9e6: Pulling fs layer [2022-11-02T19:49:57.792Z] eaf3925da568: Pulling fs layer [2022-11-02T19:49:57.792Z] bab4dde63d76: Pulling fs layer [2022-11-02T19:49:57.792Z] bde34c3a00c8: Pulling fs layer [2022-11-02T19:49:57.792Z] b352a97aabf1: Pulling fs layer [2022-11-02T19:49:57.792Z] 4872d77fe225: Pulling fs layer [2022-11-02T19:49:57.792Z] 5851b861e8e6: Pulling fs layer [2022-11-02T19:49:57.792Z] 1469e6f7b9e6: Waiting [2022-11-02T19:49:57.792Z] bab4dde63d76: Waiting [2022-11-02T19:49:57.792Z] eaf3925da568: Waiting [2022-11-02T19:49:57.792Z] bde34c3a00c8: Waiting [2022-11-02T19:49:57.792Z] 5851b861e8e6: Waiting [2022-11-02T19:49:57.792Z] b352a97aabf1: Waiting [2022-11-02T19:49:57.792Z] 988bab9f4d93: Waiting [2022-11-02T19:49:57.792Z] e2be974225ed: Download complete [2022-11-02T19:49:57.792Z] 988bab9f4d93: Verifying Checksum [2022-11-02T19:49:57.792Z] 988bab9f4d93: Download complete [2022-11-02T19:49:58.055Z] 1469e6f7b9e6: Verifying Checksum [2022-11-02T19:49:58.055Z] 1469e6f7b9e6: Download complete [2022-11-02T19:49:58.055Z] eaf3925da568: Download complete [2022-11-02T19:49:58.055Z] 339a4e72a1f5: Verifying Checksum [2022-11-02T19:49:58.055Z] 339a4e72a1f5: Download complete [2022-11-02T19:49:58.055Z] bde34c3a00c8: Verifying Checksum [2022-11-02T19:49:58.055Z] bde34c3a00c8: Download complete [2022-11-02T19:49:58.055Z] b352a97aabf1: Verifying Checksum [2022-11-02T19:49:58.055Z] b352a97aabf1: Download complete [2022-11-02T19:49:58.055Z] 4872d77fe225: Verifying Checksum [2022-11-02T19:49:58.055Z] 4872d77fe225: Download complete [2022-11-02T19:49:58.055Z] 5851b861e8e6: Download complete [2022-11-02T19:49:58.055Z] b85a868b505f: Verifying Checksum [2022-11-02T19:49:58.055Z] b85a868b505f: Download complete [2022-11-02T19:49:58.314Z] bab4dde63d76: Verifying Checksum [2022-11-02T19:49:58.314Z] bab4dde63d76: Download complete [2022-11-02T19:49:59.260Z] b85a868b505f: Pull complete [2022-11-02T19:49:59.520Z] e2be974225ed: Pull complete [2022-11-02T19:49:59.783Z] 339a4e72a1f5: Pull complete [2022-11-02T19:50:00.044Z] 988bab9f4d93: Pull complete [2022-11-02T19:50:00.044Z] 1469e6f7b9e6: Pull complete [2022-11-02T19:50:00.303Z] eaf3925da568: Pull complete [2022-11-02T19:50:02.224Z] bab4dde63d76: Pull complete [2022-11-02T19:50:02.224Z] bde34c3a00c8: Pull complete [2022-11-02T19:50:02.224Z] b352a97aabf1: Pull complete [2022-11-02T19:50:02.224Z] 4872d77fe225: Pull complete [2022-11-02T19:50:02.224Z] 5851b861e8e6: Pull complete [2022-11-02T19:50:02.486Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-11-02T19:50:02.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-02T19:50:02.486Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:50:02.695Z] prd-ubuntu20.04-docker-8c-8g-117925 does not seem to be running inside a container [2022-11-02T19:50:02.722Z] $ 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-11-02T19:50:04.054Z] $ docker top 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 -eo pid,comm [2022-11-02T19:50:04.120Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-11-02T19:50:04.120Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-11-02T19:50:04.242Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-11-02T19:50:04.242Z] [ssh-agent] Looking for ssh-agent implementation... [2022-11-02T19:50:04.362Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-11-02T19:50:04.359Z] $ docker exec 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 ssh-agent [2022-11-02T19:50:04.481Z] SSH_AUTH_SOCK=/tmp/ssh-gX4SDLAARwfa/agent.34 [2022-11-02T19:50:04.481Z] SSH_AGENT_PID=40 [2022-11-02T19:50:04.487Z] Running ssh-add (command line suppressed) [2022-11-02T19:50:04.582Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_16686836948660900567.key (/w/workspace/edgex-go/1@tmp/private_key_16686836948660900567.key) [2022-11-02T19:50:04.601Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-11-02T19:50:04.941Z] + git tag --points-at HEAD [Pipeline] } [2022-11-02T19:50:04.958Z] $ docker exec --env ******** --env ******** 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 ssh-agent -k [2022-11-02T19:50:05.056Z] unset SSH_AUTH_SOCK; [2022-11-02T19:50:05.056Z] unset SSH_AGENT_PID; [2022-11-02T19:50:05.056Z] echo Agent pid 40 killed; [2022-11-02T19:50:05.071Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-11-02T19:50:05.162Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-11-02T19:50:05.162Z] [ssh-agent] Looking for ssh-agent implementation... [2022-11-02T19:50:05.278Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-11-02T19:50:05.276Z] $ docker exec 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 ssh-agent [2022-11-02T19:50:05.390Z] SSH_AUTH_SOCK=/tmp/ssh-Chw7pAl4S8Gg/agent.72 [2022-11-02T19:50:05.390Z] SSH_AGENT_PID=78 [2022-11-02T19:50:05.394Z] Running ssh-add (command line suppressed) [2022-11-02T19:50:05.488Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_11082602838449373042.key (/w/workspace/edgex-go/1@tmp/private_key_11082602838449373042.key) [2022-11-02T19:50:05.505Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-11-02T19:50:05.831Z] + git semver init [2022-11-02T19:50:06.091Z] 2022-11-02 19:50:06,019 [run_init] DEBUG init version:0.0.0 force:False [2022-11-02T19:50:06.091Z] 2022-11-02 19:50:06,020 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-11-02T19:50:06.091Z] 2022-11-02 19:50:06,020 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-11-02T19:50:06.091Z] 2022-11-02 19:50:06,020 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2022-11-02T19:50:11.373Z] 2022-11-02 19:50:10,417 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-11-02T19:50:11.373Z] 2022-11-02 19:50:10,417 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4225 with force:False [2022-11-02T19:50:11.373Z] 2022-11-02 19:50:10,417 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4225 [2022-11-02T19:50:11.373Z] 2022-11-02 19:50:10,422 [execute] INFO git cat-file --batch-check [2022-11-02T19:50:11.373Z] 2022-11-02 19:50:10,423 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-11-02T19:50:11.373Z] 2022-11-02 19:50:10,430 [execute] INFO git cat-file --batch [2022-11-02T19:50:11.373Z] 2022-11-02 19:50:10,430 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-11-02T19:50:11.373Z] 2022-11-02 19:50:10,435 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4225 [2022-11-02T19:50:11.373Z] 0.0.0 [Pipeline] } [2022-11-02T19:50:11.399Z] $ docker exec --env ******** --env ******** 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 ssh-agent -k [2022-11-02T19:50:11.518Z] unset SSH_AUTH_SOCK; [2022-11-02T19:50:11.519Z] unset SSH_AGENT_PID; [2022-11-02T19:50:11.519Z] echo Agent pid 78 killed; [2022-11-02T19:50:11.532Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-11-02T19:50:11.951Z] + git semver [Pipeline] } [2022-11-02T19:50:12.231Z] $ docker stop --time=1 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 [2022-11-02T19:50:13.542Z] $ docker rm -f 7f3dea604a7fb3f099ca3534c1e3e32d73b77650b15894f715b37d2e07f56609 [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-02T19:50:13.945Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-11-02T19:50:14.177Z] Stashed 1 file(s) [Pipeline] echo [2022-11-02T19:50:14.194Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-02T19:50:14.943Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-11-02T19:50:14.976Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T19:50:15.007Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T19:50:15.033Z] ========================================================= [2022-11-02T19:50:15.033Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-11-02T19:50:15.033Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:50:15.377Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-02T19:50:15.377Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-11-02T19:50:15.377Z] 213ec9aee27d: Pulling fs layer [2022-11-02T19:50:15.377Z] 4583459ba037: Pulling fs layer [2022-11-02T19:50:15.377Z] 93c1e223e6f2: Pulling fs layer [2022-11-02T19:50:15.377Z] 53926ce57604: Pulling fs layer [2022-11-02T19:50:15.377Z] 21b2b0c7a3f4: Pulling fs layer [2022-11-02T19:50:15.377Z] 30f14e443154: Pulling fs layer [2022-11-02T19:50:15.377Z] 801331c1e519: Pulling fs layer [2022-11-02T19:50:15.377Z] 99cc6dd402b0: Pulling fs layer [2022-11-02T19:50:15.377Z] 7d9ed39f4882: Pulling fs layer [2022-11-02T19:50:15.377Z] 53926ce57604: Waiting [2022-11-02T19:50:15.377Z] 21b2b0c7a3f4: Waiting [2022-11-02T19:50:15.377Z] 30f14e443154: Waiting [2022-11-02T19:50:15.377Z] 801331c1e519: Waiting [2022-11-02T19:50:15.377Z] 99cc6dd402b0: Waiting [2022-11-02T19:50:15.377Z] 93c1e223e6f2: Verifying Checksum [2022-11-02T19:50:15.377Z] 93c1e223e6f2: Download complete [2022-11-02T19:50:15.377Z] 4583459ba037: Download complete [2022-11-02T19:50:15.377Z] 21b2b0c7a3f4: Verifying Checksum [2022-11-02T19:50:15.377Z] 21b2b0c7a3f4: Download complete [2022-11-02T19:50:15.377Z] 30f14e443154: Verifying Checksum [2022-11-02T19:50:15.377Z] 30f14e443154: Download complete [2022-11-02T19:50:15.377Z] 213ec9aee27d: Download complete [2022-11-02T19:50:15.377Z] 801331c1e519: Download complete [2022-11-02T19:50:15.643Z] 213ec9aee27d: Pull complete [2022-11-02T19:50:15.643Z] 4583459ba037: Pull complete [2022-11-02T19:50:15.920Z] 93c1e223e6f2: Pull complete [2022-11-02T19:50:15.920Z] 7d9ed39f4882: Download complete [2022-11-02T19:50:16.521Z] 53926ce57604: Verifying Checksum [2022-11-02T19:50:16.521Z] 53926ce57604: Download complete [2022-11-02T19:50:16.521Z] 99cc6dd402b0: Verifying Checksum [2022-11-02T19:50:16.521Z] 99cc6dd402b0: Download complete [2022-11-02T19:50:19.807Z] 53926ce57604: Pull complete [2022-11-02T19:50:19.807Z] 21b2b0c7a3f4: Pull complete [2022-11-02T19:50:20.066Z] 30f14e443154: Pull complete [2022-11-02T19:50:20.066Z] 801331c1e519: Pull complete [2022-11-02T19:50:21.967Z] 99cc6dd402b0: Pull complete [2022-11-02T19:50:22.902Z] 7d9ed39f4882: Pull complete [2022-11-02T19:50:22.902Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-11-02T19:50:22.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-02T19:50:22.902Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:50:23.254Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-02T19:50:23.254Z] WORKDIR /edgex [2022-11-02T19:50:23.254Z] COPY go.mod . [2022-11-02T19:50:23.254Z] RUN go mod download [2022-11-02T19:50:23.254Z] + docker build -t ci-base-image-x86_64 -f - . [2022-11-02T19:50:23.821Z] Sending build context to Docker daemon 169.7MB [2022-11-02T19:50:23.821Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-02T19:50:23.821Z] ---> 1dedd983c030 [2022-11-02T19:50:23.821Z] Step 2/4 : WORKDIR /edgex [2022-11-02T19:50:25.726Z] ---> Running in 546dacd83cbc [2022-11-02T19:50:25.988Z] Removing intermediate container 546dacd83cbc [2022-11-02T19:50:25.988Z] ---> 6c0c5a204a14 [2022-11-02T19:50:25.988Z] Step 3/4 : COPY go.mod . [2022-11-02T19:50:25.988Z] ---> 626efed6873c [2022-11-02T19:50:25.988Z] Step 4/4 : RUN go mod download [2022-11-02T19:50:26.248Z] ---> Running in 844c65bbd92f [2022-11-02T19:50:29.483Z] Still waiting to schedule task [2022-11-02T19:50:29.483Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-117926’ is offline [2022-11-02T19:50:36.237Z] Removing intermediate container 844c65bbd92f [2022-11-02T19:50:36.237Z] ---> a45c838aa5c6 [2022-11-02T19:50:36.237Z] Successfully built a45c838aa5c6 [2022-11-02T19:50:36.237Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:50:36.610Z] + docker inspect -f . ci-base-image-x86_64 [2022-11-02T19:50:36.610Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:50:36.760Z] prd-ubuntu20.04-docker-8c-8g-117925 does not seem to be running inside a container [2022-11-02T19:50:36.792Z] $ 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-11-02T19:50:37.160Z] $ docker top 12ddfcd5795e5b54d0408749312b45699e6a4cfd9e228050e8f7ea00ee8e32d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T19:50:37.551Z] + go version [2022-11-02T19:50:37.551Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-11-02T19:50:37.580Z] $ docker stop --time=1 12ddfcd5795e5b54d0408749312b45699e6a4cfd9e228050e8f7ea00ee8e32d1 [2022-11-02T19:50:38.903Z] $ docker rm -f 12ddfcd5795e5b54d0408749312b45699e6a4cfd9e228050e8f7ea00ee8e32d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:50:39.647Z] + docker inspect -f . ci-base-image-x86_64 [2022-11-02T19:50:39.647Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:50:39.784Z] prd-ubuntu20.04-docker-8c-8g-117925 does not seem to be running inside a container [2022-11-02T19:50:39.816Z] $ 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-11-02T19:50:40.162Z] $ docker top 255dfa624750d8373e6d88c2f171801059db4add142bd0a0d854ca91d7678c33 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-11-02T19:50:40.269Z] ========================================================= [2022-11-02T19:50:40.269Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-11-02T19:50:40.269Z] ========================================================= [Pipeline] sh [2022-11-02T19:50:40.562Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:50:40.920Z] + make test [2022-11-02T19:50:40.920Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-11-02T19:50:47.484Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-11-02T19:50:59.679Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-11-02T19:50:59.679Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-11-02T19:50:59.938Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-11-02T19:50:59.938Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-11-02T19:50:59.938Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-11-02T19:50:59.938Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-11-02T19:50:59.938Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-11-02T19:50:59.938Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-11-02T19:50:59.938Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-11-02T19:51:00.197Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-11-02T19:51:00.197Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-11-02T19:51:00.197Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-11-02T19:51:00.197Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-11-02T19:51:00.197Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-11-02T19:51:00.197Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-11-02T19:51:01.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.066s coverage: 28.7% of statements [2022-11-02T19:51:01.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-11-02T19:51:01.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-11-02T19:51:01.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.125s coverage: 98.5% of statements [2022-11-02T19:51:01.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.139s coverage: 43.0% of statements [2022-11-02T19:51:01.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-11-02T19:51:01.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-11-02T19:51:01.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.116s coverage: 54.2% of statements [2022-11-02T19:51:01.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-11-02T19:51:01.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-11-02T19:51:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.235s coverage: 89.2% of statements [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-11-02T19:51:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 2.2% of statements [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-11-02T19:51:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.460s coverage: 95.6% of statements [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-11-02T19:51:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.066s coverage: 72.2% of statements [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-11-02T19:51:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.105s coverage: 60.0% of statements [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-11-02T19:51:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.061s coverage: 0.9% of statements [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-11-02T19:51:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements [2022-11-02T19:51:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.045s coverage: 29.6% of statements [2022-11-02T19:51:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-11-02T19:51:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 47.1% of statements [2022-11-02T19:51:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements [2022-11-02T19:51:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2022-11-02T19:51:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2022-11-02T19:51:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2022-11-02T19:51:13.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements [2022-11-02T19:51:13.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2022-11-02T19:51:16.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.243s coverage: 79.9% of statements [2022-11-02T19:51:16.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-11-02T19:51:24.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements [2022-11-02T19:51:24.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-11-02T19:51:24.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-11-02T19:51:24.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-11-02T19:51:24.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.028s coverage: 65.1% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.082s coverage: 86.9% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 58.8% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.0% of statements [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 85.4% of statements [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 91.2% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 64.7% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 65.8% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.171s coverage: 41.8% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.087s coverage: 17.7% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.152s coverage: 92.3% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.062s coverage: 63.2% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-11-02T19:51:24.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2022-11-02T19:51:24.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-11-02T19:51:24.497Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-11-02T19:51:42.564Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-11-02T19:51:42.564Z] GO111MODULE=on go vet ./... [2022-11-02T19:51:45.841Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-11-02T19:51:45.841Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-11-02T19:51:45.841Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-11-02T19:51:45.875Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-11-02T19:51:46.178Z] + ls -al . [2022-11-02T19:51:46.178Z] total 768 [2022-11-02T19:51:46.178Z] drwxrwxr-x 11 1001 1001 4096 Nov 2 19:50 . [2022-11-02T19:51:46.178Z] drwxr-xr-x 4 root root 4096 Nov 2 19:50 .. [2022-11-02T19:51:46.178Z] drwxrwxr-x 2 1001 1001 4096 Nov 2 19:49 .blubracket [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 16 Nov 2 19:49 .dockerignore [2022-11-02T19:51:46.178Z] drwxrwxr-x 8 1001 1001 4096 Nov 2 19:51 .git [2022-11-02T19:51:46.178Z] drwxrwxr-x 3 1001 1001 4096 Nov 2 19:49 .github [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 1030 Nov 2 19:49 .gitignore [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 42 Nov 2 19:49 .golangci.yml [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 87 Nov 2 19:49 .hadolint.yml [2022-11-02T19:51:46.178Z] drwxr-xr-x 3 1001 1001 4096 Nov 2 19:50 .semver [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 166 Nov 2 19:49 .sonarcloud.properties [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 1171 Nov 2 19:49 ADOPTERS.md [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 10722 Nov 2 19:49 Attribution.txt [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 63209 Nov 2 19:49 CHANGELOG.md [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 3804 Nov 2 19:49 CONTRIBUTING.md [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 677 Nov 2 19:49 GOVERNANCE.md [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 850 Nov 2 19:49 Jenkinsfile [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 10775 Nov 2 19:49 LICENSE [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 13857 Nov 2 19:49 Makefile [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 582 Nov 2 19:49 OWNERS.md [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 9799 Nov 2 19:49 README.md [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 6912 Nov 2 19:49 SECURITY.md [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 5 Nov 2 19:50 VERSION [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 4131 Nov 2 19:49 ZMQWindows.md [2022-11-02T19:51:46.178Z] drwxrwxr-x 2 1001 1001 4096 Nov 2 19:49 bin [2022-11-02T19:51:46.178Z] drwxrwxr-x 18 1001 1001 4096 Nov 2 19:49 cmd [2022-11-02T19:51:46.178Z] -rw-r--r-- 1 root root 501828 Nov 2 19:51 coverage.out [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 3447 Nov 2 19:49 go.mod [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 45062 Nov 2 19:49 go.sum [2022-11-02T19:51:46.178Z] drwxrwxr-x 8 1001 1001 4096 Nov 2 19:49 internal [2022-11-02T19:51:46.178Z] drwxrwxr-x 3 1001 1001 4096 Nov 2 19:49 openapi [2022-11-02T19:51:46.178Z] drwxrwxr-x 4 1001 1001 4096 Nov 2 19:49 snap [2022-11-02T19:51:46.178Z] -rw-rw-r-- 1 1001 1001 204 Nov 2 19:49 version.go [Pipeline] sh [2022-11-02T19:51:46.491Z] + '[' -e coverage.out ] [2022-11-02T19:51:46.491Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-11-02T19:51:46.618Z] Stashed 1 file(s) [Pipeline] sh [2022-11-02T19:51:46.915Z] + make build [2022-11-02T19:51:46.915Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-11-02T19:51:59.109Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-11-02T19:52:11.307Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-11-02T19:52:11.307Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-11-02T19:52:17.859Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-11-02T19:52:17.859Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-11-02T19:52:19.235Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-11-02T19:52:20.610Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-11-02T19:52:21.176Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-11-02T19:52:22.109Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-11-02T19:52:23.041Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-11-02T19:52:23.605Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-11-02T19:52:25.504Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-11-02T19:52:26.460Z] $ docker stop --time=1 255dfa624750d8373e6d88c2f171801059db4add142bd0a0d854ca91d7678c33 [2022-11-02T19:52:28.911Z] $ docker rm -f 255dfa624750d8373e6d88c2f171801059db4add142bd0a0d854ca91d7678c33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:52:29.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-11-02T19:52:29.913Z] [2022-11-02T19:52:29.913Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:52:30.282Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-11-02T19:52:30.282Z] latest: Pulling from edgex-devops/edgex-compose [2022-11-02T19:52:30.282Z] cbdbe7a5bc2a: Pulling fs layer [2022-11-02T19:52:30.282Z] ca9280d653b3: Pulling fs layer [2022-11-02T19:52:30.282Z] 7e9c9ca2126c: Pulling fs layer [2022-11-02T19:52:30.282Z] cbdbe7a5bc2a: Download complete [2022-11-02T19:52:30.547Z] ca9280d653b3: Verifying Checksum [2022-11-02T19:52:30.547Z] cbdbe7a5bc2a: Pull complete [2022-11-02T19:52:30.807Z] 7e9c9ca2126c: Download complete [2022-11-02T19:52:30.807Z] ca9280d653b3: Pull complete [2022-11-02T19:52:34.086Z] 7e9c9ca2126c: Pull complete [2022-11-02T19:52:34.086Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-11-02T19:52:34.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-11-02T19:52:34.086Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:52:34.296Z] prd-ubuntu20.04-docker-8c-8g-117925 does not seem to be running inside a container [2022-11-02T19:52:34.323Z] $ 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-11-02T19:52:35.607Z] $ docker top 745bb6d9c037a05d6a8f1141132b84469846393994921bda34da4a9cd0609c57 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T19:52:35.995Z] + docker-compose build --help [2022-11-02T19:52:35.995Z] + grep parallel [2022-11-02T19:52:36.559Z] --parallel Build images in parallel. [Pipeline] } [2022-11-02T19:52:36.591Z] $ docker stop --time=1 745bb6d9c037a05d6a8f1141132b84469846393994921bda34da4a9cd0609c57 [2022-11-02T19:52:37.881Z] $ docker rm -f 745bb6d9c037a05d6a8f1141132b84469846393994921bda34da4a9cd0609c57 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:52:38.452Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-11-02T19:52:38.452Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:52:38.604Z] prd-ubuntu20.04-docker-8c-8g-117925 does not seem to be running inside a container [2022-11-02T19:52:38.640Z] $ 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-11-02T19:52:38.986Z] $ docker top 369efc30a441a18b8ff24a7b1e7702bd4629c291da50765339df89ef9b65539c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T19:52:39.371Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-11-02T19:52:39.937Z] Building core-command ... [2022-11-02T19:52:39.937Z] Building core-data ... [2022-11-02T19:52:39.937Z] Building core-metadata ... [2022-11-02T19:52:39.937Z] Building security-bootstrapper ... [2022-11-02T19:52:39.937Z] Building security-proxy-setup ... [2022-11-02T19:52:39.937Z] Building security-secretstore-setup ... [2022-11-02T19:52:39.937Z] Building security-spiffe-token-provider ... [2022-11-02T19:52:39.937Z] Building security-spire-agent ... [2022-11-02T19:52:39.937Z] Building security-spire-config ... [2022-11-02T19:52:39.937Z] Building security-spire-server ... [2022-11-02T19:52:39.937Z] Building support-notifications ... [2022-11-02T19:52:39.937Z] Building support-scheduler ... [2022-11-02T19:52:39.937Z] Building sys-mgmt-agent ... [2022-11-02T19:52:39.937Z] Building security-bootstrapper [2022-11-02T19:52:39.937Z] Building sys-mgmt-agent [2022-11-02T19:52:39.937Z] Building security-spire-config [2022-11-02T19:52:39.937Z] Building security-spire-server [2022-11-02T19:52:39.937Z] Building support-scheduler [2022-11-02T19:52:41.447Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-117928 in /w/workspace/edgexfoundry_edgex-go_PR-4225 [Pipeline] { [Pipeline] ws [2022-11-02T19:52:41.486Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-11-02T19:52:41.652Z] The recommended git tool is: git [2022-11-02T19:52:47.212Z] using credential edgex-jenkins-ssh [2022-11-02T19:52:47.241Z] Cloning the remote Git repository [2022-11-02T19:52:47.299Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-11-02T19:52:47.374Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-11-02T19:52:47.537Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-11-02T19:52:47.538Z] > git --version # timeout=10 [2022-11-02T19:52:47.559Z] > git --version # 'git version 2.25.1' [2022-11-02T19:52:47.562Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-02T19:52:47.614Z] Verifying host key using known hosts file [2022-11-02T19:52:47.803Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-11-02T19:52:47.818Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-11-02T19:52:49.900Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:52:49.900Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:52:49.900Z] ---> a45c838aa5c6 [2022-11-02T19:52:49.900Z] Step 3/23 : WORKDIR /edgex-go [2022-11-02T19:52:49.900Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:52:49.900Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:52:49.900Z] ---> a45c838aa5c6 [2022-11-02T19:52:49.900Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T19:52:49.900Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:52:49.900Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:52:49.900Z] ---> a45c838aa5c6 [2022-11-02T19:52:49.900Z] Step 3/32 : WORKDIR /edgex-go [2022-11-02T19:52:49.900Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:52:49.900Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:52:49.900Z] ---> a45c838aa5c6 [2022-11-02T19:52:49.900Z] Step 3/22 : WORKDIR /edgex-go [2022-11-02T19:52:50.466Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:52:50.466Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:52:50.466Z] ---> a45c838aa5c6 [2022-11-02T19:52:50.466Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:52:53.752Z] ---> Running in 1ad640d09ee7 [2022-11-02T19:52:53.752Z] ---> Running in 7d5f7c4f7695 [2022-11-02T19:52:53.752Z] ---> Running in ee940f0c5d17 [2022-11-02T19:52:53.752Z] ---> Running in 23241eb13128 [2022-11-02T19:52:53.752Z] ---> Running in 9999bcba9824 [2022-11-02T19:52:54.010Z] Removing intermediate container 7d5f7c4f7695 [2022-11-02T19:52:54.010Z] ---> fb71862a43f2 [2022-11-02T19:52:54.010Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T19:52:54.010Z] ---> Running in 9894951ef4a4 [2022-11-02T19:52:54.010Z] Removing intermediate container 23241eb13128 [2022-11-02T19:52:54.010Z] ---> fbc44ef2365c [2022-11-02T19:52:54.010Z] Step 4/32 : RUN apk add --update --no-cache make git [2022-11-02T19:52:54.010Z] Removing intermediate container 1ad640d09ee7 [2022-11-02T19:52:54.010Z] ---> 31c486a9c504 [2022-11-02T19:52:54.010Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T19:52:54.010Z] Removing intermediate container ee940f0c5d17 [2022-11-02T19:52:54.010Z] ---> 5bfbe2947c82 [2022-11-02T19:52:54.010Z] Step 4/22 : RUN apk add --update --no-cache make bash git [2022-11-02T19:52:54.010Z] Removing intermediate container 9999bcba9824 [2022-11-02T19:52:54.010Z] ---> 88f2e3c754f0 [2022-11-02T19:52:54.010Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T19:52:54.010Z] ---> Running in df2aeb5baa94 [2022-11-02T19:52:54.010Z] ---> Running in 8c341b021b2b [2022-11-02T19:52:54.010Z] ---> Running in 3be17ce0b4c8 [2022-11-02T19:52:54.010Z] Removing intermediate container 9894951ef4a4 [2022-11-02T19:52:54.010Z] ---> bb61c65b40e8 [2022-11-02T19:52:54.010Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-11-02T19:52:54.010Z] ---> Running in 95b798899a54 [2022-11-02T19:52:54.268Z] ---> Running in 59d0c66564f7 [2022-11-02T19:52:54.526Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:54.526Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:54.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:54.784Z] OK: 211 MiB in 51 packages [2022-11-02T19:52:54.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:54.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:54.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:54.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:54.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:54.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:55.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:52:55.043Z] OK: 211 MiB in 51 packages [2022-11-02T19:52:55.043Z] OK: 211 MiB in 51 packages [2022-11-02T19:52:55.043Z] OK: 211 MiB in 51 packages [2022-11-02T19:52:55.043Z] Removing intermediate container df2aeb5baa94 [2022-11-02T19:52:55.043Z] ---> 8365a669105b [2022-11-02T19:52:55.043Z] Step 5/32 : COPY go.mod vendor* ./ [2022-11-02T19:52:55.043Z] OK: 211 MiB in 51 packages [2022-11-02T19:52:55.302Z] ---> dd08abe781c3 [2022-11-02T19:52:55.302Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:52:55.302Z] ---> Running in 11fc7827ffe1 [2022-11-02T19:52:55.559Z] Removing intermediate container 59d0c66564f7 [2022-11-02T19:52:55.559Z] ---> 0ac17e237cd1 [2022-11-02T19:52:55.559Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T19:52:55.817Z] Removing intermediate container 8c341b021b2b [2022-11-02T19:52:55.817Z] ---> d390e3ec0bfe [2022-11-02T19:52:55.817Z] Step 5/23 : COPY go.mod vendor* ./ [2022-11-02T19:52:55.817Z] Removing intermediate container 3be17ce0b4c8 [2022-11-02T19:52:55.817Z] ---> 771f3245a299 [2022-11-02T19:52:55.817Z] Step 5/22 : COPY go.mod vendor* ./ [2022-11-02T19:52:55.817Z] ---> cc3601e3a586 [2022-11-02T19:52:55.817Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:52:55.817Z] Removing intermediate container 95b798899a54 [2022-11-02T19:52:55.817Z] ---> 3f0ab06fd0df [2022-11-02T19:52:55.817Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T19:52:55.817Z] ---> Running in be337d3def39 [2022-11-02T19:52:55.817Z] ---> a43ae733921f [2022-11-02T19:52:55.817Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:52:55.817Z] ---> a343238e34d9 [2022-11-02T19:52:55.817Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:52:56.075Z] ---> Running in 7f0ab766a9d6 [2022-11-02T19:52:56.075Z] ---> Running in 45d2c9aa7614 [2022-11-02T19:52:56.075Z] ---> a856e838ab3f [2022-11-02T19:52:56.075Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:52:56.075Z] ---> Running in 3e7953adc1ed [2022-11-02T19:53:09.901Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-11-02T19:53:09.920Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-11-02T19:53:11.718Z] Merging remotes/origin/main commit c8dc4aaa282fbe6e844314843563128f08055c6c into PR head commit 7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:53:12.144Z] Merge succeeded, producing 7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:53:12.145Z] Checking out Revision 7baca2cc14f90209f5d611f511480e635688580e (PR-4225) [2022-11-02T19:53:10.928Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-11-02T19:53:10.982Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-11-02T19:53:10.983Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-02T19:53:10.989Z] Verifying host key using known hosts file [2022-11-02T19:53:10.999Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-11-02T19:53:11.014Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4225/head:refs/remotes/origin/PR-4225 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-11-02T19:53:11.738Z] > git config core.sparsecheckout # timeout=10 [2022-11-02T19:53:11.757Z] > git checkout -f 7baca2cc14f90209f5d611f511480e635688580e # timeout=10 [2022-11-02T19:53:12.016Z] > git remote # timeout=10 [2022-11-02T19:53:12.035Z] > git config --get remote.origin.url # timeout=10 [2022-11-02T19:53:12.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-02T19:53:12.070Z] Verifying host key using known hosts file [2022-11-02T19:53:12.075Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-11-02T19:53:12.087Z] > git merge c8dc4aaa282fbe6e844314843563128f08055c6c # timeout=10 [2022-11-02T19:53:12.122Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-11-02T19:53:12.149Z] > git config core.sparsecheckout # timeout=10 [2022-11-02T19:53:12.172Z] > git checkout -f 7baca2cc14f90209f5d611f511480e635688580e # timeout=10 [2022-11-02T19:53:12.900Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-11-02T19:53:12.967Z] > git --version # timeout=10 [2022-11-02T19:53:12.980Z] > git --version # 'git version 2.25.1' [2022-11-02T19:53:13.011Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-02T19:53:14.122Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-11-02T19:53:14.122Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-11-02T19:53:14.122Z] Dload Upload Total Spent Left Speed [2022-11-02T19:53:14.122Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 168k 0 --:--:-- --:--:-- --:--:-- 166k [2022-11-02T19:53:14.161Z] Removing intermediate container 3e7953adc1ed [2022-11-02T19:53:14.161Z] ---> ce6072b2f3ab [2022-11-02T19:53:14.161Z] Step 7/24 : COPY . . [2022-11-02T19:53:14.161Z] Removing intermediate container 45d2c9aa7614 [2022-11-02T19:53:14.161Z] ---> c4590c4fecfd [2022-11-02T19:53:14.161Z] Step 7/23 : COPY . . [2022-11-02T19:53:14.161Z] Removing intermediate container be337d3def39 [2022-11-02T19:53:14.161Z] ---> 1ca640c45efb [2022-11-02T19:53:14.161Z] Step 8/22 : COPY . . [2022-11-02T19:53:14.161Z] Removing intermediate container 11fc7827ffe1 [2022-11-02T19:53:14.161Z] ---> 2f9b64c719cd [2022-11-02T19:53:14.161Z] Step 7/32 : COPY . . [2022-11-02T19:53:14.161Z] Removing intermediate container 7f0ab766a9d6 [2022-11-02T19:53:14.161Z] ---> e10a0013fee3 [2022-11-02T19:53:14.161Z] Step 7/22 : COPY . . [Pipeline] sh [2022-11-02T19:53:14.787Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-11-02T19:53:15.136Z] + sudo tee /etc/docker/daemon.new [2022-11-02T19:53:15.136Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-11-02T19:53:15.136Z] { [2022-11-02T19:53:15.136Z] "registry-mirrors": [ [2022-11-02T19:53:15.136Z] "https://nexus3.edgexfoundry.org:10001" [2022-11-02T19:53:15.136Z] ], [2022-11-02T19:53:15.136Z] "bip": "10.250.0.254/24", [2022-11-02T19:53:15.136Z] "hosts": [ [2022-11-02T19:53:15.136Z] "tcp://0.0.0.0:5555", [2022-11-02T19:53:15.136Z] "unix:///var/run/docker.sock" [2022-11-02T19:53:15.136Z] ], [2022-11-02T19:53:15.136Z] "mtu": 1458, [2022-11-02T19:53:15.136Z] "selinux-enabled": true, [2022-11-02T19:53:15.136Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-11-02T19:53:15.136Z] } [Pipeline] sh [2022-11-02T19:53:15.483Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-11-02T19:53:15.849Z] + sudo service docker restart [2022-11-02T19:53:24.138Z] ---> 5624e63fbb86 [2022-11-02T19:53:24.138Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-11-02T19:53:24.138Z] ---> 6c42a0802194 [2022-11-02T19:53:24.138Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T19:53:24.138Z] ---> 7a9d7ae39e43 [2022-11-02T19:53:24.138Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T19:53:24.138Z] ---> add16da2d376 [2022-11-02T19:53:24.138Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-11-02T19:53:24.138Z] ---> 000510344182 [2022-11-02T19:53:24.138Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-11-02T19:53:24.138Z] ---> Running in 212e846069d1 [2022-11-02T19:53:24.138Z] ---> Running in 04a34f36eb5c [2022-11-02T19:53:24.138Z] ---> Running in 06e74bfe1aa6 [2022-11-02T19:53:24.138Z] ---> Running in 54ab75c4c838 [2022-11-02T19:53:24.138Z] ---> Running in 75a5cac3be31 [2022-11-02T19:53:24.138Z] Removing intermediate container 04a34f36eb5c [2022-11-02T19:53:24.138Z] ---> 17a18629e9c0 [2022-11-02T19:53:24.138Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-11-02T19:53:24.138Z] Removing intermediate container 06e74bfe1aa6 [2022-11-02T19:53:24.138Z] ---> 0d8b77bf9006 [2022-11-02T19:53:24.138Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2022-11-02T19:53:24.138Z] ---> Running in 4ebc356e2ec6 [2022-11-02T19:53:24.138Z] ---> Running in 9c5a99c2414e [2022-11-02T19:53:24.138Z] Removing intermediate container 4ebc356e2ec6 [2022-11-02T19:53:24.138Z] ---> bbd67d77b4df [2022-11-02T19:53:24.138Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T19:53:24.138Z] Removing intermediate container 9c5a99c2414e [2022-11-02T19:53:24.138Z] ---> a1e0baf4a185 [2022-11-02T19:53:24.138Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T19:53:24.138Z] ---> Running in 9e98c3c11e08 [2022-11-02T19:53:24.138Z] ---> Running in e9ebed7ece73 [2022-11-02T19:53:24.138Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-11-02T19:53:24.138Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-11-02T19:53:24.138Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-11-02T19:53:24.396Z] Removing intermediate container e9ebed7ece73 [2022-11-02T19:53:24.396Z] ---> 7a02db582d83 [2022-11-02T19:53:24.396Z] Step 11/23 : WORKDIR /edgex-go [2022-11-02T19:53:24.396Z] Removing intermediate container 9e98c3c11e08 [2022-11-02T19:53:24.396Z] ---> 0db3f3698ef4 [2022-11-02T19:53:24.396Z] Step 11/24 : WORKDIR /edgex-go [2022-11-02T19:53:24.396Z] ---> Running in 785d2579ddca [2022-11-02T19:53:24.396Z] ---> Running in b8e70822dfb8 [2022-11-02T19:53:24.653Z] Removing intermediate container b8e70822dfb8 [2022-11-02T19:53:24.653Z] ---> bdcd6ee07b0e [2022-11-02T19:53:24.653Z] [2022-11-02T19:53:24.653Z] Step 12/24 : FROM alpine:3.15 [2022-11-02T19:53:24.653Z] Removing intermediate container 785d2579ddca [2022-11-02T19:53:24.653Z] ---> a53b142b047e [2022-11-02T19:53:24.653Z] [2022-11-02T19:53:24.653Z] Step 12/23 : FROM alpine:3.15 [2022-11-02T19:53:24.910Z] 3.15: Pulling from library/alpine [2022-11-02T19:53:24.910Z] 3.15: Pulling from library/alpine [2022-11-02T19:53:25.840Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-11-02T19:53:25.840Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-11-02T19:53:25.840Z] Status: Downloaded newer image for alpine:3.15 [2022-11-02T19:53:25.840Z] Status: Image is up to date for alpine:3.15 [2022-11-02T19:53:25.840Z] ---> c4fc93816858 [2022-11-02T19:53:25.840Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:53:25.840Z] ---> c4fc93816858 [2022-11-02T19:53:25.840Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:53:26.102Z] ---> Running in 4fbf931af039 [2022-11-02T19:53:26.102Z] ---> Running in 94e413e110d6 [2022-11-02T19:53:26.102Z] Removing intermediate container 4fbf931af039 [2022-11-02T19:53:26.102Z] ---> 3f0d7ddbe438 [2022-11-02T19:53:26.102Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-11-02T19:53:26.102Z] Removing intermediate container 94e413e110d6 [2022-11-02T19:53:26.102Z] ---> f2c8b40cd0d8 [2022-11-02T19:53:26.102Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-11-02T19:53:26.360Z] ---> Running in 8ea92bc7e894 [2022-11-02T19:53:26.360Z] ---> Running in 9f03cd380d82 [2022-11-02T19:53:26.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:26.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:26.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:26.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:27.184Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T19:53:27.184Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T19:53:27.184Z] OK: 15859 distinct packages available [2022-11-02T19:53:27.184Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:27.184Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T19:53:27.184Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T19:53:27.184Z] OK: 15859 distinct packages available [2022-11-02T19:53:27.184Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:27.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:27.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:27.441Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-11-02T19:53:27.441Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-11-02T19:53:27.701Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-11-02T19:53:27.701Z] (3/5) Installing libucontext (1.1-r0) [2022-11-02T19:53:27.701Z] (4/5) Installing gcompat (1.0.0-r4) [2022-11-02T19:53:27.701Z] (5/5) Installing openssl (1.1.1s-r1) [2022-11-02T19:53:27.958Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T19:53:27.958Z] OK: 7 MiB in 19 packages [2022-11-02T19:53:27.958Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-11-02T19:53:27.958Z] (3/4) Installing libucontext (1.1-r0) [2022-11-02T19:53:27.958Z] (4/4) Installing gcompat (1.0.0-r4) [2022-11-02T19:53:27.958Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T19:53:27.958Z] OK: 6 MiB in 18 packages [2022-11-02T19:53:29.327Z] Removing intermediate container 9f03cd380d82 [2022-11-02T19:53:29.327Z] ---> a66144048cec [2022-11-02T19:53:29.327Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T19:53:29.327Z] Removing intermediate container 8ea92bc7e894 [2022-11-02T19:53:29.327Z] ---> 91fd09057672 [2022-11-02T19:53:29.327Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T19:53:32.607Z] ---> 9cb9ee25435c [2022-11-02T19:53:32.607Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T19:53:32.607Z] ---> 8f67e73b2bf2 [2022-11-02T19:53:32.607Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T19:53:32.864Z] ---> babb1f050571 [2022-11-02T19:53:32.864Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-11-02T19:53:33.122Z] ---> 44819ac92d65 [2022-11-02T19:53:33.122Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-11-02T19:53:33.122Z] ---> Running in 904874ecaaac [2022-11-02T19:53:33.388Z] ---> 758d6bda6709 [2022-11-02T19:53:33.388Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-11-02T19:53:33.644Z] Removing intermediate container 904874ecaaac [2022-11-02T19:53:33.644Z] ---> 2db56c28539d [2022-11-02T19:53:33.644Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-02T19:53:34.167Z] provisioning config files... [2022-11-02T19:53:34.195Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4350090608833979562tmp [2022-11-02T19:53:34.210Z] ---> 374b710bbcc4 [2022-11-02T19:53:34.210Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-02T19:53:34.468Z] ---> b69659f3b806 [2022-11-02T19:53:34.468Z] Step 19/24 : WORKDIR / [2022-11-02T19:53:34.468Z] ---> Running in 21dbf7f3166c [2022-11-02T19:53:34.468Z] ---> Running in 04532a6cb3a1 [2022-11-02T19:53:34.592Z] ---> docker-login.sh [2022-11-02T19:53:34.592Z] nexus3.edgexfoundry.org:10001 [2022-11-02T19:53:34.725Z] Removing intermediate container 21dbf7f3166c [2022-11-02T19:53:34.725Z] ---> a0f2c51585dd [2022-11-02T19:53:34.725Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T19:53:34.725Z] ---> Running in 7588cbe0af5b [2022-11-02T19:53:34.725Z] Removing intermediate container 04532a6cb3a1 [2022-11-02T19:53:34.725Z] ---> 5d5ce3499edd [2022-11-02T19:53:34.725Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T19:53:34.725Z] ---> Running in 901dfd24585d [2022-11-02T19:53:35.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:53:35.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:53:35.178Z] Configure a credential helper to remove this warning. See [2022-11-02T19:53:35.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:53:35.178Z] [2022-11-02T19:53:35.178Z] Login Succeeded [2022-11-02T19:53:35.178Z] nexus3.edgexfoundry.org:10002 [2022-11-02T19:53:35.289Z] Removing intermediate container 901dfd24585d [2022-11-02T19:53:35.289Z] ---> 78d5d6d53372 [2022-11-02T19:53:35.289Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T19:53:35.289Z] Removing intermediate container 7588cbe0af5b [2022-11-02T19:53:35.289Z] ---> e1c9e7c86897 [2022-11-02T19:53:35.289Z] Step 21/23 : LABEL arch=x86_64 [2022-11-02T19:53:35.289Z] ---> Running in 3344431352bb [2022-11-02T19:53:35.289Z] ---> Running in e92b52081223 [2022-11-02T19:53:35.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:53:35.548Z] Removing intermediate container e92b52081223 [2022-11-02T19:53:35.548Z] ---> 036153b232db [2022-11-02T19:53:35.548Z] Step 22/23 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:53:35.548Z] Removing intermediate container 3344431352bb [2022-11-02T19:53:35.548Z] ---> a79e7c661075 [2022-11-02T19:53:35.548Z] Step 22/24 : LABEL arch=x86_64 [2022-11-02T19:53:35.548Z] ---> Running in 71eaa04723e7 [2022-11-02T19:53:35.548Z] ---> Running in d6c17ad85cd3 [2022-11-02T19:53:35.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:53:35.725Z] Configure a credential helper to remove this warning. See [2022-11-02T19:53:35.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:53:35.725Z] [2022-11-02T19:53:35.725Z] Login Succeeded [2022-11-02T19:53:35.725Z] nexus3.edgexfoundry.org:10003 [2022-11-02T19:53:35.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:53:35.806Z] Removing intermediate container d6c17ad85cd3 [2022-11-02T19:53:35.806Z] ---> 92201c340255 [2022-11-02T19:53:35.806Z] Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:53:35.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:53:35.997Z] Configure a credential helper to remove this warning. See [2022-11-02T19:53:35.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:53:35.997Z] [2022-11-02T19:53:35.997Z] Login Succeeded [2022-11-02T19:53:35.997Z] nexus3.edgexfoundry.org:10004 [2022-11-02T19:53:36.070Z] ---> Running in d7baefe8b3c3 [2022-11-02T19:53:36.070Z] Removing intermediate container 71eaa04723e7 [2022-11-02T19:53:36.070Z] ---> 06fd5431f0cf [2022-11-02T19:53:36.070Z] Step 23/23 : LABEL version=0.0.0 [2022-11-02T19:53:36.070Z] ---> Running in fa183ba0528d [2022-11-02T19:53:36.070Z] Removing intermediate container d7baefe8b3c3 [2022-11-02T19:53:36.070Z] ---> 5db1e49908f4 [2022-11-02T19:53:36.070Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T19:53:36.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:53:36.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:53:36.272Z] Configure a credential helper to remove this warning. See [2022-11-02T19:53:36.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:53:36.272Z] [2022-11-02T19:53:36.272Z] Login Succeeded [2022-11-02T19:53:36.272Z] docker.io [2022-11-02T19:53:36.326Z] ---> Running in 22cf598a4c85 [2022-11-02T19:53:36.326Z] Removing intermediate container fa183ba0528d [2022-11-02T19:53:36.326Z] ---> 5427a286eda5 [2022-11-02T19:53:36.326Z] [2022-11-02T19:53:36.326Z] Successfully built 5427a286eda5 [2022-11-02T19:53:36.326Z] Successfully tagged security-spire-server:latest [2022-11-02T19:53:36.326Z]  Building security-spire-server ... done Building security-spire-agent [2022-11-02T19:53:36.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:53:36.587Z] Removing intermediate container 22cf598a4c85 [2022-11-02T19:53:36.587Z] ---> c0692f9a14b2 [2022-11-02T19:53:36.587Z] [2022-11-02T19:53:36.587Z] Successfully built c0692f9a14b2 [2022-11-02T19:53:36.844Z] Successfully tagged security-spire-config:latest [2022-11-02T19:53:36.844Z] Building support-notifications [2022-11-02T19:53:37.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:53:37.126Z] Configure a credential helper to remove this warning. See [2022-11-02T19:53:37.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:53:37.126Z] [2022-11-02T19:53:37.126Z] Login Succeeded [2022-11-02T19:53:37.126Z] ---> docker-login.sh ends [Pipeline] } [2022-11-02T19:53:37.156Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-11-02T19:53:37.738Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-11-02T19:53:37.776Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T19:53:37.811Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T19:53:37.847Z] ========================================================= [2022-11-02T19:53:37.847Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-11-02T19:53:37.847Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:53:38.208Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-02T19:53:38.480Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-11-02T19:53:38.480Z] 9b18e9b68314: Pulling fs layer [2022-11-02T19:53:38.480Z] d32db5db7311: Pulling fs layer [2022-11-02T19:53:38.480Z] d0c4b47475fc: Pulling fs layer [2022-11-02T19:53:38.480Z] 5831b945b038: Pulling fs layer [2022-11-02T19:53:38.480Z] 86bbec2aaacd: Pulling fs layer [2022-11-02T19:53:38.480Z] e10730c5d714: Pulling fs layer [2022-11-02T19:53:38.480Z] 5dd5c2283517: Pulling fs layer [2022-11-02T19:53:38.480Z] d5ac0230b979: Pulling fs layer [2022-11-02T19:53:38.480Z] 5831b945b038: Waiting [2022-11-02T19:53:38.480Z] 86bbec2aaacd: Waiting [2022-11-02T19:53:38.480Z] e10730c5d714: Waiting [2022-11-02T19:53:38.480Z] 5dd5c2283517: Waiting [2022-11-02T19:53:38.480Z] d5ac0230b979: Waiting [2022-11-02T19:53:38.480Z] d0c4b47475fc: Verifying Checksum [2022-11-02T19:53:38.480Z] d0c4b47475fc: Download complete [2022-11-02T19:53:38.480Z] d32db5db7311: Verifying Checksum [2022-11-02T19:53:38.480Z] d32db5db7311: Download complete [2022-11-02T19:53:38.480Z] 86bbec2aaacd: Verifying Checksum [2022-11-02T19:53:38.480Z] 86bbec2aaacd: Download complete [2022-11-02T19:53:38.480Z] e10730c5d714: Verifying Checksum [2022-11-02T19:53:38.480Z] e10730c5d714: Download complete [2022-11-02T19:53:38.480Z] 9b18e9b68314: Verifying Checksum [2022-11-02T19:53:38.480Z] 9b18e9b68314: Download complete [2022-11-02T19:53:39.441Z] 9b18e9b68314: Pull complete [2022-11-02T19:53:39.441Z] d5ac0230b979: Verifying Checksum [2022-11-02T19:53:39.441Z] d5ac0230b979: Download complete [2022-11-02T19:53:39.712Z] d32db5db7311: Pull complete [2022-11-02T19:53:39.982Z] d0c4b47475fc: Pull complete [2022-11-02T19:53:40.572Z] 5dd5c2283517: Verifying Checksum [2022-11-02T19:53:40.572Z] 5dd5c2283517: Download complete [2022-11-02T19:53:41.018Z]  Building security-spire-config ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:41.018Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:41.018Z] ---> a45c838aa5c6 [2022-11-02T19:53:41.018Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T19:53:41.018Z] ---> Using cache [2022-11-02T19:53:41.018Z] ---> 88f2e3c754f0 [2022-11-02T19:53:41.018Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T19:53:41.018Z] ---> Using cache [2022-11-02T19:53:41.018Z] ---> 3f0ab06fd0df [2022-11-02T19:53:41.018Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T19:53:41.018Z] ---> Using cache [2022-11-02T19:53:41.018Z] ---> a856e838ab3f [2022-11-02T19:53:41.018Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:41.018Z] ---> Using cache [2022-11-02T19:53:41.018Z] ---> ce6072b2f3ab [2022-11-02T19:53:41.018Z] Step 7/24 : COPY . . [2022-11-02T19:53:41.018Z] ---> Using cache [2022-11-02T19:53:41.018Z] ---> 7a9d7ae39e43 [2022-11-02T19:53:41.018Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T19:53:41.018Z] ---> Using cache [2022-11-02T19:53:41.018Z] ---> 17a18629e9c0 [2022-11-02T19:53:41.018Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-11-02T19:53:41.018Z] ---> Using cache [2022-11-02T19:53:41.018Z] ---> bbd67d77b4df [2022-11-02T19:53:41.018Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T19:53:41.018Z] ---> Using cache [2022-11-02T19:53:41.018Z] ---> 0db3f3698ef4 [2022-11-02T19:53:41.018Z] Step 11/24 : WORKDIR /edgex-go [2022-11-02T19:53:41.018Z] ---> Using cache [2022-11-02T19:53:41.018Z] ---> bdcd6ee07b0e [2022-11-02T19:53:41.018Z] [2022-11-02T19:53:41.018Z] Step 12/24 : FROM alpine:3.15 [2022-11-02T19:53:41.018Z] ---> c4fc93816858 [2022-11-02T19:53:41.018Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:53:41.018Z] ---> Using cache [2022-11-02T19:53:41.018Z] ---> f2c8b40cd0d8 [2022-11-02T19:53:41.018Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-11-02T19:53:41.546Z] 5831b945b038: Verifying Checksum [2022-11-02T19:53:41.546Z] 5831b945b038: Download complete [2022-11-02T19:53:41.581Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:41.581Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:41.581Z] ---> a45c838aa5c6 [2022-11-02T19:53:41.581Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:53:41.581Z] ---> Using cache [2022-11-02T19:53:41.581Z] ---> fb71862a43f2 [2022-11-02T19:53:41.581Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T19:53:41.581Z] ---> Using cache [2022-11-02T19:53:41.581Z] ---> bb61c65b40e8 [2022-11-02T19:53:41.581Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-11-02T19:53:44.866Z] ---> Running in d0e650b6c8fc [2022-11-02T19:53:44.866Z] ---> Running in 8463b8e12907 [2022-11-02T19:53:45.124Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:45.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:45.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:45.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:45.945Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T19:53:45.945Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T19:53:45.945Z] OK: 15859 distinct packages available [2022-11-02T19:53:46.202Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:46.202Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:46.463Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-11-02T19:53:46.463Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-11-02T19:53:46.464Z] (3/5) Installing libucontext (1.1-r0) [2022-11-02T19:53:46.464Z] (4/5) Installing gcompat (1.0.0-r4) [2022-11-02T19:53:46.464Z] (5/5) Installing openssl (1.1.1s-r1) [2022-11-02T19:53:46.464Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T19:53:46.464Z] OK: 7 MiB in 19 packages [2022-11-02T19:53:46.464Z] OK: 211 MiB in 51 packages [2022-11-02T19:53:47.029Z] Removing intermediate container 54ab75c4c838 [2022-11-02T19:53:47.029Z] ---> c11abfd2a46e [2022-11-02T19:53:47.029Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-11-02T19:53:47.287Z] Removing intermediate container 75a5cac3be31 [2022-11-02T19:53:47.287Z] ---> 976e59bd4824 [2022-11-02T19:53:47.287Z] [2022-11-02T19:53:47.287Z] Step 9/32 : FROM alpine:3.16 [2022-11-02T19:53:47.287Z] ---> Running in 4691af79ddc3 [2022-11-02T19:53:47.287Z] Removing intermediate container d0e650b6c8fc [2022-11-02T19:53:47.287Z] ---> f30f2cbc56ea [2022-11-02T19:53:47.287Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-11-02T19:53:47.287Z] Removing intermediate container 8463b8e12907 [2022-11-02T19:53:47.287Z] ---> 844545e54827 [2022-11-02T19:53:47.287Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T19:53:47.545Z] 3.16: Pulling from library/alpine [2022-11-02T19:53:47.545Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-11-02T19:53:47.545Z] ---> c862b3ad75f2 [2022-11-02T19:53:47.545Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:47.545Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-11-02T19:53:47.803Z] Status: Downloaded newer image for alpine:3.16 [2022-11-02T19:53:47.803Z] ---> 9c6f07244728 [2022-11-02T19:53:47.803Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:53:47.803Z] ---> Running in 24e41f02725d [2022-11-02T19:53:47.803Z] ---> Running in f851b35e82a4 [2022-11-02T19:53:48.061Z] Removing intermediate container f851b35e82a4 [2022-11-02T19:53:48.061Z] ---> 086d0fe367af [2022-11-02T19:53:48.061Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2022-11-02T19:53:48.061Z] ---> Running in 4a1ff68cf93d [2022-11-02T19:53:48.318Z] ---> dc5fb24c6441 [2022-11-02T19:53:48.318Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T19:53:48.603Z] Removing intermediate container 4691af79ddc3 [2022-11-02T19:53:48.603Z] ---> 58a5c95065db [2022-11-02T19:53:48.603Z] [2022-11-02T19:53:48.603Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T19:53:48.603Z] ---> 9c6f07244728 [2022-11-02T19:53:48.603Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:53:48.861Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:48.861Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:48.861Z] ---> Running in 53356bf34bbd [2022-11-02T19:53:49.118Z] Removing intermediate container 53356bf34bbd [2022-11-02T19:53:49.119Z] ---> 776414aa1c6e [2022-11-02T19:53:49.119Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-11-02T19:53:49.119Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-11-02T19:53:49.119Z] (2/2) Installing su-exec (0.2-r1) [2022-11-02T19:53:49.119Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:53:49.119Z] OK: 6 MiB in 16 packages [2022-11-02T19:53:49.119Z] ---> Running in dd5d33e67968 [2022-11-02T19:53:49.383Z] ---> 3d72fb146294 [2022-11-02T19:53:49.383Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T19:53:49.640Z] ---> 917c0e403ec3 [2022-11-02T19:53:49.640Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-11-02T19:53:49.640Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:49.640Z] Removing intermediate container 4a1ff68cf93d [2022-11-02T19:53:49.640Z] ---> 0770defe5d63 [2022-11-02T19:53:49.640Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2022-11-02T19:53:49.640Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:49.640Z] ---> Running in 854bb78a1fb7 [2022-11-02T19:53:49.640Z] ---> 5cefaee79893 [2022-11-02T19:53:49.640Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-11-02T19:53:49.901Z] Removing intermediate container 854bb78a1fb7 [2022-11-02T19:53:49.901Z] ---> 12c32664d8bb [2022-11-02T19:53:49.901Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-11-02T19:53:49.901Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-11-02T19:53:49.901Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-11-02T19:53:49.901Z] (3/33) Installing readline (8.1.2-r0) [2022-11-02T19:53:49.901Z] (4/33) Installing bash (5.1.16-r2) [2022-11-02T19:53:49.901Z] Executing bash-5.1.16-r2.post-install [2022-11-02T19:53:49.901Z] ---> Running in 63477874dc17 [2022-11-02T19:53:49.901Z] (5/33) Installing ca-certificates (20220614-r0) [2022-11-02T19:53:49.901Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-11-02T19:53:49.901Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-11-02T19:53:49.901Z] (8/33) Installing libcurl (7.83.1-r4) [2022-11-02T19:53:49.901Z] (9/33) Installing curl (7.83.1-r4) [2022-11-02T19:53:49.901Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-11-02T19:53:50.160Z] ---> da11413df29c [2022-11-02T19:53:50.160Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T19:53:50.160Z] Removing intermediate container 63477874dc17 [2022-11-02T19:53:50.160Z] ---> f6d4be2249ed [2022-11-02T19:53:50.160Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-11-02T19:53:50.160Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-11-02T19:53:50.160Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-11-02T19:53:50.160Z] (13/33) Installing expat (2.5.0-r0) [2022-11-02T19:53:50.443Z] ---> Running in 76d4d41cb87a [2022-11-02T19:53:50.443Z] (14/33) Installing libffi (3.4.2-r1) [2022-11-02T19:53:50.443Z] (15/33) Installing gdbm (1.23-r0) [2022-11-02T19:53:50.443Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-11-02T19:53:50.443Z] ---> Running in 6580ec1dbf47 [2022-11-02T19:53:50.443Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-11-02T19:53:50.443Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-02T19:53:50.443Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-11-02T19:53:50.443Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-11-02T19:53:50.443Z] Removing intermediate container 76d4d41cb87a [2022-11-02T19:53:50.443Z] ---> d14573a74627 [2022-11-02T19:53:50.443Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T19:53:50.443Z] (21/33) Installing python3 (3.10.5-r0) [2022-11-02T19:53:50.443Z] Removing intermediate container 6580ec1dbf47 [2022-11-02T19:53:50.443Z] ---> f043e319e0a5 [2022-11-02T19:53:50.443Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-11-02T19:53:50.443Z] ---> Running in 89f3b4c9a81c [2022-11-02T19:53:50.702Z] ---> Running in ab027ad48d66 [2022-11-02T19:53:50.702Z] Removing intermediate container 89f3b4c9a81c [2022-11-02T19:53:50.702Z] ---> c85dd7405fbb [2022-11-02T19:53:50.702Z] Step 22/24 : LABEL arch=x86_64 [2022-11-02T19:53:50.961Z] Removing intermediate container ab027ad48d66 [2022-11-02T19:53:50.961Z] ---> a1e732440247 [2022-11-02T19:53:50.961Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-11-02T19:53:50.961Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-11-02T19:53:50.961Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-11-02T19:53:50.961Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-11-02T19:53:50.961Z] (25/33) Installing py3-six (1.16.0-r1) [2022-11-02T19:53:50.961Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-11-02T19:53:51.238Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-11-02T19:53:51.238Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-11-02T19:53:51.238Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-11-02T19:53:51.238Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-11-02T19:53:51.238Z] (31/33) Installing py3-packaging (21.3-r0) [2022-11-02T19:53:51.238Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-11-02T19:53:51.238Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-11-02T19:53:51.238Z] ---> Running in fe5d1ca4393b [2022-11-02T19:53:51.498Z] ---> Running in 2ea26ea06474 [2022-11-02T19:53:51.498Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:53:51.498Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:53:51.498Z] OK: 122 MiB in 47 packages [2022-11-02T19:53:51.760Z] Removing intermediate container fe5d1ca4393b [2022-11-02T19:53:51.760Z] ---> cdc578cd496f [2022-11-02T19:53:51.760Z] Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:53:52.352Z] ---> Running in d3c5cce6c5fd [2022-11-02T19:53:52.352Z] Removing intermediate container 212e846069d1 [2022-11-02T19:53:52.352Z] ---> 159b976f4591 [2022-11-02T19:53:52.352Z] [2022-11-02T19:53:52.352Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T19:53:52.352Z] ---> 9c6f07244728 [2022-11-02T19:53:52.352Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-11-02T19:53:52.611Z] Removing intermediate container d3c5cce6c5fd [2022-11-02T19:53:52.611Z] ---> 3c9cd5dc78c2 [2022-11-02T19:53:52.611Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T19:53:52.611Z] ---> Running in db3d09f1e40a [2022-11-02T19:53:52.611Z] ---> Running in 74dbc0b9caa3 [2022-11-02T19:53:52.611Z] Removing intermediate container 74dbc0b9caa3 [2022-11-02T19:53:52.611Z] ---> eb9ad71f6f98 [2022-11-02T19:53:52.611Z] [2022-11-02T19:53:52.870Z] Successfully built eb9ad71f6f98 [2022-11-02T19:53:52.870Z] Successfully tagged security-spire-agent:latest [2022-11-02T19:53:52.870Z]  Building security-spire-agent ... done Removing intermediate container 2ea26ea06474 [2022-11-02T19:53:52.870Z] ---> 3ce20c376fa9 [2022-11-02T19:53:52.870Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2022-11-02T19:53:52.870Z] Building security-proxy-setup [2022-11-02T19:53:52.870Z] ---> Running in 25774c3f2f8b [2022-11-02T19:53:53.128Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:53.128Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:53.388Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-11-02T19:53:53.388Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:53:53.388Z] OK: 6 MiB in 15 packages [2022-11-02T19:53:53.911Z] 5831b945b038: Pull complete [2022-11-02T19:53:53.911Z] 86bbec2aaacd: Pull complete [2022-11-02T19:53:53.911Z] e10730c5d714: Pull complete [2022-11-02T19:53:54.322Z] Removing intermediate container 25774c3f2f8b [2022-11-02T19:53:54.323Z] ---> d7bee4c46ee8 [2022-11-02T19:53:54.323Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-11-02T19:53:54.581Z] ---> d9278592c633 [2022-11-02T19:53:54.581Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-11-02T19:53:54.581Z] ---> Running in 641c28a45627 [2022-11-02T19:53:54.840Z] Removing intermediate container db3d09f1e40a [2022-11-02T19:53:54.840Z] ---> 7dc87484a6b6 [2022-11-02T19:53:54.840Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:53:55.121Z] ---> Running in 30144adb4ce3 [2022-11-02T19:53:55.378Z] Removing intermediate container 30144adb4ce3 [2022-11-02T19:53:55.378Z] ---> 95473fd1a8a7 [2022-11-02T19:53:55.378Z] Step 13/22 : ENV APP_PORT=59861 [2022-11-02T19:53:55.378Z] ---> Running in 40805cb7673d [2022-11-02T19:53:55.943Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:55.943Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:55.943Z] ---> a45c838aa5c6 [2022-11-02T19:53:55.943Z] Step 3/21 : WORKDIR /edgex-go [2022-11-02T19:53:55.943Z] ---> Using cache [2022-11-02T19:53:55.943Z] ---> 88f2e3c754f0 [2022-11-02T19:53:55.943Z] Step 4/21 : RUN apk add --update --no-cache make git [2022-11-02T19:53:55.943Z] Removing intermediate container 40805cb7673d [2022-11-02T19:53:55.943Z] ---> 3544f84f8dd5 [2022-11-02T19:53:55.943Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T19:53:55.943Z] Removing intermediate container 641c28a45627 [2022-11-02T19:53:55.943Z] ---> fa39edff4a42 [2022-11-02T19:53:55.943Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:53:55.943Z] ---> Running in 2459520158c5 [2022-11-02T19:53:55.943Z] ---> Running in cc0625245cc3 [2022-11-02T19:53:55.943Z] Collecting docker-compose==1.23.2 [2022-11-02T19:53:55.943Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-11-02T19:53:55.943Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 20.1 MB/s eta 0:00:00 [2022-11-02T19:53:56.201Z] Removing intermediate container cc0625245cc3 [2022-11-02T19:53:56.201Z] ---> 9e4bf28a3679 [2022-11-02T19:53:56.201Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:53:56.201Z] ---> f05fa31566ee [2022-11-02T19:53:56.201Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-11-02T19:53:56.201Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-11-02T19:53:56.201Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-11-02T19:53:56.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:56.201Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 80.4 MB/s eta 0:00:00 [2022-11-02T19:53:56.201Z] Collecting texttable<0.10,>=0.9.0 [2022-11-02T19:53:56.201Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-11-02T19:53:56.201Z] Preparing metadata (setup.py): started [2022-11-02T19:53:56.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:56.459Z] ---> cadc9a8b317a [2022-11-02T19:53:56.459Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-11-02T19:53:56.459Z] OK: 211 MiB in 51 packages [2022-11-02T19:53:56.459Z] ---> f5116e0bfc96 [2022-11-02T19:53:56.459Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-11-02T19:53:56.722Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T19:53:56.722Z] Collecting docopt<0.7,>=0.6.1 [2022-11-02T19:53:56.722Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-11-02T19:53:56.722Z] Preparing metadata (setup.py): started [2022-11-02T19:53:56.986Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T19:53:56.986Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-11-02T19:53:56.986Z] Collecting dockerpty<0.5,>=0.4.1 [2022-11-02T19:53:56.986Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-11-02T19:53:56.986Z] Preparing metadata (setup.py): started [2022-11-02T19:53:56.986Z] ---> d4aebb336a19 [2022-11-02T19:53:56.986Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-11-02T19:53:57.245Z] ---> 16533a4ca592 [2022-11-02T19:53:57.245Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-11-02T19:53:57.245Z] Removing intermediate container 2459520158c5 [2022-11-02T19:53:57.245Z] ---> d736009100af [2022-11-02T19:53:57.245Z] Step 5/21 : COPY go.mod vendor* ./ [2022-11-02T19:53:57.245Z] ---> d52a9706082c [2022-11-02T19:53:57.245Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-11-02T19:53:57.245Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T19:53:57.245Z] ---> ac2d6a4fa07e [2022-11-02T19:53:57.245Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-11-02T19:53:57.504Z] Collecting websocket-client<1.0,>=0.32.0 [2022-11-02T19:53:57.504Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-11-02T19:53:57.504Z] ---> Running in 71947d1c6307 [2022-11-02T19:53:57.504Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 116.3 MB/s eta 0:00:00 [2022-11-02T19:53:57.504Z] Collecting cached-property<2,>=1.2.0 [2022-11-02T19:53:57.504Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-11-02T19:53:57.504Z] ---> c531c93357b7 [2022-11-02T19:53:57.504Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:57.504Z] Collecting PyYAML<4,>=3.10 [2022-11-02T19:53:57.504Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-11-02T19:53:57.504Z] ---> Running in 22c0103dc16d [2022-11-02T19:53:57.504Z] ---> 723e8f5198bf [2022-11-02T19:53:57.504Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-11-02T19:53:57.504Z] Removing intermediate container 71947d1c6307 [2022-11-02T19:53:57.504Z] ---> fc7c61b4ea4f [2022-11-02T19:53:57.504Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:53:57.504Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 31.3 MB/s eta 0:00:00 [2022-11-02T19:53:57.762Z] ---> Running in 5ae99724ac61 [2022-11-02T19:53:57.762Z] ---> d8526975c8ab [2022-11-02T19:53:57.762Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-11-02T19:53:58.025Z] Removing intermediate container 5ae99724ac61 [2022-11-02T19:53:58.025Z] ---> e24c7807b41a [2022-11-02T19:53:58.025Z] Step 20/22 : LABEL arch=x86_64 [2022-11-02T19:53:58.025Z] ---> Running in 231aaef0d68a [2022-11-02T19:53:58.025Z] Preparing metadata (setup.py): started [2022-11-02T19:53:58.025Z] ---> 639c9fd112ec [2022-11-02T19:53:58.025Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2022-11-02T19:53:58.025Z] ---> Running in 4dd8735c2f82 [2022-11-02T19:53:58.025Z] Removing intermediate container 231aaef0d68a [2022-11-02T19:53:58.025Z] ---> acbe466a4aaf [2022-11-02T19:53:58.025Z] Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:53:58.025Z] ---> Running in 6314d3646f29 [2022-11-02T19:53:58.282Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T19:53:58.282Z] Removing intermediate container 6314d3646f29 [2022-11-02T19:53:58.282Z] ---> 3cdae5a54a0a [2022-11-02T19:53:58.282Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T19:53:58.282Z] Collecting jsonschema<3,>=2.5.1 [2022-11-02T19:53:58.282Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-11-02T19:53:58.282Z] ---> Running in 08fa7fb9484c [2022-11-02T19:53:58.282Z] Collecting docker<4.0,>=3.6.0 [2022-11-02T19:53:58.282Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-11-02T19:53:58.282Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 42.3 MB/s eta 0:00:00 [2022-11-02T19:53:58.591Z] Collecting docker-pycreds>=0.4.0 [2022-11-02T19:53:58.591Z] Removing intermediate container 08fa7fb9484c [2022-11-02T19:53:58.591Z] ---> a27472fc00a2 [2022-11-02T19:53:58.591Z] [2022-11-02T19:53:58.591Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-11-02T19:53:58.591Z] Successfully built a27472fc00a2 [2022-11-02T19:53:58.591Z] Successfully tagged support-scheduler:latest [2022-11-02T19:53:58.591Z] Building core-command [2022-11-02T19:53:58.591Z]  Building support-scheduler ... done Collecting idna<2.8,>=2.5 [2022-11-02T19:53:58.849Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-11-02T19:53:58.849Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 74.6 MB/s eta 0:00:00 [2022-11-02T19:53:58.849Z] Collecting certifi>=2017.4.17 [2022-11-02T19:53:58.849Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-11-02T19:53:58.849Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 30.8 MB/s eta 0:00:00 [2022-11-02T19:53:58.849Z] Collecting urllib3<1.25,>=1.21.1 [2022-11-02T19:53:58.849Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-11-02T19:53:58.849Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 53.3 MB/s eta 0:00:00 [2022-11-02T19:53:58.849Z] Collecting chardet<3.1.0,>=3.0.2 [2022-11-02T19:53:58.849Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-11-02T19:53:58.849Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 45.2 MB/s eta 0:00:00 [2022-11-02T19:53:59.107Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-11-02T19:53:59.107Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-11-02T19:53:59.107Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-11-02T19:53:59.107Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-11-02T19:53:59.107Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-11-02T19:53:59.107Z] Running setup.py install for texttable: started [2022-11-02T19:53:59.678Z] Running setup.py install for texttable: finished with status 'done' [2022-11-02T19:53:59.678Z] Running setup.py install for PyYAML: started [2022-11-02T19:53:59.937Z] Running setup.py install for PyYAML: finished with status 'done' [2022-11-02T19:53:59.937Z] Removing intermediate container 4dd8735c2f82 [2022-11-02T19:53:59.937Z] ---> ed9e45b543e0 [2022-11-02T19:53:59.937Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2022-11-02T19:54:00.576Z] 5dd5c2283517: Pull complete [2022-11-02T19:54:00.867Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:54:00.867Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:54:00.867Z] ---> a45c838aa5c6 [2022-11-02T19:54:00.867Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:54:00.867Z] ---> Using cache [2022-11-02T19:54:00.867Z] ---> fb71862a43f2 [2022-11-02T19:54:00.867Z] Step 4/23 : WORKDIR /edgex-go [2022-11-02T19:54:00.867Z] ---> Using cache [2022-11-02T19:54:00.867Z] ---> bb61c65b40e8 [2022-11-02T19:54:00.867Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-11-02T19:54:00.867Z] ---> Using cache [2022-11-02T19:54:00.867Z] ---> 0ac17e237cd1 [2022-11-02T19:54:00.867Z] Step 6/23 : COPY go.mod vendor* ./ [2022-11-02T19:54:00.867Z] ---> Using cache [2022-11-02T19:54:00.867Z] ---> cc3601e3a586 [2022-11-02T19:54:00.867Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:54:00.867Z] ---> Using cache [2022-11-02T19:54:00.867Z] ---> 1ca640c45efb [2022-11-02T19:54:00.867Z] Step 8/23 : COPY . . [2022-11-02T19:54:00.867Z] ---> Using cache [2022-11-02T19:54:00.867Z] ---> 5624e63fbb86 [2022-11-02T19:54:00.867Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-11-02T19:54:01.137Z] Running setup.py install for docopt: started [2022-11-02T19:54:01.395Z] Running setup.py install for docopt: finished with status 'done' [2022-11-02T19:54:01.544Z] d5ac0230b979: Pull complete [2022-11-02T19:54:01.544Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-11-02T19:54:01.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-02T19:54:01.544Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:54:01.652Z] Removing intermediate container 24e41f02725d [2022-11-02T19:54:01.652Z] ---> 028d7f8a1f09 [2022-11-02T19:54:01.652Z] Step 8/22 : COPY . . [2022-11-02T19:54:01.652Z] ---> Running in bfe05ffb1385 [2022-11-02T19:54:01.652Z] ---> Running in 29dcff5ca335 [2022-11-02T19:54:01.931Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-02T19:54:01.931Z] WORKDIR /edgex [2022-11-02T19:54:01.931Z] COPY go.mod . [2022-11-02T19:54:01.931Z] RUN go mod download [2022-11-02T19:54:01.931Z] docker build -t ci-base-image-arm64 -f - . [2022-11-02T19:54:02.517Z] Sending build context to Docker daemon 3.267MB [2022-11-02T19:54:02.517Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-02T19:54:02.517Z] ---> 59b3b1a385d4 [2022-11-02T19:54:02.517Z] Step 2/4 : WORKDIR /edgex [2022-11-02T19:54:02.584Z] Removing intermediate container bfe05ffb1385 [2022-11-02T19:54:02.584Z] ---> f69c89bf26ea [2022-11-02T19:54:02.584Z] Step 29/32 : CMD ["gate"] [2022-11-02T19:54:03.150Z] Running setup.py install for dockerpty: started [2022-11-02T19:54:03.150Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-11-02T19:54:03.409Z] ---> Running in 4e14d86bf074 [2022-11-02T19:54:03.409Z] Running setup.py install for dockerpty: finished with status 'done' [2022-11-02T19:54:03.666Z] Removing intermediate container 4e14d86bf074 [2022-11-02T19:54:03.666Z] ---> f7daf8d819b7 [2022-11-02T19:54:03.666Z] Step 30/32 : LABEL arch=x86_64 [2022-11-02T19:54:03.666Z] ---> Running in 5916a4fbdf61 [2022-11-02T19:54:04.229Z] Removing intermediate container 5916a4fbdf61 [2022-11-02T19:54:04.229Z] ---> 54a002fd30ca [2022-11-02T19:54:04.229Z] Step 31/32 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:54:04.229Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-11-02T19:54:04.229Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-11-02T19:54:04.229Z]  ---> Running in ea5b96a37e71 [2022-11-02T19:54:04.478Z] ---> Running in c62722f77ffd [2022-11-02T19:54:04.487Z] Removing intermediate container ea5b96a37e71 [2022-11-02T19:54:04.487Z] ---> 46365d4da7c2 [2022-11-02T19:54:04.487Z] Step 32/32 : LABEL version=0.0.0 [2022-11-02T19:54:04.743Z] ---> Running in 1682e149b340 [2022-11-02T19:54:04.746Z] Removing intermediate container c62722f77ffd [2022-11-02T19:54:04.746Z] ---> c11f3e158a77 [2022-11-02T19:54:04.746Z] Step 3/4 : COPY go.mod . [2022-11-02T19:54:05.011Z] Removing intermediate container 1682e149b340 [2022-11-02T19:54:05.011Z] ---> 7277a1ed030a [2022-11-02T19:54:05.011Z] [2022-11-02T19:54:05.011Z] Successfully built 7277a1ed030a [2022-11-02T19:54:05.011Z] Successfully tagged security-bootstrapper:latest [2022-11-02T19:54:05.011Z] Building security-spiffe-token-provider [2022-11-02T19:54:05.015Z] ---> a6e892b04818 [2022-11-02T19:54:05.015Z] Step 4/4 : RUN go mod download [2022-11-02T19:54:05.289Z] ---> Running in b835b8241830 [2022-11-02T19:54:08.288Z]  Building security-bootstrapper ... done  ---> d45c63d61d99 [2022-11-02T19:54:08.288Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-11-02T19:54:08.852Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:54:08.852Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:54:08.852Z] ---> a45c838aa5c6 [2022-11-02T19:54:08.852Z] Step 3/19 : WORKDIR /edgex-go [2022-11-02T19:54:08.852Z] ---> Using cache [2022-11-02T19:54:08.852Z] ---> 88f2e3c754f0 [2022-11-02T19:54:08.852Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2022-11-02T19:54:09.109Z] ---> Running in f83c02e3cc38 [2022-11-02T19:54:09.109Z] ---> Running in 5972a7837a95 [2022-11-02T19:54:09.109Z] Removing intermediate container dd5d33e67968 [2022-11-02T19:54:09.109Z] ---> aad1845570cf [2022-11-02T19:54:09.109Z] Step 13/22 : ENV APP_PORT=58890 [2022-11-02T19:54:09.366Z] ---> Running in 65fff76dc84f [2022-11-02T19:54:09.626Z] Removing intermediate container 65fff76dc84f [2022-11-02T19:54:09.626Z] ---> b129be7f2d39 [2022-11-02T19:54:09.626Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T19:54:09.626Z] Removing intermediate container 22c0103dc16d [2022-11-02T19:54:09.626Z] ---> 7cc6e7226662 [2022-11-02T19:54:09.626Z] Step 7/21 : COPY . . [2022-11-02T19:54:09.626Z] ---> Running in c2ccbe6a30db [2022-11-02T19:54:09.886Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-11-02T19:54:09.886Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:09.886Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:10.146Z] v3.16.2-395-gf03de7b4c4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-11-02T19:54:10.146Z] v3.16.2-396-gbc0b261908 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-11-02T19:54:10.146Z] OK: 17043 distinct packages available [2022-11-02T19:54:10.146Z] Removing intermediate container c2ccbe6a30db [2022-11-02T19:54:10.146Z] ---> 77b3519114ca [2022-11-02T19:54:10.146Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-11-02T19:54:10.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:10.404Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:10.404Z] OK: 211 MiB in 51 packages [2022-11-02T19:54:11.774Z] ---> 8d0d81a50b60 [2022-11-02T19:54:11.774Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-11-02T19:54:12.032Z] Removing intermediate container 5972a7837a95 [2022-11-02T19:54:12.032Z] ---> 0f3df7677560 [2022-11-02T19:54:12.032Z] Step 5/19 : COPY go.mod vendor* ./ [2022-11-02T19:54:12.289Z] ---> 805932a3a9d4 [2022-11-02T19:54:12.289Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-11-02T19:54:12.547Z] ---> 4d71b32d766b [2022-11-02T19:54:12.547Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:54:12.547Z] ---> Running in 685992854d24 [2022-11-02T19:54:12.547Z] ---> 3acaa1e9c0a2 [2022-11-02T19:54:12.547Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-11-02T19:54:12.804Z] ---> Running in ad73e02301e3 [2022-11-02T19:54:12.804Z] Removing intermediate container ad73e02301e3 [2022-11-02T19:54:12.804Z] ---> bf9bcc21f012 [2022-11-02T19:54:12.804Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:54:12.804Z] ---> Running in 5b3c5b384280 [2022-11-02T19:54:13.068Z] Removing intermediate container 5b3c5b384280 [2022-11-02T19:54:13.068Z] ---> c10a5c823c6c [2022-11-02T19:54:13.068Z] Step 20/22 : LABEL arch=x86_64 [2022-11-02T19:54:13.326Z] ---> Running in f38d4eb88ca6 [2022-11-02T19:54:13.893Z] Removing intermediate container f38d4eb88ca6 [2022-11-02T19:54:13.893Z] ---> c089cb5e96c2 [2022-11-02T19:54:13.893Z] Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:54:13.893Z] ---> Running in 0ae9af4c9559 [2022-11-02T19:54:14.151Z] Removing intermediate container 0ae9af4c9559 [2022-11-02T19:54:14.151Z] ---> 201e26805e89 [2022-11-02T19:54:14.151Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T19:54:14.410Z] ---> Running in d3d6643a73fc [2022-11-02T19:54:14.976Z] Removing intermediate container d3d6643a73fc [2022-11-02T19:54:14.976Z] ---> f6dbc78b1a0c [2022-11-02T19:54:14.976Z] [2022-11-02T19:54:14.976Z] Successfully built f6dbc78b1a0c [2022-11-02T19:54:14.976Z] Successfully tagged sys-mgmt-agent:latest [2022-11-02T19:54:14.976Z] Building security-secretstore-setup [2022-11-02T19:54:15.234Z]  Building sys-mgmt-agent ... done  ---> daba60c6df8e [2022-11-02T19:54:15.234Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-11-02T19:54:17.761Z] ---> Running in 45f46950da91 [2022-11-02T19:54:18.020Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:54:18.020Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:54:18.020Z] ---> a45c838aa5c6 [2022-11-02T19:54:18.020Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T19:54:18.020Z] ---> Using cache [2022-11-02T19:54:18.020Z] ---> 88f2e3c754f0 [2022-11-02T19:54:18.020Z] Step 4/24 : RUN apk add --update --no-cache make git [2022-11-02T19:54:18.020Z] ---> Using cache [2022-11-02T19:54:18.020Z] ---> d736009100af [2022-11-02T19:54:18.020Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T19:54:18.020Z] ---> Using cache [2022-11-02T19:54:18.020Z] ---> c531c93357b7 [2022-11-02T19:54:18.020Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:54:18.020Z] ---> Using cache [2022-11-02T19:54:18.020Z] ---> 7cc6e7226662 [2022-11-02T19:54:18.020Z] Step 7/24 : COPY . . [2022-11-02T19:54:18.020Z] ---> Using cache [2022-11-02T19:54:18.020Z] ---> daba60c6df8e [2022-11-02T19:54:18.020Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-11-02T19:54:18.020Z] ---> Running in 4ce89e413a66 [2022-11-02T19:54:18.586Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-11-02T19:54:18.586Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-11-02T19:54:26.721Z] Removing intermediate container 29dcff5ca335 [2022-11-02T19:54:26.721Z] ---> ea604f571484 [2022-11-02T19:54:26.721Z] [2022-11-02T19:54:26.721Z] Step 10/23 : FROM alpine:3.16 [2022-11-02T19:54:26.721Z] ---> 9c6f07244728 [2022-11-02T19:54:26.721Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-11-02T19:54:26.721Z] ---> Using cache [2022-11-02T19:54:26.721Z] ---> 7dc87484a6b6 [2022-11-02T19:54:26.721Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:54:26.721Z] ---> Using cache [2022-11-02T19:54:26.721Z] ---> 95473fd1a8a7 [2022-11-02T19:54:26.721Z] Step 13/23 : ENV APP_PORT=59882 [2022-11-02T19:54:26.721Z] ---> Running in 66aa2ffe9f3b [2022-11-02T19:54:26.721Z] Removing intermediate container 66aa2ffe9f3b [2022-11-02T19:54:26.721Z] ---> fc2b67d5f88f [2022-11-02T19:54:26.721Z] Step 14/23 : EXPOSE $APP_PORT [2022-11-02T19:54:26.994Z] ---> Running in 91c94caccd1d [2022-11-02T19:54:26.994Z] Removing intermediate container 685992854d24 [2022-11-02T19:54:26.994Z] ---> 72672909aa8e [2022-11-02T19:54:26.994Z] Step 7/19 : COPY . . [2022-11-02T19:54:27.252Z] Removing intermediate container 91c94caccd1d [2022-11-02T19:54:27.252Z] ---> 63acb1e67da6 [2022-11-02T19:54:27.252Z] Step 15/23 : WORKDIR / [2022-11-02T19:54:27.252Z] ---> Running in 26db6de990cd [2022-11-02T19:54:27.509Z] Removing intermediate container 26db6de990cd [2022-11-02T19:54:27.509Z] ---> 584b38b0441e [2022-11-02T19:54:27.509Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:54:28.442Z] ---> 0033132df152 [2022-11-02T19:54:28.442Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-11-02T19:54:31.744Z] ---> 583f4d0ba84f [2022-11-02T19:54:31.744Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-11-02T19:54:31.744Z] ---> 37af800d8c31 [2022-11-02T19:54:31.744Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-11-02T19:54:32.003Z] ---> Running in 96f4850cfbcb [2022-11-02T19:54:32.270Z] Removing intermediate container 96f4850cfbcb [2022-11-02T19:54:32.270Z] ---> 74ba2bd14e79 [2022-11-02T19:54:32.270Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:54:32.270Z] ---> Running in 99e53839a4b9 [2022-11-02T19:54:32.840Z] Removing intermediate container 99e53839a4b9 [2022-11-02T19:54:32.840Z] ---> d1d4ef10bead [2022-11-02T19:54:32.840Z] Step 21/23 : LABEL arch=x86_64 [2022-11-02T19:54:32.840Z] ---> Running in 0886c1dc7b05 [2022-11-02T19:54:33.099Z] Removing intermediate container 0886c1dc7b05 [2022-11-02T19:54:33.099Z] ---> 0373a4df15af [2022-11-02T19:54:33.099Z] Step 22/23 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:54:33.099Z] ---> Running in ae05385cb885 [2022-11-02T19:54:33.664Z] Removing intermediate container ae05385cb885 [2022-11-02T19:54:33.664Z] ---> 2abb698415b7 [2022-11-02T19:54:33.664Z] Step 23/23 : LABEL version=0.0.0 [2022-11-02T19:54:33.664Z] ---> Running in 9885e09d9f71 [2022-11-02T19:54:33.924Z] Removing intermediate container 9885e09d9f71 [2022-11-02T19:54:33.924Z] ---> 5a52f8dad0f1 [2022-11-02T19:54:33.924Z] [2022-11-02T19:54:34.182Z] Successfully built 5a52f8dad0f1 [2022-11-02T19:54:34.182Z] Successfully tagged core-command:latest [2022-11-02T19:54:34.182Z] Building core-metadata [2022-11-02T19:54:36.085Z]  Building core-command ... done  ---> f1759269fc9e [2022-11-02T19:54:36.085Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-11-02T19:54:36.653Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:54:36.653Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:54:36.653Z] ---> a45c838aa5c6 [2022-11-02T19:54:36.653Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:54:36.653Z] ---> Using cache [2022-11-02T19:54:36.653Z] ---> fb71862a43f2 [2022-11-02T19:54:36.653Z] Step 4/24 : WORKDIR /edgex-go [2022-11-02T19:54:36.653Z] ---> Using cache [2022-11-02T19:54:36.653Z] ---> bb61c65b40e8 [2022-11-02T19:54:36.653Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-11-02T19:54:36.653Z] ---> Using cache [2022-11-02T19:54:36.653Z] ---> 0ac17e237cd1 [2022-11-02T19:54:36.653Z] Step 6/24 : COPY go.mod vendor* ./ [2022-11-02T19:54:36.653Z] ---> Using cache [2022-11-02T19:54:36.653Z] ---> cc3601e3a586 [2022-11-02T19:54:36.653Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:54:36.653Z] ---> Using cache [2022-11-02T19:54:36.653Z] ---> 1ca640c45efb [2022-11-02T19:54:36.653Z] Step 8/24 : COPY . . [2022-11-02T19:54:36.653Z] ---> Using cache [2022-11-02T19:54:36.653Z] ---> 5624e63fbb86 [2022-11-02T19:54:36.653Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-11-02T19:54:36.653Z] ---> Running in 054ca3a6bd38 [2022-11-02T19:54:36.653Z] ---> Running in fdbdb786b384 [2022-11-02T19:54:37.221Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-11-02T19:54:37.221Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-11-02T19:54:37.581Z] Removing intermediate container b835b8241830 [2022-11-02T19:54:37.581Z] ---> 688209fee686 [2022-11-02T19:54:37.581Z] Successfully built 688209fee686 [2022-11-02T19:54:37.581Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:54:37.987Z] + docker inspect -f . ci-base-image-arm64 [2022-11-02T19:54:37.988Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:54:38.253Z] prd-ubuntu20.04-docker-arm64-4c-16g-117928 does not seem to be running inside a container [2022-11-02T19:54:38.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-11-02T19:54:39.119Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-11-02T19:54:39.592Z] $ docker top ddf61150f94fb816abfaf5755abf94ec836d864cc16e26e9fa9b29a86b017957 -eo pid,comm [2022-11-02T19:54:39.686Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] { [Pipeline] sh [2022-11-02T19:54:40.514Z] + go version [2022-11-02T19:54:40.514Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-11-02T19:54:40.540Z] $ docker stop --time=1 ddf61150f94fb816abfaf5755abf94ec836d864cc16e26e9fa9b29a86b017957 [2022-11-02T19:54:41.057Z] Removing intermediate container f83c02e3cc38 [2022-11-02T19:54:41.057Z] ---> 507015fb874e [2022-11-02T19:54:41.057Z] [2022-11-02T19:54:41.057Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T19:54:41.057Z] ---> 9c6f07244728 [2022-11-02T19:54:41.057Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-11-02T19:54:41.057Z] ---> Running in ce4c6232a96d [2022-11-02T19:54:41.989Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:41.989Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:42.193Z] $ docker rm -f ddf61150f94fb816abfaf5755abf94ec836d864cc16e26e9fa9b29a86b017957 [2022-11-02T19:54:42.248Z] (1/2) Installing ca-certificates (20220614-r0) [2022-11-02T19:54:42.248Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-11-02T19:54:42.248Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:54:42.248Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:54:42.248Z] OK: 6 MiB in 16 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:54:43.209Z] + docker inspect -f . ci-base-image-arm64 [2022-11-02T19:54:43.209Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:54:43.455Z] prd-ubuntu20.04-docker-arm64-4c-16g-117928 does not seem to be running inside a container [2022-11-02T19:54:43.515Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-11-02T19:54:44.147Z] Removing intermediate container 4ce89e413a66 [2022-11-02T19:54:44.147Z] ---> 943474a3aa66 [2022-11-02T19:54:44.147Z] [2022-11-02T19:54:44.147Z] Step 9/24 : FROM alpine:3.16 [2022-11-02T19:54:44.147Z] ---> 9c6f07244728 [2022-11-02T19:54:44.147Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-11-02T19:54:44.147Z] Removing intermediate container 45f46950da91 [2022-11-02T19:54:44.147Z] ---> 7dc2bee32634 [2022-11-02T19:54:44.147Z] [2022-11-02T19:54:44.147Z] Step 9/21 : FROM alpine:3.16 [2022-11-02T19:54:44.147Z] ---> 9c6f07244728 [2022-11-02T19:54:44.147Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2022-11-02T19:54:44.147Z] ---> Running in 0d54e032ff2c [2022-11-02T19:54:44.147Z] ---> Running in 1f6197051a37 [2022-11-02T19:54:44.147Z] Removing intermediate container ce4c6232a96d [2022-11-02T19:54:44.147Z] ---> d30d8b701392 [2022-11-02T19:54:44.147Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:54:44.147Z] ---> Running in f6fec2004d61 [2022-11-02T19:54:44.405Z] Removing intermediate container f6fec2004d61 [2022-11-02T19:54:44.405Z] ---> 611c2a132776 [2022-11-02T19:54:44.405Z] Step 13/22 : ENV APP_PORT=59860 [2022-11-02T19:54:44.662Z] ---> Running in 9b18c0fb5ed6 [2022-11-02T19:54:44.765Z] $ docker top 9b34004d3605801b84ce709a8b94d95df56dd5904cc0136202786b4cbea4345d -eo pid,comm [2022-11-02T19:54:44.919Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:44.919Z] Removing intermediate container 9b18c0fb5ed6 [2022-11-02T19:54:44.919Z] ---> ed2a0a08893a [2022-11-02T19:54:44.919Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T19:54:44.919Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:44.919Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:44.919Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:44.919Z] ---> Running in de0092c478e4 [Pipeline] { [Pipeline] echo [2022-11-02T19:54:45.102Z] ========================================================= [2022-11-02T19:54:45.102Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-11-02T19:54:45.102Z] ========================================================= [Pipeline] sh [2022-11-02T19:54:45.177Z] (1/6) Installing ca-certificates (20220614-r0) [2022-11-02T19:54:45.177Z] (1/3) Installing ca-certificates (20220614-r0) [2022-11-02T19:54:45.177Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-11-02T19:54:45.177Z] Removing intermediate container de0092c478e4 [2022-11-02T19:54:45.177Z] ---> 97653c2b3647 [2022-11-02T19:54:45.177Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:54:45.177Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-11-02T19:54:45.177Z] (3/3) Installing su-exec (0.2-r1) [2022-11-02T19:54:45.177Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:54:45.177Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-11-02T19:54:45.177Z] (4/6) Installing libcurl (7.83.1-r4) [2022-11-02T19:54:45.177Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:54:45.177Z] (5/6) Installing curl (7.83.1-r4) [2022-11-02T19:54:45.177Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-11-02T19:54:45.177Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:54:45.177Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:54:45.177Z] OK: 6 MiB in 17 packages [2022-11-02T19:54:45.177Z] OK: 8 MiB in 20 packages [2022-11-02T19:54:45.744Z] ---> 14983f7d6122 [2022-11-02T19:54:45.744Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-11-02T19:54:45.747Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:54:46.146Z] + make test [2022-11-02T19:54:46.312Z] Removing intermediate container 1f6197051a37 [2022-11-02T19:54:46.312Z] ---> 1e62459f2ce9 [2022-11-02T19:54:46.312Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-11-02T19:54:46.312Z] Removing intermediate container 0d54e032ff2c [2022-11-02T19:54:46.312Z] ---> 195c061974ce [2022-11-02T19:54:46.312Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-11-02T19:54:46.417Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-11-02T19:54:46.572Z] ---> Running in 2bd7abc323a1 [2022-11-02T19:54:46.572Z] ---> Running in a3a986a92b12 [2022-11-02T19:54:46.572Z] ---> d53310951752 [2022-11-02T19:54:46.572Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-11-02T19:54:46.832Z] Removing intermediate container 2bd7abc323a1 [2022-11-02T19:54:46.832Z] ---> 2849072da153 [2022-11-02T19:54:46.832Z] Step 12/21 : WORKDIR /edgex [2022-11-02T19:54:46.832Z] ---> Running in df783b7ee813 [2022-11-02T19:54:46.832Z] Removing intermediate container a3a986a92b12 [2022-11-02T19:54:46.832Z] ---> c4ecde1bc674 [2022-11-02T19:54:46.832Z] Step 12/24 : WORKDIR / [2022-11-02T19:54:47.089Z] ---> Running in 1c6e1032a1f1 [2022-11-02T19:54:47.089Z] Removing intermediate container df783b7ee813 [2022-11-02T19:54:47.089Z] ---> 057af51a01b5 [2022-11-02T19:54:47.089Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-11-02T19:54:47.089Z] ---> e63db9bf6066 [2022-11-02T19:54:47.089Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-11-02T19:54:47.348Z] ---> Running in e845dd939aee [2022-11-02T19:54:47.348Z] Removing intermediate container 1c6e1032a1f1 [2022-11-02T19:54:47.348Z] ---> 5e297126d577 [2022-11-02T19:54:47.348Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-11-02T19:54:47.348Z] Removing intermediate container e845dd939aee [2022-11-02T19:54:47.348Z] ---> d5246aee0c60 [2022-11-02T19:54:47.348Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:54:47.348Z] ---> 18c9cdaa40fd [2022-11-02T19:54:47.348Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-11-02T19:54:47.607Z] ---> Running in 29a24c4cf6aa [2022-11-02T19:54:47.865Z] ---> 17e09f542fa2 [2022-11-02T19:54:47.865Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-11-02T19:54:48.121Z] Removing intermediate container 29a24c4cf6aa [2022-11-02T19:54:48.121Z] ---> 91d606e6e7a6 [2022-11-02T19:54:48.121Z] Step 20/22 : LABEL arch=x86_64 [2022-11-02T19:54:48.121Z] ---> Running in a6754dd77dd8 [2022-11-02T19:54:48.121Z] ---> 862f845faea2 [2022-11-02T19:54:48.121Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-11-02T19:54:48.386Z] Removing intermediate container a6754dd77dd8 [2022-11-02T19:54:48.386Z] ---> 06e49cd2400e [2022-11-02T19:54:48.386Z] Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:54:48.386Z] ---> 7b20bc4258df [2022-11-02T19:54:48.386Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-11-02T19:54:48.386Z] ---> Running in bf39018e854f [2022-11-02T19:54:48.643Z] ---> a50f443d5cc3 [2022-11-02T19:54:48.643Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-11-02T19:54:48.901Z] Removing intermediate container bf39018e854f [2022-11-02T19:54:48.901Z] ---> 791bb901a9d8 [2022-11-02T19:54:48.901Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T19:54:48.901Z] ---> Running in b1da8e7e4c79 [2022-11-02T19:54:49.159Z] ---> 9cdbc7efb6e6 [2022-11-02T19:54:49.159Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-11-02T19:54:49.159Z] Removing intermediate container b1da8e7e4c79 [2022-11-02T19:54:49.159Z] ---> dad689aed64a [2022-11-02T19:54:49.159Z] [2022-11-02T19:54:49.159Z] ---> c85b6757434b [2022-11-02T19:54:49.159Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-11-02T19:54:49.421Z] Successfully built dad689aed64a [2022-11-02T19:54:49.421Z] Successfully tagged support-notifications:latest [2022-11-02T19:54:49.421Z] Building core-data [2022-11-02T19:54:50.794Z]  Building support-notifications ... done  ---> ed60ea0d6b57 [2022-11-02T19:54:50.794Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-11-02T19:54:50.794Z] ---> 47699b3ef440 [2022-11-02T19:54:50.794Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-11-02T19:54:50.794Z] ---> Running in b132b468e1bf [2022-11-02T19:54:51.728Z] ---> 7b1a466a01b1 [2022-11-02T19:54:51.728Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-11-02T19:54:52.660Z] ---> 98e8edfc0391 [2022-11-02T19:54:52.660Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-11-02T19:54:52.660Z] Removing intermediate container b132b468e1bf [2022-11-02T19:54:52.660Z] ---> e14c364541ce [2022-11-02T19:54:52.660Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2022-11-02T19:54:52.660Z] ---> Running in 44c889d65e6f [2022-11-02T19:54:52.660Z] ---> Running in 6f8c6dcb73c5 [2022-11-02T19:54:53.227Z] Removing intermediate container 6f8c6dcb73c5 [2022-11-02T19:54:53.227Z] ---> 5a9a3fbafde9 [2022-11-02T19:54:53.227Z] Step 19/21 : LABEL arch=x86_64 [2022-11-02T19:54:53.227Z] ---> Running in e117e60ef7cc [2022-11-02T19:54:53.484Z] Removing intermediate container e117e60ef7cc [2022-11-02T19:54:53.484Z] ---> 63f8f3e996d3 [2022-11-02T19:54:53.484Z] Step 20/21 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:54:53.742Z] ---> Running in eb9230b67c42 [2022-11-02T19:54:53.999Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:54:53.999Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:54:53.999Z] ---> a45c838aa5c6 [2022-11-02T19:54:53.999Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:54:53.999Z] ---> Using cache [2022-11-02T19:54:53.999Z] ---> fb71862a43f2 [2022-11-02T19:54:53.999Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T19:54:53.999Z] ---> Using cache [2022-11-02T19:54:53.999Z] ---> bb61c65b40e8 [2022-11-02T19:54:53.999Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-11-02T19:54:54.257Z] Removing intermediate container 44c889d65e6f [2022-11-02T19:54:54.257Z] ---> 323e93d43ed1 [2022-11-02T19:54:54.257Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-11-02T19:54:54.257Z] ---> Running in 60726f425753 [2022-11-02T19:54:54.257Z] Removing intermediate container eb9230b67c42 [2022-11-02T19:54:54.257Z] ---> 2eee160736ed [2022-11-02T19:54:54.257Z] Step 21/21 : LABEL version=0.0.0 [2022-11-02T19:54:54.257Z] ---> Running in 3b8a5fb2cf07 [2022-11-02T19:54:54.257Z] ---> Running in 95caada2bc85 [2022-11-02T19:54:54.520Z] Removing intermediate container 95caada2bc85 [2022-11-02T19:54:54.520Z] ---> acd5e5006528 [2022-11-02T19:54:54.520Z] [2022-11-02T19:54:54.520Z] Successfully built acd5e5006528 [2022-11-02T19:54:54.520Z] Removing intermediate container 3b8a5fb2cf07 [2022-11-02T19:54:54.520Z] ---> e18ed1c1a588 [2022-11-02T19:54:54.520Z] Step 22/24 : LABEL arch=x86_64 [2022-11-02T19:54:54.520Z] Successfully tagged security-proxy-setup:latest [2022-11-02T19:54:54.778Z]  Building security-proxy-setup ... done  ---> Running in f56f888a01c8 [2022-11-02T19:54:54.778Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:54.778Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:54.778Z] Removing intermediate container f56f888a01c8 [2022-11-02T19:54:54.778Z] ---> 61fd798e0181 [2022-11-02T19:54:54.778Z] Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:54:54.778Z] ---> Running in 509ea551ae23 [2022-11-02T19:54:55.037Z] OK: 211 MiB in 51 packages [2022-11-02T19:54:55.037Z] Removing intermediate container 509ea551ae23 [2022-11-02T19:54:55.037Z] ---> 5452e372ca40 [2022-11-02T19:54:55.037Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T19:54:55.037Z] ---> Running in d332d874c26b [2022-11-02T19:54:55.295Z] Removing intermediate container d332d874c26b [2022-11-02T19:54:55.295Z] ---> 64af640d5d26 [2022-11-02T19:54:55.295Z] [2022-11-02T19:54:55.295Z] Successfully built 64af640d5d26 [2022-11-02T19:54:55.295Z] Successfully tagged security-secretstore-setup:latest [2022-11-02T19:54:55.554Z]  Building security-secretstore-setup ... done Removing intermediate container 60726f425753 [2022-11-02T19:54:55.554Z] ---> 94b70e6fc2b4 [2022-11-02T19:54:55.554Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T19:54:55.811Z] ---> 23b16988f828 [2022-11-02T19:54:55.811Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:54:55.811Z] ---> Running in 2f780c05bc15 [2022-11-02T19:54:57.721Z] Removing intermediate container fdbdb786b384 [2022-11-02T19:54:57.721Z] ---> b905dc543dc2 [2022-11-02T19:54:57.721Z] [2022-11-02T19:54:57.721Z] Step 10/24 : FROM alpine:3.16 [2022-11-02T19:54:57.721Z] ---> 9c6f07244728 [2022-11-02T19:54:57.721Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-11-02T19:54:57.721Z] ---> Using cache [2022-11-02T19:54:57.721Z] ---> 7dc87484a6b6 [2022-11-02T19:54:57.721Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:54:57.721Z] ---> Using cache [2022-11-02T19:54:57.721Z] ---> 95473fd1a8a7 [2022-11-02T19:54:57.721Z] Step 13/24 : ENV APP_PORT=59881 [2022-11-02T19:54:58.284Z] ---> Running in a11ad4e30f30 [2022-11-02T19:54:58.563Z] Removing intermediate container a11ad4e30f30 [2022-11-02T19:54:58.563Z] ---> c1fa7dc79a14 [2022-11-02T19:54:58.563Z] Step 14/24 : EXPOSE $APP_PORT [2022-11-02T19:54:58.822Z] ---> Running in b5d8ff309432 [2022-11-02T19:54:58.822Z] Removing intermediate container b5d8ff309432 [2022-11-02T19:54:58.822Z] ---> 90b28baa9adc [2022-11-02T19:54:58.822Z] Step 15/24 : WORKDIR / [2022-11-02T19:54:59.079Z] ---> Running in 28a84d308366 [2022-11-02T19:54:59.079Z] Removing intermediate container 28a84d308366 [2022-11-02T19:54:59.079Z] ---> 4d65f244330f [2022-11-02T19:54:59.079Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:54:59.646Z] ---> 53b0430d77d4 [2022-11-02T19:54:59.646Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-11-02T19:55:00.245Z] ---> ae0158e73b48 [2022-11-02T19:55:00.245Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-11-02T19:55:00.245Z] Removing intermediate container 054ca3a6bd38 [2022-11-02T19:55:00.245Z] ---> fdfe21709306 [2022-11-02T19:55:00.245Z] [2022-11-02T19:55:00.245Z] Step 9/19 : FROM alpine:3.15 [2022-11-02T19:55:00.245Z] ---> c4fc93816858 [2022-11-02T19:55:00.245Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:55:00.245Z] ---> Using cache [2022-11-02T19:55:00.245Z] ---> f2c8b40cd0d8 [2022-11-02T19:55:00.245Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-11-02T19:55:00.511Z] ---> Running in 447fa7db02bf [2022-11-02T19:55:00.511Z] ---> ef4386a81b42 [2022-11-02T19:55:00.511Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-11-02T19:55:00.767Z] ---> 63256aac38fa [2022-11-02T19:55:00.767Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-11-02T19:55:00.767Z] ---> Running in ef4319122d1f [2022-11-02T19:55:00.767Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:00.767Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:01.031Z] Removing intermediate container ef4319122d1f [2022-11-02T19:55:01.031Z] ---> 028b832dd6da [2022-11-02T19:55:01.031Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:55:01.031Z] ---> Running in 8f4ddd69fc2d [2022-11-02T19:55:01.031Z] Removing intermediate container 8f4ddd69fc2d [2022-11-02T19:55:01.031Z] ---> 003640fb36d9 [2022-11-02T19:55:01.031Z] Step 22/24 : LABEL arch=x86_64 [2022-11-02T19:55:01.031Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T19:55:01.031Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T19:55:01.031Z] OK: 15859 distinct packages available [2022-11-02T19:55:01.031Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:01.031Z] ---> Running in 7f05e0c0d3d2 [2022-11-02T19:55:01.288Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:01.288Z] Removing intermediate container 7f05e0c0d3d2 [2022-11-02T19:55:01.288Z] ---> 6fb7c487e89a [2022-11-02T19:55:01.288Z] Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:55:01.288Z] ---> Running in f9f3d836c403 [2022-11-02T19:55:01.288Z] Removing intermediate container f9f3d836c403 [2022-11-02T19:55:01.288Z] ---> 9de66def9138 [2022-11-02T19:55:01.288Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T19:55:01.544Z] (1/9) Installing ca-certificates (20220614-r0) [2022-11-02T19:55:01.544Z] ---> Running in fcfe1217864f [2022-11-02T19:55:01.544Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-11-02T19:55:01.544Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-11-02T19:55:01.544Z] (4/9) Installing libcurl (7.80.0-r4) [2022-11-02T19:55:01.544Z] (5/9) Installing curl (7.80.0-r4) [2022-11-02T19:55:01.544Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-11-02T19:55:01.544Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-11-02T19:55:01.544Z] (8/9) Installing libucontext (1.1-r0) [2022-11-02T19:55:01.544Z] (9/9) Installing gcompat (1.0.0-r4) [2022-11-02T19:55:01.544Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T19:55:01.544Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:55:01.544Z] OK: 8 MiB in 23 packages [2022-11-02T19:55:01.544Z] Removing intermediate container fcfe1217864f [2022-11-02T19:55:01.544Z] ---> 81810a4ee527 [2022-11-02T19:55:01.544Z] [2022-11-02T19:55:01.824Z] Successfully built 81810a4ee527 [2022-11-02T19:55:01.824Z] Successfully tagged core-metadata:latest [2022-11-02T19:55:02.390Z]  Building core-metadata ... done Removing intermediate container 447fa7db02bf [2022-11-02T19:55:02.390Z] ---> 4ca3372a9523 [2022-11-02T19:55:02.390Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:55:02.390Z] ---> 72e03e03bfd7 [2022-11-02T19:55:02.390Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-11-02T19:55:02.956Z] ---> efd0335ab9b0 [2022-11-02T19:55:02.956Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-11-02T19:55:03.214Z] ---> bc394a1edfdd [2022-11-02T19:55:03.214Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-11-02T19:55:03.214Z] ---> Running in ab616de2102a [2022-11-02T19:55:03.214Z] Removing intermediate container 2f780c05bc15 [2022-11-02T19:55:03.214Z] ---> 8ebc4bc32172 [2022-11-02T19:55:03.214Z] Step 8/22 : COPY . . [2022-11-02T19:55:03.214Z] Removing intermediate container ab616de2102a [2022-11-02T19:55:03.214Z] ---> 6e040b0f35e7 [2022-11-02T19:55:03.214Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:55:03.477Z] ---> Running in 7cc6dde9c635 [2022-11-02T19:55:04.050Z] Removing intermediate container 7cc6dde9c635 [2022-11-02T19:55:04.050Z] ---> 8e44bf42a2a4 [2022-11-02T19:55:04.050Z] Step 17/19 : LABEL arch=x86_64 [2022-11-02T19:55:04.614Z] ---> Running in 036bac5d17b0 [2022-11-02T19:55:04.614Z] Removing intermediate container 036bac5d17b0 [2022-11-02T19:55:04.614Z] ---> 2cde0b815ec6 [2022-11-02T19:55:04.614Z] Step 18/19 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:55:04.614Z] ---> Running in fe84b5847c8c [2022-11-02T19:55:04.871Z] Removing intermediate container fe84b5847c8c [2022-11-02T19:55:04.871Z] ---> 5ce496e93fd0 [2022-11-02T19:55:04.871Z] Step 19/19 : LABEL version=0.0.0 [2022-11-02T19:55:04.871Z] ---> Running in 1fa9fe3ae393 [2022-11-02T19:55:04.871Z] Removing intermediate container 1fa9fe3ae393 [2022-11-02T19:55:04.871Z] ---> 083e40522a29 [2022-11-02T19:55:04.871Z] [2022-11-02T19:55:04.871Z] Successfully built 083e40522a29 [2022-11-02T19:55:04.871Z] Successfully tagged security-spiffe-token-provider:latest [2022-11-02T19:55:06.784Z]  Building security-spiffe-token-provider ... done  ---> 36bd6764097a [2022-11-02T19:55:06.784Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-11-02T19:55:06.784Z] ---> Running in 628fa628c5e8 [2022-11-02T19:55:06.784Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-11-02T19:55:21.647Z] Removing intermediate container 628fa628c5e8 [2022-11-02T19:55:21.647Z] ---> f2769f54e200 [2022-11-02T19:55:21.647Z] [2022-11-02T19:55:21.647Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T19:55:21.647Z] ---> 9c6f07244728 [2022-11-02T19:55:21.647Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-11-02T19:55:21.647Z] ---> Running in 3ecaccebe4e5 [2022-11-02T19:55:21.647Z] Removing intermediate container 3ecaccebe4e5 [2022-11-02T19:55:21.647Z] ---> fd451e837421 [2022-11-02T19:55:21.647Z] Step 12/22 : ENV APP_PORT=59880 [2022-11-02T19:55:21.647Z] ---> Running in febd2a09d881 [2022-11-02T19:55:21.647Z] Removing intermediate container febd2a09d881 [2022-11-02T19:55:21.647Z] ---> 9cf7da11b4ed [2022-11-02T19:55:21.647Z] Step 13/22 : EXPOSE $APP_PORT [2022-11-02T19:55:21.647Z] ---> Running in 26a246c433c8 [2022-11-02T19:55:21.647Z] Removing intermediate container 26a246c433c8 [2022-11-02T19:55:21.647Z] ---> c8dfe8a0fa6b [2022-11-02T19:55:21.647Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-11-02T19:55:21.647Z] ---> Running in ba35fb6fe507 [2022-11-02T19:55:21.647Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:21.647Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:21.647Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-11-02T19:55:21.647Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-11-02T19:55:21.647Z] (3/6) Installing libsodium (1.0.18-r0) [2022-11-02T19:55:21.647Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-02T19:55:21.647Z] (5/6) Installing libzmq (4.3.4-r0) [2022-11-02T19:55:21.647Z] (6/6) Installing zeromq (4.3.4-r0) [2022-11-02T19:55:21.647Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:55:21.647Z] OK: 8 MiB in 20 packages [2022-11-02T19:55:21.647Z] Removing intermediate container ba35fb6fe507 [2022-11-02T19:55:21.647Z] ---> 0bb50383b20d [2022-11-02T19:55:21.647Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:55:21.647Z] ---> 7a26b01d527a [2022-11-02T19:55:21.647Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-11-02T19:55:21.905Z] ---> 5656c3bab959 [2022-11-02T19:55:21.905Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-11-02T19:55:22.163Z] ---> 9b2e1ac4e5b8 [2022-11-02T19:55:22.163Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-11-02T19:55:22.163Z] ---> Running in e253bd21f48c [2022-11-02T19:55:22.163Z] Removing intermediate container e253bd21f48c [2022-11-02T19:55:22.163Z] ---> c44f905af934 [2022-11-02T19:55:22.163Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:55:22.163Z] ---> Running in 8c143226397e [2022-11-02T19:55:22.422Z] Removing intermediate container 8c143226397e [2022-11-02T19:55:22.422Z] ---> 7925016c4d11 [2022-11-02T19:55:22.422Z] Step 20/22 : LABEL arch=x86_64 [2022-11-02T19:55:22.422Z] ---> Running in ca626c9f61ad [2022-11-02T19:55:22.422Z] Removing intermediate container ca626c9f61ad [2022-11-02T19:55:22.422Z] ---> 50e96b3c1d59 [2022-11-02T19:55:22.422Z] Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T19:55:22.422Z] ---> Running in ec7ee9e2ea59 [2022-11-02T19:55:22.682Z] Removing intermediate container ec7ee9e2ea59 [2022-11-02T19:55:22.682Z] ---> 63f3b2098aa2 [2022-11-02T19:55:22.682Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T19:55:22.682Z] ---> Running in 3a746311a58a [2022-11-02T19:55:22.682Z] Removing intermediate container 3a746311a58a [2022-11-02T19:55:22.682Z] ---> 4fb3c72a4df9 [2022-11-02T19:55:22.682Z] [2022-11-02T19:55:22.682Z] Successfully built 4fb3c72a4df9 [2022-11-02T19:55:22.682Z] Successfully tagged core-data:latest [2022-11-02T19:55:22.687Z]  Building core-data ... done  [Pipeline] } [2022-11-02T19:55:22.716Z] $ docker stop --time=1 369efc30a441a18b8ff24a7b1e7702bd4629c291da50765339df89ef9b65539c [2022-11-02T19:55:24.003Z] $ docker rm -f 369efc30a441a18b8ff24a7b1e7702bd4629c291da50765339df89ef9b65539c [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-02T19:55:24.392Z] + docker images [2022-11-02T19:55:24.392Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-11-02T19:55:24.392Z] core-data latest 4fb3c72a4df9 2 seconds ago 21.7MB [2022-11-02T19:55:24.392Z] f2769f54e200 5 seconds ago 1.62GB [2022-11-02T19:55:24.392Z] security-spiffe-token-provider latest 083e40522a29 20 seconds ago 29.7MB [2022-11-02T19:55:24.392Z] core-metadata latest 81810a4ee527 23 seconds ago 18.5MB [2022-11-02T19:55:24.392Z] fdfe21709306 24 seconds ago 1.64GB [2022-11-02T19:55:24.392Z] b905dc543dc2 28 seconds ago 1.61GB [2022-11-02T19:55:24.392Z] security-secretstore-setup latest 64af640d5d26 29 seconds ago 29.7MB [2022-11-02T19:55:24.392Z] security-proxy-setup latest acd5e5006528 30 seconds ago 27.6MB [2022-11-02T19:55:24.392Z] support-notifications latest dad689aed64a 35 seconds ago 30.4MB [2022-11-02T19:55:24.392Z] 943474a3aa66 41 seconds ago 1.6GB [2022-11-02T19:55:24.392Z] 7dc2bee32634 41 seconds ago 1.6GB [2022-11-02T19:55:24.392Z] 507015fb874e 45 seconds ago 1.67GB [2022-11-02T19:55:24.392Z] core-command latest 5a52f8dad0f1 51 seconds ago 17.6MB [2022-11-02T19:55:24.392Z] ea604f571484 59 seconds ago 1.61GB [2022-11-02T19:55:24.392Z] sys-mgmt-agent latest f6dbc78b1a0c About a minute ago 136MB [2022-11-02T19:55:24.392Z] security-bootstrapper latest 7277a1ed030a About a minute ago 20.2MB [2022-11-02T19:55:24.392Z] support-scheduler latest a27472fc00a2 About a minute ago 29.8MB [2022-11-02T19:55:24.392Z] 159b976f4591 About a minute ago 1.67GB [2022-11-02T19:55:24.392Z] security-spire-agent latest eb9ad71f6f98 About a minute ago 125MB [2022-11-02T19:55:24.392Z] 58a5c95065db About a minute ago 1.59GB [2022-11-02T19:55:24.392Z] 976e59bd4824 About a minute ago 1.6GB [2022-11-02T19:55:24.392Z] security-spire-server latest 5427a286eda5 About a minute ago 86.5MB [2022-11-02T19:55:24.392Z] security-spire-config latest c0692f9a14b2 About a minute ago 85.8MB [2022-11-02T19:55:24.392Z] a53b142b047e 2 minutes ago 1.48GB [2022-11-02T19:55:24.392Z] bdcd6ee07b0e 2 minutes ago 1.48GB [2022-11-02T19:55:24.392Z] ci-base-image-x86_64 latest a45c838aa5c6 4 minutes ago 941MB [2022-11-02T19:55:24.392Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 3 weeks ago 677MB [2022-11-02T19:55:24.392Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-11-02T19:55:24.392Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-11-02T19:55:24.392Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-11-02T19:55:24.392Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-11-02T19:55:25.307Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-11-02T19:57:32.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-11-02T19:57:32.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-11-02T19:57:33.428Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-11-02T19:57:33.428Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-11-02T19:57:40.080Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-11-02T19:57:40.080Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-11-02T19:57:40.080Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-11-02T19:57:40.080Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-11-02T19:57:40.080Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-11-02T19:57:44.406Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-11-02T19:57:44.406Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-11-02T19:57:44.406Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-11-02T19:57:44.406Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-11-02T19:57:44.406Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-11-02T19:57:44.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-11-02T19:58:11.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.431s coverage: 28.7% of statements [2022-11-02T19:58:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-11-02T19:58:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-11-02T19:58:13.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.540s coverage: 98.5% of statements [2022-11-02T19:58:18.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 1.010s coverage: 43.0% of statements [2022-11-02T19:58:18.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-11-02T19:58:18.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-11-02T19:58:18.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.532s coverage: 54.2% of statements [2022-11-02T19:58:18.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-11-02T19:58:18.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-11-02T19:58:36.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.716s coverage: 89.2% of statements [2022-11-02T19:58:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-11-02T19:58:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-11-02T19:58:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:58:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-11-02T19:58:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-11-02T19:58:36.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.602s coverage: 2.2% of statements [2022-11-02T19:58:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-11-02T19:58:36.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-11-02T19:58:40.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.775s coverage: 95.6% of statements [2022-11-02T19:58:40.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-11-02T19:58:40.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:58:40.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-11-02T19:58:40.020Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.412s coverage: 72.2% of statements [2022-11-02T19:58:40.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-11-02T19:58:40.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-11-02T19:58:40.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-11-02T19:58:40.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-11-02T19:58:40.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-11-02T19:58:40.020Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.439s coverage: 60.0% of statements [2022-11-02T19:58:40.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-11-02T19:58:40.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-11-02T19:58:40.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-11-02T19:58:40.020Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.368s coverage: 0.9% of statements [2022-11-02T19:58:40.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-11-02T19:58:41.435Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.253s coverage: 58.8% of statements [2022-11-02T19:58:41.435Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.300s coverage: 29.6% of statements [2022-11-02T19:58:41.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-11-02T19:58:44.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.283s coverage: 47.1% of statements [2022-11-02T19:58:44.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.338s coverage: 79.5% of statements [2022-11-02T19:58:44.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.274s coverage: 94.1% of statements [2022-11-02T19:58:44.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.262s coverage: 96.3% of statements [2022-11-02T19:58:49.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.256s coverage: 87.5% of statements [2022-11-02T19:58:59.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.355s coverage: 94.4% of statements [2022-11-02T19:58:59.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.229s coverage: 44.8% of statements [2022-11-02T19:59:09.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.801s coverage: 79.9% of statements [2022-11-02T19:59:09.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-11-02T19:59:13.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.322s coverage: 92.9% of statements [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-11-02T19:59:13.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-11-02T19:59:13.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.295s coverage: 86.9% of statements [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-11-02T19:59:13.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.258s coverage: 87.2% of statements [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-11-02T19:59:13.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.207s coverage: 100.0% of statements [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-11-02T19:59:13.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.324s coverage: 58.8% of statements [2022-11-02T19:59:13.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-11-02T19:59:13.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.450s coverage: 80.0% of statements [2022-11-02T19:59:13.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.387s coverage: 87.2% of statements [2022-11-02T19:59:14.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.554s coverage: 85.4% of statements [2022-11-02T19:59:15.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.980s coverage: 91.2% of statements [2022-11-02T19:59:15.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-11-02T19:59:24.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.006s coverage: 64.7% of statements [2022-11-02T19:59:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-11-02T19:59:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-11-02T19:59:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.310s coverage: 100.0% of statements [2022-11-02T19:59:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 89.4% of statements [2022-11-02T19:59:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.083s coverage: 100.0% of statements [2022-11-02T19:59:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2022-11-02T19:59:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2022-11-02T19:59:30.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.478s coverage: 65.8% of statements [2022-11-02T19:59:30.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-11-02T19:59:30.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-11-02T19:59:30.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-11-02T19:59:34.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.019s coverage: 41.8% of statements [2022-11-02T19:59:34.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-11-02T19:59:34.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-11-02T19:59:34.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.330s coverage: 89.5% of statements [2022-11-02T19:59:34.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-11-02T19:59:34.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.280s coverage: 84.8% of statements [2022-11-02T19:59:34.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-11-02T19:59:34.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-11-02T19:59:34.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-11-02T19:59:34.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-11-02T19:59:42.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.495s coverage: 17.7% of statements [2022-11-02T19:59:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-11-02T19:59:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-11-02T19:59:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-11-02T19:59:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-11-02T19:59:42.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.832s coverage: 92.3% of statements [2022-11-02T19:59:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-11-02T19:59:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:59:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-11-02T19:59:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-11-02T19:59:42.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.354s coverage: 63.2% of statements [2022-11-02T19:59:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-11-02T19:59:42.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-11-02T19:59:43.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.545s coverage: 97.7% of statements [2022-11-02T19:59:43.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-11-02T19:59:43.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:59:43.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-11-02T19:59:43.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-11-02T19:59:43.817Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.239s coverage: 28.9% of statements [2022-11-02T19:59:43.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-11-02T19:59:43.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-11-02T19:59:43.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-11-02T19:59:43.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-11-02T19:59:43.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-11-02T19:59:43.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-11-02T19:59:43.817Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.243s coverage: 100.0% of statements [2022-11-02T19:59:43.817Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements [2022-11-02T19:59:44.787Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-11-02T19:59:44.787Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-11-02T19:59:44.787Z] GO111MODULE=on go vet ./... [2022-11-02T20:01:51.776Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-11-02T20:01:51.776Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-11-02T20:01:51.776Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-11-02T20:01:51.812Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-11-02T20:01:52.476Z] + ls -al . [2022-11-02T20:01:52.476Z] total 764 [2022-11-02T20:01:52.476Z] drwxrwxr-x 10 1001 1001 4096 Nov 2 19:54 . [2022-11-02T20:01:52.476Z] drwxr-xr-x 4 root root 4096 Nov 2 19:54 .. [2022-11-02T20:01:52.476Z] drwxrwxr-x 2 1001 1001 4096 Nov 2 19:53 .blubracket [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 16 Nov 2 19:53 .dockerignore [2022-11-02T20:01:52.476Z] drwxrwxr-x 8 1001 1001 4096 Nov 2 19:53 .git [2022-11-02T20:01:52.476Z] drwxrwxr-x 3 1001 1001 4096 Nov 2 19:53 .github [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 1030 Nov 2 19:53 .gitignore [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 42 Nov 2 19:53 .golangci.yml [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 87 Nov 2 19:53 .hadolint.yml [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 166 Nov 2 19:53 .sonarcloud.properties [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 1171 Nov 2 19:53 ADOPTERS.md [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 10722 Nov 2 19:53 Attribution.txt [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 63209 Nov 2 19:53 CHANGELOG.md [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 3804 Nov 2 19:53 CONTRIBUTING.md [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 677 Nov 2 19:53 GOVERNANCE.md [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 850 Nov 2 19:53 Jenkinsfile [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 10775 Nov 2 19:53 LICENSE [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 13857 Nov 2 19:53 Makefile [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 582 Nov 2 19:53 OWNERS.md [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 9799 Nov 2 19:53 README.md [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 6912 Nov 2 19:53 SECURITY.md [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 5 Nov 2 19:50 VERSION [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 4131 Nov 2 19:53 ZMQWindows.md [2022-11-02T20:01:52.476Z] drwxrwxr-x 2 1001 1001 4096 Nov 2 19:53 bin [2022-11-02T20:01:52.476Z] drwxrwxr-x 18 1001 1001 4096 Nov 2 19:53 cmd [2022-11-02T20:01:52.476Z] -rw-r--r-- 1 root root 501828 Nov 2 19:59 coverage.out [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 3447 Nov 2 19:53 go.mod [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 45062 Nov 2 19:53 go.sum [2022-11-02T20:01:52.476Z] drwxrwxr-x 8 1001 1001 4096 Nov 2 19:53 internal [2022-11-02T20:01:52.476Z] drwxrwxr-x 3 1001 1001 4096 Nov 2 19:53 openapi [2022-11-02T20:01:52.476Z] drwxrwxr-x 4 1001 1001 4096 Nov 2 19:53 snap [2022-11-02T20:01:52.476Z] -rw-rw-r-- 1 1001 1001 204 Nov 2 19:53 version.go [Pipeline] sh [2022-11-02T20:01:53.138Z] + '[' -e coverage.out ] [2022-11-02T20:01:53.138Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-11-02T20:01:53.173Z] Warning: overwriting stash ‘coverage-report’ [2022-11-02T20:01:53.950Z] Stashed 1 file(s) [Pipeline] sh [2022-11-02T20:01:54.595Z] + make build [2022-11-02T20:01:54.595Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-11-02T20:03:31.249Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-11-02T20:05:07.871Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-11-02T20:05:07.872Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-11-02T20:05:46.756Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-11-02T20:05:48.174Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-11-02T20:05:54.834Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-11-02T20:06:04.913Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-11-02T20:06:07.513Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-11-02T20:06:14.170Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-11-02T20:06:18.431Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-11-02T20:06:23.783Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-11-02T20:06:33.895Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-11-02T20:06:40.576Z] $ docker stop --time=1 9b34004d3605801b84ce709a8b94d95df56dd5904cc0136202786b4cbea4345d [2022-11-02T20:06:42.703Z] $ docker rm -f 9b34004d3605801b84ce709a8b94d95df56dd5904cc0136202786b4cbea4345d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:06:45.602Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-11-02T20:06:45.602Z] [2022-11-02T20:06:45.602Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:06:46.052Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-11-02T20:06:46.328Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-11-02T20:06:46.328Z] 29e5d40040c1: Pulling fs layer [2022-11-02T20:06:46.328Z] 1ce36da41761: Pulling fs layer [2022-11-02T20:06:46.328Z] 25b303627fd3: Pulling fs layer [2022-11-02T20:06:46.328Z] 29e5d40040c1: Verifying Checksum [2022-11-02T20:06:46.328Z] 29e5d40040c1: Download complete [2022-11-02T20:06:46.927Z] 1ce36da41761: Verifying Checksum [2022-11-02T20:06:46.927Z] 1ce36da41761: Download complete [2022-11-02T20:06:47.210Z] 29e5d40040c1: Pull complete [2022-11-02T20:06:48.658Z] 25b303627fd3: Verifying Checksum [2022-11-02T20:06:48.658Z] 25b303627fd3: Download complete [2022-11-02T20:06:48.659Z] 1ce36da41761: Pull complete [2022-11-02T20:06:58.731Z] 25b303627fd3: Pull complete [2022-11-02T20:06:58.731Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-11-02T20:06:58.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-11-02T20:06:58.731Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T20:06:59.067Z] prd-ubuntu20.04-docker-arm64-4c-16g-117928 does not seem to be running inside a container [2022-11-02T20:06:59.135Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-11-02T20:07:01.647Z] $ docker top 1c9242297b659e15d7ccbd4623d9482823dde16e0f253337ef31c19c6c85ddb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T20:07:02.560Z] + grep parallel [2022-11-02T20:07:02.560Z] + docker-compose build --help [2022-11-02T20:07:09.215Z] --parallel Build images in parallel. [Pipeline] } [2022-11-02T20:07:09.233Z] $ docker stop --time=1 1c9242297b659e15d7ccbd4623d9482823dde16e0f253337ef31c19c6c85ddb8 [2022-11-02T20:07:10.960Z] $ docker rm -f 1c9242297b659e15d7ccbd4623d9482823dde16e0f253337ef31c19c6c85ddb8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:07:11.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-11-02T20:07:11.695Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T20:07:11.947Z] prd-ubuntu20.04-docker-arm64-4c-16g-117928 does not seem to be running inside a container [2022-11-02T20:07:12.003Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-11-02T20:07:13.233Z] $ docker top fb6c87045cd8f836a8af0882343785b32699adc58170efffdae4f28b344b2a7f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T20:07:14.138Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-11-02T20:07:20.774Z] Building core-command ... [2022-11-02T20:07:20.774Z] Building core-data ... [2022-11-02T20:07:20.774Z] Building core-metadata ... [2022-11-02T20:07:20.774Z] Building security-bootstrapper ... [2022-11-02T20:07:20.774Z] Building security-proxy-setup ... [2022-11-02T20:07:20.774Z] Building security-secretstore-setup ... [2022-11-02T20:07:20.774Z] Building security-spiffe-token-provider ... [2022-11-02T20:07:20.774Z] Building security-spire-agent ... [2022-11-02T20:07:20.774Z] Building security-spire-config ... [2022-11-02T20:07:20.774Z] Building security-spire-server ... [2022-11-02T20:07:20.774Z] Building support-notifications ... [2022-11-02T20:07:20.774Z] Building support-scheduler ... [2022-11-02T20:07:20.774Z] Building sys-mgmt-agent ... [2022-11-02T20:07:20.774Z] Building security-spire-config [2022-11-02T20:07:20.774Z] Building security-spire-agent [2022-11-02T20:07:20.774Z] Building sys-mgmt-agent [2022-11-02T20:07:20.774Z] Building core-command [2022-11-02T20:07:20.774Z] Building security-spiffe-token-provider [2022-11-02T20:08:17.180Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:08:17.180Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:08:17.180Z] ---> 688209fee686 [2022-11-02T20:08:17.180Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T20:08:17.180Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:08:17.180Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:08:17.180Z] ---> 688209fee686 [2022-11-02T20:08:17.180Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:08:17.180Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:08:17.180Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:08:17.180Z] ---> 688209fee686 [2022-11-02T20:08:17.180Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T20:08:17.180Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:08:17.180Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:08:17.180Z] ---> 688209fee686 [2022-11-02T20:08:17.180Z] Step 3/19 : WORKDIR /edgex-go [2022-11-02T20:08:17.180Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:08:17.180Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:08:17.180Z] ---> 688209fee686 [2022-11-02T20:08:17.180Z] Step 3/22 : WORKDIR /edgex-go [2022-11-02T20:08:17.180Z] ---> Running in 0f1b523f660c [2022-11-02T20:08:17.180Z] ---> Running in 6d7f54e9e773 [2022-11-02T20:08:17.180Z] ---> Running in 2a3248963fc3 [2022-11-02T20:08:17.180Z] ---> Running in a62e30bfdb9b [2022-11-02T20:08:17.180Z] ---> Running in 9abe9c973d4b [2022-11-02T20:08:17.180Z] Removing intermediate container 2a3248963fc3 [2022-11-02T20:08:17.180Z] ---> 45baf179dd74 [2022-11-02T20:08:17.180Z] Step 4/23 : WORKDIR /edgex-go [2022-11-02T20:08:17.180Z] ---> Running in 06c0984d0aba [2022-11-02T20:08:17.180Z] Removing intermediate container a62e30bfdb9b [2022-11-02T20:08:17.180Z] ---> e2af5b860c17 [2022-11-02T20:08:17.180Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T20:08:17.180Z] Removing intermediate container 0f1b523f660c [2022-11-02T20:08:17.180Z] ---> 9098c664c2a8 [2022-11-02T20:08:17.180Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2022-11-02T20:08:17.180Z] Removing intermediate container 6d7f54e9e773 [2022-11-02T20:08:17.180Z] ---> 4b208631e1ee [2022-11-02T20:08:17.180Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T20:08:17.180Z] Removing intermediate container 9abe9c973d4b [2022-11-02T20:08:17.180Z] ---> 56fbda02228f [2022-11-02T20:08:17.180Z] Step 4/22 : RUN apk add --update --no-cache make bash git [2022-11-02T20:08:17.180Z] ---> Running in 6dab1a573b84 [2022-11-02T20:08:17.180Z] ---> Running in 5f31c5f3d2d9 [2022-11-02T20:08:17.180Z] ---> Running in bfdd523c5f27 [2022-11-02T20:08:17.180Z] ---> Running in fa55c612cc28 [2022-11-02T20:08:17.180Z] Removing intermediate container 06c0984d0aba [2022-11-02T20:08:17.180Z] ---> 034e2a67274e [2022-11-02T20:08:17.180Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-11-02T20:08:17.180Z] ---> Running in 2e49b288b243 [2022-11-02T20:08:17.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:08:17.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:08:17.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:08:17.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:08:17.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:08:17.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:08:17.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:08:17.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:08:17.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:08:17.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:08:17.180Z] OK: 221 MiB in 51 packages [2022-11-02T20:08:17.767Z] OK: 221 MiB in 51 packages [2022-11-02T20:08:18.035Z] OK: 221 MiB in 51 packages [2022-11-02T20:08:18.304Z] v3.16.2-395-gf03de7b4c4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-11-02T20:08:18.304Z] v3.16.2-396-gbc0b261908 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-11-02T20:08:18.304Z] OK: 16900 distinct packages available [2022-11-02T20:08:18.304Z] OK: 221 MiB in 51 packages [2022-11-02T20:08:18.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:08:18.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:08:19.115Z] Removing intermediate container 5f31c5f3d2d9 [2022-11-02T20:08:19.115Z] ---> a1de7a5c9fda [2022-11-02T20:08:19.115Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T20:08:20.094Z] Removing intermediate container 6dab1a573b84 [2022-11-02T20:08:20.094Z] OK: 221 MiB in 51 packages [2022-11-02T20:08:20.094Z] ---> ab9372e46398 [2022-11-02T20:08:20.094Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T20:08:20.363Z] Removing intermediate container fa55c612cc28 [2022-11-02T20:08:20.363Z] ---> 41d71377cc2c [2022-11-02T20:08:20.363Z] Step 5/22 : COPY go.mod vendor* ./ [2022-11-02T20:08:20.363Z] Removing intermediate container 2e49b288b243 [2022-11-02T20:08:20.363Z] ---> fab0f6471c36 [2022-11-02T20:08:20.363Z] Step 6/23 : COPY go.mod vendor* ./ [2022-11-02T20:08:20.637Z] ---> bda0447d6afd [2022-11-02T20:08:20.637Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:08:20.637Z] ---> Running in a609e4ab4296 [2022-11-02T20:08:21.625Z] ---> e1c71120fa93 [2022-11-02T20:08:21.625Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:08:21.625Z] ---> Running in 81a0c64fb010 [2022-11-02T20:08:21.894Z] Removing intermediate container bfdd523c5f27 [2022-11-02T20:08:21.894Z] ---> 5a68279eb2a1 [2022-11-02T20:08:21.894Z] Step 5/19 : COPY go.mod vendor* ./ [2022-11-02T20:08:21.894Z] ---> 9a6176215efb [2022-11-02T20:08:21.894Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:08:22.165Z] ---> b3dedf22dba7 [2022-11-02T20:08:22.165Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:08:22.165Z] ---> Running in d9dd67d42ea4 [2022-11-02T20:08:22.165Z] ---> Running in 35e431a991b8 [2022-11-02T20:08:23.590Z] ---> 25e5da462a0e [2022-11-02T20:08:23.590Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:08:23.590Z] ---> Running in 5c1bbd5ad6dc [2022-11-02T20:10:00.258Z] Removing intermediate container a609e4ab4296 [2022-11-02T20:10:00.258Z] ---> 959df143769c [2022-11-02T20:10:00.258Z] Step 7/24 : COPY . . [2022-11-02T20:10:00.258Z] Removing intermediate container 35e431a991b8 [2022-11-02T20:10:00.258Z] ---> 4c7653a7701c [2022-11-02T20:10:00.258Z] Step 8/23 : COPY . . [2022-11-02T20:10:00.258Z] Removing intermediate container 81a0c64fb010 [2022-11-02T20:10:00.258Z] ---> 58b1881c7ca1 [2022-11-02T20:10:00.258Z] Step 7/24 : COPY . . [2022-11-02T20:10:00.258Z] Removing intermediate container 5c1bbd5ad6dc [2022-11-02T20:10:00.258Z] ---> 1a2eba3ef956 [2022-11-02T20:10:00.258Z] Step 7/19 : COPY . . [2022-11-02T20:10:00.258Z] Removing intermediate container d9dd67d42ea4 [2022-11-02T20:10:00.258Z] ---> 4148924707f1 [2022-11-02T20:10:00.258Z] Step 7/22 : COPY . . [2022-11-02T20:10:06.939Z] ---> e2a013571de0 [2022-11-02T20:10:06.939Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-11-02T20:10:06.939Z] ---> d2dfcdf091cc [2022-11-02T20:10:06.939Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-11-02T20:10:06.939Z] ---> a902573cfe2b [2022-11-02T20:10:06.939Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-11-02T20:10:06.939Z] ---> Running in 3c0dde36e898 [2022-11-02T20:10:06.939Z] ---> da13c100a974 [2022-11-02T20:10:06.939Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T20:10:06.939Z] ---> c3d0fce19b1b [2022-11-02T20:10:06.939Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T20:10:07.215Z] ---> Running in 7576f90f9a76 [2022-11-02T20:10:07.215Z] ---> Running in ed9e3a7fc54e [2022-11-02T20:10:07.215Z] ---> Running in 15c332d2ca40 [2022-11-02T20:10:07.215Z] ---> Running in 1e96c2ab6c0d [2022-11-02T20:10:08.196Z] Removing intermediate container ed9e3a7fc54e [2022-11-02T20:10:08.196Z] ---> 6c0eb2b8dcb8 [2022-11-02T20:10:08.196Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-11-02T20:10:08.196Z] Removing intermediate container 15c332d2ca40 [2022-11-02T20:10:08.196Z] ---> 8e6e5da96383 [2022-11-02T20:10:08.196Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-11-02T20:10:08.464Z] ---> Running in cae6fbf1fe87 [2022-11-02T20:10:08.464Z] ---> Running in 1f7aaca609cc [2022-11-02T20:10:09.055Z] Removing intermediate container cae6fbf1fe87 [2022-11-02T20:10:09.055Z] ---> 6878e731a3f9 [2022-11-02T20:10:09.056Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T20:10:09.056Z] Removing intermediate container 1f7aaca609cc [2022-11-02T20:10:09.056Z] ---> ddf591891c4f [2022-11-02T20:10:09.338Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T20:10:09.338Z] ---> Running in eecc301910d4 [2022-11-02T20:10:09.621Z] ---> Running in e9e7c648060c [2022-11-02T20:10:09.621Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-11-02T20:10:09.890Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-11-02T20:10:10.167Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-11-02T20:10:13.538Z] Removing intermediate container eecc301910d4 [2022-11-02T20:10:13.538Z] ---> d6f51e7b7c86 [2022-11-02T20:10:13.538Z] Step 11/24 : WORKDIR /edgex-go [2022-11-02T20:10:13.538Z] Removing intermediate container e9e7c648060c [2022-11-02T20:10:13.538Z] ---> 4627cc9e31ff [2022-11-02T20:10:13.828Z] Step 11/24 : WORKDIR /edgex-go [2022-11-02T20:10:13.828Z] ---> Running in a1b97601a362 [2022-11-02T20:10:13.828Z] ---> Running in c2c89e2656bc [2022-11-02T20:10:14.809Z] Removing intermediate container a1b97601a362 [2022-11-02T20:10:14.809Z] ---> 799161b4e2cd [2022-11-02T20:10:14.809Z] [2022-11-02T20:10:14.809Z] Step 12/24 : FROM alpine:3.15 [2022-11-02T20:10:14.809Z] Removing intermediate container c2c89e2656bc [2022-11-02T20:10:14.809Z] ---> 8a56e4f466d2 [2022-11-02T20:10:14.809Z] [2022-11-02T20:10:14.809Z] Step 12/24 : FROM alpine:3.15 [2022-11-02T20:10:15.400Z] 3.15: Pulling from library/alpine [2022-11-02T20:10:15.400Z] 3.15: Pulling from library/alpine [2022-11-02T20:10:17.350Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-11-02T20:10:17.350Z] Status: Downloaded newer image for alpine:3.15 [2022-11-02T20:10:17.350Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-11-02T20:10:17.350Z] Status: Image is up to date for alpine:3.15 [2022-11-02T20:10:17.350Z] ---> 02e0d6fdf486 [2022-11-02T20:10:17.350Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:10:17.350Z] ---> 02e0d6fdf486 [2022-11-02T20:10:17.350Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:10:17.350Z] ---> Running in 813690615d66 [2022-11-02T20:10:17.350Z] ---> Running in e2eab70147e6 [2022-11-02T20:10:18.315Z] Removing intermediate container e2eab70147e6 [2022-11-02T20:10:18.315Z] ---> 8b8b8dc0f002 [2022-11-02T20:10:18.315Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-11-02T20:10:18.315Z] Removing intermediate container 813690615d66 [2022-11-02T20:10:18.315Z] ---> 157a3492766b [2022-11-02T20:10:18.315Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-11-02T20:10:18.584Z] ---> Running in f478fdaaeecc [2022-11-02T20:10:18.855Z] ---> Running in 7e312a1aae42 [2022-11-02T20:10:21.442Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:10:21.442Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:10:22.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:10:22.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:10:23.463Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T20:10:23.463Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T20:10:23.463Z] OK: 15736 distinct packages available [2022-11-02T20:10:23.463Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T20:10:23.463Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T20:10:23.463Z] OK: 15736 distinct packages available [2022-11-02T20:10:23.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:10:23.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:10:24.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:10:24.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:10:25.275Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-11-02T20:10:25.275Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-11-02T20:10:25.275Z] (3/4) Installing libucontext (1.1-r0) [2022-11-02T20:10:25.542Z] (4/4) Installing gcompat (1.0.0-r4) [2022-11-02T20:10:25.542Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T20:10:25.542Z] OK: 6 MiB in 18 packages [2022-11-02T20:10:25.811Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-11-02T20:10:25.811Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-11-02T20:10:25.811Z] (3/5) Installing libucontext (1.1-r0) [2022-11-02T20:10:25.811Z] (4/5) Installing gcompat (1.0.0-r4) [2022-11-02T20:10:25.811Z] (5/5) Installing openssl (1.1.1s-r1) [2022-11-02T20:10:25.811Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T20:10:25.811Z] OK: 6 MiB in 19 packages [2022-11-02T20:10:27.751Z] Removing intermediate container f478fdaaeecc [2022-11-02T20:10:27.751Z] ---> e58b4c4f90d1 [2022-11-02T20:10:27.751Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T20:10:28.018Z] Removing intermediate container 7e312a1aae42 [2022-11-02T20:10:28.018Z] ---> 261f46ae04df [2022-11-02T20:10:28.018Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-11-02T20:10:33.373Z] ---> 80de7216082e [2022-11-02T20:10:33.373Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T20:10:37.652Z] ---> d5aed318e488 [2022-11-02T20:10:37.652Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T20:10:39.063Z] ---> ee39fde3906a [2022-11-02T20:10:39.063Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-11-02T20:10:39.063Z] ---> Running in 0487d6ac21ee [2022-11-02T20:10:40.026Z] Removing intermediate container 0487d6ac21ee [2022-11-02T20:10:40.026Z] ---> be07289ac3fd [2022-11-02T20:10:40.026Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-11-02T20:10:41.436Z] ---> 0664582d3db5 [2022-11-02T20:10:41.436Z] Step 19/24 : WORKDIR / [2022-11-02T20:10:41.436Z] ---> Running in 6813acbdb774 [2022-11-02T20:10:42.424Z] ---> cf71a39566a2 [2022-11-02T20:10:42.424Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T20:10:42.424Z] Removing intermediate container 6813acbdb774 [2022-11-02T20:10:42.424Z] ---> f17bfc2672c8 [2022-11-02T20:10:42.424Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T20:10:42.692Z] ---> Running in 1c9759fb3b0a [2022-11-02T20:10:43.696Z] Removing intermediate container 1c9759fb3b0a [2022-11-02T20:10:43.696Z] ---> 74d17f22f7af [2022-11-02T20:10:43.696Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T20:10:43.696Z] ---> Running in 0044f22f89d9 [2022-11-02T20:10:43.965Z] ---> 26aad4a5b5c1 [2022-11-02T20:10:43.965Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-11-02T20:10:44.551Z] Removing intermediate container 0044f22f89d9 [2022-11-02T20:10:44.552Z] ---> 12f35d1a1de8 [2022-11-02T20:10:44.552Z] Step 22/24 : LABEL arch=arm64 [2022-11-02T20:10:44.823Z] ---> Running in ecc8ce4c60ea [2022-11-02T20:10:45.409Z] Removing intermediate container ecc8ce4c60ea [2022-11-02T20:10:45.409Z] ---> 70e9a48092cc [2022-11-02T20:10:45.409Z] Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T20:10:45.409Z] ---> f4457ee9c00e [2022-11-02T20:10:45.409Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-11-02T20:10:45.692Z] ---> Running in 32dc05e86c6d [2022-11-02T20:10:46.660Z] Removing intermediate container 32dc05e86c6d [2022-11-02T20:10:46.660Z] ---> ce02a1fc4cc3 [2022-11-02T20:10:46.660Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T20:10:47.628Z] ---> Running in 3713e7cb2299 [2022-11-02T20:10:47.628Z] ---> bee4ee15a75e [2022-11-02T20:10:47.628Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T20:10:47.896Z] ---> Running in 3001ddabafe8 [2022-11-02T20:10:48.483Z] Removing intermediate container 3713e7cb2299 [2022-11-02T20:10:48.483Z] ---> e5e832106689 [2022-11-02T20:10:48.483Z] [2022-11-02T20:10:48.483Z] Removing intermediate container 3001ddabafe8 [2022-11-02T20:10:48.483Z] ---> 76b2ba091e35 [2022-11-02T20:10:48.483Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T20:10:48.483Z] ---> Running in f8bbbb5d4777 [2022-11-02T20:10:48.751Z] Successfully built e5e832106689 [2022-11-02T20:10:49.019Z] Successfully tagged security-spire-config-arm64:latest [2022-11-02T20:10:49.019Z]  Building security-spire-config ... done Building security-spire-server [2022-11-02T20:10:49.291Z] Removing intermediate container f8bbbb5d4777 [2022-11-02T20:10:49.291Z] ---> ca9acb46ca02 [2022-11-02T20:10:49.291Z] Step 22/24 : LABEL arch=arm64 [2022-11-02T20:10:49.291Z] ---> Running in a0a26e1a953d [2022-11-02T20:10:49.876Z] Removing intermediate container a0a26e1a953d [2022-11-02T20:10:49.876Z] ---> 3a55188944c7 [2022-11-02T20:10:49.876Z] Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T20:10:49.876Z] ---> Running in 6671033680fc [2022-11-02T20:10:50.465Z] Removing intermediate container 6671033680fc [2022-11-02T20:10:50.465Z] ---> 5f3491d7eee3 [2022-11-02T20:10:50.465Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T20:10:50.465Z] ---> Running in 4681fc28f569 [2022-11-02T20:10:51.057Z] Removing intermediate container 4681fc28f569 [2022-11-02T20:10:51.057Z] ---> 1841d0bf99e0 [2022-11-02T20:10:51.057Z] [2022-11-02T20:10:51.333Z] Successfully built 1841d0bf99e0 [2022-11-02T20:10:51.333Z] Successfully tagged security-spire-agent-arm64:latest [2022-11-02T20:10:51.602Z]  Building security-spire-agent ... done Building security-proxy-setup [2022-11-02T20:11:18.302Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:11:18.302Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:11:18.302Z] ---> 688209fee686 [2022-11-02T20:11:18.302Z] Step 3/23 : WORKDIR /edgex-go [2022-11-02T20:11:18.302Z] ---> Using cache [2022-11-02T20:11:18.302Z] ---> 56fbda02228f [2022-11-02T20:11:18.302Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T20:11:18.302Z] ---> Running in 2db11a3f6ad0 [2022-11-02T20:11:19.713Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:11:19.713Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:11:19.713Z] ---> 688209fee686 [2022-11-02T20:11:19.713Z] Step 3/21 : WORKDIR /edgex-go [2022-11-02T20:11:19.713Z] ---> Using cache [2022-11-02T20:11:19.713Z] ---> 56fbda02228f [2022-11-02T20:11:19.713Z] Step 4/21 : RUN apk add --update --no-cache make git [2022-11-02T20:11:19.713Z] ---> Running in 80f9ae1d67d2 [2022-11-02T20:11:20.298Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:11:20.884Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:11:21.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:11:22.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:11:22.648Z] OK: 221 MiB in 51 packages [2022-11-02T20:11:23.615Z] OK: 221 MiB in 51 packages [2022-11-02T20:11:25.264Z] Removing intermediate container 2db11a3f6ad0 [2022-11-02T20:11:25.264Z] ---> af6d8745e3d3 [2022-11-02T20:11:25.264Z] Step 5/23 : COPY go.mod vendor* ./ [2022-11-02T20:11:25.904Z] Removing intermediate container 80f9ae1d67d2 [2022-11-02T20:11:25.904Z] ---> 5d5a910e44ac [2022-11-02T20:11:25.904Z] Step 5/21 : COPY go.mod vendor* ./ [2022-11-02T20:11:26.908Z] ---> 9421f559c020 [2022-11-02T20:11:26.908Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:11:26.908Z] ---> Running in e96e72118258 [2022-11-02T20:11:27.535Z] ---> 88c17d5a7e80 [2022-11-02T20:11:27.535Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:11:27.809Z] ---> Running in 1f32f0a5eb83 [2022-11-02T20:13:04.469Z] Removing intermediate container 1f32f0a5eb83 [2022-11-02T20:13:04.469Z] ---> 3efc00c94999 [2022-11-02T20:13:04.469Z] Step 7/21 : COPY . . [2022-11-02T20:13:04.469Z] Removing intermediate container e96e72118258 [2022-11-02T20:13:04.469Z] ---> 2f030e632f80 [2022-11-02T20:13:04.469Z] Step 7/23 : COPY . . [2022-11-02T20:13:22.686Z] ---> cbb52531a671 [2022-11-02T20:13:22.686Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T20:13:22.686Z] ---> 2e6e758b59ef [2022-11-02T20:13:22.686Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-11-02T20:13:22.686Z] ---> Running in b307643cb4c6 [2022-11-02T20:13:22.686Z] ---> Running in c2b8d64ecbae [2022-11-02T20:13:22.686Z] Removing intermediate container c2b8d64ecbae [2022-11-02T20:13:22.686Z] ---> 8008dabda6cf [2022-11-02T20:13:22.686Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2022-11-02T20:13:22.686Z] ---> Running in 2c77a40a43bc [2022-11-02T20:13:22.686Z] Removing intermediate container 2c77a40a43bc [2022-11-02T20:13:22.686Z] ---> 84fb4f4ba600 [2022-11-02T20:13:22.687Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T20:13:22.687Z] ---> Running in 1d683d712582 [2022-11-02T20:13:22.687Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-11-02T20:13:25.278Z] Removing intermediate container 1d683d712582 [2022-11-02T20:13:25.278Z] ---> fa433aa1d262 [2022-11-02T20:13:25.278Z] Step 11/23 : WORKDIR /edgex-go [2022-11-02T20:13:25.278Z] ---> Running in 5f425218f518 [2022-11-02T20:13:25.866Z] Removing intermediate container 5f425218f518 [2022-11-02T20:13:25.866Z] ---> b35cb6fbc5b9 [2022-11-02T20:13:25.866Z] [2022-11-02T20:13:25.866Z] Step 12/23 : FROM alpine:3.15 [2022-11-02T20:13:25.866Z] ---> 02e0d6fdf486 [2022-11-02T20:13:25.866Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:13:25.866Z] ---> Using cache [2022-11-02T20:13:25.866Z] ---> 157a3492766b [2022-11-02T20:13:25.866Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-11-02T20:13:25.866Z] ---> Using cache [2022-11-02T20:13:25.866Z] ---> 261f46ae04df [2022-11-02T20:13:25.866Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T20:13:32.520Z] ---> 32ddc7891319 [2022-11-02T20:13:32.520Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T20:13:32.520Z] ---> 043ecde73c46 [2022-11-02T20:13:32.520Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-11-02T20:13:33.481Z] ---> c00d766b1edc [2022-11-02T20:13:33.481Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-11-02T20:13:34.441Z] ---> 4d18aa360423 [2022-11-02T20:13:34.441Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T20:13:34.441Z] ---> Running in d4faa6f5a127 [2022-11-02T20:13:37.017Z] Removing intermediate container d4faa6f5a127 [2022-11-02T20:13:37.017Z] ---> 29f091c8446f [2022-11-02T20:13:37.017Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T20:13:37.017Z] ---> Running in ac86b32cffb0 [2022-11-02T20:13:37.284Z] Removing intermediate container ac86b32cffb0 [2022-11-02T20:13:37.284Z] ---> 4e8d9688b8df [2022-11-02T20:13:37.284Z] Step 21/23 : LABEL arch=arm64 [2022-11-02T20:13:37.550Z] ---> Running in 8c42a22076f0 [2022-11-02T20:13:38.136Z] Removing intermediate container 8c42a22076f0 [2022-11-02T20:13:38.136Z] ---> 65ef77588a0e [2022-11-02T20:13:38.136Z] Step 22/23 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T20:13:38.136Z] ---> Running in 162263be3a75 [2022-11-02T20:13:38.718Z] Removing intermediate container 162263be3a75 [2022-11-02T20:13:38.718Z] ---> 9cadeac87ed8 [2022-11-02T20:13:38.718Z] Step 23/23 : LABEL version=0.0.0 [2022-11-02T20:13:38.718Z] ---> Running in 7dd7a44c5eb0 [2022-11-02T20:13:39.302Z] Removing intermediate container 7dd7a44c5eb0 [2022-11-02T20:13:39.302Z] ---> 3d573769ad37 [2022-11-02T20:13:39.302Z] [2022-11-02T20:13:39.572Z] Successfully built 3d573769ad37 [2022-11-02T20:13:39.572Z] Successfully tagged security-spire-server-arm64:latest [2022-11-02T20:13:39.572Z]  Building security-spire-server ... done Building core-metadata [2022-11-02T20:13:57.787Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:13:57.787Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:13:57.787Z] ---> 688209fee686 [2022-11-02T20:13:57.787Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:13:57.787Z] ---> Using cache [2022-11-02T20:13:57.787Z] ---> 45baf179dd74 [2022-11-02T20:13:57.788Z] Step 4/24 : WORKDIR /edgex-go [2022-11-02T20:13:57.788Z] ---> Using cache [2022-11-02T20:13:57.788Z] ---> 034e2a67274e [2022-11-02T20:13:57.788Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-11-02T20:13:57.788Z] ---> Using cache [2022-11-02T20:13:57.788Z] ---> fab0f6471c36 [2022-11-02T20:13:57.788Z] Step 6/24 : COPY go.mod vendor* ./ [2022-11-02T20:13:57.788Z] ---> Using cache [2022-11-02T20:13:57.788Z] ---> b3dedf22dba7 [2022-11-02T20:13:57.788Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:13:57.788Z] ---> Using cache [2022-11-02T20:13:57.788Z] ---> 4c7653a7701c [2022-11-02T20:13:57.788Z] Step 8/24 : COPY . . [2022-11-02T20:13:57.788Z] ---> Using cache [2022-11-02T20:13:57.788Z] ---> d2dfcdf091cc [2022-11-02T20:13:57.788Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-11-02T20:13:57.788Z] ---> Running in 659e9cd0f0b8 [2022-11-02T20:13:57.788Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-11-02T20:16:49.506Z] Removing intermediate container 3c0dde36e898 [2022-11-02T20:16:49.506Z] ---> a4cd4afae203 [2022-11-02T20:16:49.506Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-11-02T20:16:49.506Z] ---> Running in 194530587fe5 [2022-11-02T20:16:49.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/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-11-02T20:16:49.506Z] Removing intermediate container 194530587fe5 [2022-11-02T20:16:49.506Z] ---> 05af648cab70 [2022-11-02T20:16:49.506Z] [2022-11-02T20:16:49.506Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T20:16:49.506Z] 3.16: Pulling from library/alpine [2022-11-02T20:16:49.506Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-11-02T20:16:49.506Z] Status: Downloaded newer image for alpine:3.16 [2022-11-02T20:16:49.506Z] ---> a6215f271958 [2022-11-02T20:16:49.506Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:16:49.506Z] ---> Running in cd807a2020f3 [2022-11-02T20:16:50.091Z] Removing intermediate container cd807a2020f3 [2022-11-02T20:16:50.091Z] ---> 3805efa14b41 [2022-11-02T20:16:50.091Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-11-02T20:16:50.360Z] ---> Running in e25c4218c12d [2022-11-02T20:16:52.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:16:52.905Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:16:54.312Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-11-02T20:16:54.312Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-11-02T20:16:54.312Z] (3/33) Installing readline (8.1.2-r0) [2022-11-02T20:16:54.312Z] (4/33) Installing bash (5.1.16-r2) [2022-11-02T20:16:54.312Z] Executing bash-5.1.16-r2.post-install [2022-11-02T20:16:54.580Z] (5/33) Installing ca-certificates (20220614-r0) [2022-11-02T20:16:54.580Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-11-02T20:16:54.580Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-11-02T20:16:54.580Z] (8/33) Installing libcurl (7.83.1-r4) [2022-11-02T20:16:54.580Z] (9/33) Installing curl (7.83.1-r4) [2022-11-02T20:16:54.580Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-11-02T20:16:55.989Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-11-02T20:16:55.989Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-11-02T20:16:55.989Z] (13/33) Installing expat (2.5.0-r0) [2022-11-02T20:16:55.989Z] (14/33) Installing libffi (3.4.2-r1) [2022-11-02T20:16:55.989Z] (15/33) Installing gdbm (1.23-r0) [2022-11-02T20:16:55.989Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-11-02T20:16:55.989Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-11-02T20:16:55.989Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-02T20:16:55.989Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-11-02T20:16:55.989Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-11-02T20:16:55.989Z] (21/33) Installing python3 (3.10.5-r0) [2022-11-02T20:16:58.564Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-11-02T20:16:58.829Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-11-02T20:16:58.829Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-11-02T20:16:58.829Z] (25/33) Installing py3-six (1.16.0-r1) [2022-11-02T20:16:58.829Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-11-02T20:16:58.829Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-11-02T20:16:58.829Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-11-02T20:16:58.829Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-11-02T20:16:58.829Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-11-02T20:16:58.829Z] (31/33) Installing py3-packaging (21.3-r0) [2022-11-02T20:16:58.829Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-11-02T20:16:59.097Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-11-02T20:17:00.062Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:17:00.062Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:17:00.650Z] OK: 120 MiB in 47 packages [2022-11-02T20:17:22.719Z] Collecting docker-compose==1.23.2 [2022-11-02T20:17:22.719Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-11-02T20:17:22.719Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 9.4 MB/s eta 0:00:00 [2022-11-02T20:17:22.719Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-11-02T20:17:22.719Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-11-02T20:17:22.719Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 13.1 MB/s eta 0:00:00 [2022-11-02T20:17:22.719Z] Collecting docker<4.0,>=3.6.0 [2022-11-02T20:17:22.719Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-11-02T20:17:22.719Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 9.8 MB/s eta 0:00:00 [2022-11-02T20:17:23.677Z] Collecting PyYAML<4,>=3.10 [2022-11-02T20:17:23.677Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-11-02T20:17:23.677Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 6.6 MB/s eta 0:00:00 [2022-11-02T20:17:26.268Z] Preparing metadata (setup.py): started [2022-11-02T20:17:30.521Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T20:17:30.521Z] Collecting cached-property<2,>=1.2.0 [2022-11-02T20:17:30.521Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-11-02T20:17:30.521Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-11-02T20:17:31.103Z] Collecting jsonschema<3,>=2.5.1 [2022-11-02T20:17:31.370Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-11-02T20:17:31.370Z] Collecting docopt<0.7,>=0.6.1 [2022-11-02T20:17:31.370Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-11-02T20:17:31.637Z] Preparing metadata (setup.py): started [2022-11-02T20:17:31.637Z] Removing intermediate container 1e96c2ab6c0d [2022-11-02T20:17:31.637Z] ---> 7b9fe58d8514 [2022-11-02T20:17:31.637Z] [2022-11-02T20:17:31.637Z] Step 10/23 : FROM alpine:3.16 [2022-11-02T20:17:31.637Z] ---> a6215f271958 [2022-11-02T20:17:31.637Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-11-02T20:17:31.907Z] ---> Running in 3659d51abe90 [2022-11-02T20:17:33.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:17:34.446Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:17:35.040Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T20:17:35.624Z] Collecting websocket-client<1.0,>=0.32.0 [2022-11-02T20:17:35.624Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-11-02T20:17:35.624Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 13.3 MB/s eta 0:00:00 [2022-11-02T20:17:35.894Z] Collecting texttable<0.10,>=0.9.0 [2022-11-02T20:17:35.894Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-11-02T20:17:35.894Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:17:35.894Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-11-02T20:17:35.894Z] OK: 5 MiB in 15 packages [2022-11-02T20:17:35.894Z] Preparing metadata (setup.py): started [2022-11-02T20:17:37.308Z] Removing intermediate container 3659d51abe90 [2022-11-02T20:17:37.308Z] ---> 859868b37bdc [2022-11-02T20:17:37.308Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:17:37.577Z] ---> Running in 57ec8d40f8e8 [2022-11-02T20:17:38.163Z] Removing intermediate container 57ec8d40f8e8 [2022-11-02T20:17:38.163Z] ---> b96aef1ae0f6 [2022-11-02T20:17:38.163Z] Step 13/23 : ENV APP_PORT=59882 [2022-11-02T20:17:38.163Z] ---> Running in c991c8b2934c [2022-11-02T20:17:38.750Z] Removing intermediate container c991c8b2934c [2022-11-02T20:17:38.750Z] ---> b75688bfbcc9 [2022-11-02T20:17:38.750Z] Step 14/23 : EXPOSE $APP_PORT [2022-11-02T20:17:38.750Z] ---> Running in f5f7e960cc95 [2022-11-02T20:17:39.335Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T20:17:39.602Z] Removing intermediate container f5f7e960cc95 [2022-11-02T20:17:39.602Z] ---> 9ed5fa815d06 [2022-11-02T20:17:39.602Z] Step 15/23 : WORKDIR / [2022-11-02T20:17:39.602Z] Collecting dockerpty<0.5,>=0.4.1 [2022-11-02T20:17:39.602Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-11-02T20:17:39.602Z] ---> Running in 990a82fce498 [2022-11-02T20:17:39.869Z] Preparing metadata (setup.py): started [2022-11-02T20:17:40.135Z] Removing intermediate container 990a82fce498 [2022-11-02T20:17:40.135Z] ---> 04ec9f067628 [2022-11-02T20:17:40.135Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:17:41.098Z] ---> 9fb464f01b3b [2022-11-02T20:17:41.098Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-11-02T20:17:43.042Z] ---> 42b6213314f2 [2022-11-02T20:17:43.042Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-11-02T20:17:43.313Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T20:17:43.895Z] ---> 14a8e93cd3e0 [2022-11-02T20:17:43.895Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-11-02T20:17:44.162Z] ---> Running in db3047db97d6 [2022-11-02T20:17:44.745Z] Collecting docker-pycreds>=0.4.0 [2022-11-02T20:17:44.745Z] Removing intermediate container db3047db97d6 [2022-11-02T20:17:44.745Z] ---> 519e04e0c95d [2022-11-02T20:17:44.745Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-11-02T20:17:44.745Z] [2022-11-02T20:17:44.745Z] ---> Running in 574829ab95d6 [2022-11-02T20:17:45.328Z] Removing intermediate container 574829ab95d6 [2022-11-02T20:17:45.328Z] ---> d2dff8ba25c8 [2022-11-02T20:17:45.328Z] Step 21/23 : LABEL arch=arm64 [2022-11-02T20:17:45.328Z] Collecting chardet<3.1.0,>=3.0.2 [2022-11-02T20:17:45.328Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-11-02T20:17:45.328Z] ---> Running in 1f4f3629be1d [2022-11-02T20:17:45.600Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 4.4 MB/s eta 0:00:00 [2022-11-02T20:17:45.867Z] Removing intermediate container 1f4f3629be1d [2022-11-02T20:17:45.867Z] ---> fe3c96a51734 [2022-11-02T20:17:45.867Z] Step 22/23 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T20:17:46.133Z] ---> Running in 1827d5318a55 [2022-11-02T20:17:46.719Z] Removing intermediate container 1827d5318a55 [2022-11-02T20:17:46.719Z] ---> ec274511317b [2022-11-02T20:17:46.719Z] Step 23/23 : LABEL version=0.0.0 [2022-11-02T20:17:46.719Z] Collecting urllib3<1.25,>=1.21.1 [2022-11-02T20:17:46.719Z] ---> Running in 11f6dad8bcd0 [2022-11-02T20:17:46.719Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-11-02T20:17:46.719Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 10.6 MB/s eta 0:00:00 [2022-11-02T20:17:47.303Z] Removing intermediate container 11f6dad8bcd0 [2022-11-02T20:17:47.303Z] ---> 54161fee6b2d [2022-11-02T20:17:47.303Z] [2022-11-02T20:17:47.303Z] Collecting certifi>=2017.4.17 [2022-11-02T20:17:47.303Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-11-02T20:17:47.571Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 5.2 MB/s eta 0:00:00 [2022-11-02T20:17:47.571Z] Successfully built 54161fee6b2d [2022-11-02T20:17:47.571Z] Successfully tagged core-command-arm64:latest [2022-11-02T20:17:47.571Z] Building security-bootstrapper [2022-11-02T20:17:47.837Z]  Building core-command ... done Collecting idna<2.8,>=2.5 [2022-11-02T20:17:47.837Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-11-02T20:17:47.837Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 16.9 MB/s eta 0:00:00 [2022-11-02T20:17:48.417Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-11-02T20:17:48.417Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-11-02T20:17:48.417Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-11-02T20:17:48.417Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-11-02T20:17:49.827Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-11-02T20:17:49.827Z] Running setup.py install for texttable: started [2022-11-02T20:17:53.177Z] Running setup.py install for texttable: finished with status 'done' [2022-11-02T20:17:53.177Z] Running setup.py install for PyYAML: started [2022-11-02T20:17:58.533Z] Running setup.py install for PyYAML: finished with status 'done' [2022-11-02T20:18:01.114Z] Running setup.py install for docopt: started [2022-11-02T20:18:04.449Z] Running setup.py install for docopt: finished with status 'done' [2022-11-02T20:18:06.392Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:18:06.392Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:18:06.392Z] ---> 688209fee686 [2022-11-02T20:18:06.392Z] Step 3/32 : WORKDIR /edgex-go [2022-11-02T20:18:06.392Z] ---> Using cache [2022-11-02T20:18:06.392Z] ---> 56fbda02228f [2022-11-02T20:18:06.392Z] Step 4/32 : RUN apk add --update --no-cache make git [2022-11-02T20:18:06.392Z] ---> Using cache [2022-11-02T20:18:06.392Z] ---> 5d5a910e44ac [2022-11-02T20:18:06.392Z] Step 5/32 : COPY go.mod vendor* ./ [2022-11-02T20:18:06.392Z] ---> Using cache [2022-11-02T20:18:06.392Z] ---> 88c17d5a7e80 [2022-11-02T20:18:06.392Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:18:06.392Z] ---> Using cache [2022-11-02T20:18:06.392Z] ---> 3efc00c94999 [2022-11-02T20:18:06.392Z] Step 7/32 : COPY . . [2022-11-02T20:18:06.392Z] ---> Using cache [2022-11-02T20:18:06.392Z] ---> 2e6e758b59ef [2022-11-02T20:18:06.392Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-11-02T20:18:06.975Z] ---> Running in dd64f3d5f9ad [2022-11-02T20:18:08.918Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-11-02T20:18:09.879Z] Running setup.py install for dockerpty: started [2022-11-02T20:18:13.251Z] Running setup.py install for dockerpty: finished with status 'done' [2022-11-02T20:18:17.534Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-11-02T20:18:17.534Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-11-02T20:18:36.173Z] Removing intermediate container e25c4218c12d [2022-11-02T20:18:36.173Z] ---> 64d4b0621927 [2022-11-02T20:18:36.173Z] Step 13/22 : ENV APP_PORT=58890 [2022-11-02T20:18:36.173Z] ---> Running in 6b31b134c4cd [2022-11-02T20:18:36.173Z] Removing intermediate container 6b31b134c4cd [2022-11-02T20:18:36.173Z] ---> 60c0bad94d81 [2022-11-02T20:18:36.173Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T20:18:36.495Z] ---> Running in 23d2c3a9335d [2022-11-02T20:18:37.097Z] Removing intermediate container 23d2c3a9335d [2022-11-02T20:18:37.097Z] ---> 958df9efe0e4 [2022-11-02T20:18:37.097Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-11-02T20:18:39.073Z] ---> 59b5b49afab7 [2022-11-02T20:18:39.073Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-11-02T20:18:39.669Z] ---> 0dee1fa99df6 [2022-11-02T20:18:39.669Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-11-02T20:18:41.093Z] ---> e7ba4aeb5248 [2022-11-02T20:18:41.093Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-11-02T20:18:41.362Z] ---> Running in e13149af8da1 [2022-11-02T20:18:41.952Z] Removing intermediate container e13149af8da1 [2022-11-02T20:18:41.952Z] ---> 2ffdc5912252 [2022-11-02T20:18:41.952Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:18:42.221Z] ---> Running in a9e6b6e3b573 [2022-11-02T20:18:42.492Z] Removing intermediate container a9e6b6e3b573 [2022-11-02T20:18:42.492Z] ---> 4847f9334842 [2022-11-02T20:18:42.492Z] Step 20/22 : LABEL arch=arm64 [2022-11-02T20:18:42.774Z] ---> Running in 6618760ff238 [2022-11-02T20:18:43.367Z] Removing intermediate container 6618760ff238 [2022-11-02T20:18:43.367Z] ---> d3c952032d9a [2022-11-02T20:18:43.367Z] Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T20:18:43.643Z] ---> Running in 9e2d5c9c0218 [2022-11-02T20:18:43.916Z] Removing intermediate container 9e2d5c9c0218 [2022-11-02T20:18:43.916Z] ---> be8f33e826c4 [2022-11-02T20:18:43.916Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T20:18:44.187Z] ---> Running in b78106500a15 [2022-11-02T20:18:44.775Z] Removing intermediate container b78106500a15 [2022-11-02T20:18:44.775Z] ---> 6d2335e5988b [2022-11-02T20:18:44.775Z] [2022-11-02T20:18:45.044Z] Successfully built 6d2335e5988b [2022-11-02T20:18:45.044Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-11-02T20:18:45.044Z]  Building sys-mgmt-agent ... done Building security-secretstore-setup [2022-11-02T20:19:03.293Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:19:03.293Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:19:03.293Z] ---> 688209fee686 [2022-11-02T20:19:03.293Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T20:19:03.293Z] ---> Using cache [2022-11-02T20:19:03.293Z] ---> 56fbda02228f [2022-11-02T20:19:03.293Z] Step 4/24 : RUN apk add --update --no-cache make git [2022-11-02T20:19:03.293Z] ---> Using cache [2022-11-02T20:19:03.293Z] ---> 5d5a910e44ac [2022-11-02T20:19:03.293Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T20:19:03.293Z] ---> Using cache [2022-11-02T20:19:03.293Z] ---> 88c17d5a7e80 [2022-11-02T20:19:03.293Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:19:03.293Z] ---> Using cache [2022-11-02T20:19:03.293Z] ---> 3efc00c94999 [2022-11-02T20:19:03.293Z] Step 7/24 : COPY . . [2022-11-02T20:19:03.293Z] ---> Using cache [2022-11-02T20:19:03.293Z] ---> 2e6e758b59ef [2022-11-02T20:19:03.293Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-11-02T20:19:03.891Z] ---> Running in d02fea5d27e1 [2022-11-02T20:19:05.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-11-02T20:19:44.783Z] Removing intermediate container 7576f90f9a76 [2022-11-02T20:19:44.783Z] ---> bfb78f49be5a [2022-11-02T20:19:44.783Z] [2022-11-02T20:19:44.783Z] Step 9/19 : FROM alpine:3.15 [2022-11-02T20:19:44.783Z] ---> 02e0d6fdf486 [2022-11-02T20:19:44.783Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:19:44.783Z] ---> Using cache [2022-11-02T20:19:44.783Z] ---> 157a3492766b [2022-11-02T20:19:44.783Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-11-02T20:19:44.783Z] ---> Running in db162ac20fdb [2022-11-02T20:19:44.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:19:44.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:19:44.783Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T20:19:44.783Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T20:19:44.783Z] OK: 15736 distinct packages available [2022-11-02T20:19:44.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:19:44.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:19:44.783Z] (1/9) Installing ca-certificates (20220614-r0) [2022-11-02T20:19:44.783Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-11-02T20:19:44.783Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-11-02T20:19:44.783Z] (4/9) Installing libcurl (7.80.0-r4) [2022-11-02T20:19:44.783Z] (5/9) Installing curl (7.80.0-r4) [2022-11-02T20:19:44.783Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-11-02T20:19:44.783Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-11-02T20:19:44.783Z] (8/9) Installing libucontext (1.1-r0) [2022-11-02T20:19:44.783Z] (9/9) Installing gcompat (1.0.0-r4) [2022-11-02T20:19:44.783Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T20:19:44.783Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:19:44.783Z] OK: 8 MiB in 23 packages [2022-11-02T20:19:47.424Z] Removing intermediate container db162ac20fdb [2022-11-02T20:19:47.424Z] ---> d344e7d21d0c [2022-11-02T20:19:47.424Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:19:48.021Z] ---> d8edb898ef1f [2022-11-02T20:19:48.294Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-11-02T20:19:50.916Z] ---> 26af8812b04c [2022-11-02T20:19:50.916Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-11-02T20:19:51.512Z] ---> 7916921d7b3c [2022-11-02T20:19:51.512Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-11-02T20:19:51.788Z] ---> Running in 79fd7647bcde [2022-11-02T20:19:52.061Z] Removing intermediate container 79fd7647bcde [2022-11-02T20:19:52.061Z] ---> a27897ffc973 [2022-11-02T20:19:52.061Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:19:52.338Z] ---> Running in 962fdea26289 [2022-11-02T20:19:52.932Z] Removing intermediate container 962fdea26289 [2022-11-02T20:19:52.932Z] ---> d9c58b49c084 [2022-11-02T20:19:52.932Z] Step 17/19 : LABEL arch=arm64 [2022-11-02T20:19:52.932Z] ---> Running in 39c1fe93df34 [2022-11-02T20:19:53.523Z] Removing intermediate container 39c1fe93df34 [2022-11-02T20:19:53.523Z] ---> 71077c7da113 [2022-11-02T20:19:53.523Z] Step 18/19 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T20:19:53.523Z] ---> Running in 5f8b8cc65fba [2022-11-02T20:19:54.113Z] Removing intermediate container 5f8b8cc65fba [2022-11-02T20:19:54.113Z] ---> 434b5173fa9c [2022-11-02T20:19:54.113Z] Step 19/19 : LABEL version=0.0.0 [2022-11-02T20:19:54.393Z] ---> Running in c2c7009472b5 [2022-11-02T20:19:54.666Z] Removing intermediate container c2c7009472b5 [2022-11-02T20:19:54.666Z] ---> cbac343839ee [2022-11-02T20:19:54.666Z] [2022-11-02T20:19:55.257Z] Successfully built cbac343839ee [2022-11-02T20:19:55.257Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-11-02T20:19:55.257Z]  Building security-spiffe-token-provider ... done Building support-scheduler [2022-11-02T20:20:05.390Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-11-02T20:20:13.647Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:20:13.647Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:20:13.647Z] ---> 688209fee686 [2022-11-02T20:20:13.647Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:20:13.647Z] ---> Using cache [2022-11-02T20:20:13.647Z] ---> 45baf179dd74 [2022-11-02T20:20:13.647Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T20:20:13.647Z] ---> Using cache [2022-11-02T20:20:13.647Z] ---> 034e2a67274e [2022-11-02T20:20:13.647Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-11-02T20:20:13.647Z] ---> Using cache [2022-11-02T20:20:13.647Z] ---> fab0f6471c36 [2022-11-02T20:20:13.647Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T20:20:13.647Z] ---> Using cache [2022-11-02T20:20:13.647Z] ---> b3dedf22dba7 [2022-11-02T20:20:13.647Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:20:13.647Z] ---> Using cache [2022-11-02T20:20:13.647Z] ---> 4c7653a7701c [2022-11-02T20:20:13.647Z] Step 8/22 : COPY . . [2022-11-02T20:20:13.647Z] ---> Using cache [2022-11-02T20:20:13.647Z] ---> d2dfcdf091cc [2022-11-02T20:20:13.647Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-11-02T20:20:14.239Z] ---> Running in a8cd6d955d94 [2022-11-02T20:20:16.834Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-11-02T20:20:35.105Z] Removing intermediate container b307643cb4c6 [2022-11-02T20:20:35.105Z] ---> e8d509129da5 [2022-11-02T20:20:35.105Z] [2022-11-02T20:20:35.105Z] Step 9/21 : FROM alpine:3.16 [2022-11-02T20:20:35.105Z] ---> a6215f271958 [2022-11-02T20:20:35.105Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2022-11-02T20:20:35.105Z] ---> Running in d1bd53df7713 [2022-11-02T20:20:35.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:20:35.375Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:20:36.799Z] (1/6) Installing ca-certificates (20220614-r0) [2022-11-02T20:20:36.799Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-11-02T20:20:36.799Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-11-02T20:20:36.799Z] (4/6) Installing libcurl (7.83.1-r4) [2022-11-02T20:20:36.799Z] (5/6) Installing curl (7.83.1-r4) [2022-11-02T20:20:36.799Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-11-02T20:20:36.799Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:20:37.070Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:20:37.340Z] OK: 8 MiB in 20 packages [2022-11-02T20:20:39.952Z] Removing intermediate container d1bd53df7713 [2022-11-02T20:20:39.952Z] ---> ef3f3a21c63e [2022-11-02T20:20:39.952Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-11-02T20:20:39.952Z] ---> Running in c5e13e2de01c [2022-11-02T20:20:40.545Z] Removing intermediate container c5e13e2de01c [2022-11-02T20:20:40.545Z] ---> c734d2ed5ebb [2022-11-02T20:20:40.545Z] Step 12/21 : WORKDIR /edgex [2022-11-02T20:20:40.545Z] ---> Running in a63e0e5f3135 [2022-11-02T20:20:41.132Z] Removing intermediate container a63e0e5f3135 [2022-11-02T20:20:41.132Z] ---> ed1327e7d275 [2022-11-02T20:20:41.132Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-11-02T20:20:42.555Z] ---> e75b23355696 [2022-11-02T20:20:42.555Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-11-02T20:20:43.992Z] ---> f11fcac4da22 [2022-11-02T20:20:43.992Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-11-02T20:20:45.946Z] ---> 3cbf895b0686 [2022-11-02T20:20:45.946Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-11-02T20:20:46.912Z] ---> 8aa2e2569eb2 [2022-11-02T20:20:46.912Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-11-02T20:20:46.912Z] ---> Running in 058f9e49fd57 [2022-11-02T20:20:50.261Z] Removing intermediate container 058f9e49fd57 [2022-11-02T20:20:50.261Z] ---> 7ac7b51f61ec [2022-11-02T20:20:50.261Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2022-11-02T20:20:50.261Z] ---> Running in 3c118a235830 [2022-11-02T20:20:50.846Z] Removing intermediate container 3c118a235830 [2022-11-02T20:20:50.846Z] ---> c4f0a89753af [2022-11-02T20:20:50.846Z] Step 19/21 : LABEL arch=arm64 [2022-11-02T20:20:51.114Z] ---> Running in 4173317b8d48 [2022-11-02T20:20:51.707Z] Removing intermediate container 4173317b8d48 [2022-11-02T20:20:51.707Z] ---> 9c27a48982b1 [2022-11-02T20:20:51.707Z] Step 20/21 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T20:20:51.707Z] ---> Running in 153f32d31970 [2022-11-02T20:20:52.291Z] Removing intermediate container 153f32d31970 [2022-11-02T20:20:52.291Z] ---> 6d324a84c0e9 [2022-11-02T20:20:52.291Z] Step 21/21 : LABEL version=0.0.0 [2022-11-02T20:20:52.559Z] ---> Running in 22567c68f7f7 [2022-11-02T20:20:53.144Z] Removing intermediate container 22567c68f7f7 [2022-11-02T20:20:53.144Z] ---> 8eb57cb3b279 [2022-11-02T20:20:53.144Z] [2022-11-02T20:20:53.410Z] Successfully built 8eb57cb3b279 [2022-11-02T20:20:53.410Z] Successfully tagged security-proxy-setup-arm64:latest [2022-11-02T20:20:53.410Z] Building core-data [2022-11-02T20:21:15.472Z]  Building security-proxy-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:21:15.472Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:21:15.472Z] ---> 688209fee686 [2022-11-02T20:21:15.472Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:21:15.472Z] ---> Using cache [2022-11-02T20:21:15.472Z] ---> 45baf179dd74 [2022-11-02T20:21:15.472Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T20:21:15.472Z] ---> Using cache [2022-11-02T20:21:15.472Z] ---> 034e2a67274e [2022-11-02T20:21:15.472Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-11-02T20:21:15.472Z] ---> Running in 93b26f903df6 [2022-11-02T20:21:15.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:21:15.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:21:16.891Z] OK: 221 MiB in 51 packages [2022-11-02T20:21:19.470Z] Removing intermediate container 93b26f903df6 [2022-11-02T20:21:19.470Z] ---> ee7943ab25cd [2022-11-02T20:21:19.470Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T20:21:20.426Z] ---> d192a01d1d22 [2022-11-02T20:21:20.426Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:21:20.692Z] ---> Running in 876c611a77de [2022-11-02T20:22:17.077Z] Removing intermediate container 659e9cd0f0b8 [2022-11-02T20:22:17.077Z] ---> 67ddc59f0c24 [2022-11-02T20:22:17.077Z] [2022-11-02T20:22:17.077Z] Step 10/24 : FROM alpine:3.16 [2022-11-02T20:22:17.077Z] ---> a6215f271958 [2022-11-02T20:22:17.077Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-11-02T20:22:17.077Z] ---> Using cache [2022-11-02T20:22:17.077Z] ---> 859868b37bdc [2022-11-02T20:22:17.077Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:22:17.077Z] ---> Using cache [2022-11-02T20:22:17.077Z] ---> b96aef1ae0f6 [2022-11-02T20:22:17.077Z] Step 13/24 : ENV APP_PORT=59881 [2022-11-02T20:22:17.077Z] ---> Running in 8e156472c4c7 [2022-11-02T20:22:17.077Z] Removing intermediate container 8e156472c4c7 [2022-11-02T20:22:17.077Z] ---> 19e886624e3e [2022-11-02T20:22:17.077Z] Step 14/24 : EXPOSE $APP_PORT [2022-11-02T20:22:17.077Z] ---> Running in a03f39cbe426 [2022-11-02T20:22:17.077Z] Removing intermediate container a03f39cbe426 [2022-11-02T20:22:17.077Z] ---> 9d629f04fc7b [2022-11-02T20:22:17.077Z] Step 15/24 : WORKDIR / [2022-11-02T20:22:17.077Z] ---> Running in cea48bcc50dd [2022-11-02T20:22:17.662Z] Removing intermediate container cea48bcc50dd [2022-11-02T20:22:17.662Z] ---> d9f78cf78224 [2022-11-02T20:22:17.662Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:22:19.603Z] ---> 9aa54390db3e [2022-11-02T20:22:19.603Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-11-02T20:22:23.842Z] ---> 0406d949a047 [2022-11-02T20:22:23.842Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-11-02T20:22:24.802Z] ---> 3e39f1db15f5 [2022-11-02T20:22:24.802Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-11-02T20:22:26.737Z] ---> 09399288fef6 [2022-11-02T20:22:26.737Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-11-02T20:22:26.737Z] ---> Running in 53c7ecd54139 [2022-11-02T20:22:27.708Z] Removing intermediate container 53c7ecd54139 [2022-11-02T20:22:27.709Z] ---> c47123bfa410 [2022-11-02T20:22:27.709Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:22:27.709Z] ---> Running in c6c80eb1b045 [2022-11-02T20:22:29.645Z] Removing intermediate container c6c80eb1b045 [2022-11-02T20:22:29.645Z] ---> 6521695c75f8 [2022-11-02T20:22:29.645Z] Step 22/24 : LABEL arch=arm64 [2022-11-02T20:22:29.912Z] ---> Running in 35856b14e5bd [2022-11-02T20:22:30.882Z] Removing intermediate container 35856b14e5bd [2022-11-02T20:22:30.882Z] ---> 5144226cc1f6 [2022-11-02T20:22:30.882Z] Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T20:22:31.149Z] ---> Running in 45789429cb20 [2022-11-02T20:22:32.120Z] Removing intermediate container 45789429cb20 [2022-11-02T20:22:32.120Z] ---> c8a7c565c99d [2022-11-02T20:22:32.120Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T20:22:32.389Z] ---> Running in a522c3582151 [2022-11-02T20:22:33.349Z] Removing intermediate container a522c3582151 [2022-11-02T20:22:33.349Z] ---> 9671d01ac109 [2022-11-02T20:22:33.349Z] [2022-11-02T20:22:33.933Z] Successfully built 9671d01ac109 [2022-11-02T20:22:34.203Z] Successfully tagged core-metadata-arm64:latest [2022-11-02T20:22:34.203Z] Building support-notifications [2022-11-02T20:22:40.842Z]  Building core-metadata ... done Removing intermediate container 876c611a77de [2022-11-02T20:22:40.842Z] ---> 655109f402d2 [2022-11-02T20:22:40.842Z] Step 8/22 : COPY . . [2022-11-02T20:22:56.158Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:22:56.158Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:22:56.158Z] ---> 688209fee686 [2022-11-02T20:22:56.158Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:22:56.158Z] ---> Using cache [2022-11-02T20:22:56.158Z] ---> 45baf179dd74 [2022-11-02T20:22:56.158Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T20:22:56.158Z] ---> Using cache [2022-11-02T20:22:56.158Z] ---> 034e2a67274e [2022-11-02T20:22:56.158Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-11-02T20:22:56.158Z] ---> Running in 8baadd951cd3 [2022-11-02T20:22:58.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:22:58.393Z] ---> ed62b38e16e5 [2022-11-02T20:22:58.393Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-11-02T20:22:58.393Z] ---> Running in 15474e4608bd [2022-11-02T20:22:58.664Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:23:00.612Z] OK: 221 MiB in 51 packages [2022-11-02T20:23:00.612Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-11-02T20:23:02.022Z] Removing intermediate container 8baadd951cd3 [2022-11-02T20:23:02.022Z] ---> 6e858732694f [2022-11-02T20:23:02.022Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T20:23:02.983Z] ---> 1e454633e523 [2022-11-02T20:23:02.983Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:23:02.983Z] ---> Running in fbb001dec467 [2022-11-02T20:24:24.744Z] Removing intermediate container fbb001dec467 [2022-11-02T20:24:24.744Z] ---> 263fa02c4374 [2022-11-02T20:24:24.744Z] Step 8/22 : COPY . . [2022-11-02T20:24:28.076Z] ---> c4d424d4cd44 [2022-11-02T20:24:28.076Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-11-02T20:24:28.076Z] ---> Running in 38cd10fb5825 [2022-11-02T20:24:30.014Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-11-02T20:25:37.883Z] Removing intermediate container dd64f3d5f9ad [2022-11-02T20:25:37.883Z] ---> 1541448d1ad6 [2022-11-02T20:25:37.883Z] [2022-11-02T20:25:37.883Z] Step 9/32 : FROM alpine:3.16 [2022-11-02T20:25:37.883Z] ---> a6215f271958 [2022-11-02T20:25:37.883Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:25:37.883Z] ---> Running in 4959885ff714 [2022-11-02T20:25:37.883Z] Removing intermediate container 4959885ff714 [2022-11-02T20:25:37.883Z] ---> 85661b576247 [2022-11-02T20:25:37.883Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2022-11-02T20:25:37.883Z] ---> Running in 5cae980bc974 [2022-11-02T20:25:37.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:25:37.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:25:37.883Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-11-02T20:25:37.883Z] (2/2) Installing su-exec (0.2-r1) [2022-11-02T20:25:37.883Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:25:37.883Z] OK: 5 MiB in 16 packages [2022-11-02T20:25:37.883Z] Removing intermediate container 5cae980bc974 [2022-11-02T20:25:37.883Z] ---> 0190bad7deb8 [2022-11-02T20:25:37.883Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2022-11-02T20:25:37.883Z] ---> Running in 841f89e6e41f [2022-11-02T20:25:37.883Z] Removing intermediate container 841f89e6e41f [2022-11-02T20:25:37.883Z] ---> 01fab4e6e86b [2022-11-02T20:25:37.883Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-11-02T20:25:37.883Z] ---> Running in d47248038c1d [2022-11-02T20:25:38.470Z] Removing intermediate container d47248038c1d [2022-11-02T20:25:38.470Z] ---> 0bd66ca23897 [2022-11-02T20:25:38.470Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-11-02T20:25:38.745Z] ---> Running in 26ed412cc756 [2022-11-02T20:25:39.327Z] Removing intermediate container 26ed412cc756 [2022-11-02T20:25:39.327Z] ---> 82c93dc00bd5 [2022-11-02T20:25:39.327Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-11-02T20:25:39.327Z] ---> Running in 57d445f47f61 [2022-11-02T20:25:39.914Z] Removing intermediate container 57d445f47f61 [2022-11-02T20:25:39.914Z] ---> 79cd68befc7e [2022-11-02T20:25:39.914Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-11-02T20:25:39.914Z] ---> Running in a68e45cc1241 [2022-11-02T20:25:44.209Z] Removing intermediate container a68e45cc1241 [2022-11-02T20:25:44.209Z] ---> ffd6ce61f829 [2022-11-02T20:25:44.209Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2022-11-02T20:25:44.209Z] ---> Running in 3510efba96ff [2022-11-02T20:25:44.209Z] Removing intermediate container 3510efba96ff [2022-11-02T20:25:44.209Z] ---> 9bbea84c0e90 [2022-11-02T20:25:44.209Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-11-02T20:25:45.186Z] ---> d21b8eb30adb [2022-11-02T20:25:45.186Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-11-02T20:25:45.186Z] ---> Running in b551e7dacaf8 [2022-11-02T20:25:48.557Z] Removing intermediate container b551e7dacaf8 [2022-11-02T20:25:48.557Z] ---> 387c2230d2c7 [2022-11-02T20:25:48.557Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:25:49.528Z] ---> 2541b48a1081 [2022-11-02T20:25:49.528Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-11-02T20:25:51.480Z] ---> 7e4ee14c4414 [2022-11-02T20:25:51.480Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-11-02T20:25:52.066Z] ---> 7633770638da [2022-11-02T20:25:52.066Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-11-02T20:25:53.034Z] ---> 8efe1c92ab6c [2022-11-02T20:25:53.034Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-11-02T20:25:53.304Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-11-02T20:25:54.274Z] ---> 7325fa5b957f [2022-11-02T20:25:54.274Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-11-02T20:25:55.251Z] ---> 8e955fcf5e8c [2022-11-02T20:25:55.251Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-11-02T20:25:55.845Z] ---> 51ec39da97b8 [2022-11-02T20:25:55.845Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2022-11-02T20:25:55.845Z] ---> Running in 4cea3f6e79f7 [2022-11-02T20:25:59.223Z] Removing intermediate container 4cea3f6e79f7 [2022-11-02T20:25:59.223Z] ---> 6996873884e0 [2022-11-02T20:25:59.223Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2022-11-02T20:25:59.223Z] ---> Running in 9fb21ec5f52e [2022-11-02T20:25:59.818Z] Removing intermediate container 9fb21ec5f52e [2022-11-02T20:25:59.818Z] ---> ca93788dbaa3 [2022-11-02T20:25:59.818Z] Step 29/32 : CMD ["gate"] [2022-11-02T20:26:00.092Z] ---> Running in 28f68fe7f563 [2022-11-02T20:26:00.688Z] Removing intermediate container 28f68fe7f563 [2022-11-02T20:26:00.688Z] ---> eff0e219ffac [2022-11-02T20:26:00.688Z] Step 30/32 : LABEL arch=arm64 [2022-11-02T20:26:00.688Z] ---> Running in 26aa9ab98c6c [2022-11-02T20:26:01.287Z] Removing intermediate container 26aa9ab98c6c [2022-11-02T20:26:01.287Z] ---> f31f45cebb7a [2022-11-02T20:26:01.287Z] Step 31/32 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T20:26:01.557Z] ---> Running in 0ced795b007f [2022-11-02T20:26:01.830Z] Removing intermediate container 0ced795b007f [2022-11-02T20:26:01.830Z] ---> 13388be2c348 [2022-11-02T20:26:01.830Z] Step 32/32 : LABEL version=0.0.0 [2022-11-02T20:26:02.103Z] ---> Running in 998cf27adabc [2022-11-02T20:26:02.699Z] Removing intermediate container 998cf27adabc [2022-11-02T20:26:02.699Z] ---> d20c291f9e4c [2022-11-02T20:26:02.699Z] [2022-11-02T20:26:02.699Z] Successfully built d20c291f9e4c [2022-11-02T20:26:02.973Z] Successfully tagged security-bootstrapper-arm64:latest [2022-11-02T20:26:15.322Z]  Building security-bootstrapper ... done Removing intermediate container d02fea5d27e1 [2022-11-02T20:26:15.322Z] ---> 6fa89a2828c8 [2022-11-02T20:26:15.322Z] [2022-11-02T20:26:15.322Z] Step 9/24 : FROM alpine:3.16 [2022-11-02T20:26:15.322Z] ---> a6215f271958 [2022-11-02T20:26:15.322Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-11-02T20:26:15.322Z] ---> Running in 670c2d9c2d30 [2022-11-02T20:26:15.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:26:15.918Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:26:17.338Z] (1/3) Installing ca-certificates (20220614-r0) [2022-11-02T20:26:17.338Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-11-02T20:26:17.338Z] (3/3) Installing su-exec (0.2-r1) [2022-11-02T20:26:17.338Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:26:17.338Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:26:17.610Z] OK: 6 MiB in 17 packages [2022-11-02T20:26:20.218Z] Removing intermediate container 670c2d9c2d30 [2022-11-02T20:26:20.218Z] ---> 51669208a14f [2022-11-02T20:26:20.218Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-11-02T20:26:20.218Z] ---> Running in da4197d17d28 [2022-11-02T20:26:20.511Z] Removing intermediate container da4197d17d28 [2022-11-02T20:26:20.511Z] ---> 862d4e672e58 [2022-11-02T20:26:20.511Z] Step 12/24 : WORKDIR / [2022-11-02T20:26:20.783Z] ---> Running in 2bcaaa23f165 [2022-11-02T20:26:21.375Z] Removing intermediate container 2bcaaa23f165 [2022-11-02T20:26:21.375Z] ---> 6c75528b43cd [2022-11-02T20:26:21.375Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-11-02T20:26:22.362Z] ---> 92de48e14501 [2022-11-02T20:26:22.362Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-11-02T20:26:22.958Z] ---> f29246d9bcf6 [2022-11-02T20:26:22.958Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-11-02T20:26:24.378Z] ---> db00ba39f7b4 [2022-11-02T20:26:24.378Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-11-02T20:26:25.351Z] ---> eca60d9666d4 [2022-11-02T20:26:25.351Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-11-02T20:26:26.773Z] ---> 40121718b2a9 [2022-11-02T20:26:26.773Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-11-02T20:26:29.357Z] ---> 22e55fc8fbbf [2022-11-02T20:26:29.357Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-11-02T20:26:31.300Z] ---> 06769a079ec7 [2022-11-02T20:26:31.300Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-11-02T20:26:31.300Z] ---> Running in 3351c8f9b7a2 [2022-11-02T20:26:34.646Z] Removing intermediate container 3351c8f9b7a2 [2022-11-02T20:26:34.646Z] ---> c6961b43ba18 [2022-11-02T20:26:34.646Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-11-02T20:26:34.646Z] ---> Running in fc2b663026b1 [2022-11-02T20:26:35.232Z] Removing intermediate container fc2b663026b1 [2022-11-02T20:26:35.232Z] ---> 87cad5462104 [2022-11-02T20:26:35.232Z] Step 22/24 : LABEL arch=arm64 [2022-11-02T20:26:35.232Z] ---> Running in 94ad819d5087 [2022-11-02T20:26:35.813Z] Removing intermediate container 94ad819d5087 [2022-11-02T20:26:35.813Z] ---> 64ae46523720 [2022-11-02T20:26:35.813Z] Step 23/24 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T20:26:36.082Z] ---> Running in 9c72ea61c552 [2022-11-02T20:26:36.670Z] Removing intermediate container 9c72ea61c552 [2022-11-02T20:26:36.670Z] ---> 09a206f82fc2 [2022-11-02T20:26:36.670Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T20:26:36.670Z] ---> Running in 7a8f459e87b1 [2022-11-02T20:26:37.253Z] Removing intermediate container 7a8f459e87b1 [2022-11-02T20:26:37.253Z] ---> 4aad191aa155 [2022-11-02T20:26:37.253Z] [2022-11-02T20:26:37.521Z] Successfully built 4aad191aa155 [2022-11-02T20:26:37.521Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-11-02T20:29:29.280Z]  Building security-secretstore-setup ... done Removing intermediate container a8cd6d955d94 [2022-11-02T20:29:29.280Z] ---> 295671f263bc [2022-11-02T20:29:29.280Z] [2022-11-02T20:29:29.280Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T20:29:29.280Z] ---> a6215f271958 [2022-11-02T20:29:29.280Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-11-02T20:29:29.280Z] ---> Using cache [2022-11-02T20:29:29.280Z] ---> 859868b37bdc [2022-11-02T20:29:29.280Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:29:29.280Z] ---> Using cache [2022-11-02T20:29:29.280Z] ---> b96aef1ae0f6 [2022-11-02T20:29:29.280Z] Step 13/22 : ENV APP_PORT=59861 [2022-11-02T20:29:29.280Z] ---> Running in 9c1089db0e6c [2022-11-02T20:29:29.280Z] Removing intermediate container 9c1089db0e6c [2022-11-02T20:29:29.280Z] ---> 149a3a7a75c4 [2022-11-02T20:29:29.280Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T20:29:29.280Z] ---> Running in 23aa5c6cb770 [2022-11-02T20:29:29.280Z] Removing intermediate container 23aa5c6cb770 [2022-11-02T20:29:29.280Z] ---> 3d63573f8e84 [2022-11-02T20:29:29.280Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:29:29.280Z] Removing intermediate container 15474e4608bd [2022-11-02T20:29:29.280Z] ---> 083dc6a225c8 [2022-11-02T20:29:29.280Z] [2022-11-02T20:29:29.280Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T20:29:29.280Z] ---> a6215f271958 [2022-11-02T20:29:29.280Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-11-02T20:29:29.280Z] ---> Running in 786f146ac63d [2022-11-02T20:29:29.280Z] Removing intermediate container 786f146ac63d [2022-11-02T20:29:29.280Z] ---> 036b047c777a [2022-11-02T20:29:29.280Z] Step 12/22 : ENV APP_PORT=59880 [2022-11-02T20:29:29.280Z] ---> Running in 33ba8a2435ac [2022-11-02T20:29:29.280Z] ---> ea91cd380f03 [2022-11-02T20:29:29.280Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-11-02T20:29:29.280Z] Removing intermediate container 33ba8a2435ac [2022-11-02T20:29:29.280Z] ---> b554c44c8dc7 [2022-11-02T20:29:29.280Z] Step 13/22 : EXPOSE $APP_PORT [2022-11-02T20:29:29.280Z] ---> Running in 548a8c910ccd [2022-11-02T20:29:29.280Z] Removing intermediate container 548a8c910ccd [2022-11-02T20:29:29.280Z] ---> a6ae0a477d92 [2022-11-02T20:29:29.280Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-11-02T20:29:29.280Z] ---> Running in 517ee90b112b [2022-11-02T20:29:29.280Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:29:29.280Z] ---> 67ef05911602 [2022-11-02T20:29:29.280Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-11-02T20:29:29.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:29:30.505Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-11-02T20:29:30.506Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-11-02T20:29:30.771Z] (3/6) Installing libsodium (1.0.18-r0) [2022-11-02T20:29:30.771Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-02T20:29:30.772Z] (5/6) Installing libzmq (4.3.4-r0) [2022-11-02T20:29:30.772Z] (6/6) Installing zeromq (4.3.4-r0) [2022-11-02T20:29:30.772Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:29:30.772Z] OK: 8 MiB in 20 packages [2022-11-02T20:29:31.038Z] ---> 5a2fc6b5340b [2022-11-02T20:29:31.038Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-11-02T20:29:31.303Z] ---> Running in b2d964c9d251 [2022-11-02T20:29:32.258Z] Removing intermediate container b2d964c9d251 [2022-11-02T20:29:32.258Z] ---> 40fba448da09 [2022-11-02T20:29:32.258Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:29:32.258Z] ---> Running in 279e920b3878 [2022-11-02T20:29:32.838Z] Removing intermediate container 517ee90b112b [2022-11-02T20:29:32.838Z] ---> 650edd77d734 [2022-11-02T20:29:32.838Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:29:33.105Z] Removing intermediate container 279e920b3878 [2022-11-02T20:29:33.105Z] ---> f7b8cb63c423 [2022-11-02T20:29:33.105Z] Step 20/22 : LABEL arch=arm64 [2022-11-02T20:29:33.105Z] ---> Running in 0b3b16bee901 [2022-11-02T20:29:33.687Z] Removing intermediate container 0b3b16bee901 [2022-11-02T20:29:33.687Z] ---> 5a4a49699b37 [2022-11-02T20:29:33.687Z] Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T20:29:33.956Z] ---> 87df5e67e4d9 [2022-11-02T20:29:33.956Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-11-02T20:29:33.956Z] ---> Running in 1bb536a5a2a1 [2022-11-02T20:29:34.931Z] Removing intermediate container 1bb536a5a2a1 [2022-11-02T20:29:34.931Z] ---> 46219fadf960 [2022-11-02T20:29:34.931Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T20:29:34.931Z] ---> Running in cbb2e363e606 [2022-11-02T20:29:35.512Z] Removing intermediate container cbb2e363e606 [2022-11-02T20:29:35.512Z] ---> d55f47906106 [2022-11-02T20:29:35.512Z] [2022-11-02T20:29:36.093Z] Successfully built d55f47906106 [2022-11-02T20:29:36.093Z] Successfully tagged support-scheduler-arm64:latest [2022-11-02T20:29:36.093Z]  Building support-scheduler ... done  ---> 778625bc5e43 [2022-11-02T20:29:36.093Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-11-02T20:29:37.059Z] ---> 3889a14094ce [2022-11-02T20:29:37.059Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-11-02T20:29:37.059Z] ---> Running in ca3322a48cbc [2022-11-02T20:29:37.644Z] Removing intermediate container ca3322a48cbc [2022-11-02T20:29:37.644Z] ---> 7ef813e1e5b1 [2022-11-02T20:29:37.644Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:29:37.644Z] ---> Running in 914eb1ac0c8b [2022-11-02T20:29:38.222Z] Removing intermediate container 914eb1ac0c8b [2022-11-02T20:29:38.222Z] ---> 97f117ad1759 [2022-11-02T20:29:38.222Z] Step 20/22 : LABEL arch=arm64 [2022-11-02T20:29:38.222Z] ---> Running in 58ef4d2f5e45 [2022-11-02T20:29:38.809Z] Removing intermediate container 58ef4d2f5e45 [2022-11-02T20:29:38.809Z] ---> 7fff4b5bfb0c [2022-11-02T20:29:38.809Z] Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T20:29:38.809Z] ---> Running in 59230b403521 [2022-11-02T20:29:39.081Z] Removing intermediate container 59230b403521 [2022-11-02T20:29:39.081Z] ---> 5465cdc572b2 [2022-11-02T20:29:39.081Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T20:29:39.345Z] ---> Running in e07bcae22244 [2022-11-02T20:29:39.926Z] Removing intermediate container e07bcae22244 [2022-11-02T20:29:39.926Z] ---> e03b885f4f38 [2022-11-02T20:29:39.926Z] [2022-11-02T20:29:40.192Z] Successfully built e03b885f4f38 [2022-11-02T20:29:40.192Z] Successfully tagged core-data-arm64:latest [2022-11-02T20:30:12.501Z]  Building core-data ... done Removing intermediate container 38cd10fb5825 [2022-11-02T20:30:12.501Z] ---> 01ded07b2a16 [2022-11-02T20:30:12.501Z] [2022-11-02T20:30:12.501Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T20:30:12.501Z] ---> a6215f271958 [2022-11-02T20:30:12.501Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-11-02T20:30:12.501Z] ---> Running in 7ed82182e419 [2022-11-02T20:30:13.532Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:30:13.532Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:30:14.504Z] (1/2) Installing ca-certificates (20220614-r0) [2022-11-02T20:30:14.779Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-11-02T20:30:14.779Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:30:14.779Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:30:15.050Z] OK: 6 MiB in 16 packages [2022-11-02T20:30:16.507Z] Removing intermediate container 7ed82182e419 [2022-11-02T20:30:16.507Z] ---> 78c84c8830a6 [2022-11-02T20:30:16.507Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:30:16.507Z] ---> Running in f4ea2e87912a [2022-11-02T20:30:16.771Z] Removing intermediate container f4ea2e87912a [2022-11-02T20:30:16.771Z] ---> 03caf0cdf8a9 [2022-11-02T20:30:16.771Z] Step 13/22 : ENV APP_PORT=59860 [2022-11-02T20:30:16.771Z] ---> Running in 19453bc3e9b9 [2022-11-02T20:30:17.037Z] Removing intermediate container 19453bc3e9b9 [2022-11-02T20:30:17.037Z] ---> 5155fa8cae36 [2022-11-02T20:30:17.037Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T20:30:17.037Z] ---> Running in cd9e9315c2ab [2022-11-02T20:30:17.620Z] Removing intermediate container cd9e9315c2ab [2022-11-02T20:30:17.620Z] ---> 99f95fd7716b [2022-11-02T20:30:17.620Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:30:17.886Z] ---> 52322c5110d6 [2022-11-02T20:30:17.886Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-11-02T20:30:19.821Z] ---> 325b990eb3b8 [2022-11-02T20:30:19.821Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-11-02T20:30:20.086Z] ---> 75728621e2d1 [2022-11-02T20:30:20.086Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-11-02T20:30:20.086Z] ---> Running in 17ac1dd69f43 [2022-11-02T20:30:20.362Z] Removing intermediate container 17ac1dd69f43 [2022-11-02T20:30:20.362Z] ---> c0d1d4d1307e [2022-11-02T20:30:20.362Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:30:20.362Z] ---> Running in c03b32ab2e11 [2022-11-02T20:30:20.945Z] Removing intermediate container c03b32ab2e11 [2022-11-02T20:30:20.945Z] ---> 205ddaed4d54 [2022-11-02T20:30:20.945Z] Step 20/22 : LABEL arch=arm64 [2022-11-02T20:30:20.945Z] ---> Running in 71643f880a86 [2022-11-02T20:30:21.211Z] Removing intermediate container 71643f880a86 [2022-11-02T20:30:21.211Z] ---> 29fd74def90d [2022-11-02T20:30:21.211Z] Step 21/22 : LABEL git_sha=7baca2cc14f90209f5d611f511480e635688580e [2022-11-02T20:30:21.211Z] ---> Running in a464940b0d02 [2022-11-02T20:30:21.477Z] Removing intermediate container a464940b0d02 [2022-11-02T20:30:21.477Z] ---> 6d2cd171e0a0 [2022-11-02T20:30:21.477Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T20:30:21.477Z] ---> Running in d85d3a207d9e [2022-11-02T20:30:22.059Z] Removing intermediate container d85d3a207d9e [2022-11-02T20:30:22.059Z] ---> ad5886e4ed10 [2022-11-02T20:30:22.059Z] [2022-11-02T20:30:22.059Z] Successfully built ad5886e4ed10 [2022-11-02T20:30:22.324Z] Successfully tagged support-notifications-arm64:latest [2022-11-02T20:30:22.599Z]  Building support-notifications ... done  [Pipeline] } [2022-11-02T20:30:22.598Z] $ docker stop --time=1 fb6c87045cd8f836a8af0882343785b32699adc58170efffdae4f28b344b2a7f [2022-11-02T20:30:24.264Z] $ docker rm -f fb6c87045cd8f836a8af0882343785b32699adc58170efffdae4f28b344b2a7f [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-02T20:30:24.840Z] + docker images [2022-11-02T20:30:25.107Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-11-02T20:30:25.107Z] support-notifications-arm64 latest ad5886e4ed10 3 seconds ago 29.5MB [2022-11-02T20:30:25.107Z] 01ded07b2a16 14 seconds ago 1.5GB [2022-11-02T20:30:25.107Z] core-data-arm64 latest e03b885f4f38 45 seconds ago 20.8MB [2022-11-02T20:30:25.107Z] support-scheduler-arm64 latest d55f47906106 49 seconds ago 28.8MB [2022-11-02T20:30:25.107Z] 083dc6a225c8 About a minute ago 1.44GB [2022-11-02T20:30:25.107Z] 295671f263bc About a minute ago 1.5GB [2022-11-02T20:30:25.107Z] security-secretstore-setup-arm64 latest 4aad191aa155 3 minutes ago 28.6MB [2022-11-02T20:30:25.107Z] 6fa89a2828c8 4 minutes ago 1.43GB [2022-11-02T20:30:25.107Z] security-bootstrapper-arm64 latest d20c291f9e4c 4 minutes ago 19.4MB [2022-11-02T20:30:25.107Z] 1541448d1ad6 4 minutes ago 1.43GB [2022-11-02T20:30:25.107Z] core-metadata-arm64 latest 9671d01ac109 7 minutes ago 17.7MB [2022-11-02T20:30:25.107Z] 67ddc59f0c24 8 minutes ago 1.44GB [2022-11-02T20:30:25.107Z] security-proxy-setup-arm64 latest 8eb57cb3b279 9 minutes ago 26.7MB [2022-11-02T20:30:25.107Z] e8d509129da5 9 minutes ago 1.43GB [2022-11-02T20:30:25.107Z] security-spiffe-token-provider-arm64 latest cbac343839ee 10 minutes ago 28.8MB [2022-11-02T20:30:25.107Z] bfb78f49be5a 10 minutes ago 1.47GB [2022-11-02T20:30:25.107Z] sys-mgmt-agent-arm64 latest 6d2335e5988b 11 minutes ago 133MB [2022-11-02T20:30:25.107Z] core-command-arm64 latest 54161fee6b2d 12 minutes ago 16.9MB [2022-11-02T20:30:25.107Z] 7b9fe58d8514 12 minutes ago 1.44GB [2022-11-02T20:30:25.107Z] 05af648cab70 13 minutes ago 1.42GB [2022-11-02T20:30:25.107Z] security-spire-server-arm64 latest 3d573769ad37 16 minutes ago 84.3MB [2022-11-02T20:30:25.107Z] b35cb6fbc5b9 16 minutes ago 1.31GB [2022-11-02T20:30:25.107Z] security-spire-agent-arm64 latest 1841d0bf99e0 19 minutes ago 122MB [2022-11-02T20:30:25.107Z] security-spire-config-arm64 latest e5e832106689 19 minutes ago 83.6MB [2022-11-02T20:30:25.107Z] 799161b4e2cd 20 minutes ago 1.31GB [2022-11-02T20:30:25.107Z] 8a56e4f466d2 20 minutes ago 1.31GB [2022-11-02T20:30:25.107Z] ci-base-image-arm64 latest 688209fee686 35 minutes ago 943MB [2022-11-02T20:30:25.107Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 3 weeks ago 679MB [2022-11-02T20:30:25.107Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-11-02T20:30:25.107Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-11-02T20:30:25.107Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:30:25.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-02T20:30:25.890Z] [2022-11-02T20:30:25.890Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:30:26.279Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-02T20:30:26.279Z] arm64: Pulling from edgex-lftools-log-publisher [2022-11-02T20:30:26.279Z] 8998bd30e6a1: Pulling fs layer [2022-11-02T20:30:26.279Z] 04944245beec: Pulling fs layer [2022-11-02T20:30:26.279Z] 699f458cf7ca: Pulling fs layer [2022-11-02T20:30:26.279Z] 765212b225bb: Pulling fs layer [2022-11-02T20:30:26.279Z] f23df028b6ca: Pulling fs layer [2022-11-02T20:30:26.279Z] d65c8cfc05b1: Pulling fs layer [2022-11-02T20:30:26.279Z] 2437ff75d9bd: Pulling fs layer [2022-11-02T20:30:26.279Z] 765212b225bb: Waiting [2022-11-02T20:30:26.279Z] d65c8cfc05b1: Waiting [2022-11-02T20:30:26.279Z] f23df028b6ca: Waiting [2022-11-02T20:30:26.543Z] 04944245beec: Verifying Checksum [2022-11-02T20:30:26.543Z] 04944245beec: Download complete [2022-11-02T20:30:26.543Z] 765212b225bb: Download complete [2022-11-02T20:30:26.543Z] f23df028b6ca: Download complete [2022-11-02T20:30:26.543Z] d65c8cfc05b1: Verifying Checksum [2022-11-02T20:30:26.543Z] d65c8cfc05b1: Download complete [2022-11-02T20:30:26.810Z] 699f458cf7ca: Verifying Checksum [2022-11-02T20:30:26.810Z] 699f458cf7ca: Download complete [2022-11-02T20:30:27.077Z] 8998bd30e6a1: Verifying Checksum [2022-11-02T20:30:27.077Z] 8998bd30e6a1: Download complete [2022-11-02T20:30:29.651Z] 2437ff75d9bd: Verifying Checksum [2022-11-02T20:30:29.651Z] 2437ff75d9bd: Download complete [2022-11-02T20:30:31.052Z] 8998bd30e6a1: Pull complete [2022-11-02T20:30:31.320Z] 04944245beec: Pull complete [2022-11-02T20:30:32.722Z] 699f458cf7ca: Pull complete [2022-11-02T20:30:32.722Z] 765212b225bb: Pull complete [2022-11-02T20:30:33.678Z] f23df028b6ca: Pull complete [2022-11-02T20:30:33.678Z] d65c8cfc05b1: Pull complete [2022-11-02T20:30:48.650Z] 2437ff75d9bd: Pull complete [2022-11-02T20:30:48.650Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-11-02T20:30:48.650Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-02T20:30:48.650Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T20:30:49.000Z] prd-ubuntu20.04-docker-arm64-4c-16g-117928 does not seem to be running inside a container [2022-11-02T20:30:49.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-11-02T20:30:52.143Z] $ docker top 414f1b0a08906b508b697880ef48595d994faa8f38de664c78093040c10e3310 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:30:53.110Z] ---> job-cost.sh [2022-11-02T20:30:53.110Z] lf-activate-venv: SKIPPING [2022-11-02T20:30:53.110Z] INFO: No Stack... [2022-11-02T20:30:53.378Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-11-02T20:30:54.335Z] INFO: Archiving Costs [Pipeline] sh [2022-11-02T20:30:55.019Z] + cut -d, -f6 [2022-11-02T20:30:55.019Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-11-02T20:30:55.072Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4225-1-stack-cost] [2022-11-02T20:30:55.076Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4225-1-stack-cost] did not exist. Created. [2022-11-02T20:30:55.076Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4225-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-11-02T20:30:55.810Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-11-02T20:30:56.013Z] Stashed 1 file(s) [Pipeline] } [2022-11-02T20:30:56.028Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4225-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-11-02T20:30:56.094Z] $ docker stop --time=1 414f1b0a08906b508b697880ef48595d994faa8f38de664c78093040c10e3310 [2022-11-02T20:30:57.621Z] $ docker rm -f 414f1b0a08906b508b697880ef48595d994faa8f38de664c78093040c10e3310 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-11-02T20:30:58.635Z] provisioning config files... [2022-11-02T20:30:58.659Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config11417318693498467238tmp [Pipeline] { [Pipeline] sh [2022-11-02T20:30:59.016Z] + set +x [2022-11-02T20:30:59.016Z] + curl -s https://codecov.io/bash [2022-11-02T20:30:59.016Z] + bash -s -- [2022-11-02T20:30:59.016Z] [2022-11-02T20:30:59.016Z] _____ _ [2022-11-02T20:30:59.016Z] / ____| | | [2022-11-02T20:30:59.016Z] | | ___ __| | ___ ___ _____ __ [2022-11-02T20:30:59.016Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-11-02T20:30:59.016Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-11-02T20:30:59.016Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-11-02T20:30:59.016Z] Bash-1.0.6 [2022-11-02T20:30:59.016Z] [2022-11-02T20:30:59.016Z] [2022-11-02T20:30:59.016Z] ==> git version 2.25.1 found [2022-11-02T20:30:59.016Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-11-02T20:30:59.016Z] Release-Date: 2020-01-08 [2022-11-02T20:30:59.016Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-11-02T20:30:59.016Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-11-02T20:30:59.016Z] ==> Jenkins CI detected. [2022-11-02T20:30:59.016Z] current dir:  /w/workspace/edgex-go/1 [2022-11-02T20:30:59.016Z] project root: . [2022-11-02T20:30:59.016Z] --> token set from env [2022-11-02T20:30:59.016Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-11-02T20:30:59.016Z] ==> Running gcov in . (disable via -X gcov) [2022-11-02T20:30:59.016Z] ==> Python coveragepy not found [2022-11-02T20:30:59.016Z] ==> Searching for coverage reports in: [2022-11-02T20:30:59.016Z] + . [2022-11-02T20:30:59.016Z] -> Found 1 reports [2022-11-02T20:30:59.016Z] ==> Detecting git/mercurial file structure [2022-11-02T20:30:59.016Z] ==> Reading reports [2022-11-02T20:30:59.016Z] + ./coverage.out bytes=501828 [2022-11-02T20:30:59.016Z] ==> Appending adjustments [2022-11-02T20:30:59.016Z] https://docs.codecov.io/docs/fixing-reports [2022-11-02T20:31:00.393Z] + Found adjustments [2022-11-02T20:31:00.393Z] ==> Gzipping contents [2022-11-02T20:31:00.393Z] 64K /tmp/codecov.GBG4Ju.gz [2022-11-02T20:31:00.393Z] ==> Uploading reports [2022-11-02T20:31:00.393Z] url: https://codecov.io [2022-11-02T20:31:00.393Z] query: branch=PR-4225&commit=7baca2cc14f90209f5d611f511480e635688580e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4225%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4225&job=&cmd_args= [2022-11-02T20:31:00.393Z] -> Pinging Codecov [2022-11-02T20:31:00.393Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4225&commit=7baca2cc14f90209f5d611f511480e635688580e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4225%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4225&job=&cmd_args= [2022-11-02T20:31:00.653Z] -> Uploading to [2022-11-02T20:31:00.653Z] https://storage.googleapis.com/codecov/v4/raw/2022-11-02/00271124DB129430A58F1EEE437C3FCB/7baca2cc14f90209f5d611f511480e635688580e/c98d28b8-0c87-429c-ace2-3e70fb933840.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221102%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221102T203100Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2658d7bc66e1fcffda83f6396a8b705afadc6b92a5c798783d8cbc0f573ca498 [2022-11-02T20:31:00.653Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-11-02T20:31:00.653Z] Dload Upload Total Spent Left Speed [2022-11-02T20:31:00.911Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65325 0 0 100 65325 0 288k --:--:-- --:--:-- --:--:-- 289k [2022-11-02T20:31:00.911Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/7baca2cc14f90209f5d611f511480e635688580e [Pipeline] } [2022-11-02T20:31:00.938Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-11-02T20:31:02.273Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:31:02.594Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:31:03.471Z] ---> package-listing.sh [2022-11-02T20:31:03.471Z] ++ facter osfamily [2022-11-02T20:31:03.471Z] ++ tr '[:upper:]' '[:lower:]' [2022-11-02T20:31:03.729Z] + OS_FAMILY=debian [2022-11-02T20:31:03.729Z] + workspace=/w/workspace/edgex-go/1 [2022-11-02T20:31:03.729Z] + START_PACKAGES=/tmp/packages_start.txt [2022-11-02T20:31:03.729Z] + END_PACKAGES=/tmp/packages_end.txt [2022-11-02T20:31:03.729Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-11-02T20:31:03.729Z] + PACKAGES=/tmp/packages_start.txt [2022-11-02T20:31:03.729Z] + '[' /w/workspace/edgex-go/1 ']' [2022-11-02T20:31:03.729Z] + PACKAGES=/tmp/packages_end.txt [2022-11-02T20:31:03.729Z] + case "${OS_FAMILY}" in [2022-11-02T20:31:03.729Z] + dpkg -l [2022-11-02T20:31:03.729Z] + grep '^ii' [2022-11-02T20:31:03.729Z] + '[' -f /tmp/packages_start.txt ']' [2022-11-02T20:31:03.729Z] + '[' -f /tmp/packages_end.txt ']' [2022-11-02T20:31:03.729Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-11-02T20:31:03.729Z] + '[' /w/workspace/edgex-go/1 ']' [2022-11-02T20:31:03.729Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-11-02T20:31:03.729Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-11-02T20:31:03.762Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-11-02T20:31:04.075Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:31:04.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-02T20:31:04.696Z] [2022-11-02T20:31:04.696Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:31:05.069Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-02T20:31:05.069Z] latest: Pulling from edgex-lftools-log-publisher [2022-11-02T20:31:05.069Z] 5eb5b503b376: Pulling fs layer [2022-11-02T20:31:05.069Z] 5c69ac0246d0: Pulling fs layer [2022-11-02T20:31:05.069Z] ec43610c2a17: Pulling fs layer [2022-11-02T20:31:05.069Z] 3a2ae6a8a46f: Pulling fs layer [2022-11-02T20:31:05.069Z] 33b1e0a273af: Pulling fs layer [2022-11-02T20:31:05.069Z] 5d3b04190fa2: Pulling fs layer [2022-11-02T20:31:05.069Z] 2f39f015ded8: Pulling fs layer [2022-11-02T20:31:05.069Z] 3a2ae6a8a46f: Waiting [2022-11-02T20:31:05.069Z] 2f39f015ded8: Waiting [2022-11-02T20:31:05.069Z] 33b1e0a273af: Waiting [2022-11-02T20:31:05.069Z] 5d3b04190fa2: Waiting [2022-11-02T20:31:05.069Z] 5c69ac0246d0: Download complete [2022-11-02T20:31:05.069Z] 3a2ae6a8a46f: Verifying Checksum [2022-11-02T20:31:05.069Z] 3a2ae6a8a46f: Download complete [2022-11-02T20:31:05.069Z] 33b1e0a273af: Verifying Checksum [2022-11-02T20:31:05.069Z] 33b1e0a273af: Download complete [2022-11-02T20:31:05.069Z] 5d3b04190fa2: Download complete [2022-11-02T20:31:05.328Z] ec43610c2a17: Verifying Checksum [2022-11-02T20:31:05.328Z] ec43610c2a17: Download complete [2022-11-02T20:31:05.328Z] 5eb5b503b376: Verifying Checksum [2022-11-02T20:31:05.328Z] 5eb5b503b376: Download complete [2022-11-02T20:31:05.893Z] 2f39f015ded8: Download complete [2022-11-02T20:31:06.458Z] 5eb5b503b376: Pull complete [2022-11-02T20:31:06.458Z] 5c69ac0246d0: Pull complete [2022-11-02T20:31:07.023Z] ec43610c2a17: Pull complete [2022-11-02T20:31:07.023Z] 3a2ae6a8a46f: Pull complete [2022-11-02T20:31:07.279Z] 33b1e0a273af: Pull complete [2022-11-02T20:31:07.279Z] 5d3b04190fa2: Pull complete [2022-11-02T20:31:11.461Z] 2f39f015ded8: Pull complete [2022-11-02T20:31:11.461Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-11-02T20:31:11.461Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-02T20:31:11.461Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T20:31:11.645Z] prd-ubuntu20.04-docker-8c-8g-117925 does not seem to be running inside a container [2022-11-02T20:31:11.678Z] $ 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-11-02T20:31:13.229Z] $ docker top 55fed9b59d7f11f7ee8ead1c3ce7961d1489c27886adcfc6c2572b3b0178b23f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T20:31:13.607Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-11-02T20:31:13.916Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-11-02T20:31:14.226Z] + ls /var/log/sa-host [2022-11-02T20:31:14.226Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-02T20:31:14.356Z] provisioning config files... [2022-11-02T20:31:14.364Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config399789946056930142tmp [Pipeline] { [Pipeline] echo [2022-11-02T20:31:14.423Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:31:14.732Z] ---> create-netrc.sh [Pipeline] } [2022-11-02T20:31:14.759Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:31:15.154Z] ---> python-tools-install.sh [Pipeline] echo [2022-11-02T20:31:15.190Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:31:15.497Z] ---> sudo-logs.sh [2022-11-02T20:31:15.497Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-11-02T20:31:15.577Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:31:15.890Z] ---> job-cost.sh [2022-11-02T20:31:15.890Z] lf-activate-venv: SKIPPING [2022-11-02T20:31:15.890Z] DEBUG: total: 0.10999999940395355 [2022-11-02T20:31:15.890Z] INFO: Retrieving Stack Cost... [2022-11-02T20:31:16.458Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-11-02T20:31:16.715Z] INFO: Archiving Costs [Pipeline] echo [2022-11-02T20:31:16.752Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:31:17.058Z] ---> logs-deploy.sh [2022-11-02T20:31:17.058Z] lf-activate-venv: SKIPPING [2022-11-02T20:31:17.058Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4225/1 [2022-11-02T20:31:17.058Z] INFO: archiving workspace using pattern(s): [2022-11-02T20:31:17.995Z] Archives upload complete. [2022-11-02T20:31:17.995Z] INFO: archiving logs to Nexus