Pull request #4213 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8+23251983c73b29babdec2056f36690dce19c8f65 (2804ddc85fc32b99676868b20a08635d4ade682c) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15869710348583108013.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17703793920119835217.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4213/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4213/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13634609123884617829.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4213/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2509275274328448683.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15264738359151509661.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4213/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4213/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh818224533371758619.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-63749 in /w/workspace/edgexfoundry_edgex-go_PR-4213 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 23251983c73b29babdec2056f36690dce19c8f65 into PR head commit 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 Merge succeeded, producing 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 Checking out Revision 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 (PR-4213) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4213/head:refs/remotes/origin/PR-4213 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 23251983c73b29babdec2056f36690dce19c8f65 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:19:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:19:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:19:09 ========================================================= 01:19:09 EdgeX Global Pipelines Version Info 01:19:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:19:10 ------------------- 01:19:10 stable info: 01:19:10 ------------------- 01:19:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:19:10 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 01:19:10 Message: update stable to v1.0.243 01:19:10 ------------------- 01:19:10 experimental info: 01:19:10 ------------------- 01:19:10 Commited By: **** collab-it+edgex@linuxfoundation.org 01:19:10 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 01:19:10 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:19:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:19:10 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4213 [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4213 [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4213 [Pipeline] echo 01:19:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [Pipeline] echo 01:19:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26397e1 [Pipeline] echo 01:19:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:19:12 provisioning config files... 01:19:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4036330778713170179tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:19:12 ---> docker-login.sh 01:19:12 nexus3.edgexfoundry.org:10001 01:19:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:13 Configure a credential helper to remove this warning. See 01:19:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:13 01:19:13 Login Succeeded 01:19:13 nexus3.edgexfoundry.org:10002 01:19:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:13 Configure a credential helper to remove this warning. See 01:19:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:13 01:19:13 Login Succeeded 01:19:13 nexus3.edgexfoundry.org:10003 01:19:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:13 Configure a credential helper to remove this warning. See 01:19:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:13 01:19:13 Login Succeeded 01:19:13 nexus3.edgexfoundry.org:10004 01:19:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:13 Configure a credential helper to remove this warning. See 01:19:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:13 01:19:13 Login Succeeded 01:19:13 docker.io 01:19:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:13 Configure a credential helper to remove this warning. See 01:19:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:13 01:19:13 Login Succeeded 01:19:13 ---> docker-login.sh ends [Pipeline] } 01:19:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:19:14 + 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 01:19:14 + dirname cmd/core-command/Dockerfile 01:19:14 + cut -d/ -f2 01:19:14 + echo core-command,cmd/core-command/Dockerfile 01:19:14 + dirname cmd/core-data/Dockerfile 01:19:14 + cut -d/ -f2 01:19:14 + echo core-data,cmd/core-data/Dockerfile 01:19:14 + dirname cmd/core-metadata/Dockerfile 01:19:14 + cut -d/ -f2 01:19:14 + echo core-metadata,cmd/core-metadata/Dockerfile 01:19:14 + dirname cmd/security-bootstrapper/Dockerfile 01:19:14 + cut -d/ -f2 01:19:14 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:19:14 + dirname cmd/security-proxy-setup/Dockerfile 01:19:14 + cut -d/ -f2 01:19:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:19:14 + cut -d/ -f2 01:19:14 + dirname cmd/security-secretstore-setup/Dockerfile 01:19:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:19:14 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:19:14 + cut -d/ -f2 01:19:14 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:19:14 + dirname cmd/security-spire-agent/Dockerfile 01:19:14 + cut -d/ -f2 01:19:14 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:19:14 + dirname cmd/security-spire-config/Dockerfile 01:19:14 + cut -d/ -f2 01:19:14 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:19:14 + dirname cmd/security-spire-server/Dockerfile 01:19:14 + cut -d/ -f2 01:19:14 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:19:14 + cut -d/ -f2 01:19:14 + dirname cmd/support-notifications/Dockerfile 01:19:14 + echo support-notifications,cmd/support-notifications/Dockerfile 01:19:14 + dirname cmd/support-scheduler/Dockerfile 01:19:14 + cut -d/ -f2 01:19:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:19:14 + dirname cmd/sys-mgmt-agent/Dockerfile 01:19:14 + cut -d/ -f2 01:19:14 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:19:14 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 01:19:15 + git rev-list -1 --merges 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8~1..26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [Pipeline] echo 01:19:15 -----------> git rev-list -1 --merges 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8~1..26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [false] [Pipeline] sh 01:19:15 + git log --format=format:%s -1 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [Pipeline] echo 01:19:15 ========================================================= 01:19:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:19:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:19:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:19:15 + grep -v github /etc/ssh/ssh_known_hosts 01:19:15 + [ -e /tmp/ssh_known_hosts ] 01:19:15 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:19:15 + + sudo tee -a /etc/ssh/ssh_known_hosts 01:19:15 echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:19:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:19:16 01:19:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:19:16 0.1.4: Pulling from edgex-devops/py-git-semver 01:19:16 b85a868b505f: Pulling fs layer 01:19:16 e2be974225ed: Pulling fs layer 01:19:16 339a4e72a1f5: Pulling fs layer 01:19:16 988bab9f4d93: Pulling fs layer 01:19:16 1469e6f7b9e6: Pulling fs layer 01:19:16 eaf3925da568: Pulling fs layer 01:19:16 bab4dde63d76: Pulling fs layer 01:19:16 bde34c3a00c8: Pulling fs layer 01:19:16 b352a97aabf1: Pulling fs layer 01:19:16 1469e6f7b9e6: Waiting 01:19:16 bab4dde63d76: Waiting 01:19:16 eaf3925da568: Waiting 01:19:16 4872d77fe225: Pulling fs layer 01:19:16 5851b861e8e6: Pulling fs layer 01:19:16 b352a97aabf1: Waiting 01:19:16 4872d77fe225: Waiting 01:19:16 5851b861e8e6: Waiting 01:19:16 e2be974225ed: Download complete 01:19:16 988bab9f4d93: Download complete 01:19:17 1469e6f7b9e6: Verifying Checksum 01:19:17 1469e6f7b9e6: Download complete 01:19:17 eaf3925da568: Verifying Checksum 01:19:17 eaf3925da568: Download complete 01:19:17 339a4e72a1f5: Verifying Checksum 01:19:17 339a4e72a1f5: Download complete 01:19:17 bde34c3a00c8: Verifying Checksum 01:19:17 bde34c3a00c8: Download complete 01:19:17 b352a97aabf1: Verifying Checksum 01:19:17 b352a97aabf1: Download complete 01:19:17 4872d77fe225: Verifying Checksum 01:19:17 4872d77fe225: Download complete 01:19:17 5851b861e8e6: Verifying Checksum 01:19:17 5851b861e8e6: Download complete 01:19:17 b85a868b505f: Verifying Checksum 01:19:17 b85a868b505f: Download complete 01:19:17 bab4dde63d76: Verifying Checksum 01:19:17 bab4dde63d76: Download complete 01:19:18 b85a868b505f: Pull complete 01:19:18 e2be974225ed: Pull complete 01:19:19 339a4e72a1f5: Pull complete 01:19:19 988bab9f4d93: Pull complete 01:19:19 1469e6f7b9e6: Pull complete 01:19:19 eaf3925da568: Pull complete 01:19:21 bab4dde63d76: Pull complete 01:19:21 bde34c3a00c8: Pull complete 01:19:21 b352a97aabf1: Pull complete 01:19:21 4872d77fe225: Pull complete 01:19:21 5851b861e8e6: Pull complete 01:19:21 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:19:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:19:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:19:21 prd-ubuntu20.04-docker-8c-8g-63749 does not seem to be running inside a container 01:19:21 $ 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 01:19:23 $ docker top 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 -eo pid,comm 01:19:23 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). 01:19:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:19:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:19:24 [ssh-agent] Looking for ssh-agent implementation... 01:19:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:19:24 $ docker exec 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 ssh-agent 01:19:24 SSH_AUTH_SOCK=/tmp/ssh-mnjEI2Cd28bZ/agent.33 01:19:24 SSH_AGENT_PID=40 01:19:24 Running ssh-add (command line suppressed) 01:19:24 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2392433652807586369.key (/w/workspace/edgex-go/1@tmp/private_key_2392433652807586369.key) 01:19:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:19:24 + git tag --points-at HEAD [Pipeline] } 01:19:24 $ docker exec --env ******** --env ******** 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 ssh-agent -k 01:19:24 unset SSH_AUTH_SOCK; 01:19:24 unset SSH_AGENT_PID; 01:19:24 echo Agent pid 40 killed; 01:19:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:19:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:19:25 [ssh-agent] Looking for ssh-agent implementation... 01:19:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:19:25 $ docker exec 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 ssh-agent 01:19:25 SSH_AUTH_SOCK=/tmp/ssh-5jJaU4qQ88Mo/agent.72 01:19:25 SSH_AGENT_PID=79 01:19:25 Running ssh-add (command line suppressed) 01:19:25 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1068368909322229359.key (/w/workspace/edgex-go/1@tmp/private_key_1068368909322229359.key) 01:19:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:19:25 + git semver init 01:19:25 2022-10-25 01:19:25,930 [run_init] DEBUG init version:0.0.0 force:False 01:19:25 2022-10-25 01:19:25,931 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 01:19:25 2022-10-25 01:19:25,932 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 01:19:25 2022-10-25 01:19:25,933 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 01:19:31 2022-10-25 01:19:30,619 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 01:19:31 2022-10-25 01:19:30,620 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4213 with force:False 01:19:31 2022-10-25 01:19:30,620 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4213 01:19:31 2022-10-25 01:19:30,626 [execute] INFO git cat-file --batch-check 01:19:31 2022-10-25 01:19:30,626 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 01:19:31 2022-10-25 01:19:30,633 [execute] INFO git cat-file --batch 01:19:31 2022-10-25 01:19:30,634 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 01:19:31 2022-10-25 01:19:30,639 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4213 01:19:31 0.0.0 [Pipeline] } 01:19:31 $ docker exec --env ******** --env ******** 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 ssh-agent -k 01:19:31 unset SSH_AUTH_SOCK; 01:19:31 unset SSH_AGENT_PID; 01:19:31 echo Agent pid 79 killed; 01:19:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:19:31 + git semver [Pipeline] } 01:19:32 $ docker stop --time=1 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 01:19:33 $ docker rm -f 778897c082b10e13874d07c5ff299eb904039ceb46bc12c2ba3ea8e9b0988ae1 [Pipeline] // withDockerContainer [Pipeline] sh 01:19:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:19:34 Stashed 1 file(s) [Pipeline] echo 01:19:34 [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 01:19:34 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 01:19:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:19:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:19:34 ========================================================= 01:19:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 01:19:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:19:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:19:35 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 01:19:35 213ec9aee27d: Pulling fs layer 01:19:35 4583459ba037: Pulling fs layer 01:19:35 93c1e223e6f2: Pulling fs layer 01:19:35 53926ce57604: Pulling fs layer 01:19:35 21b2b0c7a3f4: Pulling fs layer 01:19:35 30f14e443154: Pulling fs layer 01:19:35 801331c1e519: Pulling fs layer 01:19:35 99cc6dd402b0: Pulling fs layer 01:19:35 7d9ed39f4882: Pulling fs layer 01:19:35 53926ce57604: Waiting 01:19:35 21b2b0c7a3f4: Waiting 01:19:35 801331c1e519: Waiting 01:19:35 30f14e443154: Waiting 01:19:35 99cc6dd402b0: Waiting 01:19:35 7d9ed39f4882: Waiting 01:19:35 93c1e223e6f2: Verifying Checksum 01:19:35 93c1e223e6f2: Download complete 01:19:35 4583459ba037: Verifying Checksum 01:19:35 4583459ba037: Download complete 01:19:35 21b2b0c7a3f4: Verifying Checksum 01:19:35 21b2b0c7a3f4: Download complete 01:19:35 30f14e443154: Verifying Checksum 01:19:35 30f14e443154: Download complete 01:19:35 213ec9aee27d: Download complete 01:19:35 801331c1e519: Verifying Checksum 01:19:35 801331c1e519: Download complete 01:19:35 213ec9aee27d: Pull complete 01:19:35 4583459ba037: Pull complete 01:19:35 93c1e223e6f2: Pull complete 01:19:35 7d9ed39f4882: Verifying Checksum 01:19:35 7d9ed39f4882: Download complete 01:19:36 99cc6dd402b0: Verifying Checksum 01:19:36 99cc6dd402b0: Download complete 01:19:36 53926ce57604: Verifying Checksum 01:19:36 53926ce57604: Download complete 01:19:40 53926ce57604: Pull complete 01:19:40 21b2b0c7a3f4: Pull complete 01:19:40 30f14e443154: Pull complete 01:19:40 801331c1e519: Pull complete 01:19:42 99cc6dd402b0: Pull complete 01:19:43 7d9ed39f4882: Pull complete 01:19:43 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 01:19:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:19:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 01:19:43 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:19:43 WORKDIR /edgex 01:19:43 COPY go.mod . 01:19:43 RUN go mod download 01:19:43 + docker build -t ci-base-image-x86_64 -f - . 01:19:44 Sending build context to Docker daemon 169.7MB 01:19:44 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:19:44 ---> 1dedd983c030 01:19:44 Step 2/4 : WORKDIR /edgex 01:19:48 ---> Running in 36e7e4a93225 01:19:48 Removing intermediate container 36e7e4a93225 01:19:48 ---> e53e3d06e7a1 01:19:48 Step 3/4 : COPY go.mod . 01:19:48 ---> 213caeebe3ff 01:19:48 Step 4/4 : RUN go mod download 01:19:48 ---> Running in 4414eb734014 01:19:49 Still waiting to schedule task 01:19:49 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 01:20:06 Removing intermediate container 4414eb734014 01:20:06 ---> dda9b3482598 01:20:06 Successfully built dda9b3482598 01:20:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:07 + docker inspect -f . ci-base-image-x86_64 01:20:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:20:07 prd-ubuntu20.04-docker-8c-8g-63749 does not seem to be running inside a container 01:20:07 $ 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 01:20:07 $ docker top 26a5d441a1a6c90a3eba99efaaeaa4428e0f527d5ce11cec5ca70efdba7af045 -eo pid,comm [Pipeline] { [Pipeline] sh 01:20:08 + go version 01:20:08 go version go1.18.7 linux/amd64 [Pipeline] } 01:20:08 $ docker stop --time=1 26a5d441a1a6c90a3eba99efaaeaa4428e0f527d5ce11cec5ca70efdba7af045 01:20:09 $ docker rm -f 26a5d441a1a6c90a3eba99efaaeaa4428e0f527d5ce11cec5ca70efdba7af045 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:10 + docker inspect -f . ci-base-image-x86_64 01:20:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:20:10 prd-ubuntu20.04-docker-8c-8g-63749 does not seem to be running inside a container 01:20:10 $ 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 01:20:10 $ docker top d295ec2f68eac90212e1ca1ed48bd01991c755a0b20b80128fd0dc989cadea65 -eo pid,comm [Pipeline] { [Pipeline] echo 01:20:10 ========================================================= 01:20:10 [edgeXBuildGoParallel] Running Tests and Build... 01:20:10 ========================================================= [Pipeline] sh 01:20:11 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 01:20:11 + make test 01:20:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:20:19 ? github.com/edgexfoundry/edgex-go [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 01:20:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.102s coverage: 28.7% of statements 01:20:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:20:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.091s coverage: 98.5% of statements 01:20:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.146s coverage: 42.3% of statements 01:20:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 01:20:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.081s coverage: 54.2% of statements 01:20:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:20:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:20:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.920s coverage: 89.2% of statements 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 01:20:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.096s coverage: 2.2% of statements 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:20:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.493s coverage: 95.6% of statements 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 01:20:38 ok github.com/edgexfoundry/edgex-go/internal/io 0.070s coverage: 72.2% of statements 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:20:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.057s coverage: 60.0% of statements 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:20:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.074s coverage: 0.9% of statements 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:20:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 01:20:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.082s coverage: 29.6% of statements 01:20:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:20:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements 01:20:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.107s coverage: 79.5% of statements 01:20:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements 01:20:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 01:20:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.092s coverage: 87.5% of statements 01:20:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements 01:20:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 01:20:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.221s coverage: 79.9% of statements 01:20:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.120s coverage: 92.9% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.077s coverage: 86.9% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 58.8% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.0% of statements 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.108s coverage: 85.4% of statements 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.2% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 64.7% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 65.8% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.206s coverage: 41.8% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.076s coverage: 84.8% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.085s coverage: 17.7% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.162s coverage: 92.3% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 01:20:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 01:20:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 96.9% of statements 01:20:57 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 01:21:19 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." 01:21:19 GO111MODULE=on go vet ./... 01:21:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:21:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:21:22 ./bin/test-attribution-txt.sh [Pipeline] echo 01:21:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 01:21:23 + ls -al . 01:21:23 total 768 01:21:23 drwxrwxr-x 11 1001 1001 4096 Oct 25 01:20 . 01:21:23 drwxr-xr-x 4 root root 4096 Oct 25 01:20 .. 01:21:23 drwxrwxr-x 2 1001 1001 4096 Oct 25 01:19 .blubracket 01:21:23 -rw-rw-r-- 1 1001 1001 16 Oct 25 01:19 .dockerignore 01:21:23 drwxrwxr-x 8 1001 1001 4096 Oct 25 01:20 .git 01:21:23 drwxrwxr-x 3 1001 1001 4096 Oct 25 01:19 .github 01:21:23 -rw-rw-r-- 1 1001 1001 1030 Oct 25 01:19 .gitignore 01:21:23 -rw-rw-r-- 1 1001 1001 42 Oct 25 01:19 .golangci.yml 01:21:23 -rw-rw-r-- 1 1001 1001 87 Oct 25 01:19 .hadolint.yml 01:21:23 drwxr-xr-x 3 1001 1001 4096 Oct 25 01:19 .semver 01:21:23 -rw-rw-r-- 1 1001 1001 166 Oct 25 01:19 .sonarcloud.properties 01:21:23 -rw-rw-r-- 1 1001 1001 1171 Oct 25 01:19 ADOPTERS.md 01:21:23 -rw-rw-r-- 1 1001 1001 10722 Oct 25 01:19 Attribution.txt 01:21:23 -rw-rw-r-- 1 1001 1001 63209 Oct 25 01:19 CHANGELOG.md 01:21:23 -rw-rw-r-- 1 1001 1001 3804 Oct 25 01:19 CONTRIBUTING.md 01:21:23 -rw-rw-r-- 1 1001 1001 677 Oct 25 01:19 GOVERNANCE.md 01:21:23 -rw-rw-r-- 1 1001 1001 850 Oct 25 01:19 Jenkinsfile 01:21:23 -rw-rw-r-- 1 1001 1001 10775 Oct 25 01:19 LICENSE 01:21:23 -rw-rw-r-- 1 1001 1001 13857 Oct 25 01:19 Makefile 01:21:23 -rw-rw-r-- 1 1001 1001 582 Oct 25 01:19 OWNERS.md 01:21:23 -rw-rw-r-- 1 1001 1001 9799 Oct 25 01:19 README.md 01:21:23 -rw-rw-r-- 1 1001 1001 6912 Oct 25 01:19 SECURITY.md 01:21:23 -rw-rw-r-- 1 1001 1001 5 Oct 25 01:19 VERSION 01:21:23 -rw-rw-r-- 1 1001 1001 4131 Oct 25 01:19 ZMQWindows.md 01:21:23 drwxrwxr-x 2 1001 1001 4096 Oct 25 01:19 bin 01:21:23 drwxrwxr-x 18 1001 1001 4096 Oct 25 01:19 cmd 01:21:23 -rw-r--r-- 1 root root 500482 Oct 25 01:20 coverage.out 01:21:23 -rw-rw-r-- 1 1001 1001 3446 Oct 25 01:19 go.mod 01:21:23 -rw-rw-r-- 1 1001 1001 45060 Oct 25 01:19 go.sum 01:21:23 drwxrwxr-x 8 1001 1001 4096 Oct 25 01:19 internal 01:21:23 drwxrwxr-x 3 1001 1001 4096 Oct 25 01:19 openapi 01:21:23 drwxrwxr-x 4 1001 1001 4096 Oct 25 01:19 snap 01:21:23 -rw-rw-r-- 1 1001 1001 204 Oct 25 01:19 version.go [Pipeline] sh 01:21:23 + '[' -e coverage.out ] 01:21:23 + chown 1001:1001 coverage.out [Pipeline] stash 01:21:23 Stashed 1 file(s) [Pipeline] sh 01:21:24 + make build 01:21:24 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 01:21:38 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 01:21:51 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 01:21:51 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 01:21:57 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 01:21:57 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 01:21:59 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 01:22:01 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 01:22:02 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 01:22:03 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 01:22:04 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 01:22:05 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 01:22:06 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] } 01:22:07 $ docker stop --time=1 d295ec2f68eac90212e1ca1ed48bd01991c755a0b20b80128fd0dc989cadea65 01:22:12 $ docker rm -f d295ec2f68eac90212e1ca1ed48bd01991c755a0b20b80128fd0dc989cadea65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:22:13 01:22:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:22:13 latest: Pulling from edgex-devops/edgex-compose 01:22:13 cbdbe7a5bc2a: Pulling fs layer 01:22:13 ca9280d653b3: Pulling fs layer 01:22:13 7e9c9ca2126c: Pulling fs layer 01:22:13 cbdbe7a5bc2a: Verifying Checksum 01:22:13 cbdbe7a5bc2a: Download complete 01:22:14 cbdbe7a5bc2a: Pull complete 01:22:14 ca9280d653b3: Verifying Checksum 01:22:14 ca9280d653b3: Download complete 01:22:14 7e9c9ca2126c: Verifying Checksum 01:22:14 7e9c9ca2126c: Download complete 01:22:14 ca9280d653b3: Pull complete 01:22:18 7e9c9ca2126c: Pull complete 01:22:18 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:22:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:22:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:22:18 prd-ubuntu20.04-docker-8c-8g-63749 does not seem to be running inside a container 01:22:18 $ 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 01:22:20 $ docker top 40879f17fa0f44fa03bcf2e5b5925cbf57d0f47c3c535ea74b8ec171990dea27 -eo pid,comm [Pipeline] { [Pipeline] sh 01:22:20 + docker-compose build --help 01:22:20 + grep parallel 01:22:21 --parallel Build images in parallel. [Pipeline] } 01:22:21 $ docker stop --time=1 40879f17fa0f44fa03bcf2e5b5925cbf57d0f47c3c535ea74b8ec171990dea27 01:22:23 $ docker rm -f 40879f17fa0f44fa03bcf2e5b5925cbf57d0f47c3c535ea74b8ec171990dea27 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:22:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:22:23 prd-ubuntu20.04-docker-8c-8g-63749 does not seem to be running inside a container 01:22:23 $ 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 01:22:24 $ docker top 2a9271fbab9a3d1b6bb1005e7287b477f87ccbd2cf9a974f952cc3013409d66a -eo pid,comm [Pipeline] { [Pipeline] sh 01:22:24 + docker-compose -f ./docker-compose-build.yml build --parallel 01:22:25 Building core-command ... 01:22:25 Building core-data ... 01:22:25 Building core-metadata ... 01:22:25 Building security-bootstrapper ... 01:22:25 Building security-proxy-setup ... 01:22:25 Building security-secretstore-setup ... 01:22:25 Building security-spiffe-token-provider ... 01:22:25 Building security-spire-agent ... 01:22:25 Building security-spire-config ... 01:22:25 Building security-spire-server ... 01:22:25 Building support-notifications ... 01:22:25 Building support-scheduler ... 01:22:25 Building sys-mgmt-agent ... 01:22:25 Building security-secretstore-setup 01:22:25 Building security-spire-server 01:22:25 Building security-spire-config 01:22:25 Building core-data 01:22:25 Building security-bootstrapper 01:22:37 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:22:37 Step 2/33 : FROM ${BUILDER_BASE} AS builder 01:22:37 ---> dda9b3482598 01:22:37 Step 3/33 : WORKDIR /edgex-go 01:22:37 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:22:37 Step 2/25 : FROM ${BUILDER_BASE} AS builder 01:22:37 ---> dda9b3482598 01:22:37 Step 3/25 : WORKDIR /edgex-go 01:22:37 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:22:37 Step 2/25 : FROM ${BUILDER_BASE} AS builder 01:22:37 ---> dda9b3482598 01:22:37 Step 3/25 : WORKDIR /edgex-go 01:22:37 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:22:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:22:37 ---> dda9b3482598 01:22:37 Step 3/26 : WORKDIR /edgex-go 01:22:37 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:22:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:22:37 ---> dda9b3482598 01:22:37 Step 3/24 : ARG ADD_BUILD_TAGS="" 01:22:47 ---> Running in f3753718bddd 01:22:47 ---> Running in 2f58b31ef195 01:22:47 ---> Running in 35cfc68ed9df 01:22:47 ---> Running in 4ab9fc1a3d46 01:22:47 ---> Running in 88915687694e 01:22:47 Removing intermediate container f3753718bddd 01:22:47 Removing intermediate container 2f58b31ef195 01:22:47 ---> 719df59ab16f 01:22:47 ---> 962e94d8e7d4 01:22:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:22:47 01:22:47 Removing intermediate container 4ab9fc1a3d46 01:22:47 ---> e0aa711cc004 01:22:47 Removing intermediate container 88915687694e 01:22:47 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories ---> e7954438c172 01:22:47 01:22:47 Step 4/24 : WORKDIR /edgex-go 01:22:47 Removing intermediate container 35cfc68ed9df 01:22:47 ---> 79b40c2b03e9 01:22:47 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:22:47 ---> Running in c03d74bf5aca 01:22:47 ---> Running in fe632adfcd79 01:22:47 ---> Running in 100718a7fee5 01:22:47 ---> Running in 8553e775ad6d 01:22:47 ---> Running in a819ec085875 01:22:47 Removing intermediate container 100718a7fee5 01:22:47 ---> 4ff6a6e8adf0 01:22:47 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:22:47 ---> Running in 0e50c202478a 01:22:47 Removing intermediate container c03d74bf5aca 01:22:47 ---> ba422fd51d92 01:22:47 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 01:22:47 ---> Running in 7ae3e0b81cc1 01:22:47 Removing intermediate container fe632adfcd79 01:22:47 ---> 866709edb3d6 01:22:47 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 01:22:47 ---> Running in dfc7ccc69aab 01:22:48 Removing intermediate container a819ec085875 01:22:48 ---> 2f8fe070e073 01:22:48 Step 5/25 : RUN apk add --update --no-cache make git 01:22:48 ---> Running in 66a8c74fee4c 01:22:48 Removing intermediate container 8553e775ad6d 01:22:48 ---> 94f6d94fb1cb 01:22:48 Step 5/33 : RUN apk add --update --no-cache make git 01:22:48 ---> Running in 17ae94375e84 01:22:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:22:48 Removing intermediate container 0e50c202478a 01:22:48 ---> 3759e3b66c28 01:22:48 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:22:48 ---> Running in 3d6a888a9eb1 01:22:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:22:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:22:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:22:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:22:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:22:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:22:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:22:49 OK: 211 MiB in 51 packages 01:22:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:22:49 OK: 211 MiB in 51 packages 01:22:49 OK: 211 MiB in 51 packages 01:22:49 Removing intermediate container 7ae3e0b81cc1 01:22:49 ---> 14cad62530ff 01:22:49 Step 6/25 : COPY go.mod vendor* ./ 01:22:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:22:50 ---> 44feee1124cd 01:22:50 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:22:50 ---> Running in 606cb04c8ff0 01:22:50 Removing intermediate container dfc7ccc69aab 01:22:50 ---> da3aa26c9437 01:22:50 Step 6/26 : COPY go.mod vendor* ./ 01:22:50 OK: 211 MiB in 51 packages 01:22:50 Removing intermediate container 66a8c74fee4c 01:22:50 ---> 8da71c6f527b 01:22:50 Step 6/25 : COPY go.mod vendor* ./ 01:22:50 ---> e7fc6c6af1bc 01:22:50 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:22:50 ---> f2aceba7585a 01:22:50 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:22:50 ---> Running in c0269b707444 01:22:50 ---> Running in 8bb5f16d9f55 01:22:51 Removing intermediate container 17ae94375e84 01:22:51 ---> 4370089cb94b 01:22:51 Step 6/33 : COPY go.mod vendor* ./ 01:22:51 ---> 9b1a53cdcd2e 01:22:51 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:22:51 ---> Running in 388d24fa1476 01:22:51 OK: 211 MiB in 51 packages 01:22:51 Removing intermediate container 3d6a888a9eb1 01:22:51 ---> 6148069e5402 01:22:51 Step 7/24 : COPY go.mod vendor* ./ 01:22:51 ---> 68a732511de5 01:22:51 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:22:52 ---> Running in 9dc1713e3a83 01:23:19 Removing intermediate container 606cb04c8ff0 01:23:19 ---> d39a7e61f0f1 01:23:19 Step 8/25 : COPY . . 01:23:19 Removing intermediate container 388d24fa1476 01:23:19 ---> 4993476cf3f3 01:23:19 Step 8/33 : COPY . . 01:23:19 Removing intermediate container 8bb5f16d9f55 01:23:19 ---> cbd447a36afe 01:23:19 Step 8/25 : COPY . . 01:23:19 Removing intermediate container c0269b707444 01:23:19 ---> 4832ac296c44 01:23:19 Step 8/26 : COPY . . 01:23:19 Removing intermediate container 9dc1713e3a83 01:23:19 ---> 2972ec50bb89 01:23:19 Step 9/24 : COPY . . 01:23:33 ---> 5a382eb1e268 01:23:33 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 01:23:33 ---> 65bf4dc1c17d 01:23:33 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:23:33 ---> f445458bdcb7 01:23:33 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 01:23:33 ---> 4e61278ab3f0 01:23:33 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:23:33 ---> 4ebdffe6b65f 01:23:33 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 01:23:33 ---> Running in 619d824b84d8 01:23:33 ---> Running in 95daebfbe6f8 01:23:33 ---> Running in 46e387fc4361 01:23:33 ---> Running in eaa538e0cee2 01:23:33 ---> Running in 24dd54fefbdb 01:23:33 Removing intermediate container 46e387fc4361 01:23:33 ---> 06d8a1bb2898 01:23:33 Step 10/26 : WORKDIR /edgex-go/spire-build 01:23:33 Removing intermediate container 619d824b84d8 01:23:33 ---> 7fae6aa7258e 01:23:33 Step 10/25 : WORKDIR /edgex-go/spire-build 01:23:33 ---> Running in 17332c9a3b32 01:23:33 ---> Running in 420ee0a40180 01:23:33 Removing intermediate container 17332c9a3b32 01:23:33 ---> b7780b0d48cd 01:23:33 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 01:23:33 Removing intermediate container 420ee0a40180 01:23:33 ---> a05a7ba24afd 01:23:33 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 01:23:33 ---> Running in 14eb2cce3414 01:23:33 ---> Running in 859a4d768a76 01:23:34 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 01:23:34 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 01:23:34 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 01:23:35 Removing intermediate container 14eb2cce3414 01:23:35 ---> 11f8cfa7af1d 01:23:35 Step 12/25 : WORKDIR /edgex-go 01:23:35 Removing intermediate container 859a4d768a76 01:23:35 ---> 272ce221d09c 01:23:35 Step 12/26 : WORKDIR /edgex-go 01:23:35 ---> Running in 8d1476133d99 01:23:35 ---> Running in d9cc7c412c75 01:23:35 Removing intermediate container d9cc7c412c75 01:23:35 ---> 273cdf1bb058 01:23:35 01:23:35 Step 13/25 : FROM alpine:3.15 01:23:35 Removing intermediate container 8d1476133d99 01:23:35 ---> cf17dc01d36e 01:23:35 01:23:35 Step 13/26 : FROM alpine:3.15 01:23:35 3.15: Pulling from library/alpine 01:23:35 3.15: Pulling from library/alpine 01:23:35 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 01:23:35 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 01:23:35 Status: Downloaded newer image for alpine:3.15 01:23:35 Status: Image is up to date for alpine:3.15 01:23:35 ---> c4fc93816858 01:23:35 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:23:36 ---> c4fc93816858 01:23:36 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:23:36 ---> Running in 20364ea933a6 01:23:36 ---> Running in 8a8c85e36d1a 01:23:36 Removing intermediate container 20364ea933a6 01:23:36 ---> a2bd31e74298 01:23:36 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:36 Removing intermediate container 8a8c85e36d1a 01:23:36 ---> 071d570899f6 01:23:36 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:36 ---> Running in d8d04510db91 01:23:36 ---> Running in 23b836a6ace7 01:23:38 Removing intermediate container 23b836a6ace7 01:23:38 ---> e981aab72dc1 01:23:38 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:23:38 ---> Running in f96db3276ecf 01:23:38 Removing intermediate container d8d04510db91 01:23:38 ---> 2552f3cc4cb4 01:23:38 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 01:23:38 ---> Running in f445de3c8a20 01:23:39 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:23:39 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:23:40 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:23:40 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 01:23:40 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 01:23:40 OK: 15857 distinct packages available 01:23:40 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:23:40 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:23:40 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 01:23:40 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 01:23:40 OK: 15857 distinct packages available 01:23:40 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:23:41 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:23:41 (1/5) Installing dumb-init (1.2.5-r1) 01:23:41 (2/5) Installing musl-obstack (1.2.3-r0) 01:23:41 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:23:41 (3/5) Installing libucontext (1.1-r0) 01:23:41 (4/5) Installing gcompat (1.0.0-r4) 01:23:41 (5/5) Installing openssl (1.1.1q-r0) 01:23:41 Executing busybox-1.34.1-r7.trigger 01:23:41 OK: 7 MiB in 19 packages 01:23:41 (1/4) Installing dumb-init (1.2.5-r1) 01:23:42 (2/4) Installing musl-obstack (1.2.3-r0) 01:23:42 (3/4) Installing libucontext (1.1-r0) 01:23:42 (4/4) Installing gcompat (1.0.0-r4) 01:23:42 Executing busybox-1.34.1-r7.trigger 01:23:42 OK: 6 MiB in 18 packages 01:23:45 Removing intermediate container f96db3276ecf 01:23:45 ---> af15c1040b76 01:23:45 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:23:45 Removing intermediate container f445de3c8a20 01:23:45 ---> 65dfa812b1a4 01:23:45 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:23:50 ---> 7ecd0f050789 01:23:50 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:23:50 ---> e95d2179994f 01:23:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:23:50 ---> a874b39bc794 01:23:50 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:23:50 ---> 31e16a37bc77 01:23:50 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 01:23:50 ---> Running in 027ce3b08dd6 01:23:51 ---> b10bccc42225 01:23:51 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:23:51 Removing intermediate container 027ce3b08dd6 01:23:51 ---> 47001f402331 01:23:51 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:23:52 ---> af165dbc4e69 01:23:52 Step 21/26 : WORKDIR / 01:23:52 ---> ee8a36cd73b8 01:23:52 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:23:52 ---> Running in 802d517a6fe6 01:23:52 ---> Running in ae8589f6bd38 01:23:53 Removing intermediate container 802d517a6fe6 01:23:53 ---> f0edd2d591c9 01:23:53 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:23:53 ---> Running in 54df7edcbcf1 01:23:53 Removing intermediate container ae8589f6bd38 01:23:53 ---> d5fcffeb1ae6 01:23:53 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:23:53 ---> Running in 16f787ed1145 01:23:53 Removing intermediate container 54df7edcbcf1 01:23:53 ---> bd196070e91a 01:23:53 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:23:53 Removing intermediate container 16f787ed1145 01:23:53 ---> 5e26a7c8eb01 01:23:53 Step 23/25 : LABEL arch=x86_64 01:23:53 ---> Running in 845b68b83fec 01:23:53 ---> Running in 14d86455019d 01:23:53 Removing intermediate container 14d86455019d 01:23:53 ---> 776bcdc9e77c 01:23:53 Step 24/25 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 01:23:53 ---> Running in 986f37abe569 01:23:53 Removing intermediate container 845b68b83fec 01:23:53 ---> 8eeb6607265d 01:23:53 Step 24/26 : LABEL arch=x86_64 01:23:53 ---> Running in c65bf8235bd6 01:23:54 Removing intermediate container c65bf8235bd6 01:23:54 ---> a063e4320980 01:23:54 Step 25/26 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 01:23:54 Removing intermediate container 986f37abe569 01:23:54 ---> 8b43816b930a 01:23:54 Step 25/25 : LABEL version=0.0.0 01:23:54 ---> Running in 0a8537ec729e 01:23:54 ---> Running in 6ddf84527c45 01:23:54 Removing intermediate container 0a8537ec729e 01:23:54 ---> fc7bc29acd5a 01:23:54 Step 26/26 : LABEL version=0.0.0 01:23:54 Removing intermediate container 6ddf84527c45 01:23:54 ---> 89202ffb087b 01:23:54 01:23:54 ---> Running in dfd7f461dd6d 01:23:54 Successfully built 89202ffb087b 01:23:54 Successfully tagged security-spire-server:latest 01:23:54 Building core-command 01:23:56  Building security-spire-server ... done Removing intermediate container dfd7f461dd6d 01:23:56 ---> 544de6ec4e02 01:23:56 01:23:56 Successfully built 544de6ec4e02 01:23:56 Successfully tagged security-spire-config:latest 01:23:56  Building security-spire-config ... done Building sys-mgmt-agent 01:23:56 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 01:23:58 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:23:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:23:58 ---> dda9b3482598 01:23:58 Step 3/24 : ARG ADD_BUILD_TAGS="" 01:23:58 ---> Using cache 01:23:58 ---> e7954438c172 01:23:58 Step 4/24 : WORKDIR /edgex-go 01:23:58 ---> Using cache 01:23:58 ---> 4ff6a6e8adf0 01:23:58 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:58 ---> Using cache 01:23:58 ---> 3759e3b66c28 01:23:58 Step 6/24 : RUN apk add --update --no-cache make git 01:24:01 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:24:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:24:01 ---> dda9b3482598 01:24:01 Step 3/23 : WORKDIR /edgex-go 01:24:01 ---> Using cache 01:24:01 ---> 79b40c2b03e9 01:24:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:24:01 ---> Using cache 01:24:01 ---> 2f8fe070e073 01:24:01 Step 5/23 : RUN apk add --update --no-cache make bash git 01:24:04 ---> Running in 653ada10b557 01:24:04 ---> Running in d23a5040d9f6 01:24:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:24:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:24:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:24:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:24:05 OK: 211 MiB in 51 packages 01:24:05 OK: 211 MiB in 51 packages 01:24:07 Removing intermediate container eaa538e0cee2 01:24:07 ---> a1e8a9259ae4 01:24:07 01:24:07 Step 10/33 : FROM alpine:3.16 01:24:07 Removing intermediate container 24dd54fefbdb 01:24:07 ---> 131f13971925 01:24:07 01:24:07 Step 11/24 : FROM alpine:3.16 01:24:07 Removing intermediate container 95daebfbe6f8 01:24:07 ---> 99296328cf2c 01:24:07 01:24:07 Step 10/25 : FROM alpine:3.16 01:24:07 Removing intermediate container 653ada10b557 01:24:07 ---> 63b35e46cc6f 01:24:07 Step 7/24 : COPY go.mod vendor* ./ 01:24:07 ---> 208b195de4a8 01:24:07 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:24:07 ---> Running in 28bbda71993f 01:24:07 3.16: Pulling from library/alpine 01:24:07 3.16: Pulling from library/alpine 01:24:07 3.16: Pulling from library/alpine 01:24:07 Removing intermediate container d23a5040d9f6 01:24:07 ---> f8a49bc474f9 01:24:07 Step 6/23 : COPY go.mod vendor* ./ 01:24:07 ---> 83da1e59e46f 01:24:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:24:07 ---> Running in 46c361fc5766 01:24:08 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:24:08 Status: Downloaded newer image for alpine:3.16 01:24:08 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:24:08 Status: Image is up to date for alpine:3.16 01:24:08 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:24:08 Status: Image is up to date for alpine:3.16 01:24:08 ---> 9c6f07244728 01:24:08 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:24:08 ---> 9c6f07244728 01:24:08 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 01:24:08 ---> 9c6f07244728 01:24:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:24:08 ---> Running in dc03126752af 01:24:08 ---> Running in acad699c9af8 01:24:08 ---> Running in cfeee8ca3e48 01:24:08 Removing intermediate container cfeee8ca3e48 01:24:08 ---> 0834208f4cc7 01:24:08 Step 13/24 : ENV APP_PORT=59880 01:24:08 Removing intermediate container acad699c9af8 01:24:08 ---> 5f00e6205196 01:24:08 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 01:24:08 ---> Running in c4039ee4a0dd 01:24:08 ---> Running in 4332e23401b8 01:24:08 Removing intermediate container c4039ee4a0dd 01:24:08 ---> 00f2ca341398 01:24:08 Step 14/24 : EXPOSE $APP_PORT 01:24:09 ---> Running in f4d05bea2b45 01:24:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:24:09 Removing intermediate container f4d05bea2b45 01:24:09 ---> 4a2a69942493 01:24:09 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:24:09 ---> Running in f2d6b0503f58 01:24:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:24:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:24:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:24:09 (1/3) Installing ca-certificates (20220614-r0) 01:24:09 (2/3) Installing dumb-init (1.2.5-r1) 01:24:09 (3/3) Installing su-exec (0.2-r1) 01:24:09 Executing busybox-1.35.0-r17.trigger 01:24:09 Executing ca-certificates-20220614-r0.trigger 01:24:09 (1/2) Installing dumb-init (1.2.5-r1) 01:24:09 (2/2) Installing su-exec (0.2-r1) 01:24:09 Executing busybox-1.35.0-r17.trigger 01:24:09 OK: 6 MiB in 16 packages 01:24:09 OK: 6 MiB in 17 packages 01:24:11 Removing intermediate container f2d6b0503f58 01:24:11 ---> 9ecccee8c920 01:24:11 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 01:24:14 Removing intermediate container 4332e23401b8 01:24:14 ---> 9500ad88fbac 01:24:14 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 01:24:14 Removing intermediate container dc03126752af 01:24:14 ---> Running in 3346027f2aba 01:24:14 ---> 92377d007ee4 01:24:14 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:24:14 ---> Running in 3a8e8275b4e8 01:24:14 ---> Running in af0d184bd8ca 01:24:14 Removing intermediate container 3a8e8275b4e8 01:24:14 ---> 304bd34157b7 01:24:14 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 01:24:14 ---> Running in ccf7b3bb3ee1 01:24:14 Removing intermediate container af0d184bd8ca 01:24:14 ---> 98d9471a1c7a 01:24:14 Step 13/25 : WORKDIR / 01:24:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:24:15 ---> Running in babf2063effd 01:24:15 Removing intermediate container ccf7b3bb3ee1 01:24:15 ---> d5ec10a644ef 01:24:15 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 01:24:15 ---> Running in 0ae53eca6cfd 01:24:15 Removing intermediate container babf2063effd 01:24:15 ---> 6a3015ae59cd 01:24:15 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:24:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:24:16 Removing intermediate container 0ae53eca6cfd 01:24:16 ---> ca7d9c54d31d 01:24:16 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 01:24:16 ---> Running in 0d4545e06007 01:24:16 ---> 1c2fcfa14810 01:24:16 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:24:16 (1/6) Installing dumb-init (1.2.5-r1) 01:24:16 Removing intermediate container 0d4545e06007 01:24:16 ---> 41a617d4db51 01:24:16 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 01:24:16 (2/6) Installing libgcc (11.2.1_git20220219-r2) 01:24:16 ---> Running in debbe2a209ca 01:24:16 ---> f1a9e1bb9f6b 01:24:16 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:24:16 (3/6) Installing libsodium (1.0.18-r0) 01:24:16 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 01:24:16 (5/6) Installing libzmq (4.3.4-r0) 01:24:16 (6/6) Installing zeromq (4.3.4-r0) 01:24:16 Executing busybox-1.35.0-r17.trigger 01:24:16 OK: 8 MiB in 20 packages 01:24:17 ---> ab7500a348ff 01:24:17 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:24:17 ---> bb860d9d03a7 01:24:17 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:24:17 Removing intermediate container 3346027f2aba 01:24:17 ---> 4bfcf9a39666 01:24:17 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 01:24:17 Removing intermediate container debbe2a209ca 01:24:17 ---> ff39567e0bab 01:24:17 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 01:24:18 ---> Running in 5d44d2bdf4ee 01:24:18 ---> 5bfdfba5cb12 01:24:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:24:18 ---> 3b102a401453 01:24:18 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:24:18 Removing intermediate container 5d44d2bdf4ee 01:24:18 ---> ce90f8c2cf09 01:24:18 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 01:24:19 ---> 47c70cc95c3e 01:24:19 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 01:24:19 ---> 9143080e3108 01:24:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:24:19 ---> ac88735429b7 01:24:19 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:24:20 ---> Running in b724bb98cf61 01:24:20 ---> ae11a6a1313d 01:24:20 Step 20/24 : ENTRYPOINT ["/core-data"] 01:24:20 ---> 8766409afa7d 01:24:20 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:24:20 ---> Running in b2b3691fe408 01:24:20 ---> Running in 95ffe0ce6238 01:24:20 Removing intermediate container b2b3691fe408 01:24:20 ---> a81bba8d7dd8 01:24:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:24:20 ---> Running in 438cebe1d06b 01:24:21 Removing intermediate container 438cebe1d06b 01:24:21 ---> 5c3c268a9bdc 01:24:21 Step 22/24 : LABEL arch=x86_64 01:24:21 ---> Running in 28e03afb8117 01:24:21 Removing intermediate container b724bb98cf61 01:24:21 ---> 93631956b823 01:24:21 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 01:24:21 Removing intermediate container 28e03afb8117 01:24:21 ---> 6d636f96498b 01:24:21 Step 23/24 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 01:24:21 ---> Running in e67bc3bb72f0 01:24:21 Removing intermediate container 95ffe0ce6238 01:24:21 ---> 327bf681a266 01:24:21 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 01:24:21 ---> Running in 4f529676845e 01:24:21 ---> 7a9d125854c2 01:24:21 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:24:21 Removing intermediate container e67bc3bb72f0 01:24:21 ---> c67aaeff8f2c 01:24:21 Step 24/24 : LABEL version=0.0.0 01:24:21 ---> Running in b980501ede4d 01:24:21 Removing intermediate container 4f529676845e 01:24:21 ---> adf292f31ece 01:24:21 Step 23/25 : LABEL arch=x86_64 01:24:21 ---> Running in 4190dd790d14 01:24:21 Removing intermediate container b980501ede4d 01:24:21 ---> 4ebc5947d650 01:24:21 01:24:22 Removing intermediate container 28bbda71993f 01:24:22 ---> 3dfaba6170f9 01:24:22 Step 9/24 : COPY . . 01:24:22 ---> ce07ff6e02f0 01:24:22 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:24:22 Successfully built 4ebc5947d650 01:24:22 Successfully tagged core-data:latest 01:24:22  Building core-data ... done Building security-spiffe-token-provider 01:24:22 Removing intermediate container 4190dd790d14 01:24:22 ---> 87a03a45cbcf 01:24:22 Step 24/25 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 01:24:22 Removing intermediate container 46c361fc5766 01:24:22 ---> 3363b16c9905 01:24:22 Step 8/23 : COPY . . 01:24:25 ---> Running in 773961d6b6c9 01:24:27 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:24:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 01:24:27 ---> dda9b3482598 01:24:27 Step 3/20 : WORKDIR /edgex-go 01:24:27 ---> Using cache 01:24:27 ---> 79b40c2b03e9 01:24:27 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 01:24:30 ---> f1b3076a34e9 01:24:30 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:24:30 Removing intermediate container 773961d6b6c9 01:24:30 ---> 35b2540f33f6 01:24:30 Step 25/25 : LABEL version=0.0.0 01:24:30 ---> Running in b18e9a49b620 01:24:30 ---> Running in 287950d5872f 01:24:30 ---> 1e4a6e00b63b 01:24:30 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 01:24:30 ---> 0c0df19c1cd6 01:24:30 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:24:30 ---> Running in ec67a5d77623 01:24:30 ---> Running in 5cf871da503a 01:24:30 Removing intermediate container 287950d5872f 01:24:30 ---> a555912999e6 01:24:30 01:24:30 ---> 069cd5a1bb85 01:24:30 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 01:24:30 Successfully built a555912999e6 01:24:30 Successfully tagged security-secretstore-setup:latest 01:24:30  Building security-secretstore-setup ... done Building core-metadata 01:24:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:24:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:24:31 v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 01:24:31 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 01:24:31 OK: 17038 distinct packages available 01:24:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:24:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:24:31 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 01:24:31 OK: 211 MiB in 51 packages 01:24:32 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 01:24:32 ---> 0135e150a495 01:24:32 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 01:24:33 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:24:33 Step 2/25 : FROM ${BUILDER_BASE} AS builder 01:24:33 ---> dda9b3482598 01:24:33 Step 3/25 : ARG ADD_BUILD_TAGS="" 01:24:33 ---> Using cache 01:24:33 ---> e7954438c172 01:24:33 Step 4/25 : WORKDIR /edgex-go 01:24:33 ---> Using cache 01:24:33 ---> 4ff6a6e8adf0 01:24:33 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:24:33 ---> Using cache 01:24:33 ---> 3759e3b66c28 01:24:33 Step 6/25 : RUN apk add --update --no-cache make git 01:24:33 ---> Using cache 01:24:33 ---> 63b35e46cc6f 01:24:33 Step 7/25 : COPY go.mod vendor* ./ 01:24:33 ---> Using cache 01:24:33 ---> 208b195de4a8 01:24:33 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:24:33 ---> Using cache 01:24:33 ---> 3dfaba6170f9 01:24:33 Step 9/25 : COPY . . 01:24:33 ---> Using cache 01:24:33 ---> 1e4a6e00b63b 01:24:33 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 01:24:34 ---> Running in c6af62765514 01:24:34 ---> 8394f1b97c8e 01:24:34 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:24:34 Removing intermediate container b18e9a49b620 01:24:34 ---> 9dfd76379144 01:24:34 Step 5/20 : COPY go.mod vendor* ./ 01:24:34 ---> 8a72d5847dd5 01:24:34 Step 28/33 : RUN chmod +x /entrypoint.sh 01:24:34 ---> Running in a120e40b263e 01:24:34 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 01:24:34 ---> 5dd9cdd69baf 01:24:34 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:24:34 ---> Running in 1efbee0f9ca6 01:24:36 Removing intermediate container a120e40b263e 01:24:36 ---> a07b5495df6e 01:24:36 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 01:24:36 ---> Running in 2c1f5fae871c 01:24:37 Removing intermediate container 2c1f5fae871c 01:24:37 ---> 4903ca29e48e 01:24:37 Step 30/33 : CMD ["gate"] 01:24:37 ---> Running in 40534945e17d 01:24:37 Removing intermediate container 40534945e17d 01:24:37 ---> 0e8c20c817ad 01:24:37 Step 31/33 : LABEL arch=x86_64 01:24:37 ---> Running in 241d745d4a4b 01:24:38 Removing intermediate container 241d745d4a4b 01:24:38 ---> 4d8da32db4a3 01:24:38 Step 32/33 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 01:24:38 ---> Running in fe3e52df092b 01:24:39 Removing intermediate container fe3e52df092b 01:24:39 ---> ea888306dfe5 01:24:39 Step 33/33 : LABEL version=0.0.0 01:24:41 ---> Running in 87effe23ca30 01:24:42 Removing intermediate container 87effe23ca30 01:24:42 ---> d5d2e4a7a449 01:24:42 01:24:42 Successfully built d5d2e4a7a449 01:24:42 Successfully tagged security-bootstrapper:latest 01:24:42 Building support-scheduler 01:24:47  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:24:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:24:47 ---> dda9b3482598 01:24:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 01:24:47 ---> Using cache 01:24:47 ---> e7954438c172 01:24:47 Step 4/23 : WORKDIR /edgex-go 01:24:47 ---> Using cache 01:24:47 ---> 4ff6a6e8adf0 01:24:47 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:24:47 ---> Using cache 01:24:47 ---> 3759e3b66c28 01:24:47 Step 6/23 : RUN apk add --update --no-cache make git 01:24:47 ---> Using cache 01:24:47 ---> 63b35e46cc6f 01:24:47 Step 7/23 : COPY go.mod vendor* ./ 01:24:47 ---> Using cache 01:24:47 ---> 208b195de4a8 01:24:47 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:24:47 ---> Using cache 01:24:47 ---> 3dfaba6170f9 01:24:47 Step 9/23 : COPY . . 01:24:47 ---> Using cache 01:24:47 ---> 1e4a6e00b63b 01:24:47 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 01:24:57 ---> Running in f9b753dd22ff 01:24:57 Removing intermediate container 1efbee0f9ca6 01:24:57 ---> b6f8e0189ab5 01:24:57 Step 7/20 : COPY . . 01:24:57 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 01:25:02 Removing intermediate container 5cf871da503a 01:25:02 ---> 6223250ec4a0 01:25:02 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:25:03 ---> 00f8b556f3f2 01:25:03 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:25:03 ---> Running in 8404394b7c6a 01:25:03 Removing intermediate container ec67a5d77623 01:25:03 ---> aea170455979 01:25:03 01:25:03 Step 11/24 : FROM alpine:3.16 01:25:03 ---> 9c6f07244728 01:25:03 Step 12/24 : RUN apk add --update --no-cache dumb-init 01:25:03 ---> Running in cfde768549c6 01:25:03 ---> Running in 09fc720d1d5e 01:25:04 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 01:25:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:25:04 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 01:25:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:25:04 (1/1) Installing dumb-init (1.2.5-r1) 01:25:04 Executing busybox-1.35.0-r17.trigger 01:25:04 OK: 6 MiB in 15 packages 01:25:07 Removing intermediate container c6af62765514 01:25:07 ---> c9268cf3ead0 01:25:07 01:25:07 Step 11/25 : FROM alpine:3.16 01:25:07 ---> 9c6f07244728 01:25:07 Step 12/25 : RUN apk add --update --no-cache dumb-init 01:25:07 Removing intermediate container 8404394b7c6a 01:25:07 ---> a0c1359261ac 01:25:07 01:25:07 Step 11/23 : FROM alpine:3.16 01:25:07 ---> 9c6f07244728 01:25:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 01:25:07 ---> Running in 9cc3b9be750a 01:25:07 Removing intermediate container 09fc720d1d5e 01:25:07 ---> df1e66710c4d 01:25:07 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:25:07 ---> Running in 254008542a7c 01:25:07 ---> Running in 0766bf2ed30a 01:25:07 Removing intermediate container 254008542a7c 01:25:07 ---> 28ff769a3858 01:25:07 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 01:25:07 ---> Running in e35b2498cae7 01:25:07 Removing intermediate container 0766bf2ed30a 01:25:07 ---> df76cad55c55 01:25:07 Step 14/24 : ENV APP_PORT=59882 01:25:07 ---> Running in b5fd686091e7 01:25:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:25:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:25:07 Removing intermediate container b5fd686091e7 01:25:07 ---> cc006dee2860 01:25:07 Step 15/24 : EXPOSE $APP_PORT 01:25:07 ---> Running in cd4ddfad73f7 01:25:07 (1/1) Installing dumb-init (1.2.5-r1) 01:25:07 Executing busybox-1.35.0-r17.trigger 01:25:07 OK: 6 MiB in 15 packages 01:25:07 Removing intermediate container cd4ddfad73f7 01:25:07 ---> 75e906576703 01:25:07 Step 16/24 : WORKDIR / 01:25:07 ---> Running in 15ba662216dc 01:25:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:25:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:25:08 Removing intermediate container 15ba662216dc 01:25:08 ---> 344c6363c581 01:25:08 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 01:25:08 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 01:25:08 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 01:25:08 (3/33) Installing readline (8.1.2-r0) 01:25:08 (4/33) Installing bash (5.1.16-r2) 01:25:08 Executing bash-5.1.16-r2.post-install 01:25:08 (5/33) Installing ca-certificates (20220614-r0) 01:25:08 (6/33) Installing brotli-libs (1.0.9-r6) 01:25:08 (7/33) Installing nghttp2-libs (1.47.0-r0) 01:25:08 (8/33) Installing libcurl (7.83.1-r3) 01:25:08 (9/33) Installing curl (7.83.1-r3) 01:25:08 (10/33) Installing docker-cli (20.10.20-r0) 01:25:08 Removing intermediate container 9cc3b9be750a 01:25:08 ---> 88d3dc6d4779 01:25:08 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:25:08 (11/33) Installing dumb-init (1.2.5-r1) 01:25:08 (12/33) Installing libbz2 (1.0.8-r1) 01:25:08 (13/33) Installing expat (2.4.9-r0) 01:25:08 (14/33) Installing libffi (3.4.2-r1) 01:25:08 (15/33) Installing gdbm (1.23-r0) 01:25:08 (16/33) Installing xz-libs (5.2.5-r1) 01:25:08 (17/33) Installing libgcc (11.2.1_git20220219-r2) 01:25:08 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 01:25:08 (19/33) Installing mpdecimal (2.5.1-r1) 01:25:08 (20/33) Installing sqlite-libs (3.38.5-r0) 01:25:08 (21/33) Installing python3 (3.10.5-r0) 01:25:09 ---> 2b009892a320 01:25:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:25:09 ---> Running in 2a400ae873ef 01:25:09 (22/33) Installing py3-contextlib2 (21.6.0-r2) 01:25:09 (23/33) Installing py3-tomli (2.0.1-r1) 01:25:09 (24/33) Installing py3-pep517 (0.12.0-r2) 01:25:09 (25/33) Installing py3-six (1.16.0-r1) 01:25:09 (26/33) Installing py3-retrying (1.3.3-r3) 01:25:09 (27/33) Installing py3-appdirs (1.4.4-r3) 01:25:09 (28/33) Installing py3-more-itertools (8.13.0-r0) 01:25:09 (29/33) Installing py3-ordered-set (4.0.2-r3) 01:25:09 (30/33) Installing py3-parsing (2.4.7-r3) 01:25:09 (31/33) Installing py3-packaging (21.3-r0) 01:25:09 (32/33) Installing py3-setuptools (59.4.0-r0) 01:25:09 (33/33) Installing py3-pip (22.1.1-r0) 01:25:09 Executing busybox-1.35.0-r17.trigger 01:25:09 Executing ca-certificates-20220614-r0.trigger 01:25:09 OK: 122 MiB in 47 packages 01:25:10 Removing intermediate container 2a400ae873ef 01:25:10 ---> dc4827667d34 01:25:10 Step 14/25 : ENV APP_PORT=59881 01:25:10 ---> Running in cfe820c53d84 01:25:10 ---> e58e2e30e0a4 01:25:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:25:11 Removing intermediate container cfe820c53d84 01:25:11 ---> e9652b255b64 01:25:11 Step 15/25 : EXPOSE $APP_PORT 01:25:11 ---> c55efbb76ffd 01:25:11 Step 20/24 : ENTRYPOINT ["/core-command"] 01:25:11 ---> Running in 240771b43936 01:25:11 ---> Running in f53e7d8dcad4 01:25:11 Removing intermediate container f53e7d8dcad4 01:25:11 Removing intermediate container 240771b43936 01:25:11 ---> 3a9a1d66440f 01:25:11 ---> 0e64af695e7e 01:25:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 16/25 : WORKDIR / 01:25:11 01:25:11 ---> Running in f03b65f078da 01:25:11 ---> Running in 846476d9f639 01:25:12 Removing intermediate container 846476d9f639 01:25:12 ---> 6256a24fefc0 01:25:12 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 01:25:12 Removing intermediate container f03b65f078da 01:25:12 ---> f3ef9d7f4fc2 01:25:12 Step 22/24 : LABEL arch=x86_64 01:25:12 ---> Running in e68a637c981d 01:25:12 Removing intermediate container e68a637c981d 01:25:12 ---> 9905c5a749e3 01:25:12 Step 23/24 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 01:25:12 ---> 2c88201c8908 01:25:12 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:25:12 ---> Running in 5d4b281d0e80 01:25:13 Removing intermediate container 5d4b281d0e80 01:25:13 ---> 2f5976fc3454 01:25:13 Step 24/24 : LABEL version=0.0.0 01:25:13 ---> Running in eb2194d5c39c 01:25:13 Collecting docker-compose==1.23.2 01:25:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:25:13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 23.7 MB/s eta 0:00:00 01:25:13 Collecting jsonschema<3,>=2.5.1 01:25:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:25:13 Collecting dockerpty<0.5,>=0.4.1 01:25:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:25:13 Preparing metadata (setup.py): started 01:25:13 Removing intermediate container eb2194d5c39c 01:25:13 ---> 5dcdb1f780d1 01:25:13 01:25:13 ---> 69bc22b7fe48 01:25:13 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:25:13 Successfully built 5dcdb1f780d1 01:25:13 Successfully tagged core-command:latest 01:25:13 Building security-proxy-setup 01:25:13  Building core-command ... done  Preparing metadata (setup.py): finished with status 'done' 01:25:13 Collecting PyYAML<4,>=3.10 01:25:13 Downloading PyYAML-3.13.tar.gz (270 kB) 01:25:13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 40.5 MB/s eta 0:00:00 01:25:14 Preparing metadata (setup.py): started 01:25:14 Preparing metadata (setup.py): finished with status 'done' 01:25:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:25:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:25:14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 139.2 MB/s eta 0:00:00 01:25:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 01:25:14 Collecting texttable<0.10,>=0.9.0 01:25:14 Downloading texttable-0.9.1.tar.gz (11 kB) 01:25:14 Preparing metadata (setup.py): started 01:25:14 Preparing metadata (setup.py): finished with status 'done' 01:25:14 Collecting docker<4.0,>=3.6.0 01:25:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:25:14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 174.0 MB/s eta 0:00:00 01:25:15 Collecting docopt<0.7,>=0.6.1 01:25:15 Downloading docopt-0.6.2.tar.gz (25 kB) 01:25:15 Preparing metadata (setup.py): started 01:25:15 Preparing metadata (setup.py): finished with status 'done' 01:25:15 Collecting websocket-client<1.0,>=0.32.0 01:25:15 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 01:25:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 123.5 MB/s eta 0:00:00 01:25:15 Collecting cached-property<2,>=1.2.0 01:25:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:25:15 Collecting docker-pycreds>=0.4.0 01:25:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:25:15 Collecting certifi>=2017.4.17 01:25:15 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 01:25:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 115.2 MB/s eta 0:00:00 01:25:15 Collecting idna<2.8,>=2.5 01:25:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:25:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 169.8 MB/s eta 0:00:00 01:25:15 Collecting urllib3<1.25,>=1.21.1 01:25:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:25:15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 191.6 MB/s eta 0:00:00 01:25:16 Collecting chardet<3.1.0,>=3.0.2 01:25:16 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 01:25:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 196.1 MB/s eta 0:00:00 01:25:16 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 01:25:16 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 01:25:16 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 01:25:16 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 01:25:16 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 01:25:16 Running setup.py install for texttable: started 01:25:16 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:25:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:25:16 ---> dda9b3482598 01:25:16 Step 3/22 : WORKDIR /edgex-go 01:25:16 ---> Using cache 01:25:16 ---> 79b40c2b03e9 01:25:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:16 ---> Using cache 01:25:16 ---> 2f8fe070e073 01:25:16 Step 5/22 : RUN apk add --update --no-cache make git 01:25:16 ---> Using cache 01:25:16 ---> 8da71c6f527b 01:25:16 Step 6/22 : COPY go.mod vendor* ./ 01:25:16 ---> Using cache 01:25:16 ---> f2aceba7585a 01:25:16 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:25:16 ---> Using cache 01:25:16 ---> cbd447a36afe 01:25:16 Step 8/22 : COPY . . 01:25:16 ---> Using cache 01:25:16 ---> 65bf4dc1c17d 01:25:16 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:25:16 Running setup.py install for texttable: finished with status 'done' 01:25:16 Running setup.py install for PyYAML: started 01:25:17 Running setup.py install for PyYAML: finished with status 'done' 01:25:19 ---> d9ff8d7ea983 01:25:19 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 01:25:19 Running setup.py install for docopt: started 01:25:19 ---> Running in feb111b6a1c8 01:25:19 ---> 83451c27bf6f 01:25:19 Step 21/25 : ENTRYPOINT ["/core-metadata"] 01:25:19 ---> Running in dc3b0abc7a24 01:25:19 Running setup.py install for docopt: finished with status 'done' 01:25:19 Removing intermediate container dc3b0abc7a24 01:25:19 ---> f4de6a088e3e 01:25:19 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:25:19 ---> Running in a1f517532578 01:25:19 Removing intermediate container a1f517532578 01:25:19 ---> 610dec3e319d 01:25:19 Step 23/25 : LABEL arch=x86_64 01:25:19 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 01:25:20 ---> Running in 0619c64cf172 01:25:20 Running setup.py install for dockerpty: started 01:25:20 Removing intermediate container 0619c64cf172 01:25:20 ---> c70bbc4e5c34 01:25:20 Step 24/25 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 01:25:20 ---> Running in 8834bf14138d 01:25:20 Running setup.py install for dockerpty: finished with status 'done' 01:25:20 Removing intermediate container 8834bf14138d 01:25:20 ---> 4329c2dc8d50 01:25:20 Step 25/25 : LABEL version=0.0.0 01:25:20 ---> Running in 01d05a0c0f24 01:25:20 Removing intermediate container 01d05a0c0f24 01:25:20 ---> 79679c0228c5 01:25:20 01:25:20 Successfully built 79679c0228c5 01:25:20 Successfully tagged core-metadata:latest 01:25:20  Building core-metadata ... done Building support-notifications 01:25:21 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 01:25:21 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 01:25:25 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:25:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:25:25 ---> dda9b3482598 01:25:25 Step 3/23 : ARG ADD_BUILD_TAGS="" 01:25:25 ---> Using cache 01:25:25 ---> e7954438c172 01:25:25 Step 4/23 : WORKDIR /edgex-go 01:25:25 ---> Using cache 01:25:25 ---> 4ff6a6e8adf0 01:25:25 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:25 ---> Using cache 01:25:25 ---> 3759e3b66c28 01:25:25 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 01:25:28 ---> Running in 3948739eb994 01:25:29 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:25:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:25:30 OK: 211 MiB in 51 packages 01:25:30 Removing intermediate container e35b2498cae7 01:25:30 ---> ecd5515f8905 01:25:30 Step 14/23 : ENV APP_PORT=58890 01:25:32 ---> Running in a3bcac451d7d 01:25:32 Removing intermediate container a3bcac451d7d 01:25:32 ---> 27e27c0e247a 01:25:32 Step 15/23 : EXPOSE $APP_PORT 01:25:32 Removing intermediate container 3948739eb994 01:25:32 ---> 885b2f3232f6 01:25:32 Step 7/23 : COPY go.mod vendor* ./ 01:25:32 Removing intermediate container f9b753dd22ff 01:25:32 ---> 3e3c0affd147 01:25:32 01:25:32 Step 11/23 : FROM alpine:3.16 01:25:32 ---> 9c6f07244728 01:25:32 Step 12/23 : RUN apk add --update --no-cache dumb-init 01:25:32 ---> Using cache 01:25:32 ---> 88d3dc6d4779 01:25:32 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:25:32 ---> Using cache 01:25:32 ---> dc4827667d34 01:25:32 Step 14/23 : ENV APP_PORT=59861 01:25:32 ---> Running in b15f948eaa1a 01:25:32 ---> Running in 4bc441d1ea72 01:25:32 Removing intermediate container b15f948eaa1a 01:25:32 ---> c4fea8d72525 01:25:32 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:25:32 ---> 7d9bb62fd0ef 01:25:32 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:25:32 Removing intermediate container 4bc441d1ea72 01:25:32 ---> b85a3da08628 01:25:32 Step 15/23 : EXPOSE $APP_PORT 01:25:33 ---> 2306877de056 01:25:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:25:33 ---> Running in f001cc89d565 01:25:33 ---> Running in fcce7c05fb66 01:25:33 Removing intermediate container fcce7c05fb66 01:25:33 ---> c97455263bb1 01:25:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:25:33 ---> fb90c4efab15 01:25:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:25:34 ---> ba06c039c036 01:25:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:25:34 ---> 3acb67c31fd2 01:25:34 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 01:25:34 ---> Running in 1a812053aaa1 01:25:35 Removing intermediate container 1a812053aaa1 01:25:35 ---> f07d3d75f36b 01:25:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:25:35 ---> d0c8090202ac 01:25:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:25:35 ---> Running in 48483cb715ea 01:25:35 Removing intermediate container cfde768549c6 01:25:35 ---> 9b49754253a5 01:25:35 01:25:35 Step 9/20 : FROM alpine:3.15 01:25:35 ---> c4fc93816858 01:25:35 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:25:35 ---> Using cache 01:25:35 ---> 071d570899f6 01:25:35 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:35 ---> Using cache 01:25:35 ---> e981aab72dc1 01:25:35 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:25:35 ---> Running in 6812aba476af 01:25:35 Removing intermediate container 48483cb715ea 01:25:35 ---> 125c732759ef 01:25:35 Step 21/23 : LABEL arch=x86_64 01:25:35 ---> Running in 768dbb548f43 01:25:35 ---> 70f0f73be7f6 01:25:35 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 01:25:35 ---> Running in c4d7214fd682 01:25:35 Removing intermediate container 768dbb548f43 01:25:35 ---> 21a274b9a68b 01:25:35 Step 22/23 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 01:25:35 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:25:35 ---> Running in 91c8336304c4 01:25:36 Removing intermediate container c4d7214fd682 01:25:36 ---> 16565b0eed79 01:25:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:25:37 Removing intermediate container 91c8336304c4 01:25:37 ---> 1294a2457320 01:25:37 Step 23/23 : LABEL version=0.0.0 01:25:37 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 01:25:37 ---> Running in e04ea53e31bf 01:25:37 ---> Running in 4db609528afa 01:25:37 Removing intermediate container e04ea53e31bf 01:25:37 ---> d44866e1e212 01:25:37 Step 21/23 : LABEL arch=x86_64 01:25:37 Removing intermediate container 4db609528afa 01:25:37 ---> 46b7b05af3bf 01:25:37 01:25:37 ---> Running in 2b447841f34a 01:25:38 Successfully built 46b7b05af3bf 01:25:38 Successfully tagged sys-mgmt-agent:latest 01:25:38  Building sys-mgmt-agent ... done Building security-spire-agent 01:25:38 Removing intermediate container 2b447841f34a 01:25:38 ---> 2e9eab4b61d8 01:25:38 Step 22/23 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 01:25:39 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:25:40 ---> Running in c83ca4f71b7c 01:25:42 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:25:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:25:42 ---> dda9b3482598 01:25:42 Step 3/26 : WORKDIR /edgex-go 01:25:42 ---> Using cache 01:25:42 ---> 79b40c2b03e9 01:25:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:42 ---> Using cache 01:25:42 ---> 2f8fe070e073 01:25:42 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 01:25:42 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 01:25:42 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 01:25:42 OK: 15857 distinct packages available 01:25:42 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:25:43 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:25:43 Removing intermediate container c83ca4f71b7c 01:25:43 ---> d52d3e305466 01:25:43 Step 23/23 : LABEL version=0.0.0 01:25:43 (1/9) Installing ca-certificates (20220614-r0) 01:25:43 ---> Running in 0fbe91a60984 01:25:43 ---> Running in 15276a6cfdf0 01:25:43 (2/9) Installing brotli-libs (1.0.9-r5) 01:25:43 Removing intermediate container 15276a6cfdf0 01:25:43 ---> 3d4945dabaea 01:25:43 01:25:43 (3/9) Installing nghttp2-libs (1.46.0-r0) 01:25:43 Successfully built 3d4945dabaea 01:25:43 (4/9) Installing libcurl (7.80.0-r3) 01:25:43 Successfully tagged support-scheduler:latest 01:25:43  Building support-scheduler ... done fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:25:43 (5/9) Installing curl (7.80.0-r3) 01:25:44 Removing intermediate container f001cc89d565 01:25:44 ---> 407a3aac1190 01:25:44 Step 9/23 : COPY . . 01:25:44 (6/9) Installing dumb-init (1.2.5-r1) 01:25:44 (7/9) Installing musl-obstack (1.2.3-r0) 01:25:44 (8/9) Installing libucontext (1.1-r0) 01:25:44 (9/9) Installing gcompat (1.0.0-r4) 01:25:44 Executing busybox-1.34.1-r7.trigger 01:25:44 Executing ca-certificates-20220614-r0.trigger 01:25:44 OK: 8 MiB in 23 packages 01:25:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:25:45 OK: 211 MiB in 51 packages 01:25:49 Removing intermediate container feb111b6a1c8 01:25:49 ---> d95da989c8c1 01:25:49 01:25:49 Step 10/22 : FROM alpine:3.16 01:25:49 ---> 9c6f07244728 01:25:49 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 01:25:49 ---> Running in e8fdff286053 01:25:49 Removing intermediate container 0fbe91a60984 01:25:49 ---> 716a6afb1225 01:25:49 Step 6/26 : COPY go.mod vendor* ./ 01:25:49 ---> 3f4ad13ab5e2 01:25:49 Step 10/23 : RUN make cmd/support-notifications/support-notifications 01:25:49 ---> Running in c66492699cd2 01:25:49 Removing intermediate container 6812aba476af 01:25:49 ---> c16d68e5ed76 01:25:49 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 01:25:49 ---> 7d9a67b0dcf9 01:25:49 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:25:49 ---> Running in 1363d1befb3c 01:25:49 ---> a5cfa62846ce 01:25:49 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:25:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:25:49 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 01:25:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:25:49 (1/6) Installing ca-certificates (20220614-r0) 01:25:49 (2/6) Installing brotli-libs (1.0.9-r6) 01:25:49 (3/6) Installing nghttp2-libs (1.47.0-r0) 01:25:49 (4/6) Installing libcurl (7.83.1-r3) 01:25:49 (5/6) Installing curl (7.83.1-r3) 01:25:49 (6/6) Installing dumb-init (1.2.5-r1) 01:25:49 Executing busybox-1.35.0-r17.trigger 01:25:49 Executing ca-certificates-20220614-r0.trigger 01:25:49 OK: 8 MiB in 20 packages 01:25:50 ---> 027ae61820d2 01:25:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 01:25:50 ---> d147f35b4bc4 01:25:50 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 01:25:50 ---> Running in a529a54a0169 01:25:50 Removing intermediate container e8fdff286053 01:25:50 ---> 39f10bf6b8eb 01:25:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:25:50 Removing intermediate container a529a54a0169 01:25:50 ---> ed1cb274c995 01:25:50 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:25:50 ---> Running in cbd9dac34a78 01:25:50 ---> Running in 37dc5f032ec3 01:25:51 Removing intermediate container cbd9dac34a78 01:25:51 ---> f0805c2d518a 01:25:51 Step 13/22 : WORKDIR /edgex 01:25:51 Removing intermediate container 37dc5f032ec3 01:25:51 ---> 0a7f1a397499 01:25:51 Step 18/20 : LABEL arch=x86_64 01:25:51 ---> Running in 22c76fa71555 01:25:51 ---> Running in 7e36c9791ce5 01:25:51 Removing intermediate container 7e36c9791ce5 01:25:51 ---> 75a2be451ccb 01:25:51 Step 19/20 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 01:25:51 Removing intermediate container 22c76fa71555 01:25:51 ---> 2b17b2e52f42 01:25:51 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:25:51 ---> Running in 064a0490fc52 01:25:51 ---> 52ab6ea89b47 01:25:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:25:51 Removing intermediate container 064a0490fc52 01:25:51 ---> 4dbef6ab2be1 01:25:51 Step 20/20 : LABEL version=0.0.0 01:25:52 ---> Running in a1e5e3891313 01:25:53 ---> a9c3e7ea70eb 01:25:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:25:53 Removing intermediate container a1e5e3891313 01:25:53 ---> c776353d1eb8 01:25:53 01:25:53 Successfully built c776353d1eb8 01:25:53 Successfully tagged security-spiffe-token-provider:latest 01:25:55  Building security-spiffe-token-provider ... done  ---> 9afee0cfe0b1 01:25:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:25:56 ---> b1ff945b832e 01:25:56 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:25:56 ---> Running in 941d935b85d4 01:25:58 Removing intermediate container 941d935b85d4 01:25:58 ---> 20411b50a96b 01:25:58 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 01:25:58 ---> Running in 33fba572217f 01:25:58 Removing intermediate container 33fba572217f 01:25:58 ---> 84784f3938f4 01:25:58 Step 20/22 : LABEL arch=x86_64 01:25:58 ---> Running in 5e869087f53c 01:25:58 Removing intermediate container 5e869087f53c 01:25:58 ---> d5cee1d82d3a 01:25:58 Step 21/22 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 01:25:59 ---> Running in 324304f3dcd9 01:25:59 Removing intermediate container 1363d1befb3c 01:25:59 ---> 6e4316be8fb4 01:25:59 Step 8/26 : COPY . . 01:25:59 Removing intermediate container 324304f3dcd9 01:25:59 ---> 9a9bf949d146 01:25:59 Step 22/22 : LABEL version=0.0.0 01:26:02 ---> Running in c9a868d896ad 01:26:03 Removing intermediate container c9a868d896ad 01:26:03 ---> 10b285099de0 01:26:03 01:26:03 Successfully built 10b285099de0 01:26:03 Successfully tagged security-proxy-setup:latest 01:26:03  Building security-proxy-setup ... done  ---> 94583b03cf4e 01:26:03 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 01:26:03 ---> Running in 13c3cdc396b8 01:26:03 Removing intermediate container 13c3cdc396b8 01:26:03 ---> cdea06db39b9 01:26:03 Step 10/26 : WORKDIR /edgex-go/spire-build 01:26:03 ---> Running in c70f6bf051cd 01:26:03 Removing intermediate container c70f6bf051cd 01:26:03 ---> 7f5441146561 01:26:03 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 01:26:03 ---> Running in 60a51c041490 01:26:05 Removing intermediate container 60a51c041490 01:26:05 ---> 997cf6c0db30 01:26:05 Step 12/26 : WORKDIR /edgex-go 01:26:05 ---> Running in 7e21b07d9eba 01:26:05 Removing intermediate container 7e21b07d9eba 01:26:05 ---> f5b205f05109 01:26:05 01:26:05 Step 13/26 : FROM alpine:3.15 01:26:05 ---> c4fc93816858 01:26:05 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:26:05 ---> Using cache 01:26:05 ---> 071d570899f6 01:26:05 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:05 ---> Using cache 01:26:05 ---> e981aab72dc1 01:26:05 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:26:05 ---> Using cache 01:26:05 ---> af15c1040b76 01:26:05 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 01:26:07 ---> 65571157b4ba 01:26:07 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:26:09 ---> eee7039e7797 01:26:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:26:09 ---> c196bfa6a5ca 01:26:09 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:26:10 ---> 8a76a80c76d2 01:26:10 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:26:10 ---> 27ae2e0977ad 01:26:10 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:26:10 ---> Running in 2aa02d869d90 01:26:10 Removing intermediate container 2aa02d869d90 01:26:10 ---> db0d3ddba434 01:26:10 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:26:10 ---> Running in 4951ccdc0519 01:26:10 Removing intermediate container 4951ccdc0519 01:26:10 ---> 479f32971af2 01:26:10 Step 24/26 : LABEL arch=x86_64 01:26:11 ---> Running in c08c396e9244 01:26:11 Removing intermediate container c08c396e9244 01:26:11 ---> 172f54aa07db 01:26:11 Step 25/26 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 01:26:11 ---> Running in 3054755eebe1 01:26:11 Removing intermediate container 3054755eebe1 01:26:11 ---> 7379e9672acb 01:26:11 Step 26/26 : LABEL version=0.0.0 01:26:11 ---> Running in bd39c5eb82ef 01:26:11 Removing intermediate container bd39c5eb82ef 01:26:11 ---> a3f79565e2b2 01:26:11 01:26:12 Successfully built a3f79565e2b2 01:26:12 Successfully tagged security-spire-agent:latest 01:26:13  Building security-spire-agent ... done Removing intermediate container c66492699cd2 01:26:13 ---> f4e99197b5a6 01:26:13 01:26:13 Step 11/23 : FROM alpine:3.16 01:26:13 ---> 9c6f07244728 01:26:13 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 01:26:13 ---> Running in b3f7e6d35b9d 01:26:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:26:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:26:13 (1/2) Installing ca-certificates (20220614-r0) 01:26:13 (2/2) Installing dumb-init (1.2.5-r1) 01:26:13 Executing busybox-1.35.0-r17.trigger 01:26:13 Executing ca-certificates-20220614-r0.trigger 01:26:13 OK: 6 MiB in 16 packages 01:26:14 Removing intermediate container b3f7e6d35b9d 01:26:14 ---> d2607fceab7c 01:26:14 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:26:14 ---> Running in 69b67ff251ef 01:26:14 Removing intermediate container 69b67ff251ef 01:26:14 ---> d3aa564830f9 01:26:14 Step 14/23 : ENV APP_PORT=59860 01:26:14 ---> Running in 904d9dd65783 01:26:14 Removing intermediate container 904d9dd65783 01:26:14 ---> 68fd9fcc46a5 01:26:14 Step 15/23 : EXPOSE $APP_PORT 01:26:14 ---> Running in 4b43680af2ef 01:26:14 Removing intermediate container 4b43680af2ef 01:26:14 ---> de6fc2944844 01:26:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:26:14 ---> 8c48bb83bb63 01:26:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:26:15 ---> d2db6fae8c40 01:26:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:26:15 ---> e9f1f6ec3352 01:26:15 Step 19/23 : ENTRYPOINT ["/support-notifications"] 01:26:15 ---> Running in 1b6c0449a842 01:26:15 Removing intermediate container 1b6c0449a842 01:26:15 ---> 0c52f89b5f70 01:26:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:26:15 ---> Running in 3ea6d155bf8e 01:26:15 Removing intermediate container 3ea6d155bf8e 01:26:15 ---> e5816cd8bbc0 01:26:15 Step 21/23 : LABEL arch=x86_64 01:26:15 ---> Running in d1163089eacb 01:26:15 Removing intermediate container d1163089eacb 01:26:15 ---> 30eeb29c7b77 01:26:15 Step 22/23 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 01:26:15 ---> Running in 0aab446d6a98 01:26:15 Removing intermediate container 0aab446d6a98 01:26:15 ---> 60d31ed994e3 01:26:15 Step 23/23 : LABEL version=0.0.0 01:26:15 ---> Running in cb7ec7780d20 01:26:16 Removing intermediate container cb7ec7780d20 01:26:16 ---> 779b7bacc529 01:26:16 01:26:16 Successfully built 779b7bacc529 01:26:16 Successfully tagged support-notifications:latest 01:26:16  Building support-notifications ... done  [Pipeline] } 01:26:16 $ docker stop --time=1 2a9271fbab9a3d1b6bb1005e7287b477f87ccbd2cf9a974f952cc3013409d66a 01:26:17 $ docker rm -f 2a9271fbab9a3d1b6bb1005e7287b477f87ccbd2cf9a974f952cc3013409d66a [Pipeline] // withDockerContainer [Pipeline] sh 01:26:17 + docker images 01:26:17 REPOSITORY TAG IMAGE ID CREATED SIZE 01:26:17 support-notifications latest 779b7bacc529 2 seconds ago 30.4MB 01:26:17 f4e99197b5a6 5 seconds ago 1.67GB 01:26:17 security-spire-agent latest a3f79565e2b2 6 seconds ago 125MB 01:26:17 f5b205f05109 12 seconds ago 1.48GB 01:26:17 security-proxy-setup latest 10b285099de0 15 seconds ago 27.6MB 01:26:17 security-spiffe-token-provider latest c776353d1eb8 24 seconds ago 29.7MB 01:26:17 d95da989c8c1 31 seconds ago 1.6GB 01:26:17 support-scheduler latest 3d4945dabaea 34 seconds ago 29.8MB 01:26:17 sys-mgmt-agent latest 46b7b05af3bf 40 seconds ago 136MB 01:26:17 9b49754253a5 43 seconds ago 1.64GB 01:26:17 3e3c0affd147 46 seconds ago 1.67GB 01:26:17 core-metadata latest 79679c0228c5 57 seconds ago 18.5MB 01:26:17 core-command latest 5dcdb1f780d1 About a minute ago 17.6MB 01:26:17 a0c1359261ac About a minute ago 1.59GB 01:26:17 c9268cf3ead0 About a minute ago 1.61GB 01:26:17 aea170455979 About a minute ago 1.61GB 01:26:17 security-bootstrapper latest d5d2e4a7a449 About a minute ago 20.2MB 01:26:17 security-secretstore-setup latest a555912999e6 About a minute ago 29.7MB 01:26:17 core-data latest 4ebc5947d650 About a minute ago 21.7MB 01:26:17 131f13971925 2 minutes ago 1.62GB 01:26:17 99296328cf2c 2 minutes ago 1.6GB 01:26:17 a1e8a9259ae4 2 minutes ago 1.6GB 01:26:17 security-spire-config latest 544de6ec4e02 2 minutes ago 85.8MB 01:26:17 security-spire-server latest 89202ffb087b 2 minutes ago 86.5MB 01:26:17 273cdf1bb058 2 minutes ago 1.48GB 01:26:17 cf17dc01d36e 2 minutes ago 1.48GB 01:26:17 ci-base-image-x86_64 latest dda9b3482598 6 minutes ago 941MB 01:26:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 weeks ago 677MB 01:26:17 alpine 3.15 c4fc93816858 2 months ago 5.59MB 01:26:17 alpine 3.16 9c6f07244728 2 months ago 5.54MB 01:26:17 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 01:26:17 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] } 03:40:12 Running on prd-ubuntu20.04-docker-arm64-4c-16g-76265 in /w/workspace/edgexfoundry_edgex-go_PR-4213 [Pipeline] { [Pipeline] ws 03:40:12 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 03:40:12 The recommended git tool is: git 03:40:18 using credential edgex-jenkins-ssh 03:40:18 Cloning the remote Git repository 03:40:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:40:18 > git init /w/workspace/edgex-go/1 # timeout=10 03:40:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:40:18 > git --version # timeout=10 03:40:18 > git --version # 'git version 2.25.1' 03:40:18 using GIT_SSH to set credentials SSH Credentials for GitHub 03:40:18 Verifying host key using known hosts file 03:40:18 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. 03:40:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:40:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:40:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:40:38 Merging remotes/origin/main commit 23251983c73b29babdec2056f36690dce19c8f65 into PR head commit 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 03:40:38 Merge succeeded, producing 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 03:40:38 Checking out Revision 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 (PR-4213) 03:40:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:40:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:40:37 using GIT_SSH to set credentials SSH Credentials for GitHub 03:40:37 Verifying host key using known hosts file 03:40:37 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. 03:40:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4213/head:refs/remotes/origin/PR-4213 +refs/heads/main:refs/remotes/origin/main # timeout=10 03:40:38 > git config core.sparsecheckout # timeout=10 03:40:38 > git checkout -f 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 # timeout=10 03:40:38 > git remote # timeout=10 03:40:38 > git config --get remote.origin.url # timeout=10 03:40:38 using GIT_SSH to set credentials SSH Credentials for GitHub 03:40:38 Verifying host key using known hosts file 03:40:38 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. 03:40:38 > git merge 23251983c73b29babdec2056f36690dce19c8f65 # timeout=10 03:40:38 > git rev-parse HEAD^{commit} # timeout=10 03:40:38 > git config core.sparsecheckout # timeout=10 03:40:38 > git checkout -f 26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 # timeout=10 03:40:39 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" 03:40:39 > git --version # timeout=10 03:40:39 > git --version # 'git version 2.25.1' 03:40:39 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:40:40 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:40:40 % Total % Received % Xferd Average Speed Time Time Time Current 03:40:40 Dload Upload Total Spent Left Speed 03:40:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 90014 0 --:--:-- --:--:-- --:--:-- 90014 [Pipeline] sh 03:40:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:40:41 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:40:41 + sudo tee /etc/docker/daemon.new 03:40:42 { 03:40:42 "registry-mirrors": [ 03:40:42 "https://nexus3.edgexfoundry.org:10001" 03:40:42 ], 03:40:42 "bip": "10.250.0.254/24", 03:40:42 "hosts": [ 03:40:42 "tcp://0.0.0.0:5555", 03:40:42 "unix:///var/run/docker.sock" 03:40:42 ], 03:40:42 "mtu": 1458, 03:40:42 "selinux-enabled": true, 03:40:42 "seccomp-profile": "/etc/docker/seccomp.json" 03:40:42 } [Pipeline] sh 03:40:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:40:42 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:41:01 provisioning config files... 03:41:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5434120347660832350tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:41:01 ---> docker-login.sh 03:41:01 nexus3.edgexfoundry.org:10001 03:41:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:41:02 Configure a credential helper to remove this warning. See 03:41:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:41:02 03:41:02 Login Succeeded 03:41:02 nexus3.edgexfoundry.org:10002 03:41:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:41:02 Configure a credential helper to remove this warning. See 03:41:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:41:02 03:41:02 Login Succeeded 03:41:02 nexus3.edgexfoundry.org:10003 03:41:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:41:02 Configure a credential helper to remove this warning. See 03:41:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:41:02 03:41:02 Login Succeeded 03:41:02 nexus3.edgexfoundry.org:10004 03:41:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:41:03 Configure a credential helper to remove this warning. See 03:41:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:41:03 03:41:03 Login Succeeded 03:41:03 docker.io 03:41:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:41:04 Configure a credential helper to remove this warning. See 03:41:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:41:04 03:41:04 Login Succeeded 03:41:04 ---> docker-login.sh ends [Pipeline] } 03:41:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 03:41:04 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 03:41:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:41:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:41:04 ========================================================= 03:41:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 03:41:04 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:41:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:41:06 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:41:06 9b18e9b68314: Pulling fs layer 03:41:06 d32db5db7311: Pulling fs layer 03:41:06 d0c4b47475fc: Pulling fs layer 03:41:06 5831b945b038: Pulling fs layer 03:41:06 86bbec2aaacd: Pulling fs layer 03:41:06 e10730c5d714: Pulling fs layer 03:41:06 5dd5c2283517: Pulling fs layer 03:41:06 d5ac0230b979: Pulling fs layer 03:41:06 5831b945b038: Waiting 03:41:06 5dd5c2283517: Waiting 03:41:06 d5ac0230b979: Waiting 03:41:06 86bbec2aaacd: Waiting 03:41:06 e10730c5d714: Waiting 03:41:06 d0c4b47475fc: Download complete 03:41:06 d32db5db7311: Download complete 03:41:06 86bbec2aaacd: Verifying Checksum 03:41:06 86bbec2aaacd: Download complete 03:41:06 e10730c5d714: Verifying Checksum 03:41:06 e10730c5d714: Download complete 03:41:06 9b18e9b68314: Verifying Checksum 03:41:06 9b18e9b68314: Download complete 03:41:07 9b18e9b68314: Pull complete 03:41:07 d5ac0230b979: Verifying Checksum 03:41:07 d5ac0230b979: Download complete 03:41:07 d32db5db7311: Pull complete 03:41:08 d0c4b47475fc: Pull complete 03:41:08 5dd5c2283517: Verifying Checksum 03:41:08 5dd5c2283517: Download complete 03:41:09 5831b945b038: Verifying Checksum 03:41:09 5831b945b038: Download complete 03:41:21 5831b945b038: Pull complete 03:41:21 86bbec2aaacd: Pull complete 03:41:21 e10730c5d714: Pull complete 03:41:27 5dd5c2283517: Pull complete 03:41:29 d5ac0230b979: Pull complete 03:41:29 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 03:41:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:41:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 03:41:30 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:41:30 WORKDIR /edgex 03:41:30 COPY go.mod . 03:41:30 RUN go mod download 03:41:30 + docker build -t ci-base-image-arm64 -f - . 03:41:30 Sending build context to Docker daemon 3.267MB 03:41:30 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:41:30 ---> 59b3b1a385d4 03:41:30 Step 2/4 : WORKDIR /edgex 03:41:32 ---> Running in acd39826c44e 03:41:33 Removing intermediate container acd39826c44e 03:41:33 ---> 112ec2499ae7 03:41:33 Step 3/4 : COPY go.mod . 03:41:33 ---> 8bf67aa277a5 03:41:33 Step 4/4 : RUN go mod download 03:41:33 ---> Running in 568a3c6f6892 03:42:05 Removing intermediate container 568a3c6f6892 03:42:05 ---> 32c19fb86755 03:42:05 Successfully built 32c19fb86755 03:42:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:06 + docker inspect -f . ci-base-image-arm64 03:42:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:42:06 prd-ubuntu20.04-docker-arm64-4c-16g-76265 does not seem to be running inside a container 03:42:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:42:07 $ docker top de1bc6c661180d670015f81972d77e42d524cf33bba866732b39b86af48f04ca -eo pid,comm [Pipeline] { [Pipeline] sh 03:42:08 + go version 03:42:08 go version go1.18.7 linux/arm64 [Pipeline] } 03:42:08 $ docker stop --time=1 de1bc6c661180d670015f81972d77e42d524cf33bba866732b39b86af48f04ca 03:42:10 $ docker rm -f de1bc6c661180d670015f81972d77e42d524cf33bba866732b39b86af48f04ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:11 + docker inspect -f . ci-base-image-arm64 03:42:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:42:11 prd-ubuntu20.04-docker-arm64-4c-16g-76265 does not seem to be running inside a container 03:42:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:42:12 $ docker top daf9be4b975bee6ba14a4d21377d363dd5b3eb019abca72c307b0d0235ea0b6b -eo pid,comm [Pipeline] { [Pipeline] echo 03:42:13 ========================================================= 03:42:13 [edgeXBuildGoParallel] Running Tests and Build... 03:42:13 ========================================================= [Pipeline] sh 03:42:13 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 03:42:14 + make test 03:42:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:42:53 ? github.com/edgexfoundry/edgex-go [no test files] 03:44:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:44:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:44:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:44:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:44:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:44:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:44:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:44:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:44:55 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 03:45:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:45:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:45:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:45:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:45:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:45:00 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 03:45:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.306s coverage: 28.7% of statements 03:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:45:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.025s coverage: 98.5% of statements 03:45:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.726s coverage: 42.3% of statements 03:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 03:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 03:45:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.417s coverage: 54.2% of statements 03:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:45:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:45:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.419s coverage: 89.2% of statements 03:45:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 03:45:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 03:45:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 03:45:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:45:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 03:45:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.057s coverage: 2.2% of statements 03:45:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:45:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:45:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.806s coverage: 95.6% of statements 03:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 03:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 03:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 03:45:55 ok github.com/edgexfoundry/edgex-go/internal/io 0.474s coverage: 72.2% of statements 03:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 03:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 03:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:45:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.470s coverage: 60.0% of statements 03:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:45:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.410s coverage: 0.9% of statements 03:45:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 03:45:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.281s coverage: 58.8% of statements 03:45:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.278s coverage: 29.6% of statements 03:45:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:45:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.358s coverage: 47.1% of statements 03:45:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.295s coverage: 79.5% of statements 03:45:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.263s coverage: 94.1% of statements 03:45:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.282s coverage: 96.3% of statements 03:46:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.255s coverage: 87.5% of statements 03:46:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.271s coverage: 94.4% of statements 03:46:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.230s coverage: 44.8% of statements 03:46:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.716s coverage: 79.9% of statements 03:46:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:46:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.297s coverage: 92.9% of statements 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:46:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 03:46:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.257s coverage: 86.9% of statements 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:46:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.236s coverage: 87.2% of statements 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:46:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.195s coverage: 100.0% of statements 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:46:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.289s coverage: 58.8% of statements 03:46:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:46:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.296s coverage: 80.0% of statements 03:46:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.247s coverage: 87.2% of statements 03:46:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.318s coverage: 85.4% of statements 03:46:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.019s coverage: 91.2% of statements 03:46:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.004s coverage: 64.7% of statements 03:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:46:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.312s coverage: 100.0% of statements 03:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 89.4% of statements 03:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements 03:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 03:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 03:46:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.476s coverage: 65.8% of statements 03:46:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:46:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:46:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.013s coverage: 41.8% of statements 03:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.272s coverage: 89.5% of statements 03:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.312s coverage: 84.8% of statements 03:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 03:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 03:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 03:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 03:46:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.357s coverage: 17.7% of statements 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:46:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.009s coverage: 92.3% of statements 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 03:46:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.436s coverage: 63.2% of statements 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:46:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.465s coverage: 97.7% of statements 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 03:46:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.217s coverage: 28.9% of statements 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:46:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.227s coverage: 100.0% of statements 03:46:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 96.9% of statements 03:46:55 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 03:46:55 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:46:55 GO111MODULE=on go vet ./... 03:48:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:48:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:48:46 ./bin/test-attribution-txt.sh [Pipeline] echo 03:48:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 03:48:47 + ls -al . 03:48:47 total 764 03:48:47 drwxrwxr-x 10 1001 1001 4096 Oct 25 03:42 . 03:48:47 drwxr-xr-x 4 root root 4096 Oct 25 03:42 .. 03:48:47 drwxrwxr-x 2 1001 1001 4096 Oct 25 03:40 .blubracket 03:48:47 -rw-rw-r-- 1 1001 1001 16 Oct 25 03:40 .dockerignore 03:48:47 drwxrwxr-x 8 1001 1001 4096 Oct 25 03:40 .git 03:48:47 drwxrwxr-x 3 1001 1001 4096 Oct 25 03:40 .github 03:48:47 -rw-rw-r-- 1 1001 1001 1030 Oct 25 03:40 .gitignore 03:48:47 -rw-rw-r-- 1 1001 1001 42 Oct 25 03:40 .golangci.yml 03:48:47 -rw-rw-r-- 1 1001 1001 87 Oct 25 03:40 .hadolint.yml 03:48:47 -rw-rw-r-- 1 1001 1001 166 Oct 25 03:40 .sonarcloud.properties 03:48:47 -rw-rw-r-- 1 1001 1001 1171 Oct 25 03:40 ADOPTERS.md 03:48:47 -rw-rw-r-- 1 1001 1001 10722 Oct 25 03:40 Attribution.txt 03:48:47 -rw-rw-r-- 1 1001 1001 63209 Oct 25 03:40 CHANGELOG.md 03:48:47 -rw-rw-r-- 1 1001 1001 3804 Oct 25 03:40 CONTRIBUTING.md 03:48:47 -rw-rw-r-- 1 1001 1001 677 Oct 25 03:40 GOVERNANCE.md 03:48:47 -rw-rw-r-- 1 1001 1001 850 Oct 25 03:40 Jenkinsfile 03:48:47 -rw-rw-r-- 1 1001 1001 10775 Oct 25 03:40 LICENSE 03:48:47 -rw-rw-r-- 1 1001 1001 13857 Oct 25 03:40 Makefile 03:48:47 -rw-rw-r-- 1 1001 1001 582 Oct 25 03:40 OWNERS.md 03:48:47 -rw-rw-r-- 1 1001 1001 9799 Oct 25 03:40 README.md 03:48:47 -rw-rw-r-- 1 1001 1001 6912 Oct 25 03:40 SECURITY.md 03:48:47 -rw-rw-r-- 1 1001 1001 5 Oct 25 01:19 VERSION 03:48:47 -rw-rw-r-- 1 1001 1001 4131 Oct 25 03:40 ZMQWindows.md 03:48:47 drwxrwxr-x 2 1001 1001 4096 Oct 25 03:40 bin 03:48:47 drwxrwxr-x 18 1001 1001 4096 Oct 25 03:40 cmd 03:48:47 -rw-r--r-- 1 root root 500482 Oct 25 03:46 coverage.out 03:48:47 -rw-rw-r-- 1 1001 1001 3446 Oct 25 03:40 go.mod 03:48:47 -rw-rw-r-- 1 1001 1001 45060 Oct 25 03:40 go.sum 03:48:47 drwxrwxr-x 8 1001 1001 4096 Oct 25 03:40 internal 03:48:47 drwxrwxr-x 3 1001 1001 4096 Oct 25 03:40 openapi 03:48:47 drwxrwxr-x 4 1001 1001 4096 Oct 25 03:40 snap 03:48:47 -rw-rw-r-- 1 1001 1001 204 Oct 25 03:40 version.go [Pipeline] sh 03:48:47 + '[' -e coverage.out ] 03:48:47 + chown 1001:1001 coverage.out [Pipeline] stash 03:48:47 Warning: overwriting stash ‘coverage-report’ 03:48:48 Stashed 1 file(s) [Pipeline] sh 03:48:49 + make build 03:48:49 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 03:50:25 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 03:51:47 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 03:51:47 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 03:52:26 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 03:52:26 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 03:52:31 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 03:52:39 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 03:52:42 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 03:52:47 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 03:52:52 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 03:52:56 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 03:53:06 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] } 03:53:10 $ docker stop --time=1 daf9be4b975bee6ba14a4d21377d363dd5b3eb019abca72c307b0d0235ea0b6b 03:53:14 $ docker rm -f daf9be4b975bee6ba14a4d21377d363dd5b3eb019abca72c307b0d0235ea0b6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:53:17 03:53:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:53:17 latest: Pulling from edgex-devops/edgex-compose-arm64 03:53:17 29e5d40040c1: Pulling fs layer 03:53:17 1ce36da41761: Pulling fs layer 03:53:17 25b303627fd3: Pulling fs layer 03:53:17 29e5d40040c1: Verifying Checksum 03:53:17 29e5d40040c1: Download complete 03:53:18 1ce36da41761: Verifying Checksum 03:53:18 1ce36da41761: Download complete 03:53:18 29e5d40040c1: Pull complete 03:53:19 25b303627fd3: Verifying Checksum 03:53:19 25b303627fd3: Download complete 03:53:19 1ce36da41761: Pull complete 03:53:29 25b303627fd3: Pull complete 03:53:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:53:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:53:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:53:30 prd-ubuntu20.04-docker-arm64-4c-16g-76265 does not seem to be running inside a container 03:53:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:53:32 $ docker top c4e438583e010820fcedab2bfdef6590da94318d6dfee3889238c7ed65119d6c -eo pid,comm [Pipeline] { [Pipeline] sh 03:53:33 + docker-compose build --help 03:53:33 + grep parallel 03:53:39 --parallel Build images in parallel. [Pipeline] } 03:53:39 $ docker stop --time=1 c4e438583e010820fcedab2bfdef6590da94318d6dfee3889238c7ed65119d6c 03:53:40 $ docker rm -f c4e438583e010820fcedab2bfdef6590da94318d6dfee3889238c7ed65119d6c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:53:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:53:41 prd-ubuntu20.04-docker-arm64-4c-16g-76265 does not seem to be running inside a container 03:53:41 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:53:43 $ docker top 4608752503ebf4e13b94e650c54eddf6ef9af0c4a01fdc28f37270517e9cb5fb -eo pid,comm [Pipeline] { [Pipeline] sh 03:53:43 + docker-compose -f ./docker-compose-build.yml build --parallel 03:53:49 Building core-command ... 03:53:49 Building core-data ... 03:53:49 Building core-metadata ... 03:53:49 Building security-bootstrapper ... 03:53:49 Building security-proxy-setup ... 03:53:49 Building security-secretstore-setup ... 03:53:49 Building security-spiffe-token-provider ... 03:53:49 Building security-spire-agent ... 03:53:49 Building security-spire-config ... 03:53:49 Building security-spire-server ... 03:53:49 Building support-notifications ... 03:53:49 Building support-scheduler ... 03:53:49 Building sys-mgmt-agent ... 03:53:49 Building security-spiffe-token-provider 03:53:49 Building security-secretstore-setup 03:53:49 Building security-bootstrapper 03:53:49 Building security-spire-agent 03:53:49 Building security-spire-config 03:54:45 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:54:45 Step 2/33 : FROM ${BUILDER_BASE} AS builder 03:54:45 ---> 32c19fb86755 03:54:45 Step 3/33 : WORKDIR /edgex-go 03:54:45 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:54:45 Step 2/25 : FROM ${BUILDER_BASE} AS builder 03:54:45 ---> 32c19fb86755 03:54:45 Step 3/25 : WORKDIR /edgex-go 03:54:45 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:54:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:54:45 ---> 32c19fb86755 03:54:45 Step 3/26 : WORKDIR /edgex-go 03:54:45 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:54:45 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:54:45 ---> 32c19fb86755 03:54:45 Step 3/20 : WORKDIR /edgex-go 03:54:45 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:54:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:54:45 ---> 32c19fb86755 03:54:45 Step 3/26 : WORKDIR /edgex-go 03:54:45 ---> Running in cf0986023b27 03:54:45 ---> Running in 1882a022c5f6 03:54:45 ---> Running in 0621aae6ff67 03:54:45 ---> Running in 09b4836abfe5 03:54:45 ---> Running in 4b0fdd45e021 03:54:45 Removing intermediate container 1882a022c5f6 03:54:45 ---> 2e2b31a17c07 03:54:45 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:54:45 Removing intermediate container cf0986023b27 03:54:45 ---> bc644e62a79c 03:54:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:54:45 Removing intermediate container 09b4836abfe5 03:54:45 ---> 40c50a0debc7 03:54:45 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 03:54:45 ---> Running in 552ce51fba57 03:54:45 Removing intermediate container 0621aae6ff67 03:54:45 ---> fc2b499e56fe 03:54:45 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:54:45 Removing intermediate container 4b0fdd45e021 03:54:45 ---> 7c2ecd6b83c2 03:54:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:54:45 ---> Running in 6ee3af61fc3d 03:54:45 ---> Running in b6b05d6b9c4a 03:54:45 ---> Running in 328adaabba7c 03:54:45 ---> Running in 952fdcdc451c 03:54:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:54:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:54:46 v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 03:54:46 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 03:54:46 OK: 16895 distinct packages available 03:54:46 Removing intermediate container 952fdcdc451c 03:54:46 ---> 2c7d9ed4d6f9 03:54:46 Step 5/33 : RUN apk add --update --no-cache make git 03:54:46 Removing intermediate container b6b05d6b9c4a 03:54:46 ---> e8dac96156e2 03:54:46 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 03:54:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:54:46 Removing intermediate container 328adaabba7c 03:54:46 ---> 7146267203df 03:54:46 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 03:54:46 ---> Running in 69e9ed56b680 03:54:46 ---> Running in 632d4566ea9d 03:54:46 ---> Running in 78ac7888a64d 03:54:46 Removing intermediate container 552ce51fba57 03:54:46 ---> 97b2d7444c64 03:54:47 Step 5/25 : RUN apk add --update --no-cache make git 03:54:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:54:47 ---> Running in 96439a84340d 03:54:48 OK: 221 MiB in 51 packages 03:54:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:54:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:54:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:54:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:54:49 Removing intermediate container 6ee3af61fc3d 03:54:49 ---> 6b193e3ce54b 03:54:49 Step 5/20 : COPY go.mod vendor* ./ 03:54:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:54:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:54:50 ---> 4a33cb9298ba 03:54:50 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:54:50 ---> Running in cb3a95abc0bc 03:54:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:54:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:54:51 OK: 221 MiB in 51 packages 03:54:52 OK: 221 MiB in 51 packages 03:54:52 OK: 221 MiB in 51 packages 03:54:53 OK: 221 MiB in 51 packages 03:54:54 Removing intermediate container 78ac7888a64d 03:54:54 ---> 6e8124aa3983 03:54:54 Step 6/26 : COPY go.mod vendor* ./ 03:54:54 Removing intermediate container 69e9ed56b680 03:54:54 ---> dd0d4e8c2ea9 03:54:54 Step 6/33 : COPY go.mod vendor* ./ 03:54:54 Removing intermediate container 632d4566ea9d 03:54:54 ---> 7fc583f51d0b 03:54:54 Removing intermediate container 96439a84340d 03:54:54 ---> 8e481311f1d8 03:54:54 Step 6/25 : COPY go.mod vendor* ./ 03:54:54 Step 6/26 : COPY go.mod vendor* ./ 03:54:55 ---> c5747775d452 03:54:55 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:54:55 ---> Running in 910be4f30cd4 03:54:55 ---> 17c49dda9230 03:54:55 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:54:55 ---> Running in 77fc5eb134de 03:54:55 ---> 20a8b9fe06c2 03:54:55 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:54:55 ---> Running in 2c98cc4d3378 03:54:55 ---> 04eba2988aaa 03:54:55 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:54:56 ---> Running in c55dfd15abfa 03:56:17 Removing intermediate container c55dfd15abfa 03:56:17 ---> b0a0872b2390 03:56:17 Step 8/25 : COPY . . 03:56:17 Removing intermediate container 77fc5eb134de 03:56:17 ---> e1d84990a49f 03:56:17 Step 8/33 : COPY . . 03:56:17 Removing intermediate container 2c98cc4d3378 03:56:17 ---> 9bdeb2230d50 03:56:17 Step 8/26 : COPY . . 03:56:17 Removing intermediate container cb3a95abc0bc 03:56:17 ---> d55687c7a4a6 03:56:17 Step 7/20 : COPY . . 03:56:17 Removing intermediate container 910be4f30cd4 03:56:17 ---> 38d98af4df97 03:56:17 Step 8/26 : COPY . . 03:56:32 ---> 3a5bf1bd1111 03:56:32 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:56:32 ---> 552a54e2cdbe 03:56:32 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 03:56:32 ---> 43a6ae60eeed 03:56:32 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 03:56:32 ---> Running in 1269eb4a71f8 03:56:32 ---> 7b47613caeda 03:56:32 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:56:33 ---> Running in de72cb819d3c 03:56:33 ---> 73c588e5c48f 03:56:33 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:56:33 ---> Running in 62f5d34e5eb4 03:56:33 ---> Running in a5cacd5ebfa3 03:56:33 ---> Running in 73716b9e556f 03:56:33 Removing intermediate container de72cb819d3c 03:56:33 ---> fd42e6c0a77a 03:56:33 Step 10/26 : WORKDIR /edgex-go/spire-build 03:56:33 Removing intermediate container a5cacd5ebfa3 03:56:33 ---> 22a0822c7fee 03:56:33 Step 10/26 : WORKDIR /edgex-go/spire-build 03:56:34 ---> Running in cb64fbade931 03:56:34 ---> Running in 295c72f4cd14 03:56:34 Removing intermediate container cb64fbade931 03:56:34 ---> 2ecf003f483d 03:56:34 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 03:56:34 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 03:56:35 ---> Running in b21ab23684c5 03:56:35 Removing intermediate container 295c72f4cd14 03:56:35 ---> 64f27b9b00fb 03:56:35 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 03:56:35 ---> Running in c05ef5134335 03:56:35 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 03:56:35 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 03:56:38 Removing intermediate container b21ab23684c5 03:56:38 ---> aa1b69d724d5 03:56:38 Step 12/26 : WORKDIR /edgex-go 03:56:38 ---> Running in 96056f0361f5 03:56:39 Removing intermediate container c05ef5134335 03:56:39 ---> 9e8046e363a0 03:56:39 Step 12/26 : WORKDIR /edgex-go 03:56:39 ---> Running in 49871ab2760c 03:56:39 Removing intermediate container 96056f0361f5 03:56:39 ---> a0cb4f64771a 03:56:39 03:56:39 Step 13/26 : FROM alpine:3.15 03:56:39 3.15: Pulling from library/alpine 03:56:39 Removing intermediate container 49871ab2760c 03:56:39 ---> f0e9445145e0 03:56:39 03:56:39 Step 13/26 : FROM alpine:3.15 03:56:39 3.15: Pulling from library/alpine 03:56:40 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 03:56:40 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 03:56:40 Status: Image is up to date for alpine:3.15 03:56:40 Status: Downloaded newer image for alpine:3.15 03:56:40 ---> 02e0d6fdf486 03:56:40 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:56:40 ---> 02e0d6fdf486 03:56:40 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:56:41 ---> Running in 6c8f810c69c5 03:56:41 ---> Running in ce4f248d0dbd 03:56:41 Removing intermediate container ce4f248d0dbd 03:56:41 ---> fc9586b5729c 03:56:41 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:56:41 Removing intermediate container 6c8f810c69c5 03:56:41 ---> 02421e46e523 03:56:41 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:56:41 ---> Running in fef330706a9b 03:56:41 ---> Running in a3a2340feb22 03:56:46 Removing intermediate container a3a2340feb22 03:56:46 ---> 4d560c8e5be3 03:56:46 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:56:46 ---> Running in 9affe65aef56 03:56:46 Removing intermediate container fef330706a9b 03:56:46 ---> 61169a82b82d 03:56:46 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 03:56:46 ---> Running in 95eb7de2b9e2 03:56:49 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:56:49 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:56:49 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:56:49 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:56:51 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 03:56:51 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 03:56:51 OK: 15734 distinct packages available 03:56:51 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 03:56:51 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 03:56:51 OK: 15734 distinct packages available 03:56:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:56:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:56:52 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:56:52 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:56:53 (1/4) Installing dumb-init (1.2.5-r1) 03:56:53 (1/5) Installing dumb-init (1.2.5-r1) 03:56:53 (2/4) Installing musl-obstack (1.2.3-r0) 03:56:53 (2/5) Installing musl-obstack (1.2.3-r0) 03:56:53 (3/4) Installing libucontext (1.1-r0) 03:56:53 (3/5) Installing libucontext (1.1-r0) 03:56:53 (4/4) Installing gcompat (1.0.0-r4) 03:56:53 (4/5) Installing gcompat (1.0.0-r4) 03:56:53 Executing busybox-1.34.1-r7.trigger 03:56:53 OK: 6 MiB in 18 packages 03:56:54 (5/5) Installing openssl (1.1.1q-r0) 03:56:54 Executing busybox-1.34.1-r7.trigger 03:56:54 OK: 6 MiB in 19 packages 03:56:55 Removing intermediate container 95eb7de2b9e2 03:56:55 ---> 0c9bc3670f79 03:56:55 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:56:55 Removing intermediate container 9affe65aef56 03:56:55 ---> cb44d4f833bd 03:56:55 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 03:57:01 ---> 801628febdcd 03:57:01 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:57:03 ---> b949a9392c29 03:57:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:57:05 ---> 2f17dced2f1d 03:57:05 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 03:57:05 ---> Running in e2eabf747467 03:57:06 Removing intermediate container e2eabf747467 03:57:06 ---> 12dde89ff174 03:57:06 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:57:07 ---> 25a621fdafe7 03:57:07 Step 21/26 : WORKDIR / 03:57:07 ---> Running in e582878d7ea0 03:57:08 Removing intermediate container e582878d7ea0 03:57:08 ---> 7c75a2ddd179 03:57:08 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:57:08 ---> Running in 67429145475e 03:57:08 ---> 546f6a9de302 03:57:08 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:57:08 Removing intermediate container 67429145475e 03:57:08 ---> 2df1afefcb10 03:57:08 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:57:09 ---> Running in 965cf0bc2a5c 03:57:09 ---> 8bcdd41a0c91 03:57:09 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:57:09 Removing intermediate container 965cf0bc2a5c 03:57:09 ---> 291e43a66c6a 03:57:09 Step 24/26 : LABEL arch=arm64 03:57:10 ---> Running in 3780814e5173 03:57:10 ---> f9f13140886d 03:57:10 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:57:10 Removing intermediate container 3780814e5173 03:57:10 ---> 922a7d1134ee 03:57:10 Step 25/26 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 03:57:10 ---> Running in 54d47edcd719 03:57:11 Removing intermediate container 54d47edcd719 03:57:11 ---> 4e874d0bc02e 03:57:11 Step 26/26 : LABEL version=0.0.0 03:57:11 ---> 8068d7ed7e8f 03:57:11 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:57:11 ---> Running in 8c93eaa2414b 03:57:11 ---> Running in a5d04f670074 03:57:12 Removing intermediate container 8c93eaa2414b 03:57:12 ---> 9d02b5b3f963 03:57:12 03:57:12 Removing intermediate container a5d04f670074 03:57:12 ---> 46588ccc2968 03:57:12 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:57:12 ---> Running in ec6924638ef0 03:57:12 Successfully built 9d02b5b3f963 03:57:12 Successfully tagged security-spire-config-arm64:latest 03:57:12  Building security-spire-config ... done Building core-command 03:57:13 Removing intermediate container ec6924638ef0 03:57:13 ---> b0219b6bc4d6 03:57:13 Step 24/26 : LABEL arch=arm64 03:57:13 ---> Running in 6b6b6a39de2f 03:57:13 Removing intermediate container 6b6b6a39de2f 03:57:13 ---> 336749b73aa1 03:57:13 Step 25/26 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 03:57:13 ---> Running in cb8158945b91 03:57:14 Removing intermediate container cb8158945b91 03:57:14 ---> d198a9060b00 03:57:14 Step 26/26 : LABEL version=0.0.0 03:57:14 ---> Running in 5362f9125cee 03:57:15 Removing intermediate container 5362f9125cee 03:57:15 ---> bb562fa0d24d 03:57:15 03:57:15 Successfully built bb562fa0d24d 03:57:15 Successfully tagged security-spire-agent-arm64:latest 03:57:15  Building security-spire-agent ... done Building support-scheduler 03:57:42 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:57:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:57:42 ---> 32c19fb86755 03:57:42 Step 3/24 : ARG ADD_BUILD_TAGS="" 03:57:42 ---> Running in 62414467ffae 03:57:42 Removing intermediate container 62414467ffae 03:57:42 ---> b7eb4a64f9c4 03:57:42 Step 4/24 : WORKDIR /edgex-go 03:57:42 ---> Running in 3d6e28be9ad1 03:57:43 Removing intermediate container 3d6e28be9ad1 03:57:43 ---> 9b383dad5543 03:57:43 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:57:43 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:57:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:57:43 ---> 32c19fb86755 03:57:43 Step 3/23 : ARG ADD_BUILD_TAGS="" 03:57:43 ---> Using cache 03:57:43 ---> b7eb4a64f9c4 03:57:43 Step 4/23 : WORKDIR /edgex-go 03:57:43 ---> Running in bd93545edef3 03:57:43 ---> Running in 350673714c4c 03:57:43 Removing intermediate container bd93545edef3 03:57:43 ---> 3652b9b38214 03:57:43 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:57:44 ---> Running in 6cb865147daa 03:57:47 Removing intermediate container 350673714c4c 03:57:47 ---> 6da140bf0232 03:57:47 Step 6/24 : RUN apk add --update --no-cache make git 03:57:47 ---> Running in ffbf6fc106b6 03:57:48 Removing intermediate container 6cb865147daa 03:57:48 ---> 038eb8c2f2ed 03:57:48 Step 6/23 : RUN apk add --update --no-cache make git 03:57:48 ---> Running in d5300d42cd5e 03:57:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:57:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:57:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:57:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:57:52 OK: 221 MiB in 51 packages 03:57:52 OK: 221 MiB in 51 packages 03:57:53 Removing intermediate container ffbf6fc106b6 03:57:53 ---> 34b32ed77ff1 03:57:53 Step 7/24 : COPY go.mod vendor* ./ 03:57:54 ---> e00a1329ce56 03:57:54 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:57:54 Removing intermediate container d5300d42cd5e 03:57:54 ---> b08d6c9d62b6 03:57:54 Step 7/23 : COPY go.mod vendor* ./ 03:57:55 ---> Running in 25a141d70616 03:57:56 ---> fa172b9e0846 03:57:56 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:57:56 ---> Running in 58c25a0d98fc 03:59:18 Removing intermediate container 25a141d70616 03:59:18 ---> e3dc7422339c 03:59:18 Step 9/24 : COPY . . 03:59:18 Removing intermediate container 58c25a0d98fc 03:59:18 ---> 5037e2130b91 03:59:18 Step 9/23 : COPY . . 03:59:36 ---> c29b4eb43fa4 03:59:36 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 03:59:36 ---> fc9e11ae57e6 03:59:36 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 03:59:36 ---> Running in 39fd288e9205 03:59:36 ---> Running in ea31ccc41519 03:59:37 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 03:59:37 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 04:01:59 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 04:02:07 Removing intermediate container 73716b9e556f 04:02:07 ---> a565d8792eb8 04:02:07 04:02:07 Step 10/25 : FROM alpine:3.16 04:02:07 3.16: Pulling from library/alpine 04:02:07 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 04:02:07 Status: Downloaded newer image for alpine:3.16 04:02:07 ---> a6215f271958 04:02:07 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 04:02:07 ---> Running in 511e0d090796 04:02:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:02:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:02:11 (1/3) Installing ca-certificates (20220614-r0) 04:02:11 (2/3) Installing dumb-init (1.2.5-r1) 04:02:11 (3/3) Installing su-exec (0.2-r1) 04:02:11 Executing busybox-1.35.0-r17.trigger 04:02:11 Executing ca-certificates-20220614-r0.trigger 04:02:12 OK: 6 MiB in 17 packages 04:02:16 Removing intermediate container 511e0d090796 04:02:16 ---> f46766f212d9 04:02:16 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:02:16 ---> Running in 39c25dfa8232 04:02:16 Removing intermediate container 39c25dfa8232 04:02:16 ---> 5e3c9b1a791a 04:02:16 Step 13/25 : WORKDIR / 04:02:17 Removing intermediate container 62f5d34e5eb4 04:02:17 ---> 25e0fb63f389 04:02:17 04:02:17 Step 10/33 : FROM alpine:3.16 04:02:17 ---> a6215f271958 04:02:17 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 04:02:17 ---> Running in 2cd4b58c10c3 04:02:17 ---> Running in 9d29987f20f2 04:02:17 Removing intermediate container 9d29987f20f2 04:02:17 ---> e7cf58fb98ae 04:02:17 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 04:02:17 Removing intermediate container 2cd4b58c10c3 04:02:17 ---> ec6d75f5ef3f 04:02:17 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:02:18 ---> Running in bd9a9075cce5 04:02:19 ---> ce80f96baea7 04:02:19 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:02:20 ---> 00cfa1d996d8 04:02:20 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:02:21 ---> 6af22417bd36 04:02:21 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 04:02:22 (1/2) Installing dumb-init (1.2.5-r1) 04:02:22 (2/2) Installing su-exec (0.2-r1) 04:02:22 Executing busybox-1.35.0-r17.trigger 04:02:22 ---> 490a118ba72f 04:02:22 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:02:22 OK: 5 MiB in 16 packages 04:02:24 ---> bc8083e6cc7c 04:02:24 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:02:24 Removing intermediate container bd9a9075cce5 04:02:24 ---> 77f7693f5177 04:02:24 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 04:02:24 ---> Running in 887e6eb9ab0b 04:02:25 Removing intermediate container 887e6eb9ab0b 04:02:25 ---> 68ae71584886 04:02:25 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 04:02:25 ---> Running in a2084775579a 04:02:26 Removing intermediate container a2084775579a 04:02:26 ---> 7536bf8cdf8c 04:02:26 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 04:02:26 ---> Running in 575d2ccba6f4 04:02:26 ---> 03e80311fae8 04:02:26 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:02:26 Removing intermediate container 575d2ccba6f4 04:02:26 ---> 02f50ac1abf0 04:02:26 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 04:02:27 ---> Running in b66629c1a360 04:02:27 ---> 2eeec057615f 04:02:27 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:02:27 Removing intermediate container b66629c1a360 04:02:27 ---> 1408e7512332 04:02:27 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 04:02:27 ---> Running in 92167adde8cf 04:02:28 ---> Running in cd11dc712ae9 04:02:32 Removing intermediate container 92167adde8cf 04:02:32 ---> 1faba097adf3 04:02:32 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 04:02:32 ---> Running in 91c40794911f 04:02:32 Removing intermediate container cd11dc712ae9 04:02:32 ---> 132adaaf7b77 04:02:32 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 04:02:32 ---> Running in d50b65c2cf40 04:02:32 Removing intermediate container 91c40794911f 04:02:32 ---> 34af0eccf753 04:02:32 Step 23/25 : LABEL arch=arm64 04:02:32 ---> Running in 0464e04f3a4c 04:02:32 Removing intermediate container d50b65c2cf40 04:02:32 ---> a685282a85db 04:02:32 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 04:02:33 Removing intermediate container 0464e04f3a4c 04:02:33 ---> 928b609a1af5 04:02:33 Step 24/25 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 04:02:33 ---> Running in 1a1e8428c865 04:02:34 Removing intermediate container 1a1e8428c865 04:02:34 ---> 2e09b7887862 04:02:34 Step 25/25 : LABEL version=0.0.0 04:02:34 ---> Running in 43e75dad2f02 04:02:34 ---> d760c5404046 04:02:34 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 04:02:34 ---> Running in 0747e216c1e4 04:02:34 Removing intermediate container 43e75dad2f02 04:02:34 ---> 3772736ac59e 04:02:34 04:02:35 Successfully built 3772736ac59e 04:02:35 Successfully tagged security-secretstore-setup-arm64:latest 04:02:35 Building sys-mgmt-agent 04:02:38  Building security-secretstore-setup ... done Removing intermediate container 0747e216c1e4 04:02:38 ---> d7b09bf6e53a 04:02:38 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 04:02:38 ---> da1d670700af 04:02:38 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:02:40 ---> 8e9285799ff6 04:02:40 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:02:42 ---> 2cf1458555fb 04:02:42 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:02:42 ---> f62a83994452 04:02:42 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 04:02:43 ---> b679343b8bc6 04:02:43 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 04:02:45 ---> d43911ca9836 04:02:45 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:02:46 ---> 2fbfc162cf94 04:02:46 Step 28/33 : RUN chmod +x /entrypoint.sh 04:02:46 ---> Running in 252fec5d4b8c 04:02:50 Removing intermediate container 252fec5d4b8c 04:02:50 ---> 1c982ab28425 04:02:50 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 04:02:50 ---> Running in 6a74b27bcefd 04:02:50 Removing intermediate container 6a74b27bcefd 04:02:50 ---> 4d2dc074a9bc 04:02:50 Step 30/33 : CMD ["gate"] 04:02:50 ---> Running in 901afdc19348 04:02:51 Removing intermediate container 901afdc19348 04:02:51 ---> 046d42be1ed9 04:02:51 Step 31/33 : LABEL arch=arm64 04:02:52 ---> Running in 7219561ee2ca 04:02:53 Removing intermediate container 7219561ee2ca 04:02:53 ---> 5f7479c9ab41 04:02:53 Step 32/33 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 04:02:53 ---> Running in f1df5074d321 04:02:54 Removing intermediate container f1df5074d321 04:02:54 ---> 14e8baf92538 04:02:54 Step 33/33 : LABEL version=0.0.0 04:02:54 ---> Running in df7ae9d16c6e 04:02:54 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 04:02:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:02:54 ---> 32c19fb86755 04:02:54 Step 3/23 : WORKDIR /edgex-go 04:02:54 ---> Using cache 04:02:54 ---> 7c2ecd6b83c2 04:02:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:02:54 ---> Using cache 04:02:54 ---> 7146267203df 04:02:54 Step 5/23 : RUN apk add --update --no-cache make bash git 04:02:54 ---> Running in a56d4950a0e1 04:02:54 Removing intermediate container df7ae9d16c6e 04:02:54 ---> 31b801d1ff14 04:02:54 04:02:55 Successfully built 31b801d1ff14 04:02:55 Successfully tagged security-bootstrapper-arm64:latest 04:02:55  Building security-bootstrapper ... done Building security-spire-server 04:02:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:02:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:02:58 OK: 221 MiB in 51 packages 04:03:00 Removing intermediate container a56d4950a0e1 04:03:00 ---> 84aa40b8c312 04:03:00 Step 6/23 : COPY go.mod vendor* ./ 04:03:01 ---> 4513fe4f3d52 04:03:01 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:01 ---> Running in 680b5332f5f0 04:03:16 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 04:03:16 Step 2/25 : FROM ${BUILDER_BASE} AS builder 04:03:16 ---> 32c19fb86755 04:03:16 Step 3/25 : WORKDIR /edgex-go 04:03:16 ---> Using cache 04:03:16 ---> 7c2ecd6b83c2 04:03:16 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:03:16 ---> Using cache 04:03:16 ---> 7146267203df 04:03:16 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 04:03:16 ---> Using cache 04:03:16 ---> 6e8124aa3983 04:03:16 Step 6/25 : COPY go.mod vendor* ./ 04:03:16 ---> Using cache 04:03:16 ---> c5747775d452 04:03:16 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:16 ---> Using cache 04:03:16 ---> 38d98af4df97 04:03:16 Step 8/25 : COPY . . 04:03:16 ---> Using cache 04:03:16 ---> 552a54e2cdbe 04:03:16 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 04:03:16 ---> Using cache 04:03:16 ---> fd42e6c0a77a 04:03:16 Step 10/25 : WORKDIR /edgex-go/spire-build 04:03:16 ---> Using cache 04:03:16 ---> 64f27b9b00fb 04:03:16 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 04:03:16 ---> Running in e2b21938bd72 04:03:18 Removing intermediate container e2b21938bd72 04:03:18 ---> b382ef316ff7 04:03:18 Step 12/25 : WORKDIR /edgex-go 04:03:18 ---> Running in a057a50eff7a 04:03:19 Removing intermediate container a057a50eff7a 04:03:19 ---> 817f38858ca6 04:03:19 04:03:19 Step 13/25 : FROM alpine:3.15 04:03:19 ---> 02e0d6fdf486 04:03:19 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 04:03:19 ---> Using cache 04:03:19 ---> 02421e46e523 04:03:19 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:03:19 ---> Using cache 04:03:19 ---> 61169a82b82d 04:03:19 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:03:19 ---> Running in c3a6a53e53cf 04:03:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:03:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:03:23 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 04:03:23 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 04:03:23 OK: 15734 distinct packages available 04:03:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:03:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:03:26 (1/5) Installing dumb-init (1.2.5-r1) 04:03:26 (2/5) Installing musl-obstack (1.2.3-r0) 04:03:26 (3/5) Installing libucontext (1.1-r0) 04:03:26 (4/5) Installing gcompat (1.0.0-r4) 04:03:26 (5/5) Installing openssl (1.1.1q-r0) 04:03:26 Executing busybox-1.34.1-r7.trigger 04:03:26 OK: 6 MiB in 19 packages 04:03:28 Removing intermediate container c3a6a53e53cf 04:03:28 ---> 3b4905fc4524 04:03:28 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:03:34 ---> 30af773d3a70 04:03:34 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:03:34 ---> f2dff60bb492 04:03:34 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:03:35 ---> 40399696e77f 04:03:35 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:03:36 ---> 5edaa1b2a274 04:03:36 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 04:03:36 ---> Running in fb1747f4cb93 04:03:37 Removing intermediate container fb1747f4cb93 04:03:37 ---> e64e0a15846e 04:03:37 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 04:03:37 ---> Running in d2727276c7a6 04:03:38 Removing intermediate container d2727276c7a6 04:03:38 ---> d34b6b795cd9 04:03:38 Step 23/25 : LABEL arch=arm64 04:03:38 ---> Running in 72b6354cb9cf 04:03:38 Removing intermediate container 72b6354cb9cf 04:03:38 ---> 85af511aeea4 04:03:38 Step 24/25 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 04:03:38 ---> Running in fd9eba93ed6a 04:03:39 Removing intermediate container fd9eba93ed6a 04:03:39 ---> f3c5bb094c1a 04:03:39 Step 25/25 : LABEL version=0.0.0 04:03:39 ---> Running in e5db72a16b6a 04:03:40 Removing intermediate container e5db72a16b6a 04:03:40 ---> abfde9e93b5c 04:03:40 04:03:40 Successfully built abfde9e93b5c 04:03:40 Successfully tagged security-spire-server-arm64:latest 04:03:40 Building support-notifications 04:03:58  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 04:03:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:03:58 ---> 32c19fb86755 04:03:58 Step 3/23 : ARG ADD_BUILD_TAGS="" 04:03:58 ---> Using cache 04:03:58 ---> b7eb4a64f9c4 04:03:58 Step 4/23 : WORKDIR /edgex-go 04:03:58 ---> Using cache 04:03:58 ---> 3652b9b38214 04:03:58 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:03:58 ---> Using cache 04:03:58 ---> 038eb8c2f2ed 04:03:58 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 04:03:58 ---> Running in 5432864ff5d3 04:04:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:04:01 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:04:03 OK: 221 MiB in 51 packages 04:04:05 Removing intermediate container 5432864ff5d3 04:04:05 ---> 9512fd626fae 04:04:05 Step 7/23 : COPY go.mod vendor* ./ 04:04:07 ---> fad6d2a2833d 04:04:07 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:07 ---> Running in a970a1fc4254 04:04:26 Removing intermediate container 1269eb4a71f8 04:04:26 ---> 7a3491102040 04:04:26 04:04:26 Step 9/20 : FROM alpine:3.15 04:04:26 ---> 02e0d6fdf486 04:04:26 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 04:04:26 ---> Using cache 04:04:26 ---> 02421e46e523 04:04:26 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:04:26 ---> Using cache 04:04:26 ---> 61169a82b82d 04:04:26 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:04:26 ---> Running in 4bc4bab0818f 04:04:26 Removing intermediate container 680b5332f5f0 04:04:26 ---> 9923f9807b4a 04:04:26 Step 8/23 : COPY . . 04:04:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:04:29 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:04:31 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 04:04:31 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 04:04:31 OK: 15734 distinct packages available 04:04:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:04:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:04:33 (1/9) Installing ca-certificates (20220614-r0) 04:04:33 (2/9) Installing brotli-libs (1.0.9-r5) 04:04:34 (3/9) Installing nghttp2-libs (1.46.0-r0) 04:04:34 (4/9) Installing libcurl (7.80.0-r3) 04:04:34 (5/9) Installing curl (7.80.0-r3) 04:04:34 (6/9) Installing dumb-init (1.2.5-r1) 04:04:34 (7/9) Installing musl-obstack (1.2.3-r0) 04:04:34 (8/9) Installing libucontext (1.1-r0) 04:04:34 (9/9) Installing gcompat (1.0.0-r4) 04:04:34 Executing busybox-1.34.1-r7.trigger 04:04:34 Executing ca-certificates-20220614-r0.trigger 04:04:35 OK: 8 MiB in 23 packages 04:04:40 Removing intermediate container 4bc4bab0818f 04:04:40 ---> e9dc7ed6ed2a 04:04:40 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 04:04:40 ---> d9123565fb69 04:04:40 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:04:40 ---> Running in 3ed2fce26082 04:04:41 ---> 6da25761a860 04:04:41 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:04:42 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 04:04:44 ---> 8a1b1e43ac65 04:04:44 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 04:04:45 ---> e44599aae9ec 04:04:45 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 04:04:45 ---> Running in 34a4222ed4a1 04:04:46 Removing intermediate container 34a4222ed4a1 04:04:46 ---> 3ad3c4abad26 04:04:46 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:04:46 ---> Running in 6d72dc654d3b 04:04:46 Removing intermediate container 6d72dc654d3b 04:04:46 ---> c8be6bceb167 04:04:46 Step 18/20 : LABEL arch=arm64 04:04:46 ---> Running in a4340b4f80d7 04:04:47 Removing intermediate container a4340b4f80d7 04:04:47 ---> a3f3213c35db 04:04:47 Step 19/20 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 04:04:47 ---> Running in b92871f57f8a 04:04:48 Removing intermediate container b92871f57f8a 04:04:48 ---> 94d18941fef2 04:04:48 Step 20/20 : LABEL version=0.0.0 04:04:48 ---> Running in 9e8bc62dfeea 04:04:48 Removing intermediate container 9e8bc62dfeea 04:04:48 ---> 7eebdfbbe9ac 04:04:48 04:04:49 Successfully built 7eebdfbbe9ac 04:04:49 Successfully tagged security-spiffe-token-provider-arm64:latest 04:04:49  Building security-spiffe-token-provider ... done Building security-proxy-setup 04:05:11 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 04:05:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:05:11 ---> 32c19fb86755 04:05:11 Step 3/22 : WORKDIR /edgex-go 04:05:11 ---> Using cache 04:05:11 ---> 7c2ecd6b83c2 04:05:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:05:11 ---> Using cache 04:05:11 ---> 7146267203df 04:05:11 Step 5/22 : RUN apk add --update --no-cache make git 04:05:11 ---> Running in 6fa49cd35632 04:05:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:05:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:05:16 OK: 221 MiB in 51 packages 04:05:19 Removing intermediate container 6fa49cd35632 04:05:19 ---> fffcf9752e9b 04:05:19 Step 6/22 : COPY go.mod vendor* ./ 04:05:20 ---> f77979fbf1cf 04:05:20 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:20 ---> Running in 6ae6be1e5040 04:05:23 Removing intermediate container a970a1fc4254 04:05:23 ---> 70c4b07b3f0e 04:05:23 Step 9/23 : COPY . . 04:05:38 ---> 082fe1f764be 04:05:38 Step 10/23 : RUN make cmd/support-notifications/support-notifications 04:05:38 ---> Running in 94bf2dc11b36 04:05:38 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 04:06:05 Removing intermediate container ea31ccc41519 04:06:05 ---> 6ece4ffa579e 04:06:05 04:06:05 Step 11/24 : FROM alpine:3.16 04:06:05 ---> a6215f271958 04:06:05 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:06:05 ---> Running in 274a7b53174b 04:06:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:06:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:06:09 (1/1) Installing dumb-init (1.2.5-r1) 04:06:09 Executing busybox-1.35.0-r17.trigger 04:06:09 OK: 5 MiB in 15 packages 04:06:11 Removing intermediate container 274a7b53174b 04:06:11 ---> 322e81e4a625 04:06:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:06:11 ---> Running in a6d7a4498767 04:06:12 Removing intermediate container a6d7a4498767 04:06:12 ---> 8441ca527e62 04:06:12 Step 14/24 : ENV APP_PORT=59882 04:06:13 ---> Running in 55003be16353 04:06:14 Removing intermediate container 55003be16353 04:06:14 ---> c248ffeb01c1 04:06:14 Step 15/24 : EXPOSE $APP_PORT 04:06:14 ---> Running in 55c393c06ea5 04:06:15 Removing intermediate container 55c393c06ea5 04:06:15 ---> eabfb9bdf725 04:06:15 Step 16/24 : WORKDIR / 04:06:15 ---> Running in 142a6026dfe4 04:06:16 Removing intermediate container 142a6026dfe4 04:06:16 ---> 8a67f49711e1 04:06:16 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:06:17 ---> 4ba3df461dc6 04:06:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:06:21 ---> 4f5e8e83d67f 04:06:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:06:22 ---> 95cb77aaf000 04:06:22 Step 20/24 : ENTRYPOINT ["/core-command"] 04:06:23 ---> Running in 012e45f5407a 04:06:24 Removing intermediate container 012e45f5407a 04:06:24 ---> e0a81b5a781a 04:06:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:06:24 ---> Running in ded5a65fcc09 04:06:25 Removing intermediate container ded5a65fcc09 04:06:25 ---> b1c7beb90681 04:06:25 Step 22/24 : LABEL arch=arm64 04:06:25 ---> Running in d4093edbe9a6 04:06:26 Removing intermediate container d4093edbe9a6 04:06:26 ---> 5107c8f25b46 04:06:26 Step 23/24 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 04:06:26 ---> Running in d25210d29f69 04:06:27 Removing intermediate container d25210d29f69 04:06:27 ---> c77c897be09c 04:06:27 Step 24/24 : LABEL version=0.0.0 04:06:27 ---> Running in 2743a3a16bb4 04:06:28 Removing intermediate container 2743a3a16bb4 04:06:28 ---> e5e020c807c6 04:06:28 04:06:29 Successfully built e5e020c807c6 04:06:29 Successfully tagged core-command-arm64:latest 04:06:29  Building core-command ... done Building core-metadata 04:06:39 Removing intermediate container 6ae6be1e5040 04:06:39 ---> 08d3135fde4b 04:06:39 Step 8/22 : COPY . . 04:06:47 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 04:06:47 Step 2/25 : FROM ${BUILDER_BASE} AS builder 04:06:47 ---> 32c19fb86755 04:06:47 Step 3/25 : ARG ADD_BUILD_TAGS="" 04:06:47 ---> Using cache 04:06:47 ---> b7eb4a64f9c4 04:06:47 Step 4/25 : WORKDIR /edgex-go 04:06:47 ---> Using cache 04:06:47 ---> 3652b9b38214 04:06:47 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:47 ---> Using cache 04:06:47 ---> 038eb8c2f2ed 04:06:47 Step 6/25 : RUN apk add --update --no-cache make git 04:06:47 ---> Using cache 04:06:47 ---> b08d6c9d62b6 04:06:47 Step 7/25 : COPY go.mod vendor* ./ 04:06:47 ---> Using cache 04:06:47 ---> fa172b9e0846 04:06:47 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:47 ---> Using cache 04:06:47 ---> 5037e2130b91 04:06:47 Step 9/25 : COPY . . 04:06:47 ---> Using cache 04:06:47 ---> c29b4eb43fa4 04:06:47 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 04:06:47 ---> Running in 023816a9cbfc 04:06:50 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 04:06:54 ---> 5150f417f59f 04:06:54 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:06:54 ---> Running in 9f43c166dc8a 04:06:56 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 04:09:18 Removing intermediate container 39fd288e9205 04:09:18 ---> 3d091250aa7c 04:09:18 04:09:18 Step 11/23 : FROM alpine:3.16 04:09:18 ---> a6215f271958 04:09:18 Step 12/23 : RUN apk add --update --no-cache dumb-init 04:09:18 ---> Using cache 04:09:18 ---> 322e81e4a625 04:09:18 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:09:18 ---> Using cache 04:09:18 ---> 8441ca527e62 04:09:18 Step 14/23 : ENV APP_PORT=59861 04:09:18 ---> Running in 3603c5c9fa26 04:09:18 Removing intermediate container 3603c5c9fa26 04:09:18 ---> 196264e048f0 04:09:18 Step 15/23 : EXPOSE $APP_PORT 04:09:18 ---> Running in 6b3c59937f99 04:09:18 Removing intermediate container 6b3c59937f99 04:09:18 ---> 9bb2353f3b74 04:09:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:09:18 ---> c457184e4c0d 04:09:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:09:18 ---> db09e7622037 04:09:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:09:18 ---> c730e7077ee4 04:09:18 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 04:09:18 ---> Running in ee074ada58c2 04:09:18 Removing intermediate container ee074ada58c2 04:09:18 ---> 88f2c0ede97d 04:09:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:09:18 ---> Running in 90bd32ec4540 04:09:18 Removing intermediate container 90bd32ec4540 04:09:18 ---> d7014d3a9508 04:09:18 Step 21/23 : LABEL arch=arm64 04:09:18 ---> Running in 7e2d5539de9c 04:09:18 Removing intermediate container 7e2d5539de9c 04:09:18 ---> 30398c0d28e4 04:09:18 Step 22/23 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 04:09:18 ---> Running in 12d1a6658d45 04:09:18 Removing intermediate container 12d1a6658d45 04:09:18 ---> 4894327e7108 04:09:18 Step 23/23 : LABEL version=0.0.0 04:09:18 ---> Running in d698e02efc8b 04:09:18 Removing intermediate container d698e02efc8b 04:09:18 ---> e12390d0d63d 04:09:18 04:09:18 Successfully built e12390d0d63d 04:09:18 Successfully tagged support-scheduler-arm64:latest 04:09:18  Building support-scheduler ... done Building core-data 04:09:31 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 04:09:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:09:31 ---> 32c19fb86755 04:09:31 Step 3/24 : ARG ADD_BUILD_TAGS="" 04:09:31 ---> Using cache 04:09:31 ---> b7eb4a64f9c4 04:09:31 Step 4/24 : WORKDIR /edgex-go 04:09:31 ---> Using cache 04:09:31 ---> 3652b9b38214 04:09:31 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:31 ---> Using cache 04:09:31 ---> 038eb8c2f2ed 04:09:31 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:09:31 ---> Running in 26fab414723b 04:09:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:09:34 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:09:36 OK: 221 MiB in 51 packages 04:09:37 Removing intermediate container 26fab414723b 04:09:37 ---> 0cb0f8330970 04:09:37 Step 7/24 : COPY go.mod vendor* ./ 04:09:38 ---> 9310143cccf0 04:09:38 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:09:38 ---> Running in c57a768aeea0 04:10:46 Removing intermediate container 3ed2fce26082 04:10:46 ---> c30af8779ec1 04:10:46 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:10:46 ---> Running in 2ea5bd34295b 04:10:46 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 04:10:47 Removing intermediate container c57a768aeea0 04:10:47 ---> 0ccc16bb6d8b 04:10:47 Step 9/24 : COPY . . 04:10:47 Removing intermediate container 2ea5bd34295b 04:10:47 ---> cfb47f420379 04:10:47 04:10:47 Step 11/23 : FROM alpine:3.16 04:10:47 ---> a6215f271958 04:10:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 04:10:47 ---> Running in 6a136238d259 04:10:48 Removing intermediate container 6a136238d259 04:10:48 ---> 78e07cfc021e 04:10:48 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 04:10:48 ---> Running in f02abb414eb1 04:10:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:10:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:10:53 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 04:10:53 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 04:10:53 (3/33) Installing readline (8.1.2-r0) 04:10:53 (4/33) Installing bash (5.1.16-r2) 04:10:53 Executing bash-5.1.16-r2.post-install 04:10:53 (5/33) Installing ca-certificates (20220614-r0) 04:10:53 (6/33) Installing brotli-libs (1.0.9-r6) 04:10:53 (7/33) Installing nghttp2-libs (1.47.0-r0) 04:10:53 (8/33) Installing libcurl (7.83.1-r3) 04:10:53 (9/33) Installing curl (7.83.1-r3) 04:10:53 (10/33) Installing docker-cli (20.10.20-r0) 04:10:54 (11/33) Installing dumb-init (1.2.5-r1) 04:10:54 (12/33) Installing libbz2 (1.0.8-r1) 04:10:54 (13/33) Installing expat (2.4.9-r0) 04:10:54 (14/33) Installing libffi (3.4.2-r1) 04:10:54 (15/33) Installing gdbm (1.23-r0) 04:10:54 (16/33) Installing xz-libs (5.2.5-r1) 04:10:54 (17/33) Installing libgcc (11.2.1_git20220219-r2) 04:10:54 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 04:10:54 (19/33) Installing mpdecimal (2.5.1-r1) 04:10:54 (20/33) Installing sqlite-libs (3.38.5-r0) 04:10:54 (21/33) Installing python3 (3.10.5-r0) 04:10:58 (22/33) Installing py3-contextlib2 (21.6.0-r2) 04:10:58 (23/33) Installing py3-tomli (2.0.1-r1) 04:10:58 (24/33) Installing py3-pep517 (0.12.0-r2) 04:10:58 (25/33) Installing py3-six (1.16.0-r1) 04:10:58 (26/33) Installing py3-retrying (1.3.3-r3) 04:10:58 (27/33) Installing py3-appdirs (1.4.4-r3) 04:10:58 (28/33) Installing py3-more-itertools (8.13.0-r0) 04:10:58 (29/33) Installing py3-ordered-set (4.0.2-r3) 04:10:58 (30/33) Installing py3-parsing (2.4.7-r3) 04:10:58 (31/33) Installing py3-packaging (21.3-r0) 04:10:58 (32/33) Installing py3-setuptools (59.4.0-r0) 04:10:58 (33/33) Installing py3-pip (22.1.1-r0) 04:10:59 Executing busybox-1.35.0-r17.trigger 04:10:59 Executing ca-certificates-20220614-r0.trigger 04:11:00 OK: 120 MiB in 47 packages 04:11:01 ---> 87a2a79f7955 04:11:01 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 04:11:02 ---> Running in e4e40beb98c5 04:11:03 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 04:11:16 Collecting docker-compose==1.23.2 04:11:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:11:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.5 MB/s eta 0:00:00 04:11:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:11:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:11:17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 19.4 MB/s eta 0:00:00 04:11:17 Collecting docopt<0.7,>=0.6.1 04:11:17 Downloading docopt-0.6.2.tar.gz (25 kB) 04:11:17 Preparing metadata (setup.py): started 04:11:20 Preparing metadata (setup.py): finished with status 'done' 04:11:20 Collecting texttable<0.10,>=0.9.0 04:11:20 Downloading texttable-0.9.1.tar.gz (11 kB) 04:11:20 Preparing metadata (setup.py): started 04:11:22 Preparing metadata (setup.py): finished with status 'done' 04:11:23 Collecting docker<4.0,>=3.6.0 04:11:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:11:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 11.7 MB/s eta 0:00:00 04:11:23 Collecting websocket-client<1.0,>=0.32.0 04:11:23 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 04:11:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 18.8 MB/s eta 0:00:00 04:11:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 04:11:24 Collecting jsonschema<3,>=2.5.1 04:11:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:11:24 Collecting cached-property<2,>=1.2.0 04:11:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:11:25 Collecting PyYAML<4,>=3.10 04:11:25 Downloading PyYAML-3.13.tar.gz (270 kB) 04:11:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 18.6 MB/s eta 0:00:00 04:11:27 Preparing metadata (setup.py): started 04:11:29 Preparing metadata (setup.py): finished with status 'done' 04:11:29 Collecting dockerpty<0.5,>=0.4.1 04:11:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:11:29 Preparing metadata (setup.py): started 04:11:31 Preparing metadata (setup.py): finished with status 'done' 04:11:31 Collecting docker-pycreds>=0.4.0 04:11:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:11:32 Collecting chardet<3.1.0,>=3.0.2 04:11:32 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 04:11:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 20.0 MB/s eta 0:00:00 04:11:32 Collecting certifi>=2017.4.17 04:11:32 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 04:11:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 15.6 MB/s eta 0:00:00 04:11:33 Collecting urllib3<1.25,>=1.21.1 04:11:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:11:33 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 20.1 MB/s eta 0:00:00 04:11:33 Collecting idna<2.8,>=2.5 04:11:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:11:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 19.3 MB/s eta 0:00:00 04:11:34 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 04:11:34 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 04:11:34 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 04:11:34 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 04:11:35 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 04:11:35 Running setup.py install for texttable: started 04:11:38 Running setup.py install for texttable: finished with status 'done' 04:11:38 Running setup.py install for PyYAML: started 04:11:41 Running setup.py install for PyYAML: finished with status 'done' 04:11:42 Running setup.py install for docopt: started 04:11:45 Running setup.py install for docopt: finished with status 'done' 04:11:48 Running setup.py install for dockerpty: started 04:11:51 Running setup.py install for dockerpty: finished with status 'done' 04:11:53 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 04:11:53 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 04:12:11 Removing intermediate container f02abb414eb1 04:12:11 ---> f1e77b994145 04:12:11 Step 14/23 : ENV APP_PORT=58890 04:12:11 ---> Running in 07a4fbd4dd76 04:12:11 Removing intermediate container 07a4fbd4dd76 04:12:11 ---> b431f24d1f7b 04:12:11 Step 15/23 : EXPOSE $APP_PORT 04:12:11 ---> Running in b729e750dc9b 04:12:11 Removing intermediate container b729e750dc9b 04:12:11 ---> dbbdba56288d 04:12:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:12:11 ---> 2af86b3111fe 04:12:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:12:12 ---> 2e883badc63a 04:12:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:12:13 ---> 6b06f7ccf628 04:12:13 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 04:12:13 ---> Running in c9911e48f98e 04:12:14 Removing intermediate container c9911e48f98e 04:12:14 ---> 447d91be6604 04:12:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:12:14 ---> Running in 0baaccd3e5cf 04:12:14 Removing intermediate container 0baaccd3e5cf 04:12:14 ---> 73e425c2e090 04:12:14 Step 21/23 : LABEL arch=arm64 04:12:14 ---> Running in e8f144740581 04:12:14 Removing intermediate container e8f144740581 04:12:14 ---> a53aacb15ca9 04:12:14 Step 22/23 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 04:12:15 ---> Running in 2f6ab223a57d 04:12:15 Removing intermediate container 2f6ab223a57d 04:12:15 ---> 15313ff5bad9 04:12:15 Step 23/23 : LABEL version=0.0.0 04:12:15 ---> Running in f25d15120b84 04:12:16 Removing intermediate container f25d15120b84 04:12:16 ---> df6521df2808 04:12:16 04:12:16 Successfully built df6521df2808 04:12:16 Successfully tagged sys-mgmt-agent-arm64:latest 04:12:20  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 04:12:42 Removing intermediate container 9f43c166dc8a 04:12:42 ---> 393de702de52 04:12:42 04:12:42 Step 10/22 : FROM alpine:3.16 04:12:42 ---> a6215f271958 04:12:42 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 04:12:42 ---> Running in a187cbedd999 04:12:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:12:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:12:44 (1/6) Installing ca-certificates (20220614-r0) 04:12:44 (2/6) Installing brotli-libs (1.0.9-r6) 04:12:44 (3/6) Installing nghttp2-libs (1.47.0-r0) 04:12:44 (4/6) Installing libcurl (7.83.1-r3) 04:12:44 (5/6) Installing curl (7.83.1-r3) 04:12:44 (6/6) Installing dumb-init (1.2.5-r1) 04:12:44 Executing busybox-1.35.0-r17.trigger 04:12:44 Executing ca-certificates-20220614-r0.trigger 04:12:44 OK: 8 MiB in 20 packages 04:12:46 Removing intermediate container a187cbedd999 04:12:46 ---> 1aa9add05ce3 04:12:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:12:46 ---> Running in 0a30d3565399 04:12:46 Removing intermediate container 0a30d3565399 04:12:46 ---> 604bdccc1d81 04:12:46 Step 13/22 : WORKDIR /edgex 04:12:47 ---> Running in 41b72acca7a1 04:12:47 Removing intermediate container 41b72acca7a1 04:12:47 ---> 8a71f6b1d597 04:12:47 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:12:48 ---> 9420feeab195 04:12:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:12:49 ---> 8f10b7d08192 04:12:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:12:51 ---> d74eba3d4e00 04:12:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:12:52 ---> 289bcc62ff01 04:12:52 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:12:52 ---> Running in 85b435d871bf 04:12:55 Removing intermediate container 85b435d871bf 04:12:55 ---> dd8403ed1c3c 04:12:55 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 04:12:55 ---> Running in 91eedda22ee0 04:12:55 Removing intermediate container 91eedda22ee0 04:12:55 ---> 6ccd97147ce8 04:12:55 Step 20/22 : LABEL arch=arm64 04:12:55 ---> Running in 8f75950d9c24 04:12:56 Removing intermediate container 8f75950d9c24 04:12:56 ---> dd220a11cb8a 04:12:56 Step 21/22 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 04:12:56 ---> Running in a7231375e194 04:12:56 Removing intermediate container a7231375e194 04:12:56 ---> a70eb597be4c 04:12:56 Step 22/22 : LABEL version=0.0.0 04:12:56 ---> Running in 115e205c3f50 04:12:57 Removing intermediate container 115e205c3f50 04:12:57 ---> c34d4bd7719b 04:12:57 04:12:57 Successfully built c34d4bd7719b 04:12:57 Successfully tagged security-proxy-setup-arm64:latest 04:13:19  Building security-proxy-setup ... done Removing intermediate container 023816a9cbfc 04:13:19 ---> 5d348986c01a 04:13:19 04:13:19 Step 11/25 : FROM alpine:3.16 04:13:19 ---> a6215f271958 04:13:19 Step 12/25 : RUN apk add --update --no-cache dumb-init 04:13:19 ---> Using cache 04:13:19 ---> 322e81e4a625 04:13:19 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:13:19 ---> Using cache 04:13:19 ---> 8441ca527e62 04:13:19 Step 14/25 : ENV APP_PORT=59881 04:13:19 ---> Running in d33d870d92dc 04:13:19 Removing intermediate container d33d870d92dc 04:13:19 ---> 8c7d14a0259c 04:13:19 Step 15/25 : EXPOSE $APP_PORT 04:13:19 ---> Running in 8b07be6aa921 04:13:19 Removing intermediate container 8b07be6aa921 04:13:19 ---> 78b42e40c2b6 04:13:19 Step 16/25 : WORKDIR / 04:13:19 ---> Running in 90a8b8c5fdf0 04:13:19 Removing intermediate container 90a8b8c5fdf0 04:13:19 ---> e2382036b594 04:13:19 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 04:13:22 ---> 93d1982c0ccf 04:13:22 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:13:23 ---> 12495576ba6f 04:13:23 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:13:24 ---> 6b26f94b236b 04:13:24 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 04:13:25 ---> b143fc0c6f0c 04:13:25 Step 21/25 : ENTRYPOINT ["/core-metadata"] 04:13:25 ---> Running in 41f524d80e69 04:13:25 Removing intermediate container 41f524d80e69 04:13:25 ---> 8f740fccb7c2 04:13:25 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:13:26 ---> Running in c191ef314900 04:13:26 Removing intermediate container c191ef314900 04:13:26 ---> 9c0afd24d167 04:13:26 Step 23/25 : LABEL arch=arm64 04:13:26 ---> Running in 22e713a2f493 04:13:27 Removing intermediate container 22e713a2f493 04:13:27 ---> 08ec74894111 04:13:27 Step 24/25 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 04:13:27 ---> Running in f21d3f0a34dc 04:13:27 Removing intermediate container f21d3f0a34dc 04:13:27 ---> a8b0049954b6 04:13:27 Step 25/25 : LABEL version=0.0.0 04:13:27 ---> Running in 01683f0d4d1c 04:13:28 Removing intermediate container 01683f0d4d1c 04:13:28 ---> f3eaa701a9be 04:13:28 04:13:28 Successfully built f3eaa701a9be 04:13:28 Successfully tagged core-metadata-arm64:latest 04:14:07  Building core-metadata ... done Removing intermediate container 94bf2dc11b36 04:14:07 ---> 360dc303e236 04:14:07 04:14:07 Step 11/23 : FROM alpine:3.16 04:14:07 ---> a6215f271958 04:14:07 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 04:14:07 ---> Running in 105d94cc5ddf 04:14:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:14:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:14:07 (1/2) Installing ca-certificates (20220614-r0) 04:14:07 (2/2) Installing dumb-init (1.2.5-r1) 04:14:07 Executing busybox-1.35.0-r17.trigger 04:14:07 Executing ca-certificates-20220614-r0.trigger 04:14:07 OK: 6 MiB in 16 packages 04:14:07 Removing intermediate container 105d94cc5ddf 04:14:07 ---> 36be9bbbbbd3 04:14:07 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:14:07 ---> Running in ae92fcb3a736 04:14:07 Removing intermediate container ae92fcb3a736 04:14:07 ---> 3d254ffc3235 04:14:07 Step 14/23 : ENV APP_PORT=59860 04:14:07 ---> Running in 8c6f6c0f5728 04:14:07 Removing intermediate container 8c6f6c0f5728 04:14:07 ---> f955d451e8da 04:14:07 Step 15/23 : EXPOSE $APP_PORT 04:14:07 ---> Running in 0ac57d55d82f 04:14:09 Removing intermediate container 0ac57d55d82f 04:14:09 ---> 88d36c26acec 04:14:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:14:10 ---> 90d70ca4e723 04:14:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:14:12 ---> d41ae0905a72 04:14:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:14:13 ---> 9635d00a35c3 04:14:13 Step 19/23 : ENTRYPOINT ["/support-notifications"] 04:14:13 ---> Running in e734788f18e3 04:14:13 Removing intermediate container e734788f18e3 04:14:13 ---> 63f5ed8aa364 04:14:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:14:13 ---> Running in e0286ed1479c 04:14:14 Removing intermediate container e0286ed1479c 04:14:14 ---> fa624dcb46b2 04:14:14 Step 21/23 : LABEL arch=arm64 04:14:14 ---> Running in df2a7991942e 04:14:15 Removing intermediate container df2a7991942e 04:14:15 ---> 28bc96faef57 04:14:15 Step 22/23 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 04:14:15 ---> Running in bcd552435eca 04:14:15 Removing intermediate container bcd552435eca 04:14:15 ---> e047473df74c 04:14:15 Step 23/23 : LABEL version=0.0.0 04:14:15 ---> Running in 7ffd99c3110a 04:14:16 Removing intermediate container 7ffd99c3110a 04:14:16 ---> bb9e573334eb 04:14:16 04:14:16 Successfully built bb9e573334eb 04:14:16 Successfully tagged support-notifications-arm64:latest 04:14:39  Building support-notifications ... done Removing intermediate container e4e40beb98c5 04:14:39 ---> cae48fa07335 04:14:39 04:14:39 Step 11/24 : FROM alpine:3.16 04:14:39 ---> a6215f271958 04:14:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:14:39 ---> Running in d8492531f9dc 04:14:39 Removing intermediate container d8492531f9dc 04:14:39 ---> f0df45160802 04:14:39 Step 13/24 : ENV APP_PORT=59880 04:14:39 ---> Running in a139705a573b 04:14:39 Removing intermediate container a139705a573b 04:14:39 ---> 4290fb492aa6 04:14:39 Step 14/24 : EXPOSE $APP_PORT 04:14:39 ---> Running in 82f2213d35ac 04:14:39 Removing intermediate container 82f2213d35ac 04:14:39 ---> 9c69997c95ed 04:14:39 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:39 ---> Running in b3f255e3fd97 04:14:39 Removing intermediate container b3f255e3fd97 04:14:39 ---> d4760360f64a 04:14:39 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 04:14:39 ---> Running in 3e659c6da082 04:14:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:14:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:14:41 (1/6) Installing dumb-init (1.2.5-r1) 04:14:41 (2/6) Installing libgcc (11.2.1_git20220219-r2) 04:14:41 (3/6) Installing libsodium (1.0.18-r0) 04:14:41 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 04:14:42 (5/6) Installing libzmq (4.3.4-r0) 04:14:42 (6/6) Installing zeromq (4.3.4-r0) 04:14:42 Executing busybox-1.35.0-r17.trigger 04:14:42 OK: 8 MiB in 20 packages 04:14:43 Removing intermediate container 3e659c6da082 04:14:43 ---> bb40ffcb7b38 04:14:43 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:14:45 ---> 52986906d6af 04:14:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:14:45 ---> 8b2c588be07a 04:14:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:14:46 ---> afb781aac94b 04:14:46 Step 20/24 : ENTRYPOINT ["/core-data"] 04:14:46 ---> Running in 296d32198af9 04:14:46 Removing intermediate container 296d32198af9 04:14:46 ---> c48a33ef562f 04:14:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:14:46 ---> Running in fa05073b737c 04:14:46 Removing intermediate container fa05073b737c 04:14:46 ---> bdf0058eed54 04:14:46 Step 22/24 : LABEL arch=arm64 04:14:46 ---> Running in 8a2902c8922b 04:14:47 Removing intermediate container 8a2902c8922b 04:14:47 ---> 37fd31b891d3 04:14:47 Step 23/24 : LABEL git_sha=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 04:14:47 ---> Running in a49518d8aa65 04:14:47 Removing intermediate container a49518d8aa65 04:14:47 ---> 76698573b242 04:14:47 Step 24/24 : LABEL version=0.0.0 04:14:47 ---> Running in 4659bde20455 04:14:48 Removing intermediate container 4659bde20455 04:14:48 ---> e49e9d75375b 04:14:48 04:14:48 Successfully built e49e9d75375b 04:14:48 Successfully tagged core-data-arm64:latest 04:14:48  Building core-data ... done  [Pipeline] } 04:14:48 $ docker stop --time=1 4608752503ebf4e13b94e650c54eddf6ef9af0c4a01fdc28f37270517e9cb5fb 04:14:50 $ docker rm -f 4608752503ebf4e13b94e650c54eddf6ef9af0c4a01fdc28f37270517e9cb5fb [Pipeline] // withDockerContainer [Pipeline] sh 04:14:50 + docker images 04:14:51 REPOSITORY TAG IMAGE ID CREATED SIZE 04:14:51 core-data-arm64 latest e49e9d75375b 3 seconds ago 20.8MB 04:14:51 cae48fa07335 15 seconds ago 1.44GB 04:14:51 support-notifications-arm64 latest bb9e573334eb 34 seconds ago 29.5MB 04:14:51 360dc303e236 51 seconds ago 1.5GB 04:14:51 core-metadata-arm64 latest f3eaa701a9be About a minute ago 17.7MB 04:14:51 5d348986c01a About a minute ago 1.44GB 04:14:51 security-proxy-setup-arm64 latest c34d4bd7719b About a minute ago 26.7MB 04:14:51 393de702de52 2 minutes ago 1.43GB 04:14:51 sys-mgmt-agent-arm64 latest df6521df2808 2 minutes ago 133MB 04:14:51 cfb47f420379 4 minutes ago 1.42GB 04:14:51 support-scheduler-arm64 latest e12390d0d63d 5 minutes ago 28.8MB 04:14:51 3d091250aa7c 5 minutes ago 1.5GB 04:14:51 core-command-arm64 latest e5e020c807c6 8 minutes ago 16.9MB 04:14:51 6ece4ffa579e 8 minutes ago 1.44GB 04:14:51 security-spiffe-token-provider-arm64 latest 7eebdfbbe9ac 10 minutes ago 28.8MB 04:14:51 7a3491102040 10 minutes ago 1.47GB 04:14:51 security-spire-server-arm64 latest abfde9e93b5c 11 minutes ago 84.3MB 04:14:51 817f38858ca6 11 minutes ago 1.31GB 04:14:51 security-bootstrapper-arm64 latest 31b801d1ff14 11 minutes ago 19.4MB 04:14:51 security-secretstore-setup-arm64 latest 3772736ac59e 12 minutes ago 28.6MB 04:14:51 25e0fb63f389 12 minutes ago 1.43GB 04:14:51 a565d8792eb8 12 minutes ago 1.43GB 04:14:51 security-spire-agent-arm64 latest bb562fa0d24d 17 minutes ago 122MB 04:14:51 security-spire-config-arm64 latest 9d02b5b3f963 17 minutes ago 83.6MB 04:14:51 a0cb4f64771a 18 minutes ago 1.31GB 04:14:51 f0e9445145e0 18 minutes ago 1.31GB 04:14:51 ci-base-image-arm64 latest 32c19fb86755 32 minutes ago 943MB 04:14:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 weeks ago 679MB 04:14:51 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 04:14:51 alpine 3.16 a6215f271958 2 months ago 5.29MB 04:14:51 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 04:14:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:14:51 04:14:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:14:52 arm64: Pulling from edgex-lftools-log-publisher 04:14:52 8998bd30e6a1: Pulling fs layer 04:14:52 04944245beec: Pulling fs layer 04:14:52 699f458cf7ca: Pulling fs layer 04:14:52 765212b225bb: Pulling fs layer 04:14:52 f23df028b6ca: Pulling fs layer 04:14:52 d65c8cfc05b1: Pulling fs layer 04:14:52 2437ff75d9bd: Pulling fs layer 04:14:52 765212b225bb: Waiting 04:14:52 f23df028b6ca: Waiting 04:14:52 d65c8cfc05b1: Waiting 04:14:52 2437ff75d9bd: Waiting 04:14:52 04944245beec: Verifying Checksum 04:14:52 04944245beec: Download complete 04:14:52 765212b225bb: Download complete 04:14:52 f23df028b6ca: Verifying Checksum 04:14:52 f23df028b6ca: Download complete 04:14:52 d65c8cfc05b1: Verifying Checksum 04:14:52 d65c8cfc05b1: Download complete 04:14:52 699f458cf7ca: Verifying Checksum 04:14:52 699f458cf7ca: Download complete 04:14:53 8998bd30e6a1: Verifying Checksum 04:14:53 8998bd30e6a1: Download complete 04:14:55 2437ff75d9bd: Verifying Checksum 04:14:55 2437ff75d9bd: Download complete 04:14:57 8998bd30e6a1: Pull complete 04:14:57 04944245beec: Pull complete 04:14:59 699f458cf7ca: Pull complete 04:14:59 765212b225bb: Pull complete 04:15:00 f23df028b6ca: Pull complete 04:15:00 d65c8cfc05b1: Pull complete 04:15:15 2437ff75d9bd: Pull complete 04:15:15 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:15:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:15:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:15:15 prd-ubuntu20.04-docker-arm64-4c-16g-76265 does not seem to be running inside a container 04:15:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:15:18 $ docker top 69f2bcc0294e72e05bff0f8949634eb5fda8a89c3598cc10a74464e706cad980 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:15:19 ---> job-cost.sh 04:15:19 lf-activate-venv: SKIPPING 04:15:19 INFO: No Stack... 04:15:19 INFO: Retrieving Pricing Info for: v3-standard-4 04:15:20 INFO: Archiving Costs [Pipeline] sh 04:15:21 + cat /w/workspace/edgex-go/1/archives/cost.csv 04:15:21 + cut -d, -f6 [Pipeline] lock 04:15:21 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4213-1-stack-cost] 04:15:21 Resource [jenkins-edgexfoundry-edgex-go-PR-4213-1-stack-cost] did not exist. Created. 04:15:21 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4213-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:15:22 + echo total: 0.10999999940395355 [Pipeline] stash 04:15:22 Stashed 1 file(s) [Pipeline] } 04:15:22 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4213-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:15:22 $ docker stop --time=1 69f2bcc0294e72e05bff0f8949634eb5fda8a89c3598cc10a74464e706cad980 04:15:24 $ docker rm -f 69f2bcc0294e72e05bff0f8949634eb5fda8a89c3598cc10a74464e706cad980 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:15:25 provisioning config files... 04:15:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config11968305686802115485tmp [Pipeline] { [Pipeline] sh 04:15:25 + set +x 04:15:25 + curl -s https://codecov.io/bash 04:15:25 + bash -s -- 04:15:25 04:15:25 _____ _ 04:15:25 / ____| | | 04:15:25 | | ___ __| | ___ ___ _____ __ 04:15:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:15:25 | |___| (_) | (_| | __/ (_| (_) \ V / 04:15:25 \_____\___/ \__,_|\___|\___\___/ \_/ 04:15:25 Bash-1.0.6 04:15:25 04:15:25 04:15:25 ==> git version 2.25.1 found 04:15:25 ==> 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 04:15:25 Release-Date: 2020-01-08 04:15:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:15:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:15:25 ==> Jenkins CI detected. 04:15:25 current dir:  /w/workspace/edgex-go/1 04:15:25 project root: . 04:15:25 --> token set from env 04:15:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:15:25 ==> Running gcov in . (disable via -X gcov) 04:15:25 ==> Python coveragepy not found 04:15:25 ==> Searching for coverage reports in: 04:15:25 + . 04:15:25 -> Found 1 reports 04:15:25 ==> Detecting git/mercurial file structure 04:15:25 ==> Reading reports 04:15:25 + ./coverage.out bytes=500482 04:15:25 ==> Appending adjustments 04:15:25 https://docs.codecov.io/docs/fixing-reports 04:15:27 + Found adjustments 04:15:27 ==> Gzipping contents 04:15:27 64K /tmp/codecov.4qaafL.gz 04:15:27 ==> Uploading reports 04:15:27 url: https://codecov.io 04:15:27 query: branch=PR-4213&commit=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4213%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4213&job=&cmd_args= 04:15:27 -> Pinging Codecov 04:15:27 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4213&commit=26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4213%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4213&job=&cmd_args= 04:15:27 -> Uploading to 04:15:27 https://storage.googleapis.com/codecov/v4/raw/2022-10-25/00271124DB129430A58F1EEE437C3FCB/26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8/b767e476-521d-4e94-8884-f954313aca1b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T041527Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ca281377b0a613c5e7c06c308b4dac47f41873a93c952f879d62fa1f23bfbc41 04:15:27 % Total % Received % Xferd Average Speed Time Time Time Current 04:15:27 Dload Upload Total Spent Left Speed 04:15:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65267 0 0 100 65267 0 249k --:--:-- --:--:-- --:--:-- 249k 04:15:27 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/26397e1f74d4bca6131bdcfa0c5fbcfb5af4b0d8 [Pipeline] } 04:15:27 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 04:15:28 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 04:15:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:15:30 ---> package-listing.sh 04:15:30 ++ facter osfamily 04:15:30 ++ tr '[:upper:]' '[:lower:]' 04:15:30 + OS_FAMILY=debian 04:15:30 + workspace=/w/workspace/edgex-go/1 04:15:30 + START_PACKAGES=/tmp/packages_start.txt 04:15:30 + END_PACKAGES=/tmp/packages_end.txt 04:15:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:15:30 + PACKAGES=/tmp/packages_start.txt 04:15:30 + '[' /w/workspace/edgex-go/1 ']' 04:15:30 + PACKAGES=/tmp/packages_end.txt 04:15:30 + case "${OS_FAMILY}" in 04:15:30 + dpkg -l 04:15:30 + grep '^ii' 04:15:30 + '[' -f /tmp/packages_start.txt ']' 04:15:30 + '[' -f /tmp/packages_end.txt ']' 04:15:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:15:30 + '[' /w/workspace/edgex-go/1 ']' 04:15:30 + mkdir -p /w/workspace/edgex-go/1/archives/ 04:15:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 04:15:30 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 04:15:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:15:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:31 04:15:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:15:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:31 latest: Pulling from edgex-lftools-log-publisher 04:15:31 5eb5b503b376: Pulling fs layer 04:15:31 5c69ac0246d0: Pulling fs layer 04:15:31 ec43610c2a17: Pulling fs layer 04:15:31 3a2ae6a8a46f: Pulling fs layer 04:15:31 33b1e0a273af: Pulling fs layer 04:15:31 5d3b04190fa2: Pulling fs layer 04:15:31 2f39f015ded8: Pulling fs layer 04:15:31 5d3b04190fa2: Waiting 04:15:31 2f39f015ded8: Waiting 04:15:31 3a2ae6a8a46f: Waiting 04:15:31 33b1e0a273af: Waiting 04:15:31 5c69ac0246d0: Verifying Checksum 04:15:31 5c69ac0246d0: Download complete 04:15:31 3a2ae6a8a46f: Download complete 04:15:31 33b1e0a273af: Verifying Checksum 04:15:31 33b1e0a273af: Download complete 04:15:32 5d3b04190fa2: Verifying Checksum 04:15:32 5d3b04190fa2: Download complete 04:15:32 ec43610c2a17: Verifying Checksum 04:15:32 ec43610c2a17: Download complete 04:15:32 5eb5b503b376: Verifying Checksum 04:15:32 5eb5b503b376: Download complete 04:15:32 2f39f015ded8: Download complete 04:15:33 5eb5b503b376: Pull complete 04:15:33 5c69ac0246d0: Pull complete 04:15:33 ec43610c2a17: Pull complete 04:15:33 3a2ae6a8a46f: Pull complete 04:15:34 33b1e0a273af: Pull complete 04:15:34 5d3b04190fa2: Pull complete 04:15:38 2f39f015ded8: Pull complete 04:15:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:15:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:15:38 prd-ubuntu20.04-docker-8c-8g-63749 does not seem to be running inside a container 04:15:38 $ 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 04:15:41 $ docker top cfa7928386999820ad587d103459f570b91a3c8c34c26b8cb654d6f408d76a95 -eo pid,comm [Pipeline] { [Pipeline] sh 04:15:41 + touch /tmp/pre-build-complete [Pipeline] sh 04:15:41 + mkdir -p /var/log/sysstat [Pipeline] sh 04:15:42 + ls /var/log/sa-host 04:15:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:15:42 provisioning config files... 04:15:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config9984568277994300481tmp [Pipeline] { [Pipeline] echo 04:15:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:15:42 ---> create-netrc.sh [Pipeline] } 04:15:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:15:43 ---> python-tools-install.sh [Pipeline] echo 04:15:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:15:43 ---> sudo-logs.sh 04:15:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:15:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:15:43 ---> job-cost.sh 04:15:43 lf-activate-venv: SKIPPING 04:15:43 DEBUG: total: 0.10999999940395355 04:15:43 INFO: Retrieving Stack Cost... 04:15:44 INFO: Retrieving Pricing Info for: v3-standard-8 04:15:44 INFO: Archiving Costs [Pipeline] echo 04:15:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:15:45 ---> logs-deploy.sh 04:15:45 lf-activate-venv: SKIPPING 04:15:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4213/1 04:15:45 INFO: archiving workspace using pattern(s): 04:15:46 Archives upload complete. 04:15:46 INFO: archiving logs to Nexus 04:15:46 ---> uname -a: 04:15:46 Linux prd-ubuntu20-04-docker-8c-8g-63749 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:15:46 04:15:46 04:15:46 ---> lscpu: 04:15:46 Architecture: x86_64 04:15:46 CPU op-mode(s): 32-bit, 64-bit 04:15:46 Byte Order: Little Endian 04:15:46 Address sizes: 40 bits physical, 48 bits virtual 04:15:46 CPU(s): 8 04:15:46 On-line CPU(s) list: 0-7 04:15:46 Thread(s) per core: 1 04:15:46 Core(s) per socket: 1 04:15:46 Socket(s): 8 04:15:46 NUMA node(s): 1 04:15:46 Vendor ID: AuthenticAMD 04:15:46 CPU family: 23 04:15:46 Model: 49 04:15:46 Model name: AMD EPYC-Rome Processor 04:15:46 Stepping: 0 04:15:46 CPU MHz: 2799.956 04:15:46 BogoMIPS: 5599.91 04:15:46 Virtualization: AMD-V 04:15:46 Hypervisor vendor: KVM 04:15:46 Virtualization type: full 04:15:46 L1d cache: 256 KiB 04:15:46 L1i cache: 256 KiB 04:15:46 L2 cache: 4 MiB 04:15:46 L3 cache: 128 MiB 04:15:46 NUMA node0 CPU(s): 0-7 04:15:46 Vulnerability Itlb multihit: Not affected 04:15:46 Vulnerability L1tf: Not affected 04:15:46 Vulnerability Mds: Not affected 04:15:46 Vulnerability Meltdown: Not affected 04:15:46 Vulnerability Mmio stale data: Not affected 04:15:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:15:46 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:15:46 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:15:46 Vulnerability Srbds: Not affected 04:15:46 Vulnerability Tsx async abort: Not affected 04:15:46 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 04:15:46 04:15:46 04:15:46 ---> nproc: 04:15:46 8 04:15:46 04:15:46