Pull request #4226 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b5c7a9d55794da1e67880cdefa065738be2b679b+c8dc4aaa282fbe6e844314843563128f08055c6c (13861439405595dc430b26b72332833d3d528e01) 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-ssh2037711685708195362.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-ssh4510162344192846970.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-4226/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-4226/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7369544133084859373.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-4226/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6957870781878788815.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-ssh16825977058283422805.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-4226/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-4226/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15889905963019668458.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-117927 in /w/workspace/edgexfoundry_edgex-go_PR-4226 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4226/head:refs/remotes/origin/PR-4226 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit c8dc4aaa282fbe6e844314843563128f08055c6c into PR head commit b5c7a9d55794da1e67880cdefa065738be2b679b Merge succeeded, producing b5c7a9d55794da1e67880cdefa065738be2b679b Checking out Revision b5c7a9d55794da1e67880cdefa065738be2b679b (PR-4226) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-11-02T19:50:15.215Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-11-02T19:50:15.376Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-11-02T19:50:15.474Z] ========================================================= [2022-11-02T19:50:15.474Z] EdgeX Global Pipelines Version Info [2022-11-02T19:50:15.474Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f b5c7a9d55794da1e67880cdefa065738be2b679b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge c8dc4aaa282fbe6e844314843563128f08055c6c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b5c7a9d55794da1e67880cdefa065738be2b679b # timeout=10 [2022-11-02T19:50:16.385Z] ------------------- [2022-11-02T19:50:16.385Z] stable info: [2022-11-02T19:50:16.385Z] ------------------- [2022-11-02T19:50:16.385Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-11-02T19:50:16.385Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-11-02T19:50:16.385Z] Message: update stable to v1.0.243 [2022-11-02T19:50:16.957Z] ------------------- [2022-11-02T19:50:16.957Z] experimental info: [2022-11-02T19:50:16.957Z] ------------------- [2022-11-02T19:50:16.957Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-11-02T19:50:16.957Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-11-02T19:50:16.957Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-11-02T19:50:17.240Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-11-02T19:50:17.278Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-11-02T19:50:17.313Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-11-02T19:50:17.348Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-11-02T19:50:17.382Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-11-02T19:50:17.418Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-11-02T19:50:17.455Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-11-02T19:50:17.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-11-02T19:50:17.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-11-02T19:50:17.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-11-02T19:50:17.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-11-02T19:50:17.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-11-02T19:50:17.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-11-02T19:50:17.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-11-02T19:50:17.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-11-02T19:50:17.775Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-11-02T19:50:17.810Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-11-02T19:50:17.844Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-11-02T19:50:17.879Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-11-02T19:50:17.914Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-11-02T19:50:17.949Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-11-02T19:50:17.985Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-11-02T19:50:18.025Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-11-02T19:50:18.062Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4226 [Pipeline] echo [2022-11-02T19:50:18.099Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4226 [Pipeline] echo [2022-11-02T19:50:18.132Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4226 [Pipeline] echo [2022-11-02T19:50:18.170Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b5c7a9d55794da1e67880cdefa065738be2b679b [Pipeline] echo [2022-11-02T19:50:18.204Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b5c7a9d [Pipeline] echo [2022-11-02T19:50:18.239Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-02T19:50:18.334Z] provisioning config files... [2022-11-02T19:50:18.353Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17739566078817078400tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-02T19:50:18.695Z] ---> docker-login.sh [2022-11-02T19:50:18.695Z] nexus3.edgexfoundry.org:10001 [2022-11-02T19:50:18.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:50:18.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:50:18.959Z] Configure a credential helper to remove this warning. See [2022-11-02T19:50:18.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:50:18.959Z] [2022-11-02T19:50:18.959Z] Login Succeeded [2022-11-02T19:50:18.959Z] nexus3.edgexfoundry.org:10002 [2022-11-02T19:50:18.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:50:19.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:50:19.219Z] Configure a credential helper to remove this warning. See [2022-11-02T19:50:19.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:50:19.219Z] [2022-11-02T19:50:19.219Z] Login Succeeded [2022-11-02T19:50:19.219Z] nexus3.edgexfoundry.org:10003 [2022-11-02T19:50:19.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:50:19.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:50:19.219Z] Configure a credential helper to remove this warning. See [2022-11-02T19:50:19.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:50:19.219Z] [2022-11-02T19:50:19.219Z] Login Succeeded [2022-11-02T19:50:19.219Z] nexus3.edgexfoundry.org:10004 [2022-11-02T19:50:19.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:50:19.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:50:19.488Z] Configure a credential helper to remove this warning. See [2022-11-02T19:50:19.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:50:19.488Z] [2022-11-02T19:50:19.488Z] Login Succeeded [2022-11-02T19:50:19.488Z] docker.io [2022-11-02T19:50:19.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:50:19.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:50:19.748Z] Configure a credential helper to remove this warning. See [2022-11-02T19:50:19.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:50:19.748Z] [2022-11-02T19:50:19.748Z] Login Succeeded [2022-11-02T19:50:19.748Z] ---> docker-login.sh ends [Pipeline] } [2022-11-02T19:50:19.773Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-11-02T19:50:20.185Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-11-02T19:50:20.185Z] + dirname cmd/core-command/Dockerfile [2022-11-02T19:50:20.185Z] + cut -d/ -f2 [2022-11-02T19:50:20.185Z] + echo core-command,cmd/core-command/Dockerfile [2022-11-02T19:50:20.185Z] + + dirname cmd/core-data/Dockerfile [2022-11-02T19:50:20.185Z] cut -d/ -f2 [2022-11-02T19:50:20.185Z] + echo core-data,cmd/core-data/Dockerfile [2022-11-02T19:50:20.185Z] + dirname cmd/core-metadata/Dockerfile [2022-11-02T19:50:20.185Z] + cut -d/ -f2 [2022-11-02T19:50:20.185Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-11-02T19:50:20.185Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-11-02T19:50:20.185Z] + cut -d/ -f2 [2022-11-02T19:50:20.185Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-11-02T19:50:20.185Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-11-02T19:50:20.185Z] + cut -d/ -f2 [2022-11-02T19:50:20.185Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-11-02T19:50:20.185Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-11-02T19:50:20.185Z] + cut -d/ -f2 [2022-11-02T19:50:20.185Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-11-02T19:50:20.185Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-11-02T19:50:20.185Z] + cut -d/ -f2 [2022-11-02T19:50:20.185Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-11-02T19:50:20.185Z] + dirname cmd/security-spire-agent/Dockerfile [2022-11-02T19:50:20.185Z] + cut -d/ -f2 [2022-11-02T19:50:20.185Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-11-02T19:50:20.185Z] + dirname cmd/security-spire-config/Dockerfile [2022-11-02T19:50:20.185Z] + cut -d/ -f2 [2022-11-02T19:50:20.185Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-11-02T19:50:20.185Z] + dirname cmd/security-spire-server/Dockerfile [2022-11-02T19:50:20.185Z] + cut -d/ -f2 [2022-11-02T19:50:20.185Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-11-02T19:50:20.185Z] + dirname cmd/support-notifications/Dockerfile [2022-11-02T19:50:20.185Z] + cut -d/ -f2 [2022-11-02T19:50:20.185Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-11-02T19:50:20.185Z] + dirname cmd/support-scheduler/Dockerfile [2022-11-02T19:50:20.185Z] + cut -d/ -f2 [2022-11-02T19:50:20.185Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-11-02T19:50:20.185Z] + + cutdirname -d/ cmd/sys-mgmt-agent/Dockerfile -f2 [2022-11-02T19:50:20.185Z] [2022-11-02T19:50:20.185Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-11-02T19:50:20.238Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-11-02T19:50:20.741Z] + git rev-list -1 --merges b5c7a9d55794da1e67880cdefa065738be2b679b~1..b5c7a9d55794da1e67880cdefa065738be2b679b [Pipeline] echo [2022-11-02T19:50:20.773Z] -----------> git rev-list -1 --merges b5c7a9d55794da1e67880cdefa065738be2b679b~1..b5c7a9d55794da1e67880cdefa065738be2b679b b5c7a9d55794da1e67880cdefa065738be2b679b [false] [Pipeline] sh [2022-11-02T19:50:21.084Z] + git log --format=format:%s -1 b5c7a9d55794da1e67880cdefa065738be2b679b [Pipeline] echo [2022-11-02T19:50:21.119Z] ========================================================= [2022-11-02T19:50:21.119Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-11-02T19:50:21.119Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-11-02T19:50:21.541Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-11-02T19:50:21.541Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-11-02T19:50:21.541Z] + [ -e /tmp/ssh_known_hosts ] [2022-11-02T19:50:21.541Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-11-02T19:50:21.541Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo [2022-11-02T19:50:21.541Z] tee -a /etc/ssh/ssh_known_hosts [2022-11-02T19:50:21.541Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:50:21.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-02T19:50:22.532Z] [2022-11-02T19:50:22.532Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:50:22.907Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-02T19:50:22.907Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-11-02T19:50:22.907Z] b85a868b505f: Pulling fs layer [2022-11-02T19:50:22.907Z] e2be974225ed: Pulling fs layer [2022-11-02T19:50:22.907Z] 339a4e72a1f5: Pulling fs layer [2022-11-02T19:50:22.907Z] 988bab9f4d93: Pulling fs layer [2022-11-02T19:50:22.907Z] 1469e6f7b9e6: Pulling fs layer [2022-11-02T19:50:22.907Z] eaf3925da568: Pulling fs layer [2022-11-02T19:50:22.907Z] 1469e6f7b9e6: Waiting [2022-11-02T19:50:22.907Z] 988bab9f4d93: Waiting [2022-11-02T19:50:22.907Z] bab4dde63d76: Pulling fs layer [2022-11-02T19:50:22.907Z] eaf3925da568: Waiting [2022-11-02T19:50:22.907Z] bab4dde63d76: Waiting [2022-11-02T19:50:22.907Z] bde34c3a00c8: Pulling fs layer [2022-11-02T19:50:22.907Z] b352a97aabf1: Pulling fs layer [2022-11-02T19:50:22.907Z] bde34c3a00c8: Waiting [2022-11-02T19:50:22.907Z] 4872d77fe225: Pulling fs layer [2022-11-02T19:50:22.907Z] b352a97aabf1: Waiting [2022-11-02T19:50:22.907Z] 5851b861e8e6: Pulling fs layer [2022-11-02T19:50:22.907Z] 4872d77fe225: Waiting [2022-11-02T19:50:22.907Z] 5851b861e8e6: Waiting [2022-11-02T19:50:22.907Z] e2be974225ed: Verifying Checksum [2022-11-02T19:50:22.907Z] e2be974225ed: Download complete [2022-11-02T19:50:22.907Z] 988bab9f4d93: Download complete [2022-11-02T19:50:23.171Z] 339a4e72a1f5: Verifying Checksum [2022-11-02T19:50:23.171Z] 339a4e72a1f5: Download complete [2022-11-02T19:50:23.172Z] 1469e6f7b9e6: Verifying Checksum [2022-11-02T19:50:23.172Z] 1469e6f7b9e6: Download complete [2022-11-02T19:50:23.172Z] eaf3925da568: Download complete [2022-11-02T19:50:23.172Z] bde34c3a00c8: Verifying Checksum [2022-11-02T19:50:23.172Z] bde34c3a00c8: Download complete [2022-11-02T19:50:23.172Z] b352a97aabf1: Verifying Checksum [2022-11-02T19:50:23.172Z] b352a97aabf1: Download complete [2022-11-02T19:50:23.172Z] 4872d77fe225: Download complete [2022-11-02T19:50:23.172Z] 5851b861e8e6: Verifying Checksum [2022-11-02T19:50:23.172Z] 5851b861e8e6: Download complete [2022-11-02T19:50:23.172Z] b85a868b505f: Verifying Checksum [2022-11-02T19:50:23.172Z] b85a868b505f: Download complete [2022-11-02T19:50:23.432Z] bab4dde63d76: Verifying Checksum [2022-11-02T19:50:23.432Z] bab4dde63d76: Download complete [2022-11-02T19:50:24.809Z] b85a868b505f: Pull complete [2022-11-02T19:50:24.809Z] e2be974225ed: Pull complete [2022-11-02T19:50:25.071Z] 339a4e72a1f5: Pull complete [2022-11-02T19:50:25.329Z] 988bab9f4d93: Pull complete [2022-11-02T19:50:25.590Z] 1469e6f7b9e6: Pull complete [2022-11-02T19:50:25.590Z] eaf3925da568: Pull complete [2022-11-02T19:50:27.508Z] bab4dde63d76: Pull complete [2022-11-02T19:50:27.508Z] bde34c3a00c8: Pull complete [2022-11-02T19:50:27.508Z] b352a97aabf1: Pull complete [2022-11-02T19:50:27.508Z] 4872d77fe225: Pull complete [2022-11-02T19:50:27.766Z] 5851b861e8e6: Pull complete [2022-11-02T19:50:27.766Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-11-02T19:50:27.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-02T19:50:27.766Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:50:27.987Z] prd-ubuntu20.04-docker-8c-8g-117927 does not seem to be running inside a container [2022-11-02T19:50:28.022Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-11-02T19:50:29.773Z] $ docker top 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec -eo pid,comm [2022-11-02T19:50:29.824Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-11-02T19:50:29.824Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-11-02T19:50:29.950Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-11-02T19:50:29.950Z] [ssh-agent] Looking for ssh-agent implementation... [2022-11-02T19:50:30.084Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-11-02T19:50:30.091Z] $ docker exec 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec ssh-agent [2022-11-02T19:50:30.196Z] SSH_AUTH_SOCK=/tmp/ssh-GCVbFUNlviDR/agent.32 [2022-11-02T19:50:30.196Z] SSH_AGENT_PID=38 [2022-11-02T19:50:30.202Z] Running ssh-add (command line suppressed) [2022-11-02T19:50:30.317Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_560034270582482220.key (/w/workspace/edgex-go/1@tmp/private_key_560034270582482220.key) [2022-11-02T19:50:30.327Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-11-02T19:50:30.656Z] + git tag --points-at HEAD [Pipeline] } [2022-11-02T19:50:30.684Z] $ docker exec --env ******** --env ******** 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec ssh-agent -k [2022-11-02T19:50:30.777Z] unset SSH_AUTH_SOCK; [2022-11-02T19:50:30.778Z] unset SSH_AGENT_PID; [2022-11-02T19:50:30.779Z] echo Agent pid 38 killed; [2022-11-02T19:50:30.787Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-11-02T19:50:30.878Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-11-02T19:50:30.878Z] [ssh-agent] Looking for ssh-agent implementation... [2022-11-02T19:50:31.006Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-11-02T19:50:31.012Z] $ docker exec 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec ssh-agent [2022-11-02T19:50:31.121Z] SSH_AUTH_SOCK=/tmp/ssh-043acqlYhvOA/agent.70 [2022-11-02T19:50:31.121Z] SSH_AGENT_PID=76 [2022-11-02T19:50:31.125Z] Running ssh-add (command line suppressed) [2022-11-02T19:50:31.238Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_16621067490950166241.key (/w/workspace/edgex-go/1@tmp/private_key_16621067490950166241.key) [2022-11-02T19:50:31.249Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-11-02T19:50:31.589Z] + git semver init [2022-11-02T19:50:31.850Z] 2022-11-02 19:50:31,833 [run_init] DEBUG init version:0.0.0 force:False [2022-11-02T19:50:31.850Z] 2022-11-02 19:50:31,834 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-11-02T19:50:31.850Z] 2022-11-02 19:50:31,834 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-11-02T19:50:31.850Z] 2022-11-02 19:50:31,835 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2022-11-02T19:50:37.160Z] 2022-11-02 19:50:36,793 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-11-02T19:50:37.160Z] 2022-11-02 19:50:36,795 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4226 with force:False [2022-11-02T19:50:37.160Z] 2022-11-02 19:50:36,795 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4226 [2022-11-02T19:50:37.160Z] 2022-11-02 19:50:36,800 [execute] INFO git cat-file --batch-check [2022-11-02T19:50:37.160Z] 2022-11-02 19:50:36,801 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-11-02T19:50:37.160Z] 2022-11-02 19:50:36,809 [execute] INFO git cat-file --batch [2022-11-02T19:50:37.160Z] 2022-11-02 19:50:36,809 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-11-02T19:50:37.160Z] 2022-11-02 19:50:36,815 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4226 [2022-11-02T19:50:37.160Z] 0.0.0 [Pipeline] } [2022-11-02T19:50:37.192Z] $ docker exec --env ******** --env ******** 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec ssh-agent -k [2022-11-02T19:50:37.280Z] unset SSH_AUTH_SOCK; [2022-11-02T19:50:37.281Z] unset SSH_AGENT_PID; [2022-11-02T19:50:37.281Z] echo Agent pid 76 killed; [2022-11-02T19:50:37.287Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-11-02T19:50:37.697Z] + git semver [Pipeline] } [2022-11-02T19:50:37.981Z] $ docker stop --time=1 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec [2022-11-02T19:50:39.294Z] $ docker rm -f 73077b6f853ed0e339b9ed65b1d6ed676a667f8286307c61c42f095f45e2f7ec [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-02T19:50:39.699Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-11-02T19:50:39.945Z] Stashed 1 file(s) [Pipeline] echo [2022-11-02T19:50:39.968Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-02T19:50:40.767Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-11-02T19:50:40.808Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T19:50:40.842Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T19:50:40.873Z] ========================================================= [2022-11-02T19:50:40.873Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-11-02T19:50:40.873Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:50:41.219Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-02T19:50:41.220Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-11-02T19:50:41.220Z] 213ec9aee27d: Pulling fs layer [2022-11-02T19:50:41.220Z] 4583459ba037: Pulling fs layer [2022-11-02T19:50:41.220Z] 93c1e223e6f2: Pulling fs layer [2022-11-02T19:50:41.220Z] 53926ce57604: Pulling fs layer [2022-11-02T19:50:41.220Z] 21b2b0c7a3f4: Pulling fs layer [2022-11-02T19:50:41.220Z] 30f14e443154: Pulling fs layer [2022-11-02T19:50:41.220Z] 801331c1e519: Pulling fs layer [2022-11-02T19:50:41.220Z] 99cc6dd402b0: Pulling fs layer [2022-11-02T19:50:41.220Z] 7d9ed39f4882: Pulling fs layer [2022-11-02T19:50:41.220Z] 21b2b0c7a3f4: Waiting [2022-11-02T19:50:41.220Z] 99cc6dd402b0: Waiting [2022-11-02T19:50:41.220Z] 7d9ed39f4882: Waiting [2022-11-02T19:50:41.220Z] 30f14e443154: Waiting [2022-11-02T19:50:41.220Z] 801331c1e519: Waiting [2022-11-02T19:50:41.220Z] 53926ce57604: Waiting [2022-11-02T19:50:41.220Z] 93c1e223e6f2: Verifying Checksum [2022-11-02T19:50:41.220Z] 93c1e223e6f2: Download complete [2022-11-02T19:50:41.220Z] 4583459ba037: Verifying Checksum [2022-11-02T19:50:41.220Z] 4583459ba037: Download complete [2022-11-02T19:50:41.220Z] 30f14e443154: Verifying Checksum [2022-11-02T19:50:41.220Z] 30f14e443154: Download complete [2022-11-02T19:50:41.220Z] 213ec9aee27d: Verifying Checksum [2022-11-02T19:50:41.220Z] 801331c1e519: Download complete [2022-11-02T19:50:41.480Z] 213ec9aee27d: Pull complete [2022-11-02T19:50:41.742Z] 4583459ba037: Pull complete [2022-11-02T19:50:41.742Z] 93c1e223e6f2: Pull complete [2022-11-02T19:50:41.742Z] 7d9ed39f4882: Verifying Checksum [2022-11-02T19:50:41.742Z] 7d9ed39f4882: Download complete [2022-11-02T19:50:42.002Z] 99cc6dd402b0: Verifying Checksum [2022-11-02T19:50:42.002Z] 99cc6dd402b0: Download complete [2022-11-02T19:50:42.002Z] 53926ce57604: Verifying Checksum [2022-11-02T19:50:42.002Z] 53926ce57604: Download complete [2022-11-02T19:50:46.195Z] 53926ce57604: Pull complete [2022-11-02T19:50:46.195Z] 21b2b0c7a3f4: Pull complete [2022-11-02T19:50:46.195Z] 30f14e443154: Pull complete [2022-11-02T19:50:46.195Z] 801331c1e519: Pull complete [2022-11-02T19:50:48.735Z] 99cc6dd402b0: Pull complete [2022-11-02T19:50:49.303Z] 7d9ed39f4882: Pull complete [2022-11-02T19:50:49.303Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-11-02T19:50:49.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-02T19:50:49.303Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:50:49.656Z] + + docker build -t ci-base-image-x86_64 -f - . [2022-11-02T19:50:49.656Z] echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-02T19:50:49.656Z] WORKDIR /edgex [2022-11-02T19:50:49.656Z] COPY go.mod . [2022-11-02T19:50:49.656Z] RUN go mod download [2022-11-02T19:50:50.224Z] Sending build context to Docker daemon 169.7MB [2022-11-02T19:50:50.224Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-02T19:50:50.224Z] ---> 1dedd983c030 [2022-11-02T19:50:50.224Z] Step 2/4 : WORKDIR /edgex [2022-11-02T19:50:52.804Z] ---> Running in ee4aedb1ae24 [2022-11-02T19:50:52.804Z] Removing intermediate container ee4aedb1ae24 [2022-11-02T19:50:52.804Z] ---> b838da16d43b [2022-11-02T19:50:52.804Z] Step 3/4 : COPY go.mod . [2022-11-02T19:50:52.804Z] ---> c17fcf98a80f [2022-11-02T19:50:52.804Z] Step 4/4 : RUN go mod download [2022-11-02T19:50:53.065Z] ---> Running in 20b2df25a10a [2022-11-02T19:50:55.290Z] Still waiting to schedule task [2022-11-02T19:50:55.290Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-117926’ [2022-11-02T19:51:05.275Z] Removing intermediate container 20b2df25a10a [2022-11-02T19:51:05.275Z] ---> 1263115c3e07 [2022-11-02T19:51:05.275Z] Successfully built 1263115c3e07 [2022-11-02T19:51:05.275Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:51:05.652Z] + docker inspect -f . ci-base-image-x86_64 [2022-11-02T19:51:05.652Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:51:05.790Z] prd-ubuntu20.04-docker-8c-8g-117927 does not seem to be running inside a container [2022-11-02T19:51:05.823Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-11-02T19:51:06.266Z] $ docker top bb433fed8e338e9ff723f8517d0c35d1093221c8aecbafb2a474e74cbadb4803 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T19:51:06.653Z] + go version [2022-11-02T19:51:06.653Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-11-02T19:51:06.688Z] $ docker stop --time=1 bb433fed8e338e9ff723f8517d0c35d1093221c8aecbafb2a474e74cbadb4803 [2022-11-02T19:51:08.583Z] $ docker rm -f bb433fed8e338e9ff723f8517d0c35d1093221c8aecbafb2a474e74cbadb4803 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:51:09.282Z] + docker inspect -f . ci-base-image-x86_64 [2022-11-02T19:51:09.282Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:51:09.430Z] prd-ubuntu20.04-docker-8c-8g-117927 does not seem to be running inside a container [2022-11-02T19:51:09.466Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-11-02T19:51:09.848Z] $ docker top fb3b509f30d5a8cedc4b2f51beb5dd7920343570cce4a2d84dab6ed59c24297b -eo pid,comm [Pipeline] { [Pipeline] echo [2022-11-02T19:51:09.954Z] ========================================================= [2022-11-02T19:51:09.954Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-11-02T19:51:09.954Z] ========================================================= [Pipeline] sh [2022-11-02T19:51:10.248Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:51:10.603Z] + make test [2022-11-02T19:51:10.603Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-11-02T19:51:17.165Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-11-02T19:51:32.037Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-11-02T19:51:32.037Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-11-02T19:51:32.037Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-11-02T19:51:32.037Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-11-02T19:51:32.037Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-11-02T19:51:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-11-02T19:51:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-11-02T19:51:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-11-02T19:51:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-11-02T19:51:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-11-02T19:51:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-11-02T19:51:32.296Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-11-02T19:51:32.296Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-11-02T19:51:32.296Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-11-02T19:51:32.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-11-02T19:51:33.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.093s coverage: 28.7% of statements [2022-11-02T19:51:33.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-11-02T19:51:33.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-11-02T19:51:33.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.147s coverage: 98.5% of statements [2022-11-02T19:51:33.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.124s coverage: 43.0% of statements [2022-11-02T19:51:33.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-11-02T19:51:33.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-11-02T19:51:33.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.116s coverage: 54.2% of statements [2022-11-02T19:51:33.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-11-02T19:51:33.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-11-02T19:51:38.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.949s coverage: 89.2% of statements [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-11-02T19:51:38.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.066s coverage: 2.2% of statements [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-11-02T19:51:38.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.524s coverage: 95.6% of statements [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-11-02T19:51:38.128Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.105s coverage: 72.2% of statements [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-11-02T19:51:38.128Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.085s coverage: 60.0% of statements [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-11-02T19:51:38.128Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.072s coverage: 0.9% of statements [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-11-02T19:51:38.128Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2022-11-02T19:51:38.128Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.094s coverage: 29.6% of statements [2022-11-02T19:51:38.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-11-02T19:51:38.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements [2022-11-02T19:51:38.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.093s coverage: 79.5% of statements [2022-11-02T19:51:38.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements [2022-11-02T19:51:38.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2022-11-02T19:51:38.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2022-11-02T19:51:46.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements [2022-11-02T19:51:46.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2022-11-02T19:51:48.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.204s coverage: 79.9% of statements [2022-11-02T19:51:48.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.071s coverage: 86.9% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 58.8% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.0% of statements [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.084s coverage: 85.4% of statements [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 91.2% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 64.7% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.400s coverage: 65.8% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.176s coverage: 41.8% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.076s coverage: 84.8% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.094s coverage: 17.7% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.179s coverage: 92.3% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.057s coverage: 63.2% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.123s coverage: 97.7% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.066s coverage: 28.9% of statements [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-11-02T19:51:58.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2022-11-02T19:51:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements [2022-11-02T19:51:58.795Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-11-02T19:52:20.890Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-11-02T19:52:20.890Z] GO111MODULE=on go vet ./... [2022-11-02T19:52:24.167Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-11-02T19:52:24.168Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-11-02T19:52:24.427Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-11-02T19:52:24.465Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-11-02T19:52:24.774Z] + ls -al . [2022-11-02T19:52:24.774Z] total 768 [2022-11-02T19:52:24.774Z] drwxrwxr-x 11 1001 1001 4096 Nov 2 19:51 . [2022-11-02T19:52:24.774Z] drwxr-xr-x 4 root root 4096 Nov 2 19:51 .. [2022-11-02T19:52:24.774Z] drwxrwxr-x 2 1001 1001 4096 Nov 2 19:50 .blubracket [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 16 Nov 2 19:50 .dockerignore [2022-11-02T19:52:24.774Z] drwxrwxr-x 8 1001 1001 4096 Nov 2 19:51 .git [2022-11-02T19:52:24.774Z] drwxrwxr-x 3 1001 1001 4096 Nov 2 19:50 .github [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 1030 Nov 2 19:50 .gitignore [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 42 Nov 2 19:50 .golangci.yml [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 87 Nov 2 19:50 .hadolint.yml [2022-11-02T19:52:24.774Z] drwxr-xr-x 3 1001 1001 4096 Nov 2 19:50 .semver [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 166 Nov 2 19:50 .sonarcloud.properties [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 1171 Nov 2 19:50 ADOPTERS.md [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 10722 Nov 2 19:50 Attribution.txt [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 63209 Nov 2 19:50 CHANGELOG.md [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 3804 Nov 2 19:50 CONTRIBUTING.md [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 677 Nov 2 19:50 GOVERNANCE.md [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 850 Nov 2 19:50 Jenkinsfile [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 10775 Nov 2 19:50 LICENSE [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 13857 Nov 2 19:50 Makefile [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 582 Nov 2 19:50 OWNERS.md [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 9799 Nov 2 19:50 README.md [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 6912 Nov 2 19:50 SECURITY.md [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 5 Nov 2 19:50 VERSION [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 4131 Nov 2 19:50 ZMQWindows.md [2022-11-02T19:52:24.774Z] drwxrwxr-x 2 1001 1001 4096 Nov 2 19:50 bin [2022-11-02T19:52:24.774Z] drwxrwxr-x 18 1001 1001 4096 Nov 2 19:50 cmd [2022-11-02T19:52:24.774Z] -rw-r--r-- 1 root root 501828 Nov 2 19:51 coverage.out [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 3447 Nov 2 19:50 go.mod [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 45062 Nov 2 19:50 go.sum [2022-11-02T19:52:24.774Z] drwxrwxr-x 8 1001 1001 4096 Nov 2 19:50 internal [2022-11-02T19:52:24.774Z] drwxrwxr-x 3 1001 1001 4096 Nov 2 19:50 openapi [2022-11-02T19:52:24.774Z] drwxrwxr-x 4 1001 1001 4096 Nov 2 19:50 snap [2022-11-02T19:52:24.774Z] -rw-rw-r-- 1 1001 1001 204 Nov 2 19:50 version.go [Pipeline] sh [2022-11-02T19:52:25.090Z] + '[' -e coverage.out ] [2022-11-02T19:52:25.091Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-11-02T19:52:25.208Z] Stashed 1 file(s) [Pipeline] sh [2022-11-02T19:52:25.505Z] + make build [2022-11-02T19:52:25.505Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-11-02T19:52:40.387Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-11-02T19:52:52.601Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-11-02T19:52:52.601Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-11-02T19:53:00.705Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-11-02T19:53:00.705Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-11-02T19:53:01.638Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-11-02T19:53:03.015Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-11-02T19:53:03.948Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-11-02T19:53:05.321Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-11-02T19:53:06.256Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-11-02T19:53:07.191Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-11-02T19:53:09.098Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-11-02T19:53:10.054Z] $ docker stop --time=1 fb3b509f30d5a8cedc4b2f51beb5dd7920343570cce4a2d84dab6ed59c24297b [2022-11-02T19:53:12.461Z] $ docker rm -f fb3b509f30d5a8cedc4b2f51beb5dd7920343570cce4a2d84dab6ed59c24297b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:53:13.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-11-02T19:53:13.569Z] [2022-11-02T19:53:13.569Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:53:13.953Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-11-02T19:53:13.953Z] latest: Pulling from edgex-devops/edgex-compose [2022-11-02T19:53:13.953Z] cbdbe7a5bc2a: Pulling fs layer [2022-11-02T19:53:13.953Z] ca9280d653b3: Pulling fs layer [2022-11-02T19:53:13.953Z] 7e9c9ca2126c: Pulling fs layer [2022-11-02T19:53:13.953Z] cbdbe7a5bc2a: Verifying Checksum [2022-11-02T19:53:13.953Z] cbdbe7a5bc2a: Download complete [2022-11-02T19:53:14.213Z] ca9280d653b3: Verifying Checksum [2022-11-02T19:53:14.213Z] ca9280d653b3: Download complete [2022-11-02T19:53:14.213Z] cbdbe7a5bc2a: Pull complete [2022-11-02T19:53:14.477Z] ca9280d653b3: Pull complete [2022-11-02T19:53:15.045Z] 7e9c9ca2126c: Verifying Checksum [2022-11-02T19:53:18.327Z] 7e9c9ca2126c: Pull complete [2022-11-02T19:53:18.327Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-11-02T19:53:18.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-11-02T19:53:18.327Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:53:18.531Z] prd-ubuntu20.04-docker-8c-8g-117927 does not seem to be running inside a container [2022-11-02T19:53:18.563Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-11-02T19:53:20.124Z] $ docker top 84c63e0f78e54e2646bbb9c9a106d8ff8bbdbee897d03c49c38628c4cfbef2ec -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T19:53:20.503Z] + docker-compose build --help [2022-11-02T19:53:20.503Z] + grep parallel [2022-11-02T19:53:21.073Z] --parallel Build images in parallel. [Pipeline] } [2022-11-02T19:53:21.103Z] $ docker stop --time=1 84c63e0f78e54e2646bbb9c9a106d8ff8bbdbee897d03c49c38628c4cfbef2ec [2022-11-02T19:53:22.505Z] $ docker rm -f 84c63e0f78e54e2646bbb9c9a106d8ff8bbdbee897d03c49c38628c4cfbef2ec [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:53:23.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-11-02T19:53:23.098Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:53:23.243Z] prd-ubuntu20.04-docker-8c-8g-117927 does not seem to be running inside a container [2022-11-02T19:53:23.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-11-02T19:53:23.919Z] $ docker top 0d392c463190969d5e11d4f42f8d240597ecf58edef48130b6891d769a849429 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T19:53:24.297Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-11-02T19:53:24.862Z] Building core-command ... [2022-11-02T19:53:24.862Z] Building core-data ... [2022-11-02T19:53:24.862Z] Building core-metadata ... [2022-11-02T19:53:24.863Z] Building security-bootstrapper ... [2022-11-02T19:53:24.863Z] Building security-proxy-setup ... [2022-11-02T19:53:24.863Z] Building security-secretstore-setup ... [2022-11-02T19:53:24.863Z] Building security-spiffe-token-provider ... [2022-11-02T19:53:24.863Z] Building security-spire-agent ... [2022-11-02T19:53:24.863Z] Building security-spire-config ... [2022-11-02T19:53:24.863Z] Building security-spire-server ... [2022-11-02T19:53:24.863Z] Building support-notifications ... [2022-11-02T19:53:24.863Z] Building support-scheduler ... [2022-11-02T19:53:24.863Z] Building sys-mgmt-agent ... [2022-11-02T19:53:24.863Z] Building security-bootstrapper [2022-11-02T19:53:24.863Z] Building security-secretstore-setup [2022-11-02T19:53:24.863Z] Building sys-mgmt-agent [2022-11-02T19:53:24.863Z] Building core-data [2022-11-02T19:53:24.863Z] Building security-spire-agent [2022-11-02T19:53:37.057Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:37.057Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:37.057Z] ---> 1263115c3e07 [2022-11-02T19:53:37.057Z] Step 3/22 : WORKDIR /edgex-go [2022-11-02T19:53:37.057Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:37.057Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:37.057Z] ---> 1263115c3e07 [2022-11-02T19:53:37.057Z] Step 3/32 : WORKDIR /edgex-go [2022-11-02T19:53:37.057Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:37.057Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:37.057Z] ---> 1263115c3e07 [2022-11-02T19:53:37.057Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T19:53:37.057Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:37.057Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:37.057Z] ---> 1263115c3e07 [2022-11-02T19:53:37.057Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T19:53:37.057Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:53:37.057Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:53:37.057Z] ---> 1263115c3e07 [2022-11-02T19:53:37.057Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:53:39.585Z] ---> Running in ede9d92c1f52 [2022-11-02T19:53:39.585Z] ---> Running in 8747c7490209 [2022-11-02T19:53:39.585Z] ---> Running in deb7fbf863f2 [2022-11-02T19:53:39.585Z] ---> Running in c51b45f6548d [2022-11-02T19:53:39.585Z] ---> Running in 1ee4b88e43e7 [2022-11-02T19:53:39.585Z] Removing intermediate container c51b45f6548d [2022-11-02T19:53:39.585Z] ---> 734524c3358d [2022-11-02T19:53:39.585Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T19:53:39.585Z] Removing intermediate container 1ee4b88e43e7 [2022-11-02T19:53:39.585Z] ---> 20d580974fff [2022-11-02T19:53:39.585Z] Step 4/32 : RUN apk add --update --no-cache make git [2022-11-02T19:53:39.585Z] ---> Running in eb68f9a09609 [2022-11-02T19:53:39.585Z] Removing intermediate container deb7fbf863f2 [2022-11-02T19:53:39.585Z] ---> 09b9e5283b11 [2022-11-02T19:53:39.585Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T19:53:39.585Z] Removing intermediate container ede9d92c1f52 [2022-11-02T19:53:39.585Z] Removing intermediate container 8747c7490209 [2022-11-02T19:53:39.585Z] ---> 8450c32ae55b [2022-11-02T19:53:39.585Z] ---> f9754dfd5636 [2022-11-02T19:53:39.585Z] Step 4/22 : RUN apk add --update --no-cache make bash gitStep 4/24 : RUN apk add --update --no-cache make git [2022-11-02T19:53:39.585Z] [2022-11-02T19:53:39.585Z] ---> Running in 84c86ec4fbca [2022-11-02T19:53:39.585Z] ---> Running in 67257b0eda99 [2022-11-02T19:53:39.585Z] ---> Running in ea0aee35de3f [2022-11-02T19:53:39.585Z] ---> Running in 272f14684baa [2022-11-02T19:53:39.585Z] Removing intermediate container eb68f9a09609 [2022-11-02T19:53:39.585Z] ---> a1cad2568967 [2022-11-02T19:53:39.585Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-11-02T19:53:39.585Z] ---> Running in 9e38744a17bf [2022-11-02T19:53:39.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:40.099Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:40.099Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:40.099Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:40.099Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:40.099Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:40.099Z] OK: 211 MiB in 51 packages [2022-11-02T19:53:40.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:40.358Z] OK: 211 MiB in 51 packages [2022-11-02T19:53:40.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:40.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:40.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:53:40.615Z] OK: 211 MiB in 51 packages [2022-11-02T19:53:40.615Z] OK: 211 MiB in 51 packages [2022-11-02T19:53:40.615Z] OK: 211 MiB in 51 packages [2022-11-02T19:53:40.615Z] Removing intermediate container 84c86ec4fbca [2022-11-02T19:53:40.615Z] ---> c479bd0993e4 [2022-11-02T19:53:40.615Z] Step 5/32 : COPY go.mod vendor* ./ [2022-11-02T19:53:40.615Z] Removing intermediate container 67257b0eda99 [2022-11-02T19:53:40.615Z] ---> 43d837c47e6d [2022-11-02T19:53:40.615Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T19:53:40.875Z] ---> 72468ad481de [2022-11-02T19:53:40.875Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:40.875Z] ---> Running in d44b9c3e3de9 [2022-11-02T19:53:40.875Z] ---> 4ab7e68bd263 [2022-11-02T19:53:40.875Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:40.875Z] ---> Running in fea50d557fda [2022-11-02T19:53:41.439Z] Removing intermediate container 272f14684baa [2022-11-02T19:53:41.439Z] ---> 6aa2b749d3a9 [2022-11-02T19:53:41.439Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T19:53:41.439Z] Removing intermediate container 9e38744a17bf [2022-11-02T19:53:41.439Z] ---> 0f1b01c95f4d [2022-11-02T19:53:41.439Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T19:53:41.439Z] Removing intermediate container ea0aee35de3f [2022-11-02T19:53:41.439Z] ---> 28cc5867916c [2022-11-02T19:53:41.439Z] Step 5/22 : COPY go.mod vendor* ./ [2022-11-02T19:53:41.697Z] ---> 0456f9764867 [2022-11-02T19:53:41.697Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:41.697Z] ---> 44041aa2c3a2 [2022-11-02T19:53:41.697Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:41.697Z] ---> ff22eb4053ae [2022-11-02T19:53:41.697Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:53:41.955Z] ---> Running in 94a0022aba47 [2022-11-02T19:53:41.955Z] ---> Running in adbeb040287c [2022-11-02T19:53:41.955Z] ---> Running in 8944f9ffcbd5 [2022-11-02T19:53:46.454Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-117929 in /w/workspace/edgexfoundry_edgex-go_PR-4226 [Pipeline] { [Pipeline] ws [2022-11-02T19:53:46.489Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-11-02T19:53:46.568Z] The recommended git tool is: git [2022-11-02T19:53:52.769Z] using credential edgex-jenkins-ssh [2022-11-02T19:53:52.794Z] Cloning the remote Git repository [2022-11-02T19:53:52.849Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-11-02T19:53:52.939Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-11-02T19:53:53.122Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-11-02T19:53:53.123Z] > git --version # timeout=10 [2022-11-02T19:53:53.147Z] > git --version # 'git version 2.25.1' [2022-11-02T19:53:53.150Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-02T19:53:53.215Z] Verifying host key using known hosts file [2022-11-02T19:53:53.438Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-11-02T19:53:53.453Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-11-02T19:54:00.044Z] Removing intermediate container fea50d557fda [2022-11-02T19:54:00.044Z] ---> 148574074965 [2022-11-02T19:54:00.044Z] Step 7/24 : COPY . . [2022-11-02T19:54:00.044Z] Removing intermediate container adbeb040287c [2022-11-02T19:54:00.044Z] ---> 4278208c7089 [2022-11-02T19:54:00.044Z] Step 7/24 : COPY . . [2022-11-02T19:54:00.044Z] Removing intermediate container 8944f9ffcbd5 [2022-11-02T19:54:00.044Z] ---> 3417b27f32b9 [2022-11-02T19:54:00.044Z] Step 7/22 : COPY . . [2022-11-02T19:54:00.044Z] Removing intermediate container 94a0022aba47 [2022-11-02T19:54:00.044Z] ---> 9d9b5901ac6b [2022-11-02T19:54:00.044Z] Step 8/22 : COPY . . [2022-11-02T19:54:00.044Z] Removing intermediate container d44b9c3e3de9 [2022-11-02T19:54:00.044Z] ---> d3dbe23c67ac [2022-11-02T19:54:00.044Z] Step 7/32 : COPY . . [2022-11-02T19:54:06.604Z] ---> d2b658dcc9f4 [2022-11-02T19:54:06.604Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-11-02T19:54:06.604Z] ---> 7050b8a39058 [2022-11-02T19:54:06.604Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-11-02T19:54:06.863Z] ---> eb86e38d30db [2022-11-02T19:54:06.863Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T19:54:06.863Z] ---> 8511c4255e76 [2022-11-02T19:54:06.863Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-11-02T19:54:06.863Z] ---> b5a8f4949b8a [2022-11-02T19:54:06.863Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-11-02T19:54:06.863Z] ---> Running in 8d83af559eb9 [2022-11-02T19:54:06.863Z] ---> Running in e35346387ea9 [2022-11-02T19:54:06.863Z] ---> Running in 49f4f45ef100 [2022-11-02T19:54:06.863Z] ---> Running in 1aef6ac5db45 [2022-11-02T19:54:06.863Z] ---> Running in d50568988d6b [2022-11-02T19:54:06.863Z] Removing intermediate container e35346387ea9 [2022-11-02T19:54:06.863Z] ---> f3f4124d4009 [2022-11-02T19:54:06.863Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-11-02T19:54:06.863Z] ---> Running in f2b6a3625be8 [2022-11-02T19:54:07.122Z] Removing intermediate container f2b6a3625be8 [2022-11-02T19:54:07.122Z] ---> 16f732f13335 [2022-11-02T19:54:07.122Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T19:54:07.122Z] ---> Running in 5b19b2e0980e [2022-11-02T19:54:07.122Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-11-02T19:54:07.379Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-11-02T19:54:07.379Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-11-02T19:54:07.379Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-11-02T19:54:07.944Z] Removing intermediate container 5b19b2e0980e [2022-11-02T19:54:07.944Z] ---> 065478469801 [2022-11-02T19:54:07.944Z] Step 11/24 : WORKDIR /edgex-go [2022-11-02T19:54:08.202Z] ---> Running in 2b819dd0723d [2022-11-02T19:54:08.202Z] Removing intermediate container 2b819dd0723d [2022-11-02T19:54:08.202Z] ---> 47100f6a3830 [2022-11-02T19:54:08.202Z] [2022-11-02T19:54:08.202Z] Step 12/24 : FROM alpine:3.15 [2022-11-02T19:54:08.460Z] 3.15: Pulling from library/alpine [2022-11-02T19:54:08.724Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-11-02T19:54:08.724Z] Status: Downloaded newer image for alpine:3.15 [2022-11-02T19:54:08.724Z] ---> c4fc93816858 [2022-11-02T19:54:08.724Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:54:08.982Z] ---> Running in b0a3c685cbe4 [2022-11-02T19:54:08.982Z] Removing intermediate container b0a3c685cbe4 [2022-11-02T19:54:08.982Z] ---> 2a0571a0bca6 [2022-11-02T19:54:08.982Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-11-02T19:54:08.982Z] ---> Running in b47c32b31b37 [2022-11-02T19:54:09.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:09.497Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:09.758Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T19:54:09.758Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T19:54:09.758Z] OK: 15859 distinct packages available [2022-11-02T19:54:09.758Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:09.758Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:10.016Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-11-02T19:54:10.016Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-11-02T19:54:10.016Z] (3/5) Installing libucontext (1.1-r0) [2022-11-02T19:54:10.016Z] (4/5) Installing gcompat (1.0.0-r4) [2022-11-02T19:54:10.016Z] (5/5) Installing openssl (1.1.1s-r1) [2022-11-02T19:54:10.016Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T19:54:10.016Z] OK: 7 MiB in 19 packages [2022-11-02T19:54:10.582Z] Removing intermediate container b47c32b31b37 [2022-11-02T19:54:10.582Z] ---> b7762fdffe4a [2022-11-02T19:54:10.582Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-11-02T19:54:11.514Z] ---> 30b40e111750 [2022-11-02T19:54:11.515Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T19:54:12.306Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-11-02T19:54:12.333Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-11-02T19:54:14.052Z] ---> 69becd7a8721 [2022-11-02T19:54:14.052Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T19:54:14.052Z] ---> c19dfd03a0c4 [2022-11-02T19:54:14.052Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-11-02T19:54:14.149Z] Merging remotes/origin/main commit c8dc4aaa282fbe6e844314843563128f08055c6c into PR head commit b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:54:14.554Z] Merge succeeded, producing b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:54:14.555Z] Checking out Revision b5c7a9d55794da1e67880cdefa065738be2b679b (PR-4226) [2022-11-02T19:54:14.984Z] ---> 80fbf1d0df40 [2022-11-02T19:54:14.985Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-11-02T19:54:15.255Z] ---> 9bab8d66336b [2022-11-02T19:54:15.255Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T19:54:15.255Z] ---> Running in 4d1b04616e3d [2022-11-02T19:54:15.259Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2022-11-02T19:54:15.317Z] > git --version # timeout=10 [2022-11-02T19:54:15.329Z] > git --version # 'git version 2.25.1' [2022-11-02T19:54:15.365Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-11-02T19:54:13.362Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-11-02T19:54:13.405Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-11-02T19:54:13.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-02T19:54:13.413Z] Verifying host key using known hosts file [2022-11-02T19:54:13.420Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-11-02T19:54:13.432Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4226/head:refs/remotes/origin/PR-4226 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-11-02T19:54:14.172Z] > git config core.sparsecheckout # timeout=10 [2022-11-02T19:54:14.192Z] > git checkout -f b5c7a9d55794da1e67880cdefa065738be2b679b # timeout=10 [2022-11-02T19:54:14.454Z] > git remote # timeout=10 [2022-11-02T19:54:14.475Z] > git config --get remote.origin.url # timeout=10 [2022-11-02T19:54:14.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-02T19:54:14.498Z] Verifying host key using known hosts file [2022-11-02T19:54:14.502Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-11-02T19:54:14.512Z] > git merge c8dc4aaa282fbe6e844314843563128f08055c6c # timeout=10 [2022-11-02T19:54:14.538Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-11-02T19:54:14.563Z] > git config core.sparsecheckout # timeout=10 [2022-11-02T19:54:14.578Z] > git checkout -f b5c7a9d55794da1e67880cdefa065738be2b679b # timeout=10 [2022-11-02T19:54:15.514Z] Removing intermediate container 4d1b04616e3d [2022-11-02T19:54:15.514Z] ---> 6082a92e4991 [2022-11-02T19:54:15.514Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T19:54:15.514Z] ---> Running in d61ca7995703 [Pipeline] withEnv [Pipeline] { [2022-11-02T19:54:15.771Z] Removing intermediate container d61ca7995703 [2022-11-02T19:54:15.771Z] ---> 4f7dc7272f86 [2022-11-02T19:54:15.771Z] Step 22/24 : LABEL arch=x86_64 [2022-11-02T19:54:15.771Z] ---> Running in e83490a50e0c [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-02T19:54:16.028Z] Removing intermediate container e83490a50e0c [2022-11-02T19:54:16.028Z] ---> d6f75ffe368a [2022-11-02T19:54:16.028Z] Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:54:16.028Z] ---> Running in 81362386110c [2022-11-02T19:54:16.292Z] Removing intermediate container 81362386110c [2022-11-02T19:54:16.292Z] ---> dac5cc639a83 [2022-11-02T19:54:16.292Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T19:54:16.462Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-11-02T19:54:16.462Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-11-02T19:54:16.462Z] Dload Upload Total Spent Left Speed [2022-11-02T19:54:16.462Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 198k 0 --:--:-- --:--:-- --:--:-- 198k [2022-11-02T19:54:16.549Z] ---> Running in 8c4e3579f60a [Pipeline] sh [2022-11-02T19:54:16.807Z] Removing intermediate container 8c4e3579f60a [2022-11-02T19:54:16.807Z] ---> c7a0b8bafe81 [2022-11-02T19:54:16.807Z] [2022-11-02T19:54:16.807Z] Successfully built c7a0b8bafe81 [2022-11-02T19:54:16.807Z] Successfully tagged security-spire-agent:latest [2022-11-02T19:54:16.807Z] Building core-command [2022-11-02T19:54:17.030Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-11-02T19:54:17.381Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-11-02T19:54:17.381Z] + sudo tee /etc/docker/daemon.new [2022-11-02T19:54:17.381Z] { [2022-11-02T19:54:17.381Z] "registry-mirrors": [ [2022-11-02T19:54:17.381Z] "https://nexus3.edgexfoundry.org:10001" [2022-11-02T19:54:17.381Z] ], [2022-11-02T19:54:17.381Z] "bip": "10.250.0.254/24", [2022-11-02T19:54:17.381Z] "hosts": [ [2022-11-02T19:54:17.381Z] "tcp://0.0.0.0:5555", [2022-11-02T19:54:17.381Z] "unix:///var/run/docker.sock" [2022-11-02T19:54:17.381Z] ], [2022-11-02T19:54:17.381Z] "mtu": 1458, [2022-11-02T19:54:17.381Z] "selinux-enabled": true, [2022-11-02T19:54:17.381Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-11-02T19:54:17.381Z] } [Pipeline] sh [2022-11-02T19:54:17.749Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-11-02T19:54:18.112Z] + sudo service docker restart [2022-11-02T19:54:20.090Z]  Building security-spire-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:54:20.090Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:54:20.090Z] ---> 1263115c3e07 [2022-11-02T19:54:20.090Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:54:20.090Z] ---> Using cache [2022-11-02T19:54:20.090Z] ---> 734524c3358d [2022-11-02T19:54:20.090Z] Step 4/23 : WORKDIR /edgex-go [2022-11-02T19:54:20.090Z] ---> Using cache [2022-11-02T19:54:20.090Z] ---> a1cad2568967 [2022-11-02T19:54:20.090Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-11-02T19:54:21.021Z] ---> Running in ddc4f67ae59c [2022-11-02T19:54:21.609Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:21.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:22.125Z] OK: 211 MiB in 51 packages [2022-11-02T19:54:23.057Z] Removing intermediate container ddc4f67ae59c [2022-11-02T19:54:23.057Z] ---> fa7aa101b0cd [2022-11-02T19:54:23.057Z] Step 6/23 : COPY go.mod vendor* ./ [2022-11-02T19:54:23.621Z] ---> e596c669f99b [2022-11-02T19:54:23.621Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:54:23.621Z] ---> Running in bce904cc9e96 [2022-11-02T19:54:35.809Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-11-02T19:54:36.066Z] Removing intermediate container bce904cc9e96 [2022-11-02T19:54:36.066Z] ---> 9a996231c091 [2022-11-02T19:54:36.066Z] Step 8/23 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-02T19:54:36.470Z] provisioning config files... [2022-11-02T19:54:36.502Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6020488724653708900tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-02T19:54:36.903Z] ---> docker-login.sh [2022-11-02T19:54:36.903Z] nexus3.edgexfoundry.org:10001 [2022-11-02T19:54:37.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:54:37.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:54:37.496Z] Configure a credential helper to remove this warning. See [2022-11-02T19:54:37.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:54:37.496Z] [2022-11-02T19:54:37.496Z] Login Succeeded [2022-11-02T19:54:37.496Z] nexus3.edgexfoundry.org:10002 [2022-11-02T19:54:37.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:54:38.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:54:38.034Z] Configure a credential helper to remove this warning. See [2022-11-02T19:54:38.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:54:38.034Z] [2022-11-02T19:54:38.034Z] Login Succeeded [2022-11-02T19:54:38.034Z] nexus3.edgexfoundry.org:10003 [2022-11-02T19:54:38.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:54:38.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:54:38.304Z] Configure a credential helper to remove this warning. See [2022-11-02T19:54:38.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:54:38.304Z] [2022-11-02T19:54:38.304Z] Login Succeeded [2022-11-02T19:54:38.304Z] nexus3.edgexfoundry.org:10004 [2022-11-02T19:54:38.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:54:38.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:54:38.575Z] Configure a credential helper to remove this warning. See [2022-11-02T19:54:38.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:54:38.575Z] [2022-11-02T19:54:38.575Z] Login Succeeded [2022-11-02T19:54:38.575Z] docker.io [2022-11-02T19:54:38.600Z] Removing intermediate container d50568988d6b [2022-11-02T19:54:38.600Z] ---> 5ced2175870d [2022-11-02T19:54:38.600Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-11-02T19:54:38.600Z] Removing intermediate container 8d83af559eb9 [2022-11-02T19:54:38.600Z] ---> 9a4aa1a5f8d2 [2022-11-02T19:54:38.600Z] [2022-11-02T19:54:38.600Z] Step 9/32 : FROM alpine:3.16 [2022-11-02T19:54:38.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-11-02T19:54:38.858Z] 3.16: Pulling from library/alpine [2022-11-02T19:54:38.858Z] ---> Running in 5dc50c74b21b [2022-11-02T19:54:39.115Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-11-02T19:54:39.115Z] Status: Downloaded newer image for alpine:3.16 [2022-11-02T19:54:39.115Z] ---> 9c6f07244728 [2022-11-02T19:54:39.115Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:54:39.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-11-02T19:54:39.436Z] Configure a credential helper to remove this warning. See [2022-11-02T19:54:39.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-11-02T19:54:39.436Z] [2022-11-02T19:54:39.436Z] Login Succeeded [2022-11-02T19:54:39.436Z] ---> docker-login.sh ends [Pipeline] } [2022-11-02T19:54:39.464Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2022-11-02T19:54:39.682Z] 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 [Pipeline] sh [2022-11-02T19:54:39.982Z] ---> Running in 7ce01f2edb41 [2022-11-02T19:54:40.065Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-11-02T19:54:40.100Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T19:54:40.131Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-02T19:54:40.160Z] ========================================================= [2022-11-02T19:54:40.160Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-11-02T19:54:40.160Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:54:40.245Z] Removing intermediate container 7ce01f2edb41 [2022-11-02T19:54:40.245Z] ---> 033fe2ec915b [2022-11-02T19:54:40.245Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2022-11-02T19:54:40.245Z] ---> 96763949b993 [2022-11-02T19:54:40.245Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-11-02T19:54:40.245Z] ---> Running in b40d141d5a35 [2022-11-02T19:54:40.504Z] ---> Running in a628aa29d9d4 [2022-11-02T19:54:40.504Z] Removing intermediate container 1aef6ac5db45 [2022-11-02T19:54:40.504Z] ---> d8405903d3a7 [2022-11-02T19:54:40.504Z] [2022-11-02T19:54:40.504Z] Step 9/24 : FROM alpine:3.16 [2022-11-02T19:54:40.504Z] ---> 9c6f07244728 [2022-11-02T19:54:40.504Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-11-02T19:54:40.504Z] Removing intermediate container 49f4f45ef100 [2022-11-02T19:54:40.504Z] ---> 7820cedd3778 [2022-11-02T19:54:40.504Z] [2022-11-02T19:54:40.504Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T19:54:40.504Z] ---> 9c6f07244728 [2022-11-02T19:54:40.504Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-11-02T19:54:40.504Z] ---> Running in 7fea68a4a129 [2022-11-02T19:54:40.504Z] ---> Running in 332bb138cd95 [2022-11-02T19:54:40.504Z] Removing intermediate container 5dc50c74b21b [2022-11-02T19:54:40.504Z] ---> 9919ac6508b4 [2022-11-02T19:54:40.504Z] [2022-11-02T19:54:40.504Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T19:54:40.504Z] ---> 9c6f07244728 [2022-11-02T19:54:40.504Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:54:40.532Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-02T19:54:40.765Z] ---> Running in 8fc7f2d46467 [2022-11-02T19:54:40.766Z] Removing intermediate container 332bb138cd95 [2022-11-02T19:54:40.766Z] ---> 9bf6ac6ef657 [2022-11-02T19:54:40.766Z] Step 12/22 : ENV APP_PORT=59880 [2022-11-02T19:54:40.766Z] ---> Running in 8059c0a13065 [2022-11-02T19:54:40.766Z] Removing intermediate container 8fc7f2d46467 [2022-11-02T19:54:40.766Z] ---> 8bde8e1ccbec [2022-11-02T19:54:40.766Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-11-02T19:54:40.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:40.766Z] ---> Running in f3030eeaac97 [2022-11-02T19:54:40.766Z] Removing intermediate container 8059c0a13065 [2022-11-02T19:54:40.766Z] ---> 3a95fb2e1125 [2022-11-02T19:54:40.766Z] Step 13/22 : EXPOSE $APP_PORT [2022-11-02T19:54:40.766Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-11-02T19:54:40.814Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-11-02T19:54:40.814Z] 9b18e9b68314: Pulling fs layer [2022-11-02T19:54:40.814Z] d32db5db7311: Pulling fs layer [2022-11-02T19:54:40.814Z] d0c4b47475fc: Pulling fs layer [2022-11-02T19:54:40.814Z] 5831b945b038: Pulling fs layer [2022-11-02T19:54:40.814Z] 86bbec2aaacd: Pulling fs layer [2022-11-02T19:54:40.814Z] e10730c5d714: Pulling fs layer [2022-11-02T19:54:40.814Z] 5dd5c2283517: Pulling fs layer [2022-11-02T19:54:40.814Z] d5ac0230b979: Pulling fs layer [2022-11-02T19:54:40.814Z] e10730c5d714: Waiting [2022-11-02T19:54:40.814Z] 5dd5c2283517: Waiting [2022-11-02T19:54:40.814Z] 5831b945b038: Waiting [2022-11-02T19:54:40.814Z] 86bbec2aaacd: Waiting [2022-11-02T19:54:40.814Z] d5ac0230b979: Waiting [2022-11-02T19:54:40.814Z] d0c4b47475fc: Verifying Checksum [2022-11-02T19:54:40.814Z] d0c4b47475fc: Download complete [2022-11-02T19:54:40.814Z] d32db5db7311: Verifying Checksum [2022-11-02T19:54:40.814Z] d32db5db7311: Download complete [2022-11-02T19:54:40.814Z] 86bbec2aaacd: Verifying Checksum [2022-11-02T19:54:40.814Z] 86bbec2aaacd: Download complete [2022-11-02T19:54:40.814Z] e10730c5d714: Verifying Checksum [2022-11-02T19:54:40.814Z] e10730c5d714: Download complete [2022-11-02T19:54:40.814Z] 9b18e9b68314: Download complete [2022-11-02T19:54:41.027Z] ---> Running in 2d41e4618517 [2022-11-02T19:54:41.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:41.027Z] Removing intermediate container 2d41e4618517 [2022-11-02T19:54:41.027Z] ---> 83772d0aa362 [2022-11-02T19:54:41.027Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-11-02T19:54:41.027Z] ---> Running in 63a601aa8b39 [2022-11-02T19:54:41.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:41.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:41.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:41.285Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-11-02T19:54:41.285Z] (2/2) Installing su-exec (0.2-r1) [2022-11-02T19:54:41.285Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:54:41.285Z] OK: 6 MiB in 16 packages [2022-11-02T19:54:41.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:41.543Z] (1/3) Installing ca-certificates (20220614-r0) [2022-11-02T19:54:41.543Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-11-02T19:54:41.543Z] (3/3) Installing su-exec (0.2-r1) [2022-11-02T19:54:41.543Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:54:41.543Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:54:41.543Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-11-02T19:54:41.543Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-11-02T19:54:41.543Z] OK: 6 MiB in 17 packages [2022-11-02T19:54:41.543Z] (3/33) Installing readline (8.1.2-r0) [2022-11-02T19:54:41.543Z] (4/33) Installing bash (5.1.16-r2) [2022-11-02T19:54:41.543Z] Executing bash-5.1.16-r2.post-install [2022-11-02T19:54:41.543Z] (5/33) Installing ca-certificates (20220614-r0) [2022-11-02T19:54:41.543Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-11-02T19:54:41.543Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-11-02T19:54:41.543Z] (8/33) Installing libcurl (7.83.1-r4) [2022-11-02T19:54:41.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:41.543Z] (9/33) Installing curl (7.83.1-r4) [2022-11-02T19:54:41.543Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-11-02T19:54:41.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:41.787Z] d5ac0230b979: Verifying Checksum [2022-11-02T19:54:41.787Z] d5ac0230b979: Download complete [2022-11-02T19:54:41.787Z] 9b18e9b68314: Pull complete [2022-11-02T19:54:41.817Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-11-02T19:54:41.817Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-11-02T19:54:41.817Z] Removing intermediate container b40d141d5a35 [2022-11-02T19:54:41.817Z] ---> f7d92610476d [2022-11-02T19:54:41.817Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2022-11-02T19:54:41.817Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-11-02T19:54:41.817Z] (3/6) Installing libsodium (1.0.18-r0) [2022-11-02T19:54:41.817Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-11-02T19:54:42.077Z] (13/33) Installing expat (2.5.0-r0) [2022-11-02T19:54:42.077Z] (14/33) Installing libffi (3.4.2-r1) [2022-11-02T19:54:42.077Z] (15/33) Installing gdbm (1.23-r0) [2022-11-02T19:54:42.077Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-02T19:54:42.077Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-11-02T19:54:42.077Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-11-02T19:54:42.077Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-02T19:54:42.077Z] (5/6) Installing libzmq (4.3.4-r0) [2022-11-02T19:54:42.077Z] ---> Running in 0af118e26f53 [2022-11-02T19:54:42.077Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-11-02T19:54:42.077Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-11-02T19:54:42.077Z] (6/6) Installing zeromq (4.3.4-r0) [2022-11-02T19:54:42.077Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:54:42.077Z] (21/33) Installing python3 (3.10.5-r0) [2022-11-02T19:54:42.077Z] OK: 8 MiB in 20 packages [2022-11-02T19:54:42.077Z] Removing intermediate container 7fea68a4a129 [2022-11-02T19:54:42.077Z] ---> f78060ab48f5 [2022-11-02T19:54:42.077Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-11-02T19:54:42.335Z] Removing intermediate container 0af118e26f53 [2022-11-02T19:54:42.335Z] ---> a355c6b138e5 [2022-11-02T19:54:42.335Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-11-02T19:54:42.335Z] ---> Running in c5d22903ee79 [2022-11-02T19:54:42.335Z] ---> Running in 297b906a8359 [2022-11-02T19:54:42.335Z] Removing intermediate container c5d22903ee79 [2022-11-02T19:54:42.335Z] ---> da51d6cab5ed [2022-11-02T19:54:42.335Z] Step 12/24 : WORKDIR / [2022-11-02T19:54:42.377Z] d32db5db7311: Pull complete [2022-11-02T19:54:42.594Z] ---> Running in 37bb359939a5 [2022-11-02T19:54:42.594Z] Removing intermediate container 297b906a8359 [2022-11-02T19:54:42.594Z] ---> ff4c096eeeec [2022-11-02T19:54:42.594Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-11-02T19:54:42.594Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-11-02T19:54:42.594Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-11-02T19:54:42.594Z] Removing intermediate container 63a601aa8b39 [2022-11-02T19:54:42.594Z] ---> 6dc26a7f2a9b [2022-11-02T19:54:42.594Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:54:42.594Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-11-02T19:54:42.594Z] (25/33) Installing py3-six (1.16.0-r1) [2022-11-02T19:54:42.594Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-11-02T19:54:42.594Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-11-02T19:54:42.594Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-11-02T19:54:42.594Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-11-02T19:54:42.594Z] ---> Running in de77288ba8a0 [2022-11-02T19:54:42.594Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-11-02T19:54:42.594Z] (31/33) Installing py3-packaging (21.3-r0) [2022-11-02T19:54:42.594Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-11-02T19:54:42.594Z] Removing intermediate container 37bb359939a5 [2022-11-02T19:54:42.594Z] ---> c878128bd56c [2022-11-02T19:54:42.594Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-11-02T19:54:42.594Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-11-02T19:54:42.856Z] Removing intermediate container de77288ba8a0 [2022-11-02T19:54:42.856Z] ---> 772597b3f6ee [2022-11-02T19:54:42.856Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-11-02T19:54:42.856Z] ---> 381eb3f891e9 [2022-11-02T19:54:42.856Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-11-02T19:54:42.856Z] ---> Running in 0e719dc381f2 [2022-11-02T19:54:42.856Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:54:42.856Z] ---> 847858540d5d [2022-11-02T19:54:42.856Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-11-02T19:54:42.856Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:54:42.975Z] d0c4b47475fc: Pull complete [2022-11-02T19:54:42.975Z] 5dd5c2283517: Download complete [2022-11-02T19:54:43.117Z] OK: 122 MiB in 47 packages [2022-11-02T19:54:43.117Z] Removing intermediate container 0e719dc381f2 [2022-11-02T19:54:43.117Z] ---> b4064095c632 [2022-11-02T19:54:43.117Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-11-02T19:54:43.117Z] ---> Running in 5950f123cca5 [2022-11-02T19:54:43.117Z] ---> 0dd5a059d5c3 [2022-11-02T19:54:43.117Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-11-02T19:54:43.562Z] 5831b945b038: Download complete [2022-11-02T19:54:43.688Z] ---> 904c4c5fbf98 [2022-11-02T19:54:43.688Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-11-02T19:54:43.688Z] ---> 3272c75cb158 [2022-11-02T19:54:43.688Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-11-02T19:54:43.688Z] ---> 09bc6bfde8d9 [2022-11-02T19:54:43.688Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-11-02T19:54:43.950Z] ---> Running in a12a51bacd6a [2022-11-02T19:54:43.950Z] ---> 0268c81f2f36 [2022-11-02T19:54:43.950Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-11-02T19:54:43.950Z] Removing intermediate container 5950f123cca5 [2022-11-02T19:54:43.950Z] ---> aa5a587a4fcf [2022-11-02T19:54:43.950Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2022-11-02T19:54:43.950Z] ---> Running in f1e4aa96e9cc [2022-11-02T19:54:44.208Z] Removing intermediate container a12a51bacd6a [2022-11-02T19:54:44.208Z] ---> 204a6562ab6b [2022-11-02T19:54:44.208Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:54:44.208Z] ---> Running in d22eb7bc2660 [2022-11-02T19:54:44.208Z] Removing intermediate container f1e4aa96e9cc [2022-11-02T19:54:44.208Z] ---> fbae8202ea9c [2022-11-02T19:54:44.208Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-11-02T19:54:44.208Z] Removing intermediate container d22eb7bc2660 [2022-11-02T19:54:44.208Z] ---> 51d837af6670 [2022-11-02T19:54:44.208Z] Step 20/22 : LABEL arch=x86_64 [2022-11-02T19:54:44.466Z] ---> ecf61c7d42f6 [2022-11-02T19:54:44.466Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-11-02T19:54:44.466Z] ---> Running in c54922d71d0c [2022-11-02T19:54:44.466Z] ---> a233ec5f2234 [2022-11-02T19:54:44.466Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-11-02T19:54:44.723Z] Removing intermediate container c54922d71d0c [2022-11-02T19:54:44.723Z] ---> 3e7f1c0a9f96 [2022-11-02T19:54:44.724Z] Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:54:44.724Z] ---> Running in f792dc83fa64 [2022-11-02T19:54:44.724Z] ---> Running in 3a2a69c660b2 [2022-11-02T19:54:44.981Z] Removing intermediate container 3a2a69c660b2 [2022-11-02T19:54:44.981Z] ---> e10f902b7714 [2022-11-02T19:54:44.981Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T19:54:45.238Z] ---> 0d84c88defac [2022-11-02T19:54:45.238Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-11-02T19:54:45.238Z] ---> Running in e7ed561caf4d [2022-11-02T19:54:45.495Z] Removing intermediate container e7ed561caf4d [2022-11-02T19:54:45.495Z] ---> 0bc6156a6fa8 [2022-11-02T19:54:45.495Z] [2022-11-02T19:54:45.495Z] Successfully built 0bc6156a6fa8 [2022-11-02T19:54:45.495Z] Successfully tagged core-data:latest [2022-11-02T19:54:45.495Z] Building support-scheduler [2022-11-02T19:54:45.495Z]  Building core-data ... done  ---> 1caff1ebf07c [2022-11-02T19:54:45.495Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-11-02T19:54:45.752Z] ---> Running in e2dca314bb2f [2022-11-02T19:54:45.752Z] Collecting docker-compose==1.23.2 [2022-11-02T19:54:45.752Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-11-02T19:54:45.752Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 15.7 MB/s eta 0:00:00 [2022-11-02T19:54:45.752Z] Collecting dockerpty<0.5,>=0.4.1 [2022-11-02T19:54:45.752Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-11-02T19:54:45.752Z] Preparing metadata (setup.py): started [2022-11-02T19:54:46.008Z] Removing intermediate container f792dc83fa64 [2022-11-02T19:54:46.008Z] ---> 01d319b6c85c [2022-11-02T19:54:46.008Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:54:46.008Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T19:54:46.008Z] Collecting cached-property<2,>=1.2.0 [2022-11-02T19:54:46.265Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-11-02T19:54:46.265Z] Collecting jsonschema<3,>=2.5.1 [2022-11-02T19:54:46.265Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-11-02T19:54:46.265Z] Collecting PyYAML<4,>=3.10 [2022-11-02T19:54:46.265Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-11-02T19:54:46.265Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 48.6 MB/s eta 0:00:00 [2022-11-02T19:54:46.526Z] Preparing metadata (setup.py): started [2022-11-02T19:54:46.796Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T19:54:47.054Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-11-02T19:54:47.054Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-11-02T19:54:47.054Z] ---> 7903f6592f13 [2022-11-02T19:54:47.054Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-11-02T19:54:47.054Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 79.2 MB/s eta 0:00:00 [2022-11-02T19:54:47.054Z] Collecting websocket-client<1.0,>=0.32.0 [2022-11-02T19:54:47.054Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-11-02T19:54:47.054Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 64.6 MB/s eta 0:00:00 [2022-11-02T19:54:47.054Z] Collecting docker<4.0,>=3.6.0 [2022-11-02T19:54:47.054Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-11-02T19:54:47.054Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 107.2 MB/s eta 0:00:00 [2022-11-02T19:54:47.312Z] Collecting texttable<0.10,>=0.9.0 [2022-11-02T19:54:47.312Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-11-02T19:54:47.312Z] Preparing metadata (setup.py): started [2022-11-02T19:54:47.312Z] Removing intermediate container e2dca314bb2f [2022-11-02T19:54:47.312Z] ---> 1e8aafb6b70b [2022-11-02T19:54:47.312Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-11-02T19:54:47.312Z] ---> Running in c561dbb64ce5 [2022-11-02T19:54:47.569Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T19:54:47.569Z] Collecting docopt<0.7,>=0.6.1 [2022-11-02T19:54:47.569Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-11-02T19:54:47.569Z] Preparing metadata (setup.py): started [2022-11-02T19:54:47.569Z] Removing intermediate container c561dbb64ce5 [2022-11-02T19:54:47.569Z] ---> f622548cd432 [2022-11-02T19:54:47.569Z] Step 22/24 : LABEL arch=x86_64 [2022-11-02T19:54:47.826Z] ---> Running in 5ab8c092993c [2022-11-02T19:54:47.826Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T19:54:47.826Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-11-02T19:54:47.826Z] Collecting docker-pycreds>=0.4.0 [2022-11-02T19:54:47.826Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-11-02T19:54:48.084Z] Collecting certifi>=2017.4.17 [2022-11-02T19:54:48.084Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-11-02T19:54:48.084Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 94.0 MB/s eta 0:00:00 [2022-11-02T19:54:48.084Z] Collecting urllib3<1.25,>=1.21.1 [2022-11-02T19:54:48.085Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-11-02T19:54:48.085Z] Removing intermediate container 5ab8c092993c [2022-11-02T19:54:48.085Z] ---> 1889825c7d92 [2022-11-02T19:54:48.085Z] Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:54:48.085Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 178.1 MB/s eta 0:00:00 [2022-11-02T19:54:48.085Z] Collecting chardet<3.1.0,>=3.0.2 [2022-11-02T19:54:48.085Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-11-02T19:54:48.085Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 55.2 MB/s eta 0:00:00 [2022-11-02T19:54:48.085Z] ---> 24beef3ef322 [2022-11-02T19:54:48.085Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-11-02T19:54:48.085Z] Collecting idna<2.8,>=2.5 [2022-11-02T19:54:48.085Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-11-02T19:54:48.085Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 138.6 MB/s eta 0:00:00 [2022-11-02T19:54:48.343Z] ---> Running in 9e7d0d29b1f1 [2022-11-02T19:54:48.343Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-11-02T19:54:48.343Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-11-02T19:54:48.343Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-11-02T19:54:48.343Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-11-02T19:54:48.343Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-11-02T19:54:48.343Z] Running setup.py install for texttable: started [2022-11-02T19:54:48.615Z] Removing intermediate container 9e7d0d29b1f1 [2022-11-02T19:54:48.615Z] ---> 18fabcb81987 [2022-11-02T19:54:48.615Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T19:54:48.615Z] ---> Running in cf479c882fab [2022-11-02T19:54:48.615Z] ---> 97f64de8b000 [2022-11-02T19:54:48.615Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-11-02T19:54:48.615Z] Running setup.py install for texttable: finished with status 'done' [2022-11-02T19:54:48.615Z] Running setup.py install for PyYAML: started [2022-11-02T19:54:48.872Z] Removing intermediate container cf479c882fab [2022-11-02T19:54:48.872Z] ---> cd7bc8a04798 [2022-11-02T19:54:48.872Z] [2022-11-02T19:54:49.132Z] ---> 6863d27b598a [2022-11-02T19:54:49.132Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-11-02T19:54:49.132Z] Successfully built cd7bc8a04798 [2022-11-02T19:54:49.132Z] Successfully tagged security-secretstore-setup:latest [2022-11-02T19:54:49.132Z]  Building security-secretstore-setup ... done Building support-notifications [2022-11-02T19:54:49.132Z] Running setup.py install for PyYAML: finished with status 'done' [2022-11-02T19:54:49.391Z] Running setup.py install for docopt: started [2022-11-02T19:54:49.648Z] Running setup.py install for docopt: finished with status 'done' [2022-11-02T19:54:50.213Z] ---> ee94f5ec5ec5 [2022-11-02T19:54:50.213Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-11-02T19:54:50.490Z] Running setup.py install for dockerpty: started [2022-11-02T19:54:50.748Z] ---> e3fe417b4c3a [2022-11-02T19:54:50.748Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-11-02T19:54:50.748Z] Running setup.py install for dockerpty: finished with status 'done' [2022-11-02T19:54:51.006Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:54:51.006Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:54:51.006Z] ---> 1263115c3e07 [2022-11-02T19:54:51.006Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:54:51.006Z] ---> Using cache [2022-11-02T19:54:51.006Z] ---> 734524c3358d [2022-11-02T19:54:51.006Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T19:54:51.006Z] ---> Using cache [2022-11-02T19:54:51.006Z] ---> a1cad2568967 [2022-11-02T19:54:51.006Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-11-02T19:54:51.006Z] ---> Using cache [2022-11-02T19:54:51.006Z] ---> fa7aa101b0cd [2022-11-02T19:54:51.006Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T19:54:51.006Z] ---> Using cache [2022-11-02T19:54:51.006Z] ---> e596c669f99b [2022-11-02T19:54:51.006Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:54:51.006Z] ---> Using cache [2022-11-02T19:54:51.006Z] ---> 9a996231c091 [2022-11-02T19:54:51.006Z] Step 8/22 : COPY . . [2022-11-02T19:54:51.006Z] ---> Using cache [2022-11-02T19:54:51.006Z] ---> 96763949b993 [2022-11-02T19:54:51.006Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-11-02T19:54:51.263Z] ---> 68bbc29ce143 [2022-11-02T19:54:51.263Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2022-11-02T19:54:51.263Z] ---> Running in a4cc16b36a8a [2022-11-02T19:54:51.263Z] ---> Running in 9860ba027573 [2022-11-02T19:54:51.521Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-11-02T19:54:51.521Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-11-02T19:54:52.087Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-11-02T19:54:53.020Z] Removing intermediate container 9860ba027573 [2022-11-02T19:54:53.020Z] ---> f0ac2943674e [2022-11-02T19:54:53.020Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2022-11-02T19:54:53.020Z] ---> Running in 77000b1c0e1c [2022-11-02T19:54:53.280Z] Removing intermediate container 77000b1c0e1c [2022-11-02T19:54:53.280Z] ---> 797a1733002f [2022-11-02T19:54:53.280Z] Step 29/32 : CMD ["gate"] [2022-11-02T19:54:53.280Z] ---> Running in 6ae161b0c602 [2022-11-02T19:54:53.539Z] Removing intermediate container 6ae161b0c602 [2022-11-02T19:54:53.539Z] ---> 6f2c7eda4206 [2022-11-02T19:54:53.539Z] Step 30/32 : LABEL arch=x86_64 [2022-11-02T19:54:53.539Z] ---> Running in c3bf06334369 [2022-11-02T19:54:54.119Z] Removing intermediate container c3bf06334369 [2022-11-02T19:54:54.119Z] ---> 86c8a494b993 [2022-11-02T19:54:54.119Z] Step 31/32 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:54:54.119Z] ---> Running in 16fb7606005a [2022-11-02T19:54:54.376Z] Removing intermediate container 16fb7606005a [2022-11-02T19:54:54.376Z] ---> 41d9c076c53d [2022-11-02T19:54:54.376Z] Step 32/32 : LABEL version=0.0.0 [2022-11-02T19:54:54.376Z] ---> Running in 44428d8177ad [2022-11-02T19:54:54.376Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:54:54.376Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:54:54.376Z] ---> 1263115c3e07 [2022-11-02T19:54:54.376Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:54:54.376Z] ---> Using cache [2022-11-02T19:54:54.376Z] ---> 734524c3358d [2022-11-02T19:54:54.376Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T19:54:54.376Z] ---> Using cache [2022-11-02T19:54:54.376Z] ---> a1cad2568967 [2022-11-02T19:54:54.377Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-11-02T19:54:54.377Z] ---> Running in e0dbdd22dd82 [2022-11-02T19:54:54.633Z] Removing intermediate container 44428d8177ad [2022-11-02T19:54:54.633Z] ---> 226331a4ebbf [2022-11-02T19:54:54.633Z] [2022-11-02T19:54:54.633Z] Successfully built 226331a4ebbf [2022-11-02T19:54:54.633Z] Successfully tagged security-bootstrapper:latest [2022-11-02T19:54:54.633Z] Building security-spire-server [2022-11-02T19:54:54.891Z]  Building security-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:55.149Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:55.149Z] OK: 211 MiB in 51 packages [2022-11-02T19:54:56.007Z] 5831b945b038: Pull complete [2022-11-02T19:54:56.007Z] 86bbec2aaacd: Pull complete [2022-11-02T19:54:56.007Z] e10730c5d714: Pull complete [2022-11-02T19:54:57.673Z] Removing intermediate container f3030eeaac97 [2022-11-02T19:54:57.673Z] ---> ad3083f8699a [2022-11-02T19:54:57.673Z] Step 13/22 : ENV APP_PORT=58890 [2022-11-02T19:54:57.933Z] ---> Running in 9bdc2281e068 [2022-11-02T19:54:57.933Z] Removing intermediate container e0dbdd22dd82 [2022-11-02T19:54:57.933Z] ---> 78baa80c12ae [2022-11-02T19:54:57.933Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T19:54:58.522Z] Removing intermediate container 9bdc2281e068 [2022-11-02T19:54:58.522Z] ---> db722e38c2e5 [2022-11-02T19:54:58.522Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T19:54:58.522Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:54:58.522Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:54:58.522Z] ---> 1263115c3e07 [2022-11-02T19:54:58.522Z] Step 3/23 : WORKDIR /edgex-go [2022-11-02T19:54:58.522Z] ---> Using cache [2022-11-02T19:54:58.522Z] ---> f9754dfd5636 [2022-11-02T19:54:58.522Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T19:54:58.779Z] ---> Running in 8f71dae2c497 [2022-11-02T19:54:58.779Z] ---> Running in 469eed3644cc [2022-11-02T19:54:58.779Z] ---> d1008dd90c1e [2022-11-02T19:54:58.779Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:54:59.048Z] ---> Running in 3fd319c09fd3 [2022-11-02T19:54:59.048Z] Removing intermediate container 469eed3644cc [2022-11-02T19:54:59.048Z] ---> 8c58b2befa63 [2022-11-02T19:54:59.048Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-11-02T19:54:59.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:54:59.878Z] ---> bec0108963fa [2022-11-02T19:54:59.878Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-11-02T19:54:59.878Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:00.138Z] OK: 211 MiB in 51 packages [2022-11-02T19:55:00.395Z] ---> b14962df60b5 [2022-11-02T19:55:00.395Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-11-02T19:55:00.959Z] ---> 49d01b3f5b9d [2022-11-02T19:55:00.959Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-11-02T19:55:01.363Z] 5dd5c2283517: Pull complete [2022-11-02T19:55:01.521Z] ---> Running in 348c4db71468 [2022-11-02T19:55:01.521Z] Removing intermediate container 8f71dae2c497 [2022-11-02T19:55:01.521Z] ---> 29b606446215 [2022-11-02T19:55:01.521Z] Step 5/23 : COPY go.mod vendor* ./ [2022-11-02T19:55:02.087Z] Removing intermediate container a628aa29d9d4 [2022-11-02T19:55:02.087Z] ---> 43f32a86805a [2022-11-02T19:55:02.087Z] [2022-11-02T19:55:02.087Z] Step 10/23 : FROM alpine:3.16 [2022-11-02T19:55:02.087Z] ---> 9c6f07244728 [2022-11-02T19:55:02.087Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-11-02T19:55:02.650Z] ---> fdfec60adff5 [2022-11-02T19:55:02.650Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:55:02.778Z] d5ac0230b979: Pull complete [2022-11-02T19:55:02.907Z] Removing intermediate container 348c4db71468 [2022-11-02T19:55:02.907Z] ---> 61f2b89cfd45 [2022-11-02T19:55:02.907Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:55:03.046Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-11-02T19:55:03.046Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-02T19:55:03.046Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:55:03.164Z] ---> Running in 8d952d79a95c [2022-11-02T19:55:03.432Z] + docker build -t ci-base-image-arm64 -f - . [2022-11-02T19:55:03.432Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-02T19:55:03.432Z] WORKDIR /edgex [2022-11-02T19:55:03.432Z] COPY go.mod . [2022-11-02T19:55:03.432Z] RUN go mod download [2022-11-02T19:55:03.730Z] ---> Running in 491acae54e53 [2022-11-02T19:55:03.730Z] ---> Running in 491455c67871 [2022-11-02T19:55:04.024Z] Sending build context to Docker daemon 3.267MB [2022-11-02T19:55:04.024Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-02T19:55:04.024Z] ---> 59b3b1a385d4 [2022-11-02T19:55:04.024Z] Step 2/4 : WORKDIR /edgex [2022-11-02T19:55:04.295Z] Removing intermediate container 491455c67871 [2022-11-02T19:55:04.295Z] ---> 4bf13db3a7f2 [2022-11-02T19:55:04.295Z] Step 20/22 : LABEL arch=x86_64 [2022-11-02T19:55:04.295Z] ---> Running in 59617288a71c [2022-11-02T19:55:04.596Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:04.596Z] Removing intermediate container 59617288a71c [2022-11-02T19:55:04.596Z] ---> 60e1faa1e793 [2022-11-02T19:55:04.596Z] Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:55:04.596Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:04.866Z] ---> Running in f2cdf9aeb65d [2022-11-02T19:55:04.866Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-11-02T19:55:04.866Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:55:04.866Z] OK: 6 MiB in 15 packages [2022-11-02T19:55:05.123Z] Removing intermediate container f2cdf9aeb65d [2022-11-02T19:55:05.124Z] ---> e0a3e0c9d6fc [2022-11-02T19:55:05.124Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T19:55:05.382Z] ---> Running in fea0ed8a5f3d [2022-11-02T19:55:05.639Z] Removing intermediate container 8d952d79a95c [2022-11-02T19:55:05.639Z] ---> 514f0dc141ee [2022-11-02T19:55:05.639Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:55:05.896Z] ---> Running in 6329a9d07afe [2022-11-02T19:55:05.975Z] ---> Running in 579d35a0e496 [2022-11-02T19:55:06.153Z] Removing intermediate container fea0ed8a5f3d [2022-11-02T19:55:06.153Z] ---> fb4c85b4a5f3 [2022-11-02T19:55:06.153Z] [2022-11-02T19:55:06.153Z] Successfully built fb4c85b4a5f3 [2022-11-02T19:55:06.153Z] Successfully tagged sys-mgmt-agent:latest [2022-11-02T19:55:06.153Z] Building security-proxy-setup [2022-11-02T19:55:06.243Z] Removing intermediate container 579d35a0e496 [2022-11-02T19:55:06.243Z] ---> 8be0aba9472b [2022-11-02T19:55:06.243Z] Step 3/4 : COPY go.mod . [2022-11-02T19:55:06.831Z] ---> 9ff79f30f62b [2022-11-02T19:55:06.831Z] Step 4/4 : RUN go mod download [2022-11-02T19:55:06.831Z] ---> Running in 2c0e42d6a208 [2022-11-02T19:55:07.523Z]  Building sys-mgmt-agent ... done Removing intermediate container 6329a9d07afe [2022-11-02T19:55:07.523Z] ---> c5827848b6f8 [2022-11-02T19:55:07.523Z] Step 13/23 : ENV APP_PORT=59882 [2022-11-02T19:55:10.857Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:55:10.857Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:55:10.857Z] ---> 1263115c3e07 [2022-11-02T19:55:10.857Z] Step 3/21 : WORKDIR /edgex-go [2022-11-02T19:55:10.857Z] ---> Using cache [2022-11-02T19:55:10.857Z] ---> f9754dfd5636 [2022-11-02T19:55:10.857Z] Step 4/21 : RUN apk add --update --no-cache make git [2022-11-02T19:55:10.857Z] ---> Using cache [2022-11-02T19:55:10.857Z] ---> 6aa2b749d3a9 [2022-11-02T19:55:10.857Z] Step 5/21 : COPY go.mod vendor* ./ [2022-11-02T19:55:10.857Z] ---> Using cache [2022-11-02T19:55:10.857Z] ---> 44041aa2c3a2 [2022-11-02T19:55:10.857Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:55:10.857Z] ---> Using cache [2022-11-02T19:55:10.857Z] ---> 4278208c7089 [2022-11-02T19:55:10.857Z] Step 7/21 : COPY . . [2022-11-02T19:55:10.857Z] ---> Using cache [2022-11-02T19:55:10.857Z] ---> 8511c4255e76 [2022-11-02T19:55:10.857Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-11-02T19:55:12.754Z] ---> Running in 9ae5336807c6 [2022-11-02T19:55:12.754Z] ---> Running in a872181ceb41 [2022-11-02T19:55:12.754Z] Removing intermediate container 9ae5336807c6 [2022-11-02T19:55:12.754Z] ---> f440024a4896 [2022-11-02T19:55:12.754Z] Step 14/23 : EXPOSE $APP_PORT [2022-11-02T19:55:12.754Z] ---> Running in 5d159bc241f3 [2022-11-02T19:55:12.754Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-11-02T19:55:13.013Z] Removing intermediate container 3fd319c09fd3 [2022-11-02T19:55:13.013Z] ---> a7932e0d5170 [2022-11-02T19:55:13.013Z] Step 8/22 : COPY . . [2022-11-02T19:55:13.579Z] Removing intermediate container 5d159bc241f3 [2022-11-02T19:55:13.579Z] ---> 56ca5c2a0470 [2022-11-02T19:55:13.579Z] Step 15/23 : WORKDIR / [2022-11-02T19:55:16.869Z] ---> Running in 53b4cb98ccfb [2022-11-02T19:55:18.245Z] Removing intermediate container 53b4cb98ccfb [2022-11-02T19:55:18.245Z] ---> 0a855c806a9c [2022-11-02T19:55:18.245Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:55:18.502Z] Removing intermediate container 491acae54e53 [2022-11-02T19:55:18.502Z] ---> 883629451260 [2022-11-02T19:55:18.502Z] Step 7/23 : COPY . . [2022-11-02T19:55:18.760Z] ---> e1df47d84a2e [2022-11-02T19:55:18.760Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-11-02T19:55:19.323Z] ---> 2c3588906c51 [2022-11-02T19:55:19.323Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-11-02T19:55:19.580Z] ---> Running in 048f930892b4 [2022-11-02T19:55:20.174Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-11-02T19:55:22.761Z] ---> 32e488a237e1 [2022-11-02T19:55:22.761Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-11-02T19:55:23.341Z] ---> b4182fecee7d [2022-11-02T19:55:23.341Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-11-02T19:55:23.341Z] ---> 2cd36e9e1463 [2022-11-02T19:55:23.341Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T19:55:23.605Z] ---> Running in e44cd6c8b723 [2022-11-02T19:55:23.605Z] Removing intermediate container a4cc16b36a8a [2022-11-02T19:55:23.605Z] ---> 4b78452ea861 [2022-11-02T19:55:23.605Z] [2022-11-02T19:55:23.605Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T19:55:23.605Z] ---> 9c6f07244728 [2022-11-02T19:55:23.605Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-11-02T19:55:23.605Z] ---> Using cache [2022-11-02T19:55:23.605Z] ---> 514f0dc141ee [2022-11-02T19:55:23.605Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:55:23.605Z] ---> Using cache [2022-11-02T19:55:23.605Z] ---> c5827848b6f8 [2022-11-02T19:55:23.605Z] Step 13/22 : ENV APP_PORT=59861 [2022-11-02T19:55:23.605Z] ---> Running in 0253202899af [2022-11-02T19:55:23.863Z] ---> Running in ae6bd90bc990 [2022-11-02T19:55:23.863Z] Removing intermediate container e44cd6c8b723 [2022-11-02T19:55:23.863Z] ---> a0d02fdc0694 [2022-11-02T19:55:23.863Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:55:23.863Z] Removing intermediate container 0253202899af [2022-11-02T19:55:23.863Z] ---> 38c8c3120181 [2022-11-02T19:55:23.863Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2022-11-02T19:55:24.122Z] ---> Running in 43f8899968c5 [2022-11-02T19:55:24.122Z] ---> Running in 82d0356ed4dc [2022-11-02T19:55:24.122Z] Removing intermediate container ae6bd90bc990 [2022-11-02T19:55:24.122Z] ---> be4d437cf2d7 [2022-11-02T19:55:24.122Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T19:55:24.380Z] Removing intermediate container 43f8899968c5 [2022-11-02T19:55:24.380Z] ---> e366b07cfe9b [2022-11-02T19:55:24.380Z] Step 21/23 : LABEL arch=x86_64 [2022-11-02T19:55:24.380Z] ---> Running in f9fa15e3ce27 [2022-11-02T19:55:24.380Z] ---> Running in ce3ff3a4610f [2022-11-02T19:55:24.380Z] Removing intermediate container 82d0356ed4dc [2022-11-02T19:55:24.380Z] ---> ce4414da67ce [2022-11-02T19:55:24.380Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T19:55:24.639Z] ---> Running in a189b4a711c6 [2022-11-02T19:55:24.639Z] Removing intermediate container f9fa15e3ce27 [2022-11-02T19:55:24.639Z] ---> 3316c5364e29 [2022-11-02T19:55:24.639Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:55:24.639Z] Removing intermediate container ce3ff3a4610f [2022-11-02T19:55:24.639Z] ---> e49965d3e02e [2022-11-02T19:55:24.639Z] Step 22/23 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:55:24.896Z] ---> Running in b91d28e628a6 [2022-11-02T19:55:25.157Z] ---> 1439e7f6b620 [2022-11-02T19:55:25.157Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-11-02T19:55:25.157Z] Removing intermediate container b91d28e628a6 [2022-11-02T19:55:25.157Z] ---> af3557d343de [2022-11-02T19:55:25.157Z] Step 23/23 : LABEL version=0.0.0 [2022-11-02T19:55:25.415Z] ---> Running in a380e881e155 [2022-11-02T19:55:25.980Z] Removing intermediate container a380e881e155 [2022-11-02T19:55:25.981Z] ---> 4672781491da [2022-11-02T19:55:25.981Z] [2022-11-02T19:55:25.981Z] Successfully built 4672781491da [2022-11-02T19:55:25.981Z] Removing intermediate container a189b4a711c6 [2022-11-02T19:55:25.981Z] ---> 72beecdf3e10 [2022-11-02T19:55:25.981Z] Step 11/23 : WORKDIR /edgex-go [2022-11-02T19:55:25.981Z] ---> 26b1ba435e09 [2022-11-02T19:55:25.981Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-11-02T19:55:25.981Z] Successfully tagged core-command:latest [2022-11-02T19:55:25.981Z] Building core-metadata [2022-11-02T19:55:26.238Z]  Building core-command ... done  ---> Running in 88ad98be189a [2022-11-02T19:55:27.612Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-11-02T19:55:28.578Z] ---> e35f83459852 [2022-11-02T19:55:28.578Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-11-02T19:55:28.836Z] Removing intermediate container 88ad98be189a [2022-11-02T19:55:28.836Z] ---> 63d413df3a35 [2022-11-02T19:55:28.836Z] [2022-11-02T19:55:28.836Z] Step 12/23 : FROM alpine:3.15 [2022-11-02T19:55:28.836Z] ---> c4fc93816858 [2022-11-02T19:55:28.836Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:55:28.836Z] ---> Using cache [2022-11-02T19:55:28.836Z] ---> 2a0571a0bca6 [2022-11-02T19:55:28.836Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-11-02T19:55:28.836Z] ---> Using cache [2022-11-02T19:55:28.836Z] ---> b7762fdffe4a [2022-11-02T19:55:28.836Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T19:55:28.836Z] ---> Running in 00e8e45a25a0 [2022-11-02T19:55:29.093Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:55:29.093Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:55:29.093Z] ---> 1263115c3e07 [2022-11-02T19:55:29.093Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-11-02T19:55:29.093Z] ---> Using cache [2022-11-02T19:55:29.093Z] ---> 734524c3358d [2022-11-02T19:55:29.093Z] Step 4/24 : WORKDIR /edgex-go [2022-11-02T19:55:29.093Z] ---> Using cache [2022-11-02T19:55:29.093Z] ---> a1cad2568967 [2022-11-02T19:55:29.093Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-11-02T19:55:29.093Z] ---> Using cache [2022-11-02T19:55:29.093Z] ---> fa7aa101b0cd [2022-11-02T19:55:29.093Z] Step 6/24 : COPY go.mod vendor* ./ [2022-11-02T19:55:29.093Z] ---> Using cache [2022-11-02T19:55:29.093Z] ---> e596c669f99b [2022-11-02T19:55:29.093Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:55:29.093Z] ---> Using cache [2022-11-02T19:55:29.093Z] ---> 9a996231c091 [2022-11-02T19:55:29.093Z] Step 8/24 : COPY . . [2022-11-02T19:55:29.093Z] ---> Using cache [2022-11-02T19:55:29.093Z] ---> 96763949b993 [2022-11-02T19:55:29.093Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-11-02T19:55:29.657Z] Removing intermediate container 00e8e45a25a0 [2022-11-02T19:55:29.657Z] ---> 0776858f9e3e [2022-11-02T19:55:29.657Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:55:30.262Z] ---> Running in fe2902a70ec1 [2022-11-02T19:55:30.262Z] ---> Running in 0494db03b3fc [2022-11-02T19:55:30.893Z] Removing intermediate container 0494db03b3fc [2022-11-02T19:55:30.893Z] ---> e1014696f9b9 [2022-11-02T19:55:30.893Z] Step 20/22 : LABEL arch=x86_64 [2022-11-02T19:55:30.893Z] ---> 71839677092d [2022-11-02T19:55:30.893Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T19:55:30.893Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-11-02T19:55:30.893Z] ---> Running in 99dcf4248b1f [2022-11-02T19:55:31.150Z] ---> 7ea3fd6e6d68 [2022-11-02T19:55:31.150Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-11-02T19:55:31.150Z] Removing intermediate container 99dcf4248b1f [2022-11-02T19:55:31.150Z] ---> 6aa28b1c7e29 [2022-11-02T19:55:31.150Z] Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:55:31.737Z] ---> Running in d64a2af5d484 [2022-11-02T19:55:31.737Z] ---> 92a10eeca6f4 [2022-11-02T19:55:31.737Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-11-02T19:55:31.737Z] Removing intermediate container d64a2af5d484 [2022-11-02T19:55:31.737Z] ---> 5084bec8d671 [2022-11-02T19:55:31.737Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T19:55:31.996Z] ---> Running in 0f134f25e893 [2022-11-02T19:55:32.558Z] ---> 43e19cc54827 [2022-11-02T19:55:32.558Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T19:55:32.817Z] Removing intermediate container 0f134f25e893 [2022-11-02T19:55:32.817Z] ---> bf7666ec8e90 [2022-11-02T19:55:32.817Z] [2022-11-02T19:55:32.817Z] ---> Running in 0e1d6762f669 [2022-11-02T19:55:33.074Z] Successfully built bf7666ec8e90 [2022-11-02T19:55:33.074Z] Successfully tagged support-scheduler:latest [2022-11-02T19:55:33.074Z]  Building support-scheduler ... done Building security-spire-config [2022-11-02T19:55:33.074Z] Removing intermediate container a872181ceb41 [2022-11-02T19:55:33.074Z] ---> 3890bc0772af [2022-11-02T19:55:33.074Z] [2022-11-02T19:55:33.074Z] Step 9/21 : FROM alpine:3.16 [2022-11-02T19:55:33.074Z] ---> 9c6f07244728 [2022-11-02T19:55:33.074Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2022-11-02T19:55:33.074Z] Removing intermediate container 0e1d6762f669 [2022-11-02T19:55:33.074Z] ---> 9cb174ada09a [2022-11-02T19:55:33.074Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T19:55:33.074Z] ---> Running in e0a083993f49 [2022-11-02T19:55:34.444Z] ---> Running in 44c7ac9327fa [2022-11-02T19:55:35.377Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:35.377Z] Removing intermediate container 44c7ac9327fa [2022-11-02T19:55:35.377Z] ---> f924175d81b2 [2022-11-02T19:55:35.377Z] Step 21/23 : LABEL arch=x86_64 [2022-11-02T19:55:35.377Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:35.650Z] (1/6) Installing ca-certificates (20220614-r0) [2022-11-02T19:55:35.650Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-11-02T19:55:35.650Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-11-02T19:55:35.650Z] (4/6) Installing libcurl (7.83.1-r4) [2022-11-02T19:55:35.909Z] (5/6) Installing curl (7.83.1-r4) [2022-11-02T19:55:35.909Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-11-02T19:55:35.909Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:55:35.909Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:55:35.909Z] OK: 8 MiB in 20 packages [2022-11-02T19:55:35.909Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:55:35.909Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:55:35.909Z] ---> 1263115c3e07 [2022-11-02T19:55:35.909Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T19:55:35.909Z] ---> Using cache [2022-11-02T19:55:35.909Z] ---> f9754dfd5636 [2022-11-02T19:55:35.909Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T19:55:35.909Z] ---> Using cache [2022-11-02T19:55:35.909Z] ---> 29b606446215 [2022-11-02T19:55:35.909Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T19:55:35.909Z] ---> Using cache [2022-11-02T19:55:35.909Z] ---> fdfec60adff5 [2022-11-02T19:55:35.909Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:55:35.909Z] ---> Using cache [2022-11-02T19:55:35.909Z] ---> 883629451260 [2022-11-02T19:55:35.909Z] Step 7/24 : COPY . . [2022-11-02T19:55:35.909Z] ---> Using cache [2022-11-02T19:55:35.909Z] ---> 2cd36e9e1463 [2022-11-02T19:55:35.909Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T19:55:35.909Z] ---> Using cache [2022-11-02T19:55:35.909Z] ---> 38c8c3120181 [2022-11-02T19:55:35.909Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-11-02T19:55:35.909Z] ---> Using cache [2022-11-02T19:55:35.909Z] ---> ce4414da67ce [2022-11-02T19:55:35.909Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T19:55:36.167Z] ---> Running in 1004e92fd4c1 [2022-11-02T19:55:36.167Z] ---> Running in 41c2b36d116f [2022-11-02T19:55:36.439Z] Removing intermediate container 1004e92fd4c1 [2022-11-02T19:55:36.439Z] ---> d5fc78bb366c [2022-11-02T19:55:36.439Z] Step 22/23 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:55:36.752Z] ---> Running in c90bef951356 [2022-11-02T19:55:37.011Z] Removing intermediate container c90bef951356 [2022-11-02T19:55:37.011Z] ---> e2fba7b8013b [2022-11-02T19:55:37.011Z] Step 23/23 : LABEL version=0.0.0 [2022-11-02T19:55:37.270Z] Removing intermediate container e0a083993f49 [2022-11-02T19:55:37.270Z] ---> f81e687a3d32 [2022-11-02T19:55:37.270Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-11-02T19:55:37.270Z] ---> Running in 1bc269ef32f8 [2022-11-02T19:55:37.528Z] ---> Running in fb3e11efcaca [2022-11-02T19:55:37.807Z] Removing intermediate container 1bc269ef32f8 [2022-11-02T19:55:37.807Z] ---> ee4f5edaa374 [2022-11-02T19:55:37.807Z] [2022-11-02T19:55:37.807Z] Removing intermediate container fb3e11efcaca [2022-11-02T19:55:37.807Z] ---> 908aaed4187e [2022-11-02T19:55:37.807Z] Step 12/21 : WORKDIR /edgex [2022-11-02T19:55:37.807Z] Successfully built ee4f5edaa374 [2022-11-02T19:55:37.807Z] Successfully tagged security-spire-server:latest [2022-11-02T19:55:37.807Z]  Building security-spire-server ... done Building security-spiffe-token-provider [2022-11-02T19:55:38.065Z] ---> Running in 919c45c044c4 [2022-11-02T19:55:38.631Z] Removing intermediate container 41c2b36d116f [2022-11-02T19:55:38.631Z] ---> a54be7403469 [2022-11-02T19:55:38.631Z] Step 11/24 : WORKDIR /edgex-go [2022-11-02T19:55:41.926Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T19:55:41.926Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2022-11-02T19:55:41.926Z] ---> 1263115c3e07 [2022-11-02T19:55:41.926Z] Step 3/19 : WORKDIR /edgex-go [2022-11-02T19:55:41.926Z] ---> Using cache [2022-11-02T19:55:41.926Z] ---> f9754dfd5636 [2022-11-02T19:55:41.926Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2022-11-02T19:55:41.926Z] ---> Running in 4e4a1be0b34b [2022-11-02T19:55:41.926Z] Removing intermediate container 919c45c044c4 [2022-11-02T19:55:41.926Z] ---> 5ab5e7500993 [2022-11-02T19:55:41.926Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-11-02T19:55:41.926Z] ---> Running in ff6691b213a1 [2022-11-02T19:55:42.184Z] Removing intermediate container 4e4a1be0b34b [2022-11-02T19:55:42.184Z] ---> 0228e5120b56 [2022-11-02T19:55:42.184Z] [2022-11-02T19:55:42.184Z] Step 12/24 : FROM alpine:3.15 [2022-11-02T19:55:42.184Z] ---> c4fc93816858 [2022-11-02T19:55:42.184Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:55:42.184Z] ---> Using cache [2022-11-02T19:55:42.184Z] ---> 2a0571a0bca6 [2022-11-02T19:55:42.184Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-11-02T19:55:42.184Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:42.184Z] ---> f292e10c0bbb [2022-11-02T19:55:42.184Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-11-02T19:55:42.184Z] ---> Running in c8c6fa0ba8a4 [2022-11-02T19:55:42.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:42.702Z] v3.16.2-395-gf03de7b4c4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-11-02T19:55:42.702Z] v3.16.2-396-gbc0b261908 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-11-02T19:55:42.702Z] OK: 17043 distinct packages available [2022-11-02T19:55:42.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:42.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:42.960Z] OK: 211 MiB in 51 packages [2022-11-02T19:55:42.960Z] ---> b6eb59a10060 [2022-11-02T19:55:42.960Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-11-02T19:55:43.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:43.474Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:43.474Z] ---> 73bdbbe7e2a1 [2022-11-02T19:55:43.474Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-11-02T19:55:43.474Z] Removing intermediate container ff6691b213a1 [2022-11-02T19:55:43.474Z] ---> 5824d71893cf [2022-11-02T19:55:43.474Z] Step 5/19 : COPY go.mod vendor* ./ [2022-11-02T19:55:43.732Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T19:55:43.732Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T19:55:43.732Z] OK: 15859 distinct packages available [2022-11-02T19:55:43.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:43.732Z] ---> dc7035d11de6 [2022-11-02T19:55:43.732Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-11-02T19:55:43.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:43.732Z] ---> Running in ca9646b52c77 [2022-11-02T19:55:43.990Z] ---> 48071424f221 [2022-11-02T19:55:43.990Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T19:55:43.990Z] ---> Running in 5cdb00b6f741 [2022-11-02T19:55:43.990Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-11-02T19:55:43.990Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-11-02T19:55:43.990Z] (3/4) Installing libucontext (1.1-r0) [2022-11-02T19:55:43.990Z] (4/4) Installing gcompat (1.0.0-r4) [2022-11-02T19:55:43.990Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T19:55:43.990Z] OK: 6 MiB in 18 packages [2022-11-02T19:55:45.367Z] Removing intermediate container c8c6fa0ba8a4 [2022-11-02T19:55:45.367Z] ---> 0c6fc8fb1bc2 [2022-11-02T19:55:45.367Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T19:55:45.367Z] Removing intermediate container ca9646b52c77 [2022-11-02T19:55:45.367Z] ---> e19387e207f9 [2022-11-02T19:55:45.367Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2022-11-02T19:55:45.626Z] ---> Running in 13ddfd553bb6 [2022-11-02T19:55:45.814Z] Removing intermediate container 2c0e42d6a208 [2022-11-02T19:55:45.814Z] ---> df4aa1287f49 [2022-11-02T19:55:45.814Z] Successfully built df4aa1287f49 [2022-11-02T19:55:45.814Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:55:46.195Z] Removing intermediate container 13ddfd553bb6 [2022-11-02T19:55:46.195Z] ---> 052af84fc31e [2022-11-02T19:55:46.195Z] Step 19/21 : LABEL arch=x86_64 [2022-11-02T19:55:46.211Z] + docker inspect -f . ci-base-image-arm64 [2022-11-02T19:55:46.211Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:55:46.537Z] prd-ubuntu20.04-docker-arm64-4c-16g-117929 does not seem to be running inside a container [2022-11-02T19:55:46.609Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-11-02T19:55:47.932Z] $ docker top 8269845de2d46efbb6820d87516874c2fd4ef2b6fcb76bf33a93fd304e14c315 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T19:55:48.730Z] ---> Running in ea187cd3f83c [2022-11-02T19:55:48.730Z] ---> 8d8ccf37ed14 [2022-11-02T19:55:48.730Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T19:55:48.845Z] + go version [2022-11-02T19:55:48.845Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-11-02T19:55:48.881Z] $ docker stop --time=1 8269845de2d46efbb6820d87516874c2fd4ef2b6fcb76bf33a93fd304e14c315 [2022-11-02T19:55:48.988Z] Removing intermediate container ea187cd3f83c [2022-11-02T19:55:48.988Z] ---> e5f04f06d055 [2022-11-02T19:55:48.989Z] Step 20/21 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:55:49.248Z] ---> Running in 6444f3918b90 [2022-11-02T19:55:49.248Z] ---> b201405d2e03 [2022-11-02T19:55:49.248Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-11-02T19:55:49.248Z] Removing intermediate container 048f930892b4 [2022-11-02T19:55:49.249Z] ---> e3b2fc2d9d5d [2022-11-02T19:55:49.249Z] [2022-11-02T19:55:49.249Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T19:55:49.249Z] ---> 9c6f07244728 [2022-11-02T19:55:49.249Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-11-02T19:55:49.819Z] ---> Running in 21a81c5a2d45 [2022-11-02T19:55:49.819Z] Removing intermediate container 6444f3918b90 [2022-11-02T19:55:49.819Z] ---> f79dda4d830b [2022-11-02T19:55:49.819Z] Step 21/21 : LABEL version=0.0.0 [2022-11-02T19:55:49.819Z] ---> Running in e5f789ff5d91 [2022-11-02T19:55:50.111Z] ---> Running in fa413cf8d13e [2022-11-02T19:55:50.111Z] Removing intermediate container 21a81c5a2d45 [2022-11-02T19:55:50.111Z] ---> aefb05f032fb [2022-11-02T19:55:50.111Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-11-02T19:55:50.373Z] Removing intermediate container fa413cf8d13e [2022-11-02T19:55:50.373Z] ---> 9771d4c1b479 [2022-11-02T19:55:50.373Z] [2022-11-02T19:55:50.373Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:50.373Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:55:50.373Z] Successfully built 9771d4c1b479 [2022-11-02T19:55:50.542Z] $ docker rm -f 8269845de2d46efbb6820d87516874c2fd4ef2b6fcb76bf33a93fd304e14c315 [2022-11-02T19:55:50.631Z] Successfully tagged security-proxy-setup:latest [2022-11-02T19:55:50.631Z]  Building security-proxy-setup ... done (1/2) Installing ca-certificates (20220614-r0) [2022-11-02T19:55:50.631Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-11-02T19:55:50.631Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T19:55:50.631Z] Executing ca-certificates-20220614-r0.trigger [Pipeline] // withDockerContainer [Pipeline] } [2022-11-02T19:55:50.889Z] OK: 6 MiB in 16 packages [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2022-11-02T19:55:51.147Z] ---> 09cc4030699a [2022-11-02T19:55:51.147Z] Step 19/24 : WORKDIR / [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T19:55:51.433Z] ---> Running in dec6e9caa4dd [2022-11-02T19:55:51.433Z] Removing intermediate container fe2902a70ec1 [2022-11-02T19:55:51.433Z] ---> d9e353a67b02 [2022-11-02T19:55:51.433Z] [2022-11-02T19:55:51.433Z] Step 10/24 : FROM alpine:3.16 [2022-11-02T19:55:51.433Z] ---> 9c6f07244728 [2022-11-02T19:55:51.433Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-11-02T19:55:51.433Z] ---> Using cache [2022-11-02T19:55:51.433Z] ---> 514f0dc141ee [2022-11-02T19:55:51.433Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:55:51.433Z] ---> Using cache [2022-11-02T19:55:51.433Z] ---> c5827848b6f8 [2022-11-02T19:55:51.433Z] Step 13/24 : ENV APP_PORT=59881 [2022-11-02T19:55:51.557Z] + docker inspect -f . ci-base-image-arm64 [2022-11-02T19:55:51.557Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T19:55:51.690Z] ---> Running in fac8253a6fe6 [2022-11-02T19:55:51.690Z] Removing intermediate container dec6e9caa4dd [2022-11-02T19:55:51.690Z] ---> 9eb26016af77 [2022-11-02T19:55:51.690Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T19:55:51.820Z] prd-ubuntu20.04-docker-arm64-4c-16g-117929 does not seem to be running inside a container [2022-11-02T19:55:51.897Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-11-02T19:55:51.950Z] Removing intermediate container e5f789ff5d91 [2022-11-02T19:55:51.950Z] ---> 4f975ad2173f [2022-11-02T19:55:51.950Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T19:55:51.950Z] ---> Running in 396844a4cb2c [2022-11-02T19:55:51.950Z] Removing intermediate container fac8253a6fe6 [2022-11-02T19:55:51.950Z] ---> 9cbb8c95c1ab [2022-11-02T19:55:51.950Z] Step 14/24 : EXPOSE $APP_PORT [2022-11-02T19:55:52.209Z] ---> Running in d5838c962301 [2022-11-02T19:55:52.209Z] ---> Running in 4a29ae32a6dc [2022-11-02T19:55:52.209Z] Removing intermediate container 396844a4cb2c [2022-11-02T19:55:52.209Z] ---> d86c5e1108d4 [2022-11-02T19:55:52.209Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T19:55:52.209Z] Removing intermediate container d5838c962301 [2022-11-02T19:55:52.209Z] ---> 667299c6b096 [2022-11-02T19:55:52.209Z] Step 13/22 : ENV APP_PORT=59860 [2022-11-02T19:55:52.472Z] ---> Running in 0a4d43144bf7 [2022-11-02T19:55:52.472Z] Removing intermediate container 4a29ae32a6dc [2022-11-02T19:55:52.472Z] ---> 1297025b061b [2022-11-02T19:55:52.472Z] Step 15/24 : WORKDIR / [2022-11-02T19:55:52.472Z] ---> Running in 16cf225106b3 [2022-11-02T19:55:52.472Z] ---> Running in 6ac23fc8163c [2022-11-02T19:55:52.472Z] Removing intermediate container 0a4d43144bf7 [2022-11-02T19:55:52.472Z] ---> d620a0e6fb9a [2022-11-02T19:55:52.472Z] Step 22/24 : LABEL arch=x86_64 [2022-11-02T19:55:52.472Z] Removing intermediate container 16cf225106b3 [2022-11-02T19:55:52.472Z] ---> 486c40693ab2 [2022-11-02T19:55:52.472Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T19:55:52.730Z] ---> Running in ecbe429f0304 [2022-11-02T19:55:52.730Z] Removing intermediate container 6ac23fc8163c [2022-11-02T19:55:52.730Z] ---> 12de39c13f06 [2022-11-02T19:55:52.730Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:55:52.730Z] ---> Running in fc821df6c3a6 [2022-11-02T19:55:52.992Z] Removing intermediate container ecbe429f0304 [2022-11-02T19:55:52.992Z] ---> 29a2b4d12769 [2022-11-02T19:55:52.992Z] Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:55:52.992Z] Removing intermediate container fc821df6c3a6 [2022-11-02T19:55:52.992Z] ---> dae3b973dc70 [2022-11-02T19:55:52.992Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:55:52.992Z] ---> Running in 9368f55b170f [2022-11-02T19:55:52.992Z] ---> f2d15a4d0dd5 [2022-11-02T19:55:52.992Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-11-02T19:55:53.129Z] $ docker top 2f8a9b22368ff1777cfe56b42228d0d0c46c3249a706002f2057586e3ab4c8a0 -eo pid,comm [2022-11-02T19:55:53.249Z] Removing intermediate container 9368f55b170f [2022-11-02T19:55:53.249Z] ---> 89c847dcb783 [2022-11-02T19:55:53.249Z] Step 24/24 : LABEL version=0.0.0 [Pipeline] { [2022-11-02T19:55:53.506Z] ---> 3c3f53f09b46 [2022-11-02T19:55:53.506Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-11-02T19:55:53.506Z] ---> Running in e9a5fbe38a64 [Pipeline] echo [2022-11-02T19:55:53.517Z] ========================================================= [2022-11-02T19:55:53.517Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-11-02T19:55:53.517Z] ========================================================= [Pipeline] sh [2022-11-02T19:55:53.765Z] ---> 7d897bd8f8f5 [2022-11-02T19:55:53.765Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-11-02T19:55:53.765Z] Removing intermediate container e9a5fbe38a64 [2022-11-02T19:55:53.765Z] ---> 148754dd4099 [2022-11-02T19:55:53.765Z] [2022-11-02T19:55:54.024Z] Successfully built 148754dd4099 [2022-11-02T19:55:54.024Z] Successfully tagged security-spire-config:latest [2022-11-02T19:55:54.024Z]  Building security-spire-config ... done  ---> 1e4d3b3b19d5 [2022-11-02T19:55:54.024Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-11-02T19:55:54.169Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-11-02T19:55:54.282Z] ---> ca63ca681b99 [2022-11-02T19:55:54.282Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-11-02T19:55:54.282Z] ---> bfaf7ff4188f [2022-11-02T19:55:54.282Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-11-02T19:55:54.540Z] ---> dd674297ea4d [2022-11-02T19:55:54.540Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-11-02T19:55:54.540Z] ---> Running in 9fa2bf90ef96 [2022-11-02T19:55:54.540Z] ---> Running in edb50dee2a5f [2022-11-02T19:55:54.798Z] Removing intermediate container 9fa2bf90ef96 [2022-11-02T19:55:54.798Z] ---> 36f1b0746eee [2022-11-02T19:55:54.798Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:55:54.798Z] Removing intermediate container edb50dee2a5f [2022-11-02T19:55:54.798Z] ---> cbece9a4a07b [2022-11-02T19:55:54.798Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:55:54.892Z] + make test [2022-11-02T19:55:54.892Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-11-02T19:55:55.059Z] ---> Running in 32fc8f6c73d1 [2022-11-02T19:55:55.059Z] ---> Running in 954ccc588638 [2022-11-02T19:55:55.059Z] Removing intermediate container 32fc8f6c73d1 [2022-11-02T19:55:55.059Z] ---> f33f6fdc60dc [2022-11-02T19:55:55.059Z] Step 22/24 : LABEL arch=x86_64 [2022-11-02T19:55:55.318Z] ---> Running in a75d564ecd1c [2022-11-02T19:55:55.318Z] Removing intermediate container 954ccc588638 [2022-11-02T19:55:55.318Z] ---> 715ba059c277 [2022-11-02T19:55:55.318Z] Step 20/22 : LABEL arch=x86_64 [2022-11-02T19:55:55.318Z] ---> Running in f6bf72e5eae7 [2022-11-02T19:55:55.318Z] Removing intermediate container a75d564ecd1c [2022-11-02T19:55:55.318Z] ---> e008a6c59587 [2022-11-02T19:55:55.318Z] Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:55:55.318Z] ---> Running in 88c2af576116 [2022-11-02T19:55:55.594Z] Removing intermediate container f6bf72e5eae7 [2022-11-02T19:55:55.594Z] ---> b8f1fe90df1d [2022-11-02T19:55:55.594Z] Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:55:55.594Z] ---> Running in 88fa95c073c3 [2022-11-02T19:55:55.594Z] Removing intermediate container 88c2af576116 [2022-11-02T19:55:55.594Z] ---> 4438950a0d2f [2022-11-02T19:55:55.594Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T19:55:55.594Z] ---> Running in e2fee17bea13 [2022-11-02T19:55:55.875Z] Removing intermediate container 88fa95c073c3 [2022-11-02T19:55:55.875Z] ---> 485c39a74952 [2022-11-02T19:55:55.875Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T19:55:55.875Z] ---> Running in 9abdbd76db03 [2022-11-02T19:55:55.875Z] Removing intermediate container e2fee17bea13 [2022-11-02T19:55:55.875Z] ---> 685c25ddf919 [2022-11-02T19:55:55.875Z] [2022-11-02T19:55:55.875Z] Successfully built 685c25ddf919 [2022-11-02T19:55:55.875Z] Successfully tagged core-metadata:latest [2022-11-02T19:55:56.134Z]  Building core-metadata ... done Removing intermediate container 9abdbd76db03 [2022-11-02T19:55:56.134Z] ---> 0e804a12da39 [2022-11-02T19:55:56.134Z] [2022-11-02T19:55:56.134Z] Removing intermediate container 5cdb00b6f741 [2022-11-02T19:55:56.134Z] ---> a36ece655c24 [2022-11-02T19:55:56.134Z] Step 7/19 : COPY . . [2022-11-02T19:55:56.134Z] Successfully built 0e804a12da39 [2022-11-02T19:55:56.134Z] Successfully tagged support-notifications:latest [2022-11-02T19:56:01.398Z]  Building support-notifications ... done  ---> a1ec9f6ed6de [2022-11-02T19:56:01.398Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-11-02T19:56:01.398Z] ---> Running in a3af30ee6438 [2022-11-02T19:56:01.398Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-11-02T19:56:19.465Z] Removing intermediate container a3af30ee6438 [2022-11-02T19:56:19.465Z] ---> 1a508d23d2d8 [2022-11-02T19:56:19.465Z] [2022-11-02T19:56:19.465Z] Step 9/19 : FROM alpine:3.15 [2022-11-02T19:56:19.465Z] ---> c4fc93816858 [2022-11-02T19:56:19.465Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T19:56:19.465Z] ---> Using cache [2022-11-02T19:56:19.465Z] ---> 2a0571a0bca6 [2022-11-02T19:56:19.465Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-11-02T19:56:19.465Z] ---> Running in 2328b95f6b90 [2022-11-02T19:56:19.465Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:56:19.465Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:56:19.465Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T19:56:19.465Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T19:56:19.465Z] OK: 15859 distinct packages available [2022-11-02T19:56:19.465Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-11-02T19:56:19.465Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-11-02T19:56:19.465Z] (1/9) Installing ca-certificates (20220614-r0) [2022-11-02T19:56:19.465Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-11-02T19:56:19.465Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-11-02T19:56:19.465Z] (4/9) Installing libcurl (7.80.0-r4) [2022-11-02T19:56:19.465Z] (5/9) Installing curl (7.80.0-r4) [2022-11-02T19:56:19.465Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-11-02T19:56:19.465Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-11-02T19:56:19.465Z] (8/9) Installing libucontext (1.1-r0) [2022-11-02T19:56:19.465Z] (9/9) Installing gcompat (1.0.0-r4) [2022-11-02T19:56:19.465Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T19:56:19.465Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T19:56:19.465Z] OK: 8 MiB in 23 packages [2022-11-02T19:56:19.465Z] Removing intermediate container 2328b95f6b90 [2022-11-02T19:56:19.465Z] ---> 4a2a6ecd17e0 [2022-11-02T19:56:19.465Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T19:56:19.465Z] ---> 5f538eb7807a [2022-11-02T19:56:19.465Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-11-02T19:56:20.036Z] ---> f7b41e40b778 [2022-11-02T19:56:20.036Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-11-02T19:56:20.036Z] ---> 3dda8e07aac0 [2022-11-02T19:56:20.036Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-11-02T19:56:20.036Z] ---> Running in 088c189f726d [2022-11-02T19:56:20.300Z] Removing intermediate container 088c189f726d [2022-11-02T19:56:20.300Z] ---> 60b5b33f7444 [2022-11-02T19:56:20.300Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T19:56:20.300Z] ---> Running in ebacb6100f14 [2022-11-02T19:56:20.300Z] Removing intermediate container ebacb6100f14 [2022-11-02T19:56:20.300Z] ---> 74d65f6d5ce0 [2022-11-02T19:56:20.300Z] Step 17/19 : LABEL arch=x86_64 [2022-11-02T19:56:20.300Z] ---> Running in 83e27ec5379d [2022-11-02T19:56:20.566Z] Removing intermediate container 83e27ec5379d [2022-11-02T19:56:20.566Z] ---> 12381e6fc9ae [2022-11-02T19:56:20.566Z] Step 18/19 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T19:56:20.566Z] ---> Running in 47ad8a83e45c [2022-11-02T19:56:20.566Z] Removing intermediate container 47ad8a83e45c [2022-11-02T19:56:20.566Z] ---> 9e66225caab5 [2022-11-02T19:56:20.566Z] Step 19/19 : LABEL version=0.0.0 [2022-11-02T19:56:20.566Z] ---> Running in 6ee81d4d55ac [2022-11-02T19:56:20.825Z] Removing intermediate container 6ee81d4d55ac [2022-11-02T19:56:20.825Z] ---> da251e050d00 [2022-11-02T19:56:20.825Z] [2022-11-02T19:56:20.825Z] Successfully built da251e050d00 [2022-11-02T19:56:20.825Z] Successfully tagged security-spiffe-token-provider:latest [2022-11-02T19:56:20.831Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2022-11-02T19:56:20.862Z] $ docker stop --time=1 0d392c463190969d5e11d4f42f8d240597ecf58edef48130b6891d769a849429 [2022-11-02T19:56:22.155Z] $ docker rm -f 0d392c463190969d5e11d4f42f8d240597ecf58edef48130b6891d769a849429 [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-02T19:56:22.549Z] + docker images [2022-11-02T19:56:22.549Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-11-02T19:56:22.549Z] security-spiffe-token-provider latest da251e050d00 2 seconds ago 29.7MB [2022-11-02T19:56:22.549Z] 1a508d23d2d8 6 seconds ago 1.64GB [2022-11-02T19:56:22.549Z] core-metadata latest 685c25ddf919 27 seconds ago 18.5MB [2022-11-02T19:56:22.549Z] support-notifications latest 0e804a12da39 27 seconds ago 30.4MB [2022-11-02T19:56:22.549Z] security-spire-config latest 148754dd4099 29 seconds ago 85.8MB [2022-11-02T19:56:22.549Z] d9e353a67b02 31 seconds ago 1.61GB [2022-11-02T19:56:22.549Z] security-proxy-setup latest 9771d4c1b479 33 seconds ago 27.6MB [2022-11-02T19:56:22.549Z] e3b2fc2d9d5d 34 seconds ago 1.67GB [2022-11-02T19:56:22.549Z] 0228e5120b56 41 seconds ago 1.48GB [2022-11-02T19:56:22.549Z] security-spire-server latest ee4f5edaa374 45 seconds ago 86.5MB [2022-11-02T19:56:22.549Z] 3890bc0772af 50 seconds ago 1.6GB [2022-11-02T19:56:22.549Z] support-scheduler latest bf7666ec8e90 50 seconds ago 29.8MB [2022-11-02T19:56:22.549Z] 63d413df3a35 55 seconds ago 1.48GB [2022-11-02T19:56:22.549Z] core-command latest 4672781491da 57 seconds ago 17.6MB [2022-11-02T19:56:22.549Z] 4b78452ea861 About a minute ago 1.67GB [2022-11-02T19:56:22.549Z] sys-mgmt-agent latest fb4c85b4a5f3 About a minute ago 136MB [2022-11-02T19:56:22.549Z] 43f32a86805a About a minute ago 1.61GB [2022-11-02T19:56:22.549Z] security-bootstrapper latest 226331a4ebbf About a minute ago 20.2MB [2022-11-02T19:56:22.549Z] security-secretstore-setup latest cd7bc8a04798 About a minute ago 29.7MB [2022-11-02T19:56:22.549Z] core-data latest 0bc6156a6fa8 About a minute ago 21.7MB [2022-11-02T19:56:22.549Z] 7820cedd3778 About a minute ago 1.62GB [2022-11-02T19:56:22.549Z] 9919ac6508b4 About a minute ago 1.59GB [2022-11-02T19:56:22.549Z] d8405903d3a7 About a minute ago 1.6GB [2022-11-02T19:56:22.549Z] 9a4aa1a5f8d2 About a minute ago 1.6GB [2022-11-02T19:56:22.549Z] security-spire-agent latest c7a0b8bafe81 2 minutes ago 125MB [2022-11-02T19:56:22.549Z] 47100f6a3830 2 minutes ago 1.48GB [2022-11-02T19:56:22.549Z] ci-base-image-x86_64 latest 1263115c3e07 5 minutes ago 941MB [2022-11-02T19:56:22.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 3 weeks ago 677MB [2022-11-02T19:56:22.549Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-11-02T19:56:22.549Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-11-02T19:56:22.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-11-02T19:56:22.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-11-02T19:56:33.810Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-11-02T19:58:55.528Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-11-02T19:58:55.528Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-11-02T19:58:55.528Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-11-02T19:58:55.528Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-11-02T19:58:59.815Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-11-02T19:59:01.232Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-11-02T19:59:01.232Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-11-02T19:59:01.232Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-11-02T19:59:01.232Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-11-02T19:59:07.892Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-11-02T19:59:07.893Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-11-02T19:59:07.893Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-11-02T19:59:07.893Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-11-02T19:59:07.893Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-11-02T19:59:07.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-11-02T19:59:26.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.268s coverage: 28.7% of statements [2022-11-02T19:59:26.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-11-02T19:59:26.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-11-02T19:59:31.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.697s coverage: 98.5% of statements [2022-11-02T19:59:35.813Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.521s coverage: 43.0% of statements [2022-11-02T19:59:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-11-02T19:59:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-11-02T19:59:35.813Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.465s coverage: 54.2% of statements [2022-11-02T19:59:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-11-02T19:59:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-11-02T19:59:57.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.679s coverage: 89.2% of statements [2022-11-02T19:59:57.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-11-02T19:59:57.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-11-02T19:59:57.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:59:57.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-11-02T19:59:57.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-11-02T19:59:57.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.509s coverage: 2.2% of statements [2022-11-02T19:59:57.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-11-02T19:59:57.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-11-02T19:59:58.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.739s coverage: 95.6% of statements [2022-11-02T19:59:58.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-11-02T19:59:58.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-11-02T19:59:58.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-11-02T19:59:58.936Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.344s coverage: 72.2% of statements [2022-11-02T19:59:58.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-11-02T19:59:58.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-11-02T19:59:58.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-11-02T19:59:58.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-11-02T19:59:58.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-11-02T19:59:58.936Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.454s coverage: 60.0% of statements [2022-11-02T19:59:58.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-11-02T19:59:58.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-11-02T19:59:58.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-11-02T19:59:58.936Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.765s coverage: 0.9% of statements [2022-11-02T19:59:58.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-11-02T20:00:00.350Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.289s coverage: 58.8% of statements [2022-11-02T20:00:00.350Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.310s coverage: 29.6% of statements [2022-11-02T20:00:00.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-11-02T20:00:05.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.333s coverage: 47.1% of statements [2022-11-02T20:00:05.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.332s coverage: 79.5% of statements [2022-11-02T20:00:05.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.253s coverage: 94.1% of statements [2022-11-02T20:00:05.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.272s coverage: 96.3% of statements [2022-11-02T20:00:09.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.259s coverage: 87.5% of statements [2022-11-02T20:00:17.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.406s coverage: 94.4% of statements [2022-11-02T20:00:17.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.230s coverage: 44.8% of statements [2022-11-02T20:00:29.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.841s coverage: 79.9% of statements [2022-11-02T20:00:29.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-11-02T20:00:32.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.367s coverage: 92.9% of statements [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-11-02T20:00:32.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.079s coverage: 65.1% of statements [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-11-02T20:00:32.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.345s coverage: 86.9% of statements [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-11-02T20:00:32.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.245s coverage: 87.2% of statements [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-11-02T20:00:32.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.188s coverage: 100.0% of statements [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-11-02T20:00:32.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.316s coverage: 58.8% of statements [2022-11-02T20:00:32.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-11-02T20:00:32.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.328s coverage: 80.0% of statements [2022-11-02T20:00:32.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.326s coverage: 87.2% of statements [2022-11-02T20:00:33.650Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.400s coverage: 85.4% of statements [2022-11-02T20:00:37.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.093s coverage: 91.2% of statements [2022-11-02T20:00:37.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-11-02T20:00:43.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.014s coverage: 64.7% of statements [2022-11-02T20:00:43.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-11-02T20:00:43.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-11-02T20:00:43.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.301s coverage: 100.0% of statements [2022-11-02T20:00:43.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.122s coverage: 89.4% of statements [2022-11-02T20:00:43.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements [2022-11-02T20:00:43.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2022-11-02T20:00:43.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.095s coverage: 100.0% of statements [2022-11-02T20:00:50.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.543s coverage: 65.8% of statements [2022-11-02T20:00:50.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-11-02T20:00:50.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-11-02T20:00:50.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-11-02T20:00:54.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.933s coverage: 41.8% of statements [2022-11-02T20:00:54.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-11-02T20:00:54.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-11-02T20:00:54.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.382s coverage: 89.5% of statements [2022-11-02T20:00:54.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-11-02T20:00:54.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.278s coverage: 84.8% of statements [2022-11-02T20:00:54.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-11-02T20:00:54.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-11-02T20:00:54.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-11-02T20:00:54.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-11-02T20:01:02.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.386s coverage: 17.7% of statements [2022-11-02T20:01:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-11-02T20:01:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-11-02T20:01:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-11-02T20:01:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-11-02T20:01:02.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.890s coverage: 92.3% of statements [2022-11-02T20:01:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-11-02T20:01:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-11-02T20:01:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-11-02T20:01:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-11-02T20:01:02.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.320s coverage: 63.2% of statements [2022-11-02T20:01:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-11-02T20:01:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-11-02T20:01:04.856Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.526s coverage: 97.7% of statements [2022-11-02T20:01:04.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-11-02T20:01:04.856Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-11-02T20:01:04.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-11-02T20:01:04.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-11-02T20:01:04.856Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.253s coverage: 28.9% of statements [2022-11-02T20:01:04.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-11-02T20:01:04.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-11-02T20:01:04.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-11-02T20:01:04.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-11-02T20:01:04.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-11-02T20:01:04.856Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-11-02T20:01:04.856Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.318s coverage: 100.0% of statements [2022-11-02T20:01:04.856Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 96.9% of statements [2022-11-02T20:01:05.820Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-11-02T20:01:05.820Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-11-02T20:01:05.820Z] GO111MODULE=on go vet ./... [2022-11-02T20:03:12.716Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-11-02T20:03:12.716Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-11-02T20:03:12.716Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-11-02T20:03:12.757Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-11-02T20:03:13.452Z] + ls -al . [2022-11-02T20:03:13.452Z] total 764 [2022-11-02T20:03:13.452Z] drwxrwxr-x 10 1001 1001 4096 Nov 2 19:55 . [2022-11-02T20:03:13.452Z] drwxr-xr-x 4 root root 4096 Nov 2 19:55 .. [2022-11-02T20:03:13.452Z] drwxrwxr-x 2 1001 1001 4096 Nov 2 19:54 .blubracket [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 16 Nov 2 19:54 .dockerignore [2022-11-02T20:03:13.452Z] drwxrwxr-x 8 1001 1001 4096 Nov 2 19:54 .git [2022-11-02T20:03:13.452Z] drwxrwxr-x 3 1001 1001 4096 Nov 2 19:54 .github [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 1030 Nov 2 19:54 .gitignore [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 42 Nov 2 19:54 .golangci.yml [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 87 Nov 2 19:54 .hadolint.yml [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 166 Nov 2 19:54 .sonarcloud.properties [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 1171 Nov 2 19:54 ADOPTERS.md [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 10722 Nov 2 19:54 Attribution.txt [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 63209 Nov 2 19:54 CHANGELOG.md [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 3804 Nov 2 19:54 CONTRIBUTING.md [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 677 Nov 2 19:54 GOVERNANCE.md [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 850 Nov 2 19:54 Jenkinsfile [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 10775 Nov 2 19:54 LICENSE [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 13857 Nov 2 19:54 Makefile [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 582 Nov 2 19:54 OWNERS.md [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 9799 Nov 2 19:54 README.md [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 6912 Nov 2 19:54 SECURITY.md [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 5 Nov 2 19:50 VERSION [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 4131 Nov 2 19:54 ZMQWindows.md [2022-11-02T20:03:13.452Z] drwxrwxr-x 2 1001 1001 4096 Nov 2 19:54 bin [2022-11-02T20:03:13.452Z] drwxrwxr-x 18 1001 1001 4096 Nov 2 19:54 cmd [2022-11-02T20:03:13.452Z] -rw-r--r-- 1 root root 501828 Nov 2 20:01 coverage.out [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 3447 Nov 2 19:54 go.mod [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 45062 Nov 2 19:54 go.sum [2022-11-02T20:03:13.452Z] drwxrwxr-x 8 1001 1001 4096 Nov 2 19:54 internal [2022-11-02T20:03:13.452Z] drwxrwxr-x 3 1001 1001 4096 Nov 2 19:54 openapi [2022-11-02T20:03:13.452Z] drwxrwxr-x 4 1001 1001 4096 Nov 2 19:54 snap [2022-11-02T20:03:13.452Z] -rw-rw-r-- 1 1001 1001 204 Nov 2 19:54 version.go [Pipeline] sh [2022-11-02T20:03:14.122Z] + '[' -e coverage.out ] [2022-11-02T20:03:14.122Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-11-02T20:03:14.156Z] Warning: overwriting stash ‘coverage-report’ [2022-11-02T20:03:15.055Z] Stashed 1 file(s) [Pipeline] sh [2022-11-02T20:03:15.715Z] + make build [2022-11-02T20:03:15.715Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-11-02T20:05:07.451Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-11-02T20:06:29.067Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-11-02T20:06:29.068Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-11-02T20:07:25.474Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-11-02T20:07:25.474Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-11-02T20:07:25.474Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-11-02T20:07:33.709Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-11-02T20:07:37.977Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-11-02T20:07:44.634Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-11-02T20:07:48.902Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-11-02T20:07:53.161Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-11-02T20:08:03.276Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-11-02T20:08:09.943Z] $ docker stop --time=1 2f8a9b22368ff1777cfe56b42228d0d0c46c3249a706002f2057586e3ab4c8a0 [2022-11-02T20:08:11.987Z] $ docker rm -f 2f8a9b22368ff1777cfe56b42228d0d0c46c3249a706002f2057586e3ab4c8a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:08:14.884Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-11-02T20:08:14.884Z] [2022-11-02T20:08:14.884Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:08:15.309Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-11-02T20:08:15.603Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-11-02T20:08:15.603Z] 29e5d40040c1: Pulling fs layer [2022-11-02T20:08:15.603Z] 1ce36da41761: Pulling fs layer [2022-11-02T20:08:15.603Z] 25b303627fd3: Pulling fs layer [2022-11-02T20:08:15.603Z] 29e5d40040c1: Verifying Checksum [2022-11-02T20:08:15.603Z] 29e5d40040c1: Download complete [2022-11-02T20:08:15.891Z] 1ce36da41761: Verifying Checksum [2022-11-02T20:08:15.891Z] 1ce36da41761: Download complete [2022-11-02T20:08:16.491Z] 29e5d40040c1: Pull complete [2022-11-02T20:08:17.920Z] 25b303627fd3: Verifying Checksum [2022-11-02T20:08:17.920Z] 1ce36da41761: Pull complete [2022-11-02T20:08:27.993Z] 25b303627fd3: Pull complete [2022-11-02T20:08:27.993Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-11-02T20:08:27.993Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-11-02T20:08:27.993Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T20:08:28.315Z] prd-ubuntu20.04-docker-arm64-4c-16g-117929 does not seem to be running inside a container [2022-11-02T20:08:28.378Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-11-02T20:08:30.673Z] $ docker top d69e6b695bc438caf0caf5864cceec479bedb07dcbe8cd5c68001edadd94dd2e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T20:08:31.550Z] + docker-compose build --help [2022-11-02T20:08:31.550Z] + grep parallel [2022-11-02T20:08:36.880Z] --parallel Build images in parallel. [Pipeline] } [2022-11-02T20:08:37.166Z] $ docker stop --time=1 d69e6b695bc438caf0caf5864cceec479bedb07dcbe8cd5c68001edadd94dd2e [2022-11-02T20:08:38.795Z] $ docker rm -f d69e6b695bc438caf0caf5864cceec479bedb07dcbe8cd5c68001edadd94dd2e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:08:39.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-11-02T20:08:39.523Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T20:08:39.766Z] prd-ubuntu20.04-docker-arm64-4c-16g-117929 does not seem to be running inside a container [2022-11-02T20:08:39.826Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-11-02T20:08:40.956Z] $ docker top 8be0c9ac6ea0a5e52eb6cea76d65e9215b2744164e9722f99d0c7010a1b2b3cb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T20:08:41.833Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-11-02T20:08:48.484Z] Building core-command ... [2022-11-02T20:08:48.484Z] Building core-data ... [2022-11-02T20:08:48.484Z] Building core-metadata ... [2022-11-02T20:08:48.484Z] Building security-bootstrapper ... [2022-11-02T20:08:48.484Z] Building security-proxy-setup ... [2022-11-02T20:08:48.484Z] Building security-secretstore-setup ... [2022-11-02T20:08:48.484Z] Building security-spiffe-token-provider ... [2022-11-02T20:08:48.484Z] Building security-spire-agent ... [2022-11-02T20:08:48.484Z] Building security-spire-config ... [2022-11-02T20:08:48.484Z] Building security-spire-server ... [2022-11-02T20:08:48.484Z] Building support-notifications ... [2022-11-02T20:08:48.484Z] Building support-scheduler ... [2022-11-02T20:08:48.484Z] Building sys-mgmt-agent ... [2022-11-02T20:08:48.484Z] Building support-scheduler [2022-11-02T20:08:48.484Z] Building core-data [2022-11-02T20:08:48.484Z] Building core-metadata [2022-11-02T20:08:48.484Z] Building support-notifications [2022-11-02T20:08:48.484Z] Building security-proxy-setup [2022-11-02T20:09:35.319Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:09:35.319Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:09:35.319Z] ---> df4aa1287f49 [2022-11-02T20:09:35.319Z] Step 3/21 : WORKDIR /edgex-go [2022-11-02T20:09:35.319Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:09:35.319Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:09:35.319Z] ---> df4aa1287f49 [2022-11-02T20:09:35.319Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:09:35.319Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:09:35.319Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:09:35.319Z] ---> df4aa1287f49 [2022-11-02T20:09:35.319Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:09:35.319Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:09:35.319Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:09:35.319Z] ---> df4aa1287f49 [2022-11-02T20:09:35.319Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:09:35.319Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:09:35.319Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:09:35.319Z] ---> df4aa1287f49 [2022-11-02T20:09:35.319Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:09:35.904Z] ---> Running in b9890e833757 [2022-11-02T20:09:35.904Z] ---> Running in 04e7c083f3fb [2022-11-02T20:09:35.904Z] ---> Running in 88e841699dfe [2022-11-02T20:09:35.904Z] ---> Running in c8102fd1ccda [2022-11-02T20:09:35.904Z] ---> Running in fb2cd99c9c13 [2022-11-02T20:09:36.490Z] Removing intermediate container b9890e833757 [2022-11-02T20:09:36.490Z] ---> 5b187ee0f8c7 [2022-11-02T20:09:36.490Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T20:09:36.490Z] Removing intermediate container 88e841699dfe [2022-11-02T20:09:36.490Z] ---> 8ee3a68b4fe5 [2022-11-02T20:09:36.490Z] Step 4/24 : WORKDIR /edgex-go [2022-11-02T20:09:36.490Z] Removing intermediate container fb2cd99c9c13 [2022-11-02T20:09:36.490Z] ---> 6d46e5e4ec32 [2022-11-02T20:09:36.490Z] Step 4/21 : RUN apk add --update --no-cache make git [2022-11-02T20:09:36.490Z] Removing intermediate container c8102fd1ccda [2022-11-02T20:09:36.490Z] ---> e61baf2101fa [2022-11-02T20:09:36.490Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T20:09:36.490Z] Removing intermediate container 04e7c083f3fb [2022-11-02T20:09:36.490Z] ---> 6cac444d22ed [2022-11-02T20:09:36.490Z] Step 4/22 : WORKDIR /edgex-go [2022-11-02T20:09:36.490Z] ---> Running in 81fff4d5c987 [2022-11-02T20:09:36.766Z] ---> Running in 6ef8ead03398 [2022-11-02T20:09:36.766Z] ---> Running in 555cc548ca51 [2022-11-02T20:09:36.766Z] ---> Running in a2519c6c559f [2022-11-02T20:09:36.766Z] ---> Running in 3b78932aa897 [2022-11-02T20:09:37.738Z] Removing intermediate container 555cc548ca51 [2022-11-02T20:09:37.738Z] ---> 57eae0b1241f [2022-11-02T20:09:37.738Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-11-02T20:09:37.738Z] Removing intermediate container 6ef8ead03398 [2022-11-02T20:09:37.738Z] ---> 9443fe9f792f [2022-11-02T20:09:37.738Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-11-02T20:09:37.738Z] Removing intermediate container 3b78932aa897 [2022-11-02T20:09:37.738Z] ---> 0460c511a3f1 [2022-11-02T20:09:37.738Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-11-02T20:09:37.738Z] Removing intermediate container 81fff4d5c987 [2022-11-02T20:09:37.738Z] ---> f710b5d3f41e [2022-11-02T20:09:37.738Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-11-02T20:09:37.738Z] ---> Running in 3204084af922 [2022-11-02T20:09:37.738Z] ---> Running in 6e7859b91984 [2022-11-02T20:09:38.024Z] ---> Running in 866d24318e1b [2022-11-02T20:09:38.024Z] ---> Running in 2f1a88f53ab2 [2022-11-02T20:09:38.620Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:09:39.209Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:09:40.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:09:40.442Z] OK: 221 MiB in 51 packages [2022-11-02T20:09:40.442Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:09:40.442Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:09:40.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:09:40.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:09:40.979Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:09:41.259Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:09:41.531Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:09:41.803Z] Removing intermediate container a2519c6c559f [2022-11-02T20:09:42.080Z] ---> e5aef6279a7f [2022-11-02T20:09:42.080Z] Step 5/21 : COPY go.mod vendor* ./ [2022-11-02T20:09:42.080Z] OK: 221 MiB in 51 packages [2022-11-02T20:09:42.664Z] OK: 221 MiB in 51 packages [2022-11-02T20:09:42.931Z] OK: 221 MiB in 51 packages [2022-11-02T20:09:42.931Z] OK: 221 MiB in 51 packages [2022-11-02T20:09:43.523Z] ---> b4bf5966ce32 [2022-11-02T20:09:43.523Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:09:43.523Z] Removing intermediate container 3204084af922 [2022-11-02T20:09:43.523Z] ---> 85ef08bb88c5 [2022-11-02T20:09:43.523Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T20:09:43.793Z] ---> Running in 297d70b7fde9 [2022-11-02T20:09:44.384Z] Removing intermediate container 6e7859b91984 [2022-11-02T20:09:44.384Z] ---> bb02480420e9 [2022-11-02T20:09:44.384Z] Step 6/24 : COPY go.mod vendor* ./ [2022-11-02T20:09:44.977Z] Removing intermediate container 2f1a88f53ab2 [2022-11-02T20:09:44.977Z] ---> 6049edf982e2 [2022-11-02T20:09:44.977Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T20:09:44.977Z] ---> fcb8cef70710 [2022-11-02T20:09:44.977Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:09:44.977Z] Removing intermediate container 866d24318e1b [2022-11-02T20:09:44.977Z] ---> 40173a512f99 [2022-11-02T20:09:44.977Z] Step 6/22 : COPY go.mod vendor* ./ [2022-11-02T20:09:45.251Z] ---> Running in de580590edc7 [2022-11-02T20:09:45.834Z] ---> d21ac334fde0 [2022-11-02T20:09:45.834Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:09:46.102Z] ---> Running in c70b111ee671 [2022-11-02T20:09:46.690Z] ---> 5a4957722610 [2022-11-02T20:09:46.690Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:09:46.964Z] ---> Running in f71df76bab74 [2022-11-02T20:09:46.964Z] ---> bb974d6b2e1a [2022-11-02T20:09:46.964Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:09:47.244Z] ---> Running in f37cede5b536 [2022-11-02T20:11:08.894Z] Removing intermediate container 297d70b7fde9 [2022-11-02T20:11:08.894Z] ---> 41db3feffe4c [2022-11-02T20:11:08.894Z] Step 7/21 : COPY . . [2022-11-02T20:11:08.894Z] Removing intermediate container f37cede5b536 [2022-11-02T20:11:08.894Z] ---> 03c14872fa52 [2022-11-02T20:11:08.894Z] Step 8/22 : COPY . . [2022-11-02T20:11:08.894Z] Removing intermediate container c70b111ee671 [2022-11-02T20:11:08.894Z] ---> 5572b65d0133 [2022-11-02T20:11:08.894Z] Step 8/24 : COPY . . [2022-11-02T20:11:09.161Z] Removing intermediate container f71df76bab74 [2022-11-02T20:11:09.161Z] ---> 8751705bbe45 [2022-11-02T20:11:09.161Z] Step 8/22 : COPY . . [2022-11-02T20:11:09.161Z] Removing intermediate container de580590edc7 [2022-11-02T20:11:09.161Z] ---> c2b2602bb5e5 [2022-11-02T20:11:09.161Z] Step 8/22 : COPY . . [2022-11-02T20:11:27.376Z] ---> e702dcd66612 [2022-11-02T20:11:27.376Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-11-02T20:11:27.376Z] ---> 0ed66d555cf9 [2022-11-02T20:11:27.376Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-11-02T20:11:27.648Z] ---> 4413ddcd34e5 [2022-11-02T20:11:27.648Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-11-02T20:11:27.648Z] ---> Running in 0a350342d8b3 [2022-11-02T20:11:27.648Z] ---> 080b6b17e4cd [2022-11-02T20:11:27.648Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-11-02T20:11:27.648Z] ---> Running in 1d0f6cc07ab4 [2022-11-02T20:11:27.925Z] ---> 5418ef067a96 [2022-11-02T20:11:27.925Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-11-02T20:11:27.925Z] ---> Running in 10ec3951471c [2022-11-02T20:11:27.925Z] ---> Running in 9b522885307b [2022-11-02T20:11:27.925Z] ---> Running in 13b372a33966 [2022-11-02T20:11:30.527Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-11-02T20:11:30.796Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-11-02T20:11:30.796Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-11-02T20:11:31.066Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-11-02T20:11:31.066Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-11-02T20:17:38.031Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-11-02T20:17:56.257Z] Removing intermediate container 10ec3951471c [2022-11-02T20:17:56.258Z] ---> bf2e0d6dfdd0 [2022-11-02T20:17:56.258Z] [2022-11-02T20:17:56.258Z] Step 9/21 : FROM alpine:3.16 [2022-11-02T20:17:56.527Z] 3.16: Pulling from library/alpine [2022-11-02T20:17:56.527Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-11-02T20:17:56.527Z] Status: Downloaded newer image for alpine:3.16 [2022-11-02T20:17:56.527Z] ---> a6215f271958 [2022-11-02T20:17:56.527Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2022-11-02T20:17:56.805Z] ---> Running in d91bab72d443 [2022-11-02T20:17:58.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:17:59.015Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:18:00.425Z] (1/6) Installing ca-certificates (20220614-r0) [2022-11-02T20:18:00.425Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-11-02T20:18:00.425Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-11-02T20:18:00.425Z] (4/6) Installing libcurl (7.83.1-r4) [2022-11-02T20:18:00.425Z] (5/6) Installing curl (7.83.1-r4) [2022-11-02T20:18:00.425Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-11-02T20:18:00.425Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:18:00.695Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:18:01.282Z] OK: 8 MiB in 20 packages [2022-11-02T20:18:03.237Z] Removing intermediate container d91bab72d443 [2022-11-02T20:18:03.237Z] ---> b404310bf8e5 [2022-11-02T20:18:03.508Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-11-02T20:18:03.508Z] ---> Running in 474f6baf5884 [2022-11-02T20:18:04.096Z] Removing intermediate container 474f6baf5884 [2022-11-02T20:18:04.096Z] ---> 5b51e9014a88 [2022-11-02T20:18:04.096Z] Step 12/21 : WORKDIR /edgex [2022-11-02T20:18:04.096Z] ---> Running in c30294b13a1c [2022-11-02T20:18:04.689Z] Removing intermediate container c30294b13a1c [2022-11-02T20:18:04.689Z] ---> 584ed9bbc31e [2022-11-02T20:18:04.689Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-11-02T20:18:05.656Z] ---> 2a51a2fd946c [2022-11-02T20:18:05.656Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-11-02T20:18:07.606Z] ---> aae6886553d9 [2022-11-02T20:18:07.606Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-11-02T20:18:08.571Z] ---> a78516450e27 [2022-11-02T20:18:08.571Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-11-02T20:18:09.539Z] ---> 09a1f900fd29 [2022-11-02T20:18:09.539Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-11-02T20:18:09.539Z] ---> Running in 579cb8a9dbc2 [2022-11-02T20:18:12.887Z] Removing intermediate container 579cb8a9dbc2 [2022-11-02T20:18:12.887Z] ---> f8c084a517f7 [2022-11-02T20:18:12.887Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2022-11-02T20:18:13.154Z] ---> Running in f5e7639ea8f5 [2022-11-02T20:18:13.738Z] Removing intermediate container f5e7639ea8f5 [2022-11-02T20:18:13.738Z] ---> 749829a57d2b [2022-11-02T20:18:13.738Z] Step 19/21 : LABEL arch=arm64 [2022-11-02T20:18:13.738Z] ---> Running in c53867605bf0 [2022-11-02T20:18:14.327Z] Removing intermediate container c53867605bf0 [2022-11-02T20:18:14.327Z] ---> ab7f2849863b [2022-11-02T20:18:14.327Z] Step 20/21 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T20:18:14.327Z] ---> Running in b53ef01a2d8c [2022-11-02T20:18:14.913Z] Removing intermediate container b53ef01a2d8c [2022-11-02T20:18:14.913Z] ---> 32f79ad2f41e [2022-11-02T20:18:14.913Z] Step 21/21 : LABEL version=0.0.0 [2022-11-02T20:18:14.913Z] ---> Running in e80a22361cc0 [2022-11-02T20:18:15.498Z] Removing intermediate container e80a22361cc0 [2022-11-02T20:18:15.498Z] ---> 6d73cd638508 [2022-11-02T20:18:15.498Z] [2022-11-02T20:18:15.765Z] Successfully built 6d73cd638508 [2022-11-02T20:18:15.765Z] Successfully tagged security-proxy-setup-arm64:latest [2022-11-02T20:18:16.032Z]  Building security-proxy-setup ... done Building security-spire-agent [2022-11-02T20:18:38.413Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:18:38.413Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:18:38.413Z] ---> df4aa1287f49 [2022-11-02T20:18:38.413Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T20:18:38.413Z] ---> Using cache [2022-11-02T20:18:38.413Z] ---> 6d46e5e4ec32 [2022-11-02T20:18:38.413Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T20:18:38.413Z] ---> Running in 8de64c869895 [2022-11-02T20:18:39.372Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:18:39.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:18:41.079Z] OK: 221 MiB in 51 packages [2022-11-02T20:18:42.501Z] Removing intermediate container 8de64c869895 [2022-11-02T20:18:42.501Z] ---> 36310bebaea4 [2022-11-02T20:18:42.501Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T20:18:43.463Z] ---> e168a1392da2 [2022-11-02T20:18:43.463Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:18:43.463Z] ---> Running in ea60d28a1198 [2022-11-02T20:19:15.727Z] Removing intermediate container 1d0f6cc07ab4 [2022-11-02T20:19:15.727Z] ---> 817929051825 [2022-11-02T20:19:15.727Z] [2022-11-02T20:19:15.727Z] Step 10/24 : FROM alpine:3.16 [2022-11-02T20:19:15.727Z] ---> a6215f271958 [2022-11-02T20:19:15.727Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2022-11-02T20:19:15.727Z] ---> Running in 3de4bf8cd25a [2022-11-02T20:19:15.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:19:15.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:19:15.727Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-11-02T20:19:15.727Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:19:15.727Z] OK: 5 MiB in 15 packages [2022-11-02T20:19:17.681Z] Removing intermediate container 3de4bf8cd25a [2022-11-02T20:19:17.681Z] ---> f1a87d0f835d [2022-11-02T20:19:17.681Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:19:17.681Z] ---> Running in a04e0d90e71d [2022-11-02T20:19:17.947Z] Removing intermediate container a04e0d90e71d [2022-11-02T20:19:17.947Z] ---> 8d5ec54a2b40 [2022-11-02T20:19:17.947Z] Step 13/24 : ENV APP_PORT=59881 [2022-11-02T20:19:18.217Z] ---> Running in 33bf54020759 [2022-11-02T20:19:18.490Z] Removing intermediate container 33bf54020759 [2022-11-02T20:19:18.490Z] ---> f9e034e6292b [2022-11-02T20:19:18.490Z] Step 14/24 : EXPOSE $APP_PORT [2022-11-02T20:19:18.757Z] ---> Running in 3ad87f547b22 [2022-11-02T20:19:19.345Z] Removing intermediate container 3ad87f547b22 [2022-11-02T20:19:19.345Z] ---> c21cb8eaa7f2 [2022-11-02T20:19:19.345Z] Step 15/24 : WORKDIR / [2022-11-02T20:19:19.345Z] ---> Running in 2172f006c3e7 [2022-11-02T20:19:19.927Z] Removing intermediate container 2172f006c3e7 [2022-11-02T20:19:19.927Z] ---> 0dd03ed690e4 [2022-11-02T20:19:19.927Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:19:20.887Z] ---> a8a8a917c169 [2022-11-02T20:19:20.887Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-11-02T20:19:22.835Z] ---> 47d742292aa3 [2022-11-02T20:19:22.835Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-11-02T20:19:23.816Z] ---> 4382bc716b59 [2022-11-02T20:19:23.816Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-11-02T20:19:25.233Z] ---> 4510d1f04b73 [2022-11-02T20:19:25.233Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2022-11-02T20:19:25.233Z] ---> Running in f261ef1a8cbe [2022-11-02T20:19:25.505Z] Removing intermediate container f261ef1a8cbe [2022-11-02T20:19:25.505Z] ---> bbcea2a490e5 [2022-11-02T20:19:25.505Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:19:25.778Z] ---> Running in b9bd3ed67960 [2022-11-02T20:19:26.385Z] Removing intermediate container b9bd3ed67960 [2022-11-02T20:19:26.385Z] ---> ae29f627b527 [2022-11-02T20:19:26.385Z] Step 22/24 : LABEL arch=arm64 [2022-11-02T20:19:26.385Z] ---> Running in 3d511b091a4a [2022-11-02T20:19:26.971Z] Removing intermediate container 3d511b091a4a [2022-11-02T20:19:26.971Z] ---> 230a35eba484 [2022-11-02T20:19:26.971Z] Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T20:19:27.239Z] ---> Running in 0d58f4569361 [2022-11-02T20:19:27.822Z] Removing intermediate container 0d58f4569361 [2022-11-02T20:19:27.822Z] ---> 089a2f136dcd [2022-11-02T20:19:27.822Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T20:19:27.823Z] ---> Running in 4f62faafbd01 [2022-11-02T20:19:28.408Z] Removing intermediate container 4f62faafbd01 [2022-11-02T20:19:28.408Z] ---> 2bbcbec33eb5 [2022-11-02T20:19:28.408Z] [2022-11-02T20:19:28.677Z] Successfully built 2bbcbec33eb5 [2022-11-02T20:19:28.677Z] Successfully tagged core-metadata-arm64:latest [2022-11-02T20:19:28.677Z] Building security-spire-server [2022-11-02T20:19:50.748Z]  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:19:50.748Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:19:50.748Z] ---> df4aa1287f49 [2022-11-02T20:19:50.748Z] Step 3/23 : WORKDIR /edgex-go [2022-11-02T20:19:50.748Z] ---> Using cache [2022-11-02T20:19:50.748Z] ---> 6d46e5e4ec32 [2022-11-02T20:19:50.748Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T20:19:50.748Z] ---> Using cache [2022-11-02T20:19:50.748Z] ---> 36310bebaea4 [2022-11-02T20:19:50.748Z] Step 5/23 : COPY go.mod vendor* ./ [2022-11-02T20:19:50.748Z] ---> Using cache [2022-11-02T20:19:50.748Z] ---> e168a1392da2 [2022-11-02T20:19:50.748Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:19:52.198Z] ---> Running in 287c2a79144c [2022-11-02T20:20:07.218Z] Removing intermediate container 9b522885307b [2022-11-02T20:20:07.218Z] ---> da6955ff7a66 [2022-11-02T20:20:07.218Z] [2022-11-02T20:20:07.218Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T20:20:07.218Z] ---> a6215f271958 [2022-11-02T20:20:07.218Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-11-02T20:20:07.218Z] ---> Running in 0ac0279a375d [2022-11-02T20:20:07.218Z] Removing intermediate container 0ac0279a375d [2022-11-02T20:20:07.218Z] ---> 04d85f3b4228 [2022-11-02T20:20:07.218Z] Step 12/22 : ENV APP_PORT=59880 [2022-11-02T20:20:07.218Z] ---> Running in ef10f342b3dd [2022-11-02T20:20:07.488Z] Removing intermediate container ef10f342b3dd [2022-11-02T20:20:07.488Z] ---> f7d96da2754f [2022-11-02T20:20:07.488Z] Step 13/22 : EXPOSE $APP_PORT [2022-11-02T20:20:07.757Z] ---> Running in 8e40f976f2ad [2022-11-02T20:20:08.728Z] Removing intermediate container 8e40f976f2ad [2022-11-02T20:20:08.728Z] ---> c1ba00888a89 [2022-11-02T20:20:08.728Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-11-02T20:20:08.728Z] ---> Running in a2dadbdf1964 [2022-11-02T20:20:09.694Z] Removing intermediate container ea60d28a1198 [2022-11-02T20:20:09.694Z] ---> 58ad19dbd10e [2022-11-02T20:20:09.694Z] Step 7/24 : COPY . . [2022-11-02T20:20:11.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:20:11.693Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:20:13.637Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-11-02T20:20:13.637Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-11-02T20:20:13.637Z] (3/6) Installing libsodium (1.0.18-r0) [2022-11-02T20:20:13.637Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-02T20:20:13.906Z] (5/6) Installing libzmq (4.3.4-r0) [2022-11-02T20:20:13.906Z] (6/6) Installing zeromq (4.3.4-r0) [2022-11-02T20:20:13.906Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:20:13.906Z] OK: 8 MiB in 20 packages [2022-11-02T20:20:18.181Z] Removing intermediate container a2dadbdf1964 [2022-11-02T20:20:18.181Z] ---> 41b4e7e7947e [2022-11-02T20:20:18.181Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:20:19.588Z] ---> 77117b9fe447 [2022-11-02T20:20:19.588Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-11-02T20:20:22.941Z] ---> 87719a76966b [2022-11-02T20:20:22.941Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-11-02T20:20:24.351Z] ---> e046d23ab9c2 [2022-11-02T20:20:24.351Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-11-02T20:20:24.620Z] ---> Running in 24f5b77c4db1 [2022-11-02T20:20:25.208Z] Removing intermediate container 24f5b77c4db1 [2022-11-02T20:20:25.208Z] ---> e96e971af5ab [2022-11-02T20:20:25.208Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:20:25.476Z] ---> Running in 08754af67849 [2022-11-02T20:20:26.442Z] Removing intermediate container 08754af67849 [2022-11-02T20:20:26.442Z] ---> 47fff535ce50 [2022-11-02T20:20:26.442Z] Step 20/22 : LABEL arch=arm64 [2022-11-02T20:20:26.442Z] ---> Running in 106a657fa1fa [2022-11-02T20:20:26.715Z] ---> 83343d767abd [2022-11-02T20:20:26.715Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T20:20:26.985Z] ---> Running in 333f0146a36a [2022-11-02T20:20:26.985Z] Removing intermediate container 106a657fa1fa [2022-11-02T20:20:26.985Z] ---> 99130858e555 [2022-11-02T20:20:26.985Z] Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T20:20:27.262Z] ---> Running in 5c0aa6700300 [2022-11-02T20:20:27.541Z] Removing intermediate container 333f0146a36a [2022-11-02T20:20:27.541Z] ---> ec1e02d32cc4 [2022-11-02T20:20:27.541Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-11-02T20:20:27.842Z] ---> Running in 6a3584a9f18f [2022-11-02T20:20:28.110Z] Removing intermediate container 5c0aa6700300 [2022-11-02T20:20:28.110Z] ---> 3bfbc019722a [2022-11-02T20:20:28.110Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T20:20:28.377Z] ---> Running in b5738ef823dc [2022-11-02T20:20:28.648Z] Removing intermediate container 6a3584a9f18f [2022-11-02T20:20:28.648Z] ---> 1d3cab243e4d [2022-11-02T20:20:28.648Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T20:20:28.923Z] ---> Running in f34c97e6e8dd [2022-11-02T20:20:29.193Z] Removing intermediate container b5738ef823dc [2022-11-02T20:20:29.193Z] ---> c6286e29b592 [2022-11-02T20:20:29.193Z] [2022-11-02T20:20:29.780Z] Successfully built c6286e29b592 [2022-11-02T20:20:29.780Z] Successfully tagged core-data-arm64:latest [2022-11-02T20:20:29.780Z]  Building core-data ... done Building security-secretstore-setup [2022-11-02T20:20:33.133Z] Removing intermediate container f34c97e6e8dd [2022-11-02T20:20:33.133Z] ---> 37756a92f901 [2022-11-02T20:20:33.133Z] Step 11/24 : WORKDIR /edgex-go [2022-11-02T20:20:33.133Z] ---> Running in 94dba7434fa4 [2022-11-02T20:20:33.400Z] Removing intermediate container 94dba7434fa4 [2022-11-02T20:20:33.400Z] ---> 09185b7f1b21 [2022-11-02T20:20:33.400Z] [2022-11-02T20:20:33.400Z] Step 12/24 : FROM alpine:3.15 [2022-11-02T20:20:33.666Z] 3.15: Pulling from library/alpine [2022-11-02T20:20:35.608Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-11-02T20:20:35.877Z] Status: Downloaded newer image for alpine:3.15 [2022-11-02T20:20:35.877Z] ---> 02e0d6fdf486 [2022-11-02T20:20:35.877Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:20:35.877Z] ---> Running in c8024901e475 [2022-11-02T20:20:36.846Z] Removing intermediate container c8024901e475 [2022-11-02T20:20:36.846Z] ---> de33a558fd46 [2022-11-02T20:20:36.846Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-11-02T20:20:36.846Z] ---> Running in efa85e82e6e7 [2022-11-02T20:20:39.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:20:40.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:20:41.436Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T20:20:41.436Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T20:20:41.436Z] OK: 15736 distinct packages available [2022-11-02T20:20:41.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:20:42.023Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:20:43.437Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-11-02T20:20:43.438Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-11-02T20:20:43.438Z] (3/5) Installing libucontext (1.1-r0) [2022-11-02T20:20:43.438Z] (4/5) Installing gcompat (1.0.0-r4) [2022-11-02T20:20:43.438Z] (5/5) Installing openssl (1.1.1s-r1) [2022-11-02T20:20:43.438Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T20:20:43.438Z] OK: 6 MiB in 19 packages [2022-11-02T20:20:46.784Z] Removing intermediate container efa85e82e6e7 [2022-11-02T20:20:46.784Z] ---> a08a935d167b [2022-11-02T20:20:46.784Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-11-02T20:20:53.429Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:20:53.429Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:20:53.429Z] ---> df4aa1287f49 [2022-11-02T20:20:53.429Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T20:20:53.429Z] ---> Using cache [2022-11-02T20:20:53.429Z] ---> 6d46e5e4ec32 [2022-11-02T20:20:53.429Z] Step 4/24 : RUN apk add --update --no-cache make git [2022-11-02T20:20:53.429Z] ---> Using cache [2022-11-02T20:20:53.429Z] ---> e5aef6279a7f [2022-11-02T20:20:53.429Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T20:20:53.429Z] ---> Using cache [2022-11-02T20:20:53.429Z] ---> b4bf5966ce32 [2022-11-02T20:20:53.429Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:20:53.429Z] ---> Using cache [2022-11-02T20:20:53.429Z] ---> 41db3feffe4c [2022-11-02T20:20:53.429Z] Step 7/24 : COPY . . [2022-11-02T20:20:53.429Z] ---> Using cache [2022-11-02T20:20:53.429Z] ---> 4413ddcd34e5 [2022-11-02T20:20:53.429Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-11-02T20:20:53.697Z] ---> d51d9da4bd3a [2022-11-02T20:20:53.697Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T20:20:53.697Z] ---> Running in ee06de24b6f9 [2022-11-02T20:20:56.285Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-11-02T20:21:06.347Z] ---> 4f7a26a8a2ac [2022-11-02T20:21:06.347Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T20:21:08.286Z] ---> f2f6ffa4d2a4 [2022-11-02T20:21:08.286Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-11-02T20:21:09.692Z] ---> 3cffede29ed2 [2022-11-02T20:21:09.692Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-11-02T20:21:11.639Z] ---> c21c3267243a [2022-11-02T20:21:11.639Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T20:21:11.639Z] ---> Running in 3ae981782f35 [2022-11-02T20:21:12.600Z] Removing intermediate container 3ae981782f35 [2022-11-02T20:21:12.600Z] ---> b7d7b4cd1096 [2022-11-02T20:21:12.600Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T20:21:12.600Z] ---> Running in 334a3673ed2d [2022-11-02T20:21:13.188Z] Removing intermediate container 334a3673ed2d [2022-11-02T20:21:13.188Z] ---> 1ad369445135 [2022-11-02T20:21:13.188Z] Step 22/24 : LABEL arch=arm64 [2022-11-02T20:21:13.463Z] ---> Running in 1a54b3544199 [2022-11-02T20:21:13.738Z] Removing intermediate container 1a54b3544199 [2022-11-02T20:21:13.738Z] ---> b18ffaec3070 [2022-11-02T20:21:13.738Z] Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T20:21:14.010Z] ---> Running in 59ac5caf14c1 [2022-11-02T20:21:14.614Z] Removing intermediate container 59ac5caf14c1 [2022-11-02T20:21:14.614Z] ---> 2c142829f935 [2022-11-02T20:21:14.614Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T20:21:14.614Z] ---> Running in 3af7ee1132f4 [2022-11-02T20:21:15.203Z] Removing intermediate container 3af7ee1132f4 [2022-11-02T20:21:15.203Z] ---> 34dce7ab454a [2022-11-02T20:21:15.203Z] [2022-11-02T20:21:15.789Z] Successfully built 34dce7ab454a [2022-11-02T20:21:15.789Z] Successfully tagged security-spire-agent-arm64:latest [2022-11-02T20:21:15.789Z]  Building security-spire-agent ... done Building sys-mgmt-agent [2022-11-02T20:21:17.736Z] Removing intermediate container 287c2a79144c [2022-11-02T20:21:17.736Z] ---> 7b37eb39bd3e [2022-11-02T20:21:17.736Z] Step 7/23 : COPY . . [2022-11-02T20:21:35.963Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:21:35.963Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:21:35.963Z] ---> df4aa1287f49 [2022-11-02T20:21:35.963Z] Step 3/22 : WORKDIR /edgex-go [2022-11-02T20:21:35.963Z] ---> Using cache [2022-11-02T20:21:35.963Z] ---> 6d46e5e4ec32 [2022-11-02T20:21:35.963Z] Step 4/22 : RUN apk add --update --no-cache make bash git [2022-11-02T20:21:35.963Z] ---> Running in a01314a02064 [2022-11-02T20:21:35.963Z] ---> f98400a6dcdf [2022-11-02T20:21:35.963Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T20:21:35.963Z] ---> Running in efdd20ac4492 [2022-11-02T20:21:35.963Z] Removing intermediate container efdd20ac4492 [2022-11-02T20:21:35.963Z] ---> 1f087e915d33 [2022-11-02T20:21:35.963Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2022-11-02T20:21:36.232Z] ---> Running in cb64f8f5efbf [2022-11-02T20:21:37.207Z] Removing intermediate container cb64f8f5efbf [2022-11-02T20:21:37.207Z] ---> 2997fbc0ea6b [2022-11-02T20:21:37.207Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T20:21:37.207Z] ---> Running in fb445efeaeb4 [2022-11-02T20:21:37.795Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:21:38.066Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:21:39.486Z] OK: 221 MiB in 51 packages [2022-11-02T20:21:40.907Z] Removing intermediate container fb445efeaeb4 [2022-11-02T20:21:40.907Z] ---> b8d96c8c010f [2022-11-02T20:21:40.907Z] Step 11/23 : WORKDIR /edgex-go [2022-11-02T20:21:41.174Z] ---> Running in c9be48f7fdde [2022-11-02T20:21:41.174Z] Removing intermediate container a01314a02064 [2022-11-02T20:21:41.174Z] ---> 3c5608eb9e93 [2022-11-02T20:21:41.174Z] Step 5/22 : COPY go.mod vendor* ./ [2022-11-02T20:21:41.758Z] Removing intermediate container c9be48f7fdde [2022-11-02T20:21:41.758Z] ---> b54f9ca321d3 [2022-11-02T20:21:42.023Z] [2022-11-02T20:21:42.023Z] Step 12/23 : FROM alpine:3.15 [2022-11-02T20:21:42.023Z] ---> 02e0d6fdf486 [2022-11-02T20:21:42.023Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:21:42.023Z] ---> Using cache [2022-11-02T20:21:42.023Z] ---> de33a558fd46 [2022-11-02T20:21:42.023Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-11-02T20:21:42.023Z] ---> Using cache [2022-11-02T20:21:42.023Z] ---> a08a935d167b [2022-11-02T20:21:42.023Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T20:21:42.289Z] ---> 2a7cc7607fd5 [2022-11-02T20:21:42.555Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:21:42.555Z] ---> Running in 3d6366e2ba46 [2022-11-02T20:21:51.041Z] ---> 1409c05ff363 [2022-11-02T20:21:51.041Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T20:21:52.039Z] ---> 379cffb5580c [2022-11-02T20:21:52.039Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-11-02T20:21:54.622Z] ---> fdb1ee7ee9c2 [2022-11-02T20:21:54.622Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-11-02T20:21:56.567Z] ---> 3e64039b9b7a [2022-11-02T20:21:56.567Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T20:21:56.567Z] ---> Running in 6b63773edd8b [2022-11-02T20:21:57.981Z] Removing intermediate container 6b63773edd8b [2022-11-02T20:21:57.981Z] ---> f2e73cdacfde [2022-11-02T20:21:57.981Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T20:21:57.981Z] ---> Running in b40643efb49e [2022-11-02T20:21:58.949Z] Removing intermediate container b40643efb49e [2022-11-02T20:21:58.949Z] ---> 3b70b358d75c [2022-11-02T20:21:58.949Z] Step 21/23 : LABEL arch=arm64 [2022-11-02T20:21:59.219Z] ---> Running in bd2716c7143f [2022-11-02T20:22:00.208Z] Removing intermediate container bd2716c7143f [2022-11-02T20:22:00.208Z] ---> 8ec8868c376b [2022-11-02T20:22:00.208Z] Step 22/23 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T20:22:00.491Z] ---> Running in 003e4c284fa1 [2022-11-02T20:22:01.487Z] Removing intermediate container 003e4c284fa1 [2022-11-02T20:22:01.487Z] ---> 836249cb4c82 [2022-11-02T20:22:01.487Z] Step 23/23 : LABEL version=0.0.0 [2022-11-02T20:22:01.755Z] ---> Running in 6495d453f2c0 [2022-11-02T20:22:02.717Z] Removing intermediate container 6495d453f2c0 [2022-11-02T20:22:02.717Z] ---> 08c9a668958d [2022-11-02T20:22:02.717Z] [2022-11-02T20:22:04.120Z] Successfully built 08c9a668958d [2022-11-02T20:22:04.120Z] Successfully tagged security-spire-server-arm64:latest [2022-11-02T20:22:04.120Z]  Building security-spire-server ... done Building security-spire-config [2022-11-02T20:22:10.766Z] Removing intermediate container 13b372a33966 [2022-11-02T20:22:10.766Z] ---> d65932bc018d [2022-11-02T20:22:10.766Z] [2022-11-02T20:22:10.766Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T20:22:10.766Z] ---> a6215f271958 [2022-11-02T20:22:10.766Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-11-02T20:22:10.766Z] Removing intermediate container 0a350342d8b3 [2022-11-02T20:22:10.766Z] ---> Using cache [2022-11-02T20:22:10.766Z] ---> 790226100354 [2022-11-02T20:22:10.766Z] [2022-11-02T20:22:10.766Z] Step 10/22 : FROM alpine:3.16 ---> f1a87d0f835d [2022-11-02T20:22:10.766Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:22:10.766Z] ---> Using cache [2022-11-02T20:22:10.766Z] ---> 8d5ec54a2b40 [2022-11-02T20:22:10.766Z] [2022-11-02T20:22:10.766Z] ---> a6215f271958 [2022-11-02T20:22:10.766Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-initStep 13/22 : ENV APP_PORT=59861 [2022-11-02T20:22:10.766Z] [2022-11-02T20:22:10.766Z] ---> Running in b132c2993f99 [2022-11-02T20:22:10.766Z] ---> Running in 51dc06be6b3f [2022-11-02T20:22:11.363Z] Removing intermediate container b132c2993f99 [2022-11-02T20:22:11.363Z] ---> 149fb4f7e197 [2022-11-02T20:22:11.363Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T20:22:11.631Z] ---> Running in 973ca7e18354 [2022-11-02T20:22:12.594Z] Removing intermediate container 973ca7e18354 [2022-11-02T20:22:12.594Z] ---> c5d6c1ac029d [2022-11-02T20:22:12.594Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:22:13.178Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:22:13.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:22:13.766Z] ---> b4956590f6aa [2022-11-02T20:22:13.766Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-11-02T20:22:15.180Z] (1/2) Installing ca-certificates (20220614-r0) [2022-11-02T20:22:15.447Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-11-02T20:22:15.447Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:22:15.447Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:22:16.030Z] OK: 6 MiB in 16 packages [2022-11-02T20:22:19.369Z] ---> bb750d2cc967 [2022-11-02T20:22:19.369Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-11-02T20:22:20.326Z] Removing intermediate container 51dc06be6b3f [2022-11-02T20:22:20.326Z] ---> 13a2292d92bf [2022-11-02T20:22:20.326Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:22:20.599Z] ---> Running in bcd8e642072b [2022-11-02T20:22:21.559Z] ---> e690cee8beab [2022-11-02T20:22:21.559Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-11-02T20:22:21.559Z] ---> Running in b36bbd3bf669 [2022-11-02T20:22:21.835Z] Removing intermediate container bcd8e642072b [2022-11-02T20:22:21.835Z] ---> 48124bad5c96 [2022-11-02T20:22:21.835Z] Step 13/22 : ENV APP_PORT=59860 [2022-11-02T20:22:22.103Z] ---> Running in ea899d90e8b4 [2022-11-02T20:22:23.067Z] Removing intermediate container b36bbd3bf669 [2022-11-02T20:22:23.067Z] ---> aa73656a9b6f [2022-11-02T20:22:23.067Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:22:23.336Z] Removing intermediate container ea899d90e8b4 [2022-11-02T20:22:23.336Z] ---> Running in 7944aa24c28b [2022-11-02T20:22:23.336Z] ---> e17c7e6b25c5 [2022-11-02T20:22:23.336Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T20:22:23.604Z] ---> Running in 4cef52266247 [2022-11-02T20:22:24.567Z] Removing intermediate container 7944aa24c28b [2022-11-02T20:22:24.567Z] ---> c3d7e7766836 [2022-11-02T20:22:24.567Z] Step 20/22 : LABEL arch=arm64 [2022-11-02T20:22:24.567Z] Removing intermediate container 4cef52266247 [2022-11-02T20:22:24.567Z] ---> e9ea9eee946e [2022-11-02T20:22:24.567Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:22:24.853Z] ---> Running in 78993e355112 [2022-11-02T20:22:26.259Z] Removing intermediate container 78993e355112 [2022-11-02T20:22:26.259Z] ---> a52fff0cc158 [2022-11-02T20:22:26.259Z] Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T20:22:26.259Z] ---> Running in eb77c451d66b [2022-11-02T20:22:26.259Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:22:26.259Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:22:26.259Z] ---> df4aa1287f49 [2022-11-02T20:22:26.259Z] Step 3/24 : WORKDIR /edgex-go [2022-11-02T20:22:26.259Z] ---> Using cache [2022-11-02T20:22:26.259Z] ---> 6d46e5e4ec32 [2022-11-02T20:22:26.259Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2022-11-02T20:22:26.259Z] ---> Using cache [2022-11-02T20:22:26.259Z] ---> 36310bebaea4 [2022-11-02T20:22:26.259Z] Step 5/24 : COPY go.mod vendor* ./ [2022-11-02T20:22:26.259Z] ---> Using cache [2022-11-02T20:22:26.259Z] ---> e168a1392da2 [2022-11-02T20:22:26.259Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:22:26.259Z] ---> Using cache [2022-11-02T20:22:26.259Z] ---> 7b37eb39bd3e [2022-11-02T20:22:26.259Z] Step 7/24 : COPY . . [2022-11-02T20:22:26.259Z] ---> 8c61f6839f7c [2022-11-02T20:22:26.259Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-11-02T20:22:26.843Z] ---> Using cache [2022-11-02T20:22:26.843Z] ---> f98400a6dcdf [2022-11-02T20:22:26.843Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2022-11-02T20:22:26.843Z] ---> Using cache [2022-11-02T20:22:26.843Z] ---> 1f087e915d33 [2022-11-02T20:22:26.843Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2022-11-02T20:22:26.843Z] ---> Using cache [2022-11-02T20:22:26.843Z] ---> 2997fbc0ea6b [2022-11-02T20:22:26.843Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-11-02T20:22:27.112Z] ---> Running in 85c5a7209d97 [2022-11-02T20:22:27.380Z] Removing intermediate container eb77c451d66b [2022-11-02T20:22:27.380Z] ---> 2a5d2b2ae8d6 [2022-11-02T20:22:27.380Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T20:22:27.967Z] ---> Running in 7c51a7a85e94 [2022-11-02T20:22:29.914Z] Removing intermediate container 7c51a7a85e94 [2022-11-02T20:22:29.914Z] ---> 9ef0297faf81 [2022-11-02T20:22:29.914Z] [2022-11-02T20:22:31.333Z] Successfully built 9ef0297faf81 [2022-11-02T20:22:31.333Z] Successfully tagged support-scheduler-arm64:latest [2022-11-02T20:22:31.333Z] Building security-bootstrapper [2022-11-02T20:22:31.934Z]  Building support-scheduler ... done Removing intermediate container 85c5a7209d97 [2022-11-02T20:22:31.934Z] ---> 431bf62ec869 [2022-11-02T20:22:31.934Z] Step 11/24 : WORKDIR /edgex-go [2022-11-02T20:22:32.202Z] ---> Running in 9491e1857495 [2022-11-02T20:22:32.792Z] ---> eb651f2597d0 [2022-11-02T20:22:32.792Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-11-02T20:22:32.792Z] Removing intermediate container 9491e1857495 [2022-11-02T20:22:32.792Z] ---> 9bdbcebb50f8 [2022-11-02T20:22:32.792Z] [2022-11-02T20:22:32.792Z] Step 12/24 : FROM alpine:3.15 [2022-11-02T20:22:32.792Z] ---> 02e0d6fdf486 [2022-11-02T20:22:32.792Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:22:32.792Z] ---> Using cache [2022-11-02T20:22:32.792Z] ---> de33a558fd46 [2022-11-02T20:22:32.792Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-11-02T20:22:33.070Z] ---> Running in ecb8d6112f94 [2022-11-02T20:22:35.045Z] ---> 8a574493a258 [2022-11-02T20:22:35.045Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-11-02T20:22:35.045Z] ---> Running in 72f0fda3aee0 [2022-11-02T20:22:35.632Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:22:35.900Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:22:36.173Z] Removing intermediate container 72f0fda3aee0 [2022-11-02T20:22:36.174Z] ---> 1f215912c61c [2022-11-02T20:22:36.174Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:22:36.174Z] ---> Running in de6f3598c63d [2022-11-02T20:22:37.145Z] Removing intermediate container de6f3598c63d [2022-11-02T20:22:37.145Z] ---> c71c7018358a [2022-11-02T20:22:37.145Z] Step 20/22 : LABEL arch=arm64 [2022-11-02T20:22:37.417Z] ---> Running in 60f419f226d2 [2022-11-02T20:22:37.417Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T20:22:37.417Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T20:22:37.417Z] OK: 15736 distinct packages available [2022-11-02T20:22:37.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:22:37.953Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:22:37.953Z] Removing intermediate container 60f419f226d2 [2022-11-02T20:22:37.953Z] ---> 8a8abda48fb9 [2022-11-02T20:22:37.953Z] Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T20:22:38.225Z] ---> Running in e70f3d29216d [2022-11-02T20:22:39.192Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-11-02T20:22:39.192Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-11-02T20:22:39.192Z] (3/4) Installing libucontext (1.1-r0) [2022-11-02T20:22:39.192Z] (4/4) Installing gcompat (1.0.0-r4) [2022-11-02T20:22:39.192Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T20:22:39.192Z] Removing intermediate container e70f3d29216d [2022-11-02T20:22:39.192Z] ---> 63852dda076e [2022-11-02T20:22:39.192Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T20:22:39.192Z] OK: 6 MiB in 18 packages [2022-11-02T20:22:39.460Z] ---> Running in f5899179ae18 [2022-11-02T20:22:42.063Z] Removing intermediate container f5899179ae18 [2022-11-02T20:22:42.063Z] ---> d71905db76e8 [2022-11-02T20:22:42.063Z] [2022-11-02T20:22:43.021Z] Successfully built d71905db76e8 [2022-11-02T20:22:43.021Z] Successfully tagged support-notifications-arm64:latest [2022-11-02T20:22:43.021Z]  Building support-notifications ... done Building core-command [2022-11-02T20:22:43.021Z] Removing intermediate container ecb8d6112f94 [2022-11-02T20:22:43.021Z] ---> 81d722da9de7 [2022-11-02T20:22:43.286Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-11-02T20:22:55.597Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:22:55.597Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:22:55.597Z] ---> df4aa1287f49 [2022-11-02T20:22:55.597Z] Step 3/32 : WORKDIR /edgex-go [2022-11-02T20:22:55.597Z] ---> Using cache [2022-11-02T20:22:55.597Z] ---> 6d46e5e4ec32 [2022-11-02T20:22:55.597Z] Step 4/32 : RUN apk add --update --no-cache make git [2022-11-02T20:22:55.597Z] ---> Using cache [2022-11-02T20:22:55.597Z] ---> e5aef6279a7f [2022-11-02T20:22:55.597Z] Step 5/32 : COPY go.mod vendor* ./ [2022-11-02T20:22:55.597Z] ---> Using cache [2022-11-02T20:22:55.597Z] ---> b4bf5966ce32 [2022-11-02T20:22:55.597Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:22:55.597Z] ---> Using cache [2022-11-02T20:22:55.597Z] ---> 41db3feffe4c [2022-11-02T20:22:55.597Z] Step 7/32 : COPY . . [2022-11-02T20:22:55.597Z] ---> Using cache [2022-11-02T20:22:55.597Z] ---> 4413ddcd34e5 [2022-11-02T20:22:55.597Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-11-02T20:22:57.007Z] ---> Running in c70bf1bbce7f [2022-11-02T20:22:57.007Z] ---> 8bdfa4a5be8a [2022-11-02T20:22:57.007Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-11-02T20:22:59.592Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-11-02T20:22:59.592Z] ---> 981b98dcfbcd [2022-11-02T20:22:59.592Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-11-02T20:22:59.592Z] ---> Running in 527b7c73e1f9 [2022-11-02T20:23:00.559Z] Removing intermediate container 527b7c73e1f9 [2022-11-02T20:23:00.559Z] ---> c150906e34ba [2022-11-02T20:23:00.559Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-11-02T20:23:01.963Z] ---> b1e85e14b5b6 [2022-11-02T20:23:01.963Z] Step 19/24 : WORKDIR / [2022-11-02T20:23:01.963Z] ---> Running in 52cb7b96a948 [2022-11-02T20:23:02.919Z] Removing intermediate container 52cb7b96a948 [2022-11-02T20:23:02.919Z] ---> 42205aaa97ab [2022-11-02T20:23:02.919Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-11-02T20:23:03.185Z] ---> Running in af2688d91511 [2022-11-02T20:23:06.523Z] Removing intermediate container af2688d91511 [2022-11-02T20:23:06.523Z] ---> 491a073c961c [2022-11-02T20:23:06.523Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-11-02T20:23:06.523Z] ---> Running in 4b71d4cd0059 [2022-11-02T20:23:07.484Z] Removing intermediate container 4b71d4cd0059 [2022-11-02T20:23:07.484Z] ---> 49bbb55c79d5 [2022-11-02T20:23:07.484Z] Step 22/24 : LABEL arch=arm64 [2022-11-02T20:23:07.749Z] ---> Running in 79fd682729c1 [2022-11-02T20:23:08.341Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:23:08.341Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:23:08.341Z] ---> df4aa1287f49 [2022-11-02T20:23:08.341Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-11-02T20:23:08.341Z] ---> Using cache [2022-11-02T20:23:08.341Z] ---> 6cac444d22ed [2022-11-02T20:23:08.341Z] Step 4/23 : WORKDIR /edgex-go [2022-11-02T20:23:08.341Z] ---> Using cache [2022-11-02T20:23:08.341Z] ---> 0460c511a3f1 [2022-11-02T20:23:08.341Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-11-02T20:23:08.341Z] ---> Running in c7463360e30b [2022-11-02T20:23:08.610Z] Removing intermediate container 79fd682729c1 [2022-11-02T20:23:08.610Z] ---> baa5f4dcb492 [2022-11-02T20:23:08.610Z] Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T20:23:08.879Z] ---> Running in 8ff4239bfeeb [2022-11-02T20:23:09.839Z] Removing intermediate container 8ff4239bfeeb [2022-11-02T20:23:09.839Z] ---> ee164cac3c92 [2022-11-02T20:23:09.839Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T20:23:10.107Z] ---> Running in 01dc86a545da [2022-11-02T20:23:11.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:23:11.067Z] Removing intermediate container 01dc86a545da [2022-11-02T20:23:11.067Z] ---> cf2293a93dd7 [2022-11-02T20:23:11.067Z] [2022-11-02T20:23:11.341Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:23:11.341Z] Successfully built cf2293a93dd7 [2022-11-02T20:23:11.628Z] Successfully tagged security-spire-config-arm64:latest [2022-11-02T20:23:11.628Z] Building security-spiffe-token-provider [2022-11-02T20:23:13.579Z]  Building security-spire-config ... done OK: 221 MiB in 51 packages [2022-11-02T20:23:13.579Z] Removing intermediate container 3d6366e2ba46 [2022-11-02T20:23:13.579Z] ---> 2eb8f6242c95 [2022-11-02T20:23:13.579Z] Step 7/22 : COPY . . [2022-11-02T20:23:16.183Z] Removing intermediate container c7463360e30b [2022-11-02T20:23:16.183Z] ---> a9982dade4f0 [2022-11-02T20:23:16.183Z] Step 6/23 : COPY go.mod vendor* ./ [2022-11-02T20:23:18.788Z] ---> 7c5843343457 [2022-11-02T20:23:18.788Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:23:19.059Z] ---> Running in 283c2973bc17 [2022-11-02T20:23:34.164Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-11-02T20:23:34.164Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2022-11-02T20:23:34.164Z] ---> df4aa1287f49 [2022-11-02T20:23:34.164Z] Step 3/19 : WORKDIR /edgex-go [2022-11-02T20:23:34.164Z] ---> Using cache [2022-11-02T20:23:34.164Z] ---> 6d46e5e4ec32 [2022-11-02T20:23:34.164Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2022-11-02T20:23:34.164Z] ---> Running in ea864a413101 [2022-11-02T20:23:34.164Z] ---> f8b5643983d4 [2022-11-02T20:23:34.164Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-11-02T20:23:34.164Z] ---> Running in 5c19b234baea [2022-11-02T20:23:35.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:23:35.863Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-11-02T20:23:35.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:23:37.284Z] v3.16.2-395-gf03de7b4c4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-11-02T20:23:37.284Z] v3.16.2-396-gbc0b261908 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-11-02T20:23:37.284Z] OK: 16900 distinct packages available [2022-11-02T20:23:37.556Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:23:37.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:23:39.253Z] OK: 221 MiB in 51 packages [2022-11-02T20:23:41.219Z] Removing intermediate container ea864a413101 [2022-11-02T20:23:41.219Z] ---> a91445a38a26 [2022-11-02T20:23:41.219Z] Step 5/19 : COPY go.mod vendor* ./ [2022-11-02T20:23:42.201Z] ---> 63acf71eace6 [2022-11-02T20:23:42.201Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-11-02T20:23:42.201Z] ---> Running in a84dc54c6060 [2022-11-02T20:24:38.658Z] Removing intermediate container 283c2973bc17 [2022-11-02T20:24:38.658Z] ---> d3f67dc33448 [2022-11-02T20:24:38.658Z] Step 8/23 : COPY . . [2022-11-02T20:25:00.768Z] ---> 1362fd58dca9 [2022-11-02T20:25:00.768Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-11-02T20:25:00.768Z] ---> Running in 48b4526d6039 [2022-11-02T20:25:02.728Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-11-02T20:25:04.288Z] Removing intermediate container a84dc54c6060 [2022-11-02T20:25:04.288Z] ---> 3e4192916693 [2022-11-02T20:25:04.288Z] Step 7/19 : COPY . . [2022-11-02T20:25:19.466Z] ---> 8065f00884c9 [2022-11-02T20:25:19.466Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-11-02T20:25:19.466Z] ---> Running in 1a1973bcd77a [2022-11-02T20:25:21.437Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-11-02T20:26:08.280Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-11-02T20:26:26.484Z] Removing intermediate container ee06de24b6f9 [2022-11-02T20:26:26.484Z] ---> 1dfcbb4a06bd [2022-11-02T20:26:26.484Z] [2022-11-02T20:26:26.484Z] Step 9/24 : FROM alpine:3.16 [2022-11-02T20:26:26.484Z] ---> a6215f271958 [2022-11-02T20:26:26.484Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-11-02T20:26:26.484Z] ---> Running in bf45a1b4faba [2022-11-02T20:26:27.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:26:27.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:26:29.112Z] (1/3) Installing ca-certificates (20220614-r0) [2022-11-02T20:26:29.377Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-11-02T20:26:29.377Z] (3/3) Installing su-exec (0.2-r1) [2022-11-02T20:26:29.377Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:26:29.377Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:26:29.959Z] OK: 6 MiB in 17 packages [2022-11-02T20:26:32.551Z] Removing intermediate container bf45a1b4faba [2022-11-02T20:26:32.551Z] ---> c31c463184f8 [2022-11-02T20:26:32.551Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-11-02T20:26:32.551Z] ---> Running in fddd5e731e71 [2022-11-02T20:26:33.141Z] Removing intermediate container fddd5e731e71 [2022-11-02T20:26:33.141Z] ---> bea85a0975c1 [2022-11-02T20:26:33.141Z] Step 12/24 : WORKDIR / [2022-11-02T20:26:33.411Z] ---> Running in 6808f71ba8c6 [2022-11-02T20:26:34.002Z] Removing intermediate container 6808f71ba8c6 [2022-11-02T20:26:34.002Z] ---> 9823878a47d2 [2022-11-02T20:26:34.002Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-11-02T20:26:34.966Z] ---> 50e9b2b75281 [2022-11-02T20:26:34.966Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-11-02T20:26:35.938Z] ---> d84dd9bd2966 [2022-11-02T20:26:35.938Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-11-02T20:26:36.901Z] ---> 92d20344cf61 [2022-11-02T20:26:36.901Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-11-02T20:26:37.859Z] ---> 7500cd465b8a [2022-11-02T20:26:37.859Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-11-02T20:26:39.269Z] ---> d4b67fc31b7a [2022-11-02T20:26:39.269Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-11-02T20:26:41.215Z] ---> afb718ee9aab [2022-11-02T20:26:41.215Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-11-02T20:26:42.635Z] ---> d510d5aa27f9 [2022-11-02T20:26:42.635Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-11-02T20:26:42.635Z] ---> Running in af39f3d7b641 [2022-11-02T20:26:45.973Z] Removing intermediate container af39f3d7b641 [2022-11-02T20:26:45.973Z] ---> a1aa09041d8e [2022-11-02T20:26:45.973Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-11-02T20:26:45.973Z] ---> Running in d188dea732c0 [2022-11-02T20:26:46.241Z] Removing intermediate container d188dea732c0 [2022-11-02T20:26:46.241Z] ---> 9d9e8896c797 [2022-11-02T20:26:46.241Z] Step 22/24 : LABEL arch=arm64 [2022-11-02T20:26:46.241Z] ---> Running in 185b0a1aacaa [2022-11-02T20:26:46.828Z] Removing intermediate container 185b0a1aacaa [2022-11-02T20:26:46.828Z] ---> 02ae4fd544c1 [2022-11-02T20:26:46.828Z] Step 23/24 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T20:26:46.828Z] ---> Running in 331702d4ed54 [2022-11-02T20:26:47.420Z] Removing intermediate container 331702d4ed54 [2022-11-02T20:26:47.420Z] ---> 9ea29ba60760 [2022-11-02T20:26:47.420Z] Step 24/24 : LABEL version=0.0.0 [2022-11-02T20:26:47.686Z] ---> Running in f4eed0e638bc [2022-11-02T20:26:48.266Z] Removing intermediate container f4eed0e638bc [2022-11-02T20:26:48.266Z] ---> cac168526b46 [2022-11-02T20:26:48.266Z] [2022-11-02T20:26:48.266Z] Successfully built cac168526b46 [2022-11-02T20:26:48.266Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-11-02T20:29:09.927Z]  Building security-secretstore-setup ... done Removing intermediate container c70bf1bbce7f [2022-11-02T20:29:09.927Z] ---> 51f5efa4b3e4 [2022-11-02T20:29:09.927Z] [2022-11-02T20:29:09.927Z] Step 9/32 : FROM alpine:3.16 [2022-11-02T20:29:09.927Z] ---> a6215f271958 [2022-11-02T20:29:09.927Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:29:09.927Z] ---> Running in 39162541bb76 [2022-11-02T20:29:09.927Z] Removing intermediate container 39162541bb76 [2022-11-02T20:29:09.927Z] ---> aa450f0ba450 [2022-11-02T20:29:09.927Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2022-11-02T20:29:09.927Z] ---> Running in 9e328f2e1716 [2022-11-02T20:29:09.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:29:09.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:29:09.927Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-11-02T20:29:09.927Z] (2/2) Installing su-exec (0.2-r1) [2022-11-02T20:29:09.927Z] Executing busybox-1.35.0-r17.trigger [2022-11-02T20:29:09.927Z] OK: 5 MiB in 16 packages [2022-11-02T20:29:09.927Z] Removing intermediate container 9e328f2e1716 [2022-11-02T20:29:09.927Z] ---> 1f5d48048fc5 [2022-11-02T20:29:09.927Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2022-11-02T20:29:09.927Z] ---> Running in ef63766174d4 [2022-11-02T20:29:09.927Z] Removing intermediate container ef63766174d4 [2022-11-02T20:29:09.927Z] ---> dbc699884e64 [2022-11-02T20:29:09.927Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-11-02T20:29:09.927Z] ---> Running in a24c915dc020 [2022-11-02T20:29:09.927Z] Removing intermediate container a24c915dc020 [2022-11-02T20:29:09.928Z] ---> 08694f56e3f4 [2022-11-02T20:29:09.928Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-11-02T20:29:09.928Z] ---> Running in 457f78a3d190 [2022-11-02T20:29:09.928Z] Removing intermediate container 457f78a3d190 [2022-11-02T20:29:09.928Z] ---> bb810e7a0cc8 [2022-11-02T20:29:09.928Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-11-02T20:29:09.928Z] ---> Running in 108e70ac3c0b [2022-11-02T20:29:09.928Z] Removing intermediate container 108e70ac3c0b [2022-11-02T20:29:09.928Z] ---> c61060d7476a [2022-11-02T20:29:09.928Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-11-02T20:29:09.928Z] ---> Running in 001ebfbb6edf [2022-11-02T20:29:13.252Z] Removing intermediate container 001ebfbb6edf [2022-11-02T20:29:13.252Z] ---> b62fe315f39e [2022-11-02T20:29:13.252Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2022-11-02T20:29:13.517Z] ---> Running in 4a7bb0264aa4 [2022-11-02T20:29:14.470Z] Removing intermediate container 4a7bb0264aa4 [2022-11-02T20:29:14.470Z] ---> be96d92ddf1c [2022-11-02T20:29:14.471Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-11-02T20:29:15.878Z] ---> b148f31dc9b1 [2022-11-02T20:29:15.878Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-11-02T20:29:15.878Z] ---> Running in 7ba181b5adde [2022-11-02T20:29:17.276Z] Removing intermediate container 5c19b234baea [2022-11-02T20:29:17.276Z] ---> 4f3eeb69ee2e [2022-11-02T20:29:17.276Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-11-02T20:29:17.276Z] ---> Running in 2215c58812b8 [2022-11-02T20:29:19.844Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-11-02T20:29:19.844Z] Removing intermediate container 7ba181b5adde [2022-11-02T20:29:19.844Z] ---> 511dc6b5c2ea [2022-11-02T20:29:19.844Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:29:20.798Z] ---> fdb590684bf1 [2022-11-02T20:29:20.798Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-11-02T20:29:22.736Z] ---> 1f17d0250a62 [2022-11-02T20:29:22.736Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-11-02T20:29:23.316Z] ---> a2c2a0a3a3c3 [2022-11-02T20:29:23.316Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-11-02T20:29:24.285Z] ---> aacc88a12243 [2022-11-02T20:29:24.285Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-11-02T20:29:24.868Z] Removing intermediate container 2215c58812b8 [2022-11-02T20:29:24.868Z] ---> 2b830acad0bd [2022-11-02T20:29:24.868Z] [2022-11-02T20:29:24.868Z] Step 10/22 : FROM alpine:3.16 [2022-11-02T20:29:24.868Z] ---> a6215f271958 [2022-11-02T20:29:24.869Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:29:25.133Z] ---> Running in 0de783e0c520 [2022-11-02T20:29:25.399Z] ---> f2f1b200373c [2022-11-02T20:29:25.399Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-11-02T20:29:25.664Z] Removing intermediate container 0de783e0c520 [2022-11-02T20:29:25.664Z] ---> f3bd0792b800 [2022-11-02T20:29:25.664Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-11-02T20:29:25.929Z] ---> Running in ed472df92aef [2022-11-02T20:29:26.887Z] ---> 4c2418e27179 [2022-11-02T20:29:26.887Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-11-02T20:29:28.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:29:28.295Z] ---> cfb2298c8909 [2022-11-02T20:29:28.295Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2022-11-02T20:29:28.295Z] ---> Running in bfa27c242372 [2022-11-02T20:29:28.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:29:29.706Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-11-02T20:29:29.706Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-11-02T20:29:29.706Z] (3/33) Installing readline (8.1.2-r0) [2022-11-02T20:29:29.706Z] (4/33) Installing bash (5.1.16-r2) [2022-11-02T20:29:29.706Z] Executing bash-5.1.16-r2.post-install [2022-11-02T20:29:29.706Z] (5/33) Installing ca-certificates (20220614-r0) [2022-11-02T20:29:29.973Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-11-02T20:29:29.973Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-11-02T20:29:29.973Z] (8/33) Installing libcurl (7.83.1-r4) [2022-11-02T20:29:29.973Z] (9/33) Installing curl (7.83.1-r4) [2022-11-02T20:29:29.973Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-11-02T20:29:31.378Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-11-02T20:29:31.378Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-11-02T20:29:31.378Z] (13/33) Installing expat (2.5.0-r0) [2022-11-02T20:29:31.378Z] (14/33) Installing libffi (3.4.2-r1) [2022-11-02T20:29:31.378Z] (15/33) Installing gdbm (1.23-r0) [2022-11-02T20:29:31.378Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-11-02T20:29:31.378Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-11-02T20:29:31.378Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-11-02T20:29:31.378Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-11-02T20:29:31.378Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-11-02T20:29:31.378Z] (21/33) Installing python3 (3.10.5-r0) [2022-11-02T20:29:31.643Z] Removing intermediate container bfa27c242372 [2022-11-02T20:29:31.643Z] ---> 36ea9cea6775 [2022-11-02T20:29:31.643Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2022-11-02T20:29:31.643Z] ---> Running in 79754cb6029e [2022-11-02T20:29:32.600Z] Removing intermediate container 79754cb6029e [2022-11-02T20:29:32.600Z] ---> dc0e6c7033b2 [2022-11-02T20:29:32.600Z] Step 29/32 : CMD ["gate"] [2022-11-02T20:29:32.600Z] ---> Running in b70c4510b7d5 [2022-11-02T20:29:33.183Z] Removing intermediate container b70c4510b7d5 [2022-11-02T20:29:33.183Z] ---> f548feff621e [2022-11-02T20:29:33.183Z] Step 30/32 : LABEL arch=arm64 [2022-11-02T20:29:33.183Z] ---> Running in 729838f26c6a [2022-11-02T20:29:33.763Z] Removing intermediate container 729838f26c6a [2022-11-02T20:29:33.763Z] ---> 4bb2f9d74e47 [2022-11-02T20:29:33.763Z] Step 31/32 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T20:29:33.763Z] ---> Running in 6cbae521b83d [2022-11-02T20:29:34.341Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-11-02T20:29:34.341Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-11-02T20:29:34.341Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-11-02T20:29:34.341Z] (25/33) Installing py3-six (1.16.0-r1) [2022-11-02T20:29:34.341Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-11-02T20:29:34.341Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-11-02T20:29:34.341Z] Removing intermediate container 6cbae521b83d [2022-11-02T20:29:34.341Z] ---> b24e662b5884 [2022-11-02T20:29:34.341Z] Step 32/32 : LABEL version=0.0.0 [2022-11-02T20:29:34.341Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-11-02T20:29:34.341Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-11-02T20:29:34.341Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-11-02T20:29:34.341Z] (31/33) Installing py3-packaging (21.3-r0) [2022-11-02T20:29:34.341Z] ---> Running in b588a8ccb5cc [2022-11-02T20:29:34.341Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-11-02T20:29:34.610Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-11-02T20:29:34.877Z] Removing intermediate container b588a8ccb5cc [2022-11-02T20:29:34.877Z] ---> 8520a445796b [2022-11-02T20:29:34.877Z] [2022-11-02T20:29:35.141Z] Successfully built 8520a445796b [2022-11-02T20:29:35.141Z] Successfully tagged security-bootstrapper-arm64:latest [2022-11-02T20:29:35.720Z]  Building security-bootstrapper ... done Executing busybox-1.35.0-r17.trigger [2022-11-02T20:29:35.720Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:29:35.985Z] OK: 120 MiB in 47 packages [2022-11-02T20:29:50.950Z] Collecting docker-compose==1.23.2 [2022-11-02T20:29:50.950Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-11-02T20:29:50.950Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.0 MB/s eta 0:00:00 [2022-11-02T20:29:50.950Z] Collecting jsonschema<3,>=2.5.1 [2022-11-02T20:29:50.950Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-11-02T20:29:50.950Z] Collecting docker<4.0,>=3.6.0 [2022-11-02T20:29:50.950Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-11-02T20:29:50.950Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 17.6 MB/s eta 0:00:00 [2022-11-02T20:29:51.214Z] Collecting websocket-client<1.0,>=0.32.0 [2022-11-02T20:29:51.214Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-11-02T20:29:51.214Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 18.7 MB/s eta 0:00:00 [2022-11-02T20:29:51.478Z] Collecting dockerpty<0.5,>=0.4.1 [2022-11-02T20:29:51.478Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-11-02T20:29:51.478Z] Preparing metadata (setup.py): started [2022-11-02T20:29:53.454Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T20:29:53.720Z] Collecting texttable<0.10,>=0.9.0 [2022-11-02T20:29:53.720Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-11-02T20:29:53.720Z] Preparing metadata (setup.py): started [2022-11-02T20:29:55.646Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T20:29:55.646Z] Collecting docopt<0.7,>=0.6.1 [2022-11-02T20:29:55.646Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-11-02T20:29:55.646Z] Preparing metadata (setup.py): started [2022-11-02T20:29:57.573Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T20:29:58.975Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-11-02T20:29:58.975Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-11-02T20:29:58.975Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 16.7 MB/s eta 0:00:00 [2022-11-02T20:29:58.975Z] Collecting cached-property<2,>=1.2.0 [2022-11-02T20:29:58.975Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-11-02T20:29:59.557Z] Collecting PyYAML<4,>=3.10 [2022-11-02T20:29:59.827Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-11-02T20:29:59.827Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 19.5 MB/s eta 0:00:00 [2022-11-02T20:30:01.279Z] Preparing metadata (setup.py): started [2022-11-02T20:30:03.214Z] Preparing metadata (setup.py): finished with status 'done' [2022-11-02T20:30:03.215Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-11-02T20:30:03.215Z] Collecting docker-pycreds>=0.4.0 [2022-11-02T20:30:03.479Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-11-02T20:30:04.435Z] Collecting certifi>=2017.4.17 [2022-11-02T20:30:04.435Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-11-02T20:30:04.435Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 19.1 MB/s eta 0:00:00 [2022-11-02T20:30:04.435Z] Collecting chardet<3.1.0,>=3.0.2 [2022-11-02T20:30:04.702Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-11-02T20:30:04.702Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 19.1 MB/s eta 0:00:00 [2022-11-02T20:30:05.280Z] Collecting urllib3<1.25,>=1.21.1 [2022-11-02T20:30:05.280Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-11-02T20:30:05.280Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 14.3 MB/s eta 0:00:00 [2022-11-02T20:30:05.545Z] Collecting idna<2.8,>=2.5 [2022-11-02T20:30:05.545Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-11-02T20:30:05.809Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 16.7 MB/s eta 0:00:00 [2022-11-02T20:30:06.074Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-11-02T20:30:06.074Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-11-02T20:30:06.074Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-11-02T20:30:06.074Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-11-02T20:30:07.475Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-11-02T20:30:07.475Z] Running setup.py install for texttable: started [2022-11-02T20:30:10.043Z] Running setup.py install for texttable: finished with status 'done' [2022-11-02T20:30:10.043Z] Running setup.py install for PyYAML: started [2022-11-02T20:30:12.605Z] Running setup.py install for PyYAML: finished with status 'done' [2022-11-02T20:30:14.002Z] Running setup.py install for docopt: started [2022-11-02T20:30:16.571Z] Running setup.py install for docopt: finished with status 'done' [2022-11-02T20:30:20.015Z] Running setup.py install for dockerpty: started [2022-11-02T20:30:22.673Z] Removing intermediate container 48b4526d6039 [2022-11-02T20:30:22.673Z] ---> 9bb2fe8c588c [2022-11-02T20:30:22.673Z] [2022-11-02T20:30:22.673Z] Step 10/23 : FROM alpine:3.16 [2022-11-02T20:30:22.673Z] ---> a6215f271958 [2022-11-02T20:30:22.673Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-11-02T20:30:22.673Z] ---> Using cache [2022-11-02T20:30:22.673Z] ---> f1a87d0f835d [2022-11-02T20:30:22.673Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-11-02T20:30:22.673Z] ---> Using cache [2022-11-02T20:30:22.673Z] ---> 8d5ec54a2b40 [2022-11-02T20:30:22.673Z] Step 13/23 : ENV APP_PORT=59882 [2022-11-02T20:30:22.673Z] Running setup.py install for dockerpty: finished with status 'done' [2022-11-02T20:30:22.673Z] ---> Running in 58125821ecb5 [2022-11-02T20:30:22.941Z] Removing intermediate container 58125821ecb5 [2022-11-02T20:30:22.941Z] ---> 1e041aade8fe [2022-11-02T20:30:22.941Z] Step 14/23 : EXPOSE $APP_PORT [2022-11-02T20:30:22.941Z] ---> Running in 69f3f0061a7b [2022-11-02T20:30:23.545Z] Removing intermediate container 69f3f0061a7b [2022-11-02T20:30:23.545Z] ---> 02ec756b2e8a [2022-11-02T20:30:23.545Z] Step 15/23 : WORKDIR / [2022-11-02T20:30:23.817Z] ---> Running in 021d133f222f [2022-11-02T20:30:24.084Z] Removing intermediate container 021d133f222f [2022-11-02T20:30:24.084Z] ---> 9fe82f7e3c32 [2022-11-02T20:30:24.084Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:30:25.044Z] ---> 593cbc595ce8 [2022-11-02T20:30:25.044Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-11-02T20:30:25.309Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-11-02T20:30:25.309Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-11-02T20:30:26.712Z]  ---> 460f807f9363 [2022-11-02T20:30:26.712Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-11-02T20:30:27.296Z] ---> c49b2d74c73f [2022-11-02T20:30:27.296Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-11-02T20:30:27.568Z] ---> Running in e9d8da5b7949 [2022-11-02T20:30:28.528Z] Removing intermediate container e9d8da5b7949 [2022-11-02T20:30:28.528Z] ---> be895319f30b [2022-11-02T20:30:28.528Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:30:28.528Z] ---> Running in fe37d4788f4d [2022-11-02T20:30:29.500Z] Removing intermediate container fe37d4788f4d [2022-11-02T20:30:29.500Z] ---> f17d420e6b86 [2022-11-02T20:30:29.500Z] Step 21/23 : LABEL arch=arm64 [2022-11-02T20:30:29.781Z] ---> Running in b7eae6c5358c [2022-11-02T20:30:30.740Z] Removing intermediate container b7eae6c5358c [2022-11-02T20:30:30.740Z] ---> aff81d06e9d3 [2022-11-02T20:30:30.740Z] Step 22/23 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T20:30:31.006Z] ---> Running in a0f364375081 [2022-11-02T20:30:31.965Z] Removing intermediate container a0f364375081 [2022-11-02T20:30:31.965Z] ---> cce96e37f8fe [2022-11-02T20:30:31.965Z] Step 23/23 : LABEL version=0.0.0 [2022-11-02T20:30:31.965Z] ---> Running in 09a7c33d5dae [2022-11-02T20:30:32.557Z] Removing intermediate container 09a7c33d5dae [2022-11-02T20:30:32.557Z] ---> 3beeb555a61a [2022-11-02T20:30:32.557Z] [2022-11-02T20:30:32.821Z] Successfully built 3beeb555a61a [2022-11-02T20:30:32.821Z] Successfully tagged core-command-arm64:latest [2022-11-02T20:30:39.472Z]  Building core-command ... done Removing intermediate container ed472df92aef [2022-11-02T20:30:39.473Z] ---> 48dc89e52a8f [2022-11-02T20:30:39.473Z] Step 13/22 : ENV APP_PORT=58890 [2022-11-02T20:30:39.739Z] ---> Running in f0b9e729c652 [2022-11-02T20:30:40.003Z] Removing intermediate container f0b9e729c652 [2022-11-02T20:30:40.003Z] ---> 44edc937cf5d [2022-11-02T20:30:40.003Z] Step 14/22 : EXPOSE $APP_PORT [2022-11-02T20:30:40.288Z] ---> Running in 98fc902fbd0b [2022-11-02T20:30:40.553Z] Removing intermediate container 98fc902fbd0b [2022-11-02T20:30:40.553Z] ---> 28742c86f057 [2022-11-02T20:30:40.553Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-11-02T20:30:42.507Z] ---> 6a40faba374f [2022-11-02T20:30:42.507Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-11-02T20:30:43.465Z] ---> 7857fb084f57 [2022-11-02T20:30:43.465Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-11-02T20:30:44.046Z] ---> e913ee47b4d3 [2022-11-02T20:30:44.046Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-11-02T20:30:44.312Z] ---> Running in 47668ed4161c [2022-11-02T20:30:44.579Z] Removing intermediate container 47668ed4161c [2022-11-02T20:30:44.579Z] ---> 83473085b368 [2022-11-02T20:30:44.579Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:30:44.850Z] ---> Running in 44210cb446d9 [2022-11-02T20:30:45.119Z] Removing intermediate container 44210cb446d9 [2022-11-02T20:30:45.119Z] ---> 595806edcf3a [2022-11-02T20:30:45.119Z] Step 20/22 : LABEL arch=arm64 [2022-11-02T20:30:45.119Z] ---> Running in 33373f4a7188 [2022-11-02T20:30:45.702Z] Removing intermediate container 33373f4a7188 [2022-11-02T20:30:45.702Z] ---> 2961e0b00fa4 [2022-11-02T20:30:45.702Z] Step 21/22 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T20:30:45.702Z] ---> Running in 9833ad347658 [2022-11-02T20:30:45.968Z] Removing intermediate container 9833ad347658 [2022-11-02T20:30:45.968Z] ---> b9bd2ec8f729 [2022-11-02T20:30:45.968Z] Step 22/22 : LABEL version=0.0.0 [2022-11-02T20:30:45.968Z] ---> Running in 8cefedb4610c [2022-11-02T20:30:46.548Z] Removing intermediate container 8cefedb4610c [2022-11-02T20:30:46.548Z] ---> 39d465ec64dd [2022-11-02T20:30:46.548Z] [2022-11-02T20:30:46.548Z] Successfully built 39d465ec64dd [2022-11-02T20:30:46.548Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-11-02T20:31:01.524Z]  Building sys-mgmt-agent ... done Removing intermediate container 1a1973bcd77a [2022-11-02T20:31:01.524Z] ---> 4d17a08bf3da [2022-11-02T20:31:01.524Z] [2022-11-02T20:31:01.524Z] Step 9/19 : FROM alpine:3.15 [2022-11-02T20:31:01.524Z] ---> 02e0d6fdf486 [2022-11-02T20:31:01.524Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-11-02T20:31:01.524Z] ---> Using cache [2022-11-02T20:31:01.524Z] ---> de33a558fd46 [2022-11-02T20:31:01.524Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-11-02T20:31:01.524Z] ---> Running in 62821c107f1b [2022-11-02T20:31:01.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:31:01.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:31:02.479Z] v3.15.6-168-gb829a56457 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2022-11-02T20:31:02.479Z] v3.15.6-151-g1b8ef53f68 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2022-11-02T20:31:02.479Z] OK: 15736 distinct packages available [2022-11-02T20:31:02.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-11-02T20:31:02.745Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-11-02T20:31:03.699Z] (1/9) Installing ca-certificates (20220614-r0) [2022-11-02T20:31:03.699Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-11-02T20:31:03.699Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-11-02T20:31:03.966Z] (4/9) Installing libcurl (7.80.0-r4) [2022-11-02T20:31:03.966Z] (5/9) Installing curl (7.80.0-r4) [2022-11-02T20:31:03.966Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-11-02T20:31:03.966Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-11-02T20:31:03.966Z] (8/9) Installing libucontext (1.1-r0) [2022-11-02T20:31:03.966Z] (9/9) Installing gcompat (1.0.0-r4) [2022-11-02T20:31:03.966Z] Executing busybox-1.34.1-r7.trigger [2022-11-02T20:31:03.966Z] Executing ca-certificates-20220614-r0.trigger [2022-11-02T20:31:04.232Z] OK: 8 MiB in 23 packages [2022-11-02T20:31:05.640Z] Removing intermediate container 62821c107f1b [2022-11-02T20:31:05.640Z] ---> 9f895b0a3851 [2022-11-02T20:31:05.640Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2022-11-02T20:31:06.219Z] ---> b350090267b4 [2022-11-02T20:31:06.219Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-11-02T20:31:07.172Z] ---> d94c4322fd31 [2022-11-02T20:31:07.172Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-11-02T20:31:07.751Z] ---> 47f80677a067 [2022-11-02T20:31:07.752Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-11-02T20:31:07.752Z] ---> Running in 512c1dcc893d [2022-11-02T20:31:08.014Z] Removing intermediate container 512c1dcc893d [2022-11-02T20:31:08.014Z] ---> 4bf89a0a7af7 [2022-11-02T20:31:08.014Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-11-02T20:31:08.014Z] ---> Running in c58dbbc6af23 [2022-11-02T20:31:08.286Z] Removing intermediate container c58dbbc6af23 [2022-11-02T20:31:08.286Z] ---> 76d5319672ed [2022-11-02T20:31:08.286Z] Step 17/19 : LABEL arch=arm64 [2022-11-02T20:31:08.551Z] ---> Running in b0583e5022b1 [2022-11-02T20:31:08.817Z] Removing intermediate container b0583e5022b1 [2022-11-02T20:31:08.817Z] ---> 724da088641b [2022-11-02T20:31:08.817Z] Step 18/19 : LABEL git_sha=b5c7a9d55794da1e67880cdefa065738be2b679b [2022-11-02T20:31:08.817Z] ---> Running in 0ce60c6423e3 [2022-11-02T20:31:09.083Z] Removing intermediate container 0ce60c6423e3 [2022-11-02T20:31:09.083Z] ---> 589d41da0b34 [2022-11-02T20:31:09.083Z] Step 19/19 : LABEL version=0.0.0 [2022-11-02T20:31:09.083Z] ---> Running in e3e6299a1835 [2022-11-02T20:31:09.399Z] Removing intermediate container e3e6299a1835 [2022-11-02T20:31:09.399Z] ---> a3e077a29154 [2022-11-02T20:31:09.399Z] [2022-11-02T20:31:09.664Z] Successfully built a3e077a29154 [2022-11-02T20:31:09.664Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-11-02T20:31:09.939Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2022-11-02T20:31:09.953Z] $ docker stop --time=1 8be0c9ac6ea0a5e52eb6cea76d65e9215b2744164e9722f99d0c7010a1b2b3cb [2022-11-02T20:31:11.585Z] $ docker rm -f 8be0c9ac6ea0a5e52eb6cea76d65e9215b2744164e9722f99d0c7010a1b2b3cb [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-02T20:31:12.108Z] + docker images [2022-11-02T20:31:12.378Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-11-02T20:31:12.378Z] security-spiffe-token-provider-arm64 latest a3e077a29154 3 seconds ago 28.8MB [2022-11-02T20:31:12.378Z] 4d17a08bf3da 14 seconds ago 1.47GB [2022-11-02T20:31:12.378Z] sys-mgmt-agent-arm64 latest 39d465ec64dd 26 seconds ago 133MB [2022-11-02T20:31:12.378Z] core-command-arm64 latest 3beeb555a61a 40 seconds ago 16.9MB [2022-11-02T20:31:12.378Z] 9bb2fe8c588c 51 seconds ago 1.44GB [2022-11-02T20:31:12.378Z] security-bootstrapper-arm64 latest 8520a445796b About a minute ago 19.4MB [2022-11-02T20:31:12.378Z] 2b830acad0bd About a minute ago 1.42GB [2022-11-02T20:31:12.378Z] 51f5efa4b3e4 2 minutes ago 1.43GB [2022-11-02T20:31:12.378Z] security-secretstore-setup-arm64 latest cac168526b46 4 minutes ago 28.6MB [2022-11-02T20:31:12.378Z] 1dfcbb4a06bd 4 minutes ago 1.43GB [2022-11-02T20:31:12.378Z] security-spire-config-arm64 latest cf2293a93dd7 8 minutes ago 83.6MB [2022-11-02T20:31:12.378Z] support-notifications-arm64 latest d71905db76e8 8 minutes ago 29.5MB [2022-11-02T20:31:12.378Z] 9bdbcebb50f8 8 minutes ago 1.31GB [2022-11-02T20:31:12.378Z] support-scheduler-arm64 latest 9ef0297faf81 8 minutes ago 28.8MB [2022-11-02T20:31:12.378Z] 790226100354 9 minutes ago 1.5GB [2022-11-02T20:31:12.378Z] d65932bc018d 9 minutes ago 1.5GB [2022-11-02T20:31:12.378Z] security-spire-server-arm64 latest 08c9a668958d 9 minutes ago 84.3MB [2022-11-02T20:31:12.378Z] b54f9ca321d3 9 minutes ago 1.31GB [2022-11-02T20:31:12.378Z] security-spire-agent-arm64 latest 34dce7ab454a 9 minutes ago 122MB [2022-11-02T20:31:12.378Z] 09185b7f1b21 10 minutes ago 1.31GB [2022-11-02T20:31:12.378Z] core-data-arm64 latest c6286e29b592 10 minutes ago 20.8MB [2022-11-02T20:31:12.378Z] da6955ff7a66 11 minutes ago 1.44GB [2022-11-02T20:31:12.378Z] core-metadata-arm64 latest 2bbcbec33eb5 11 minutes ago 17.7MB [2022-11-02T20:31:12.378Z] 817929051825 12 minutes ago 1.44GB [2022-11-02T20:31:12.378Z] security-proxy-setup-arm64 latest 6d73cd638508 12 minutes ago 26.7MB [2022-11-02T20:31:12.378Z] bf2e0d6dfdd0 13 minutes ago 1.43GB [2022-11-02T20:31:12.378Z] ci-base-image-arm64 latest df4aa1287f49 35 minutes ago 943MB [2022-11-02T20:31:12.378Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 3 weeks ago 679MB [2022-11-02T20:31:12.378Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-11-02T20:31:12.378Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-11-02T20:31:12.378Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:31:13.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-02T20:31:13.158Z] [2022-11-02T20:31:13.158Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:31:13.564Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-02T20:31:13.565Z] arm64: Pulling from edgex-lftools-log-publisher [2022-11-02T20:31:13.565Z] 8998bd30e6a1: Pulling fs layer [2022-11-02T20:31:13.565Z] 04944245beec: Pulling fs layer [2022-11-02T20:31:13.565Z] 699f458cf7ca: Pulling fs layer [2022-11-02T20:31:13.565Z] 765212b225bb: Pulling fs layer [2022-11-02T20:31:13.565Z] f23df028b6ca: Pulling fs layer [2022-11-02T20:31:13.565Z] d65c8cfc05b1: Pulling fs layer [2022-11-02T20:31:13.565Z] 2437ff75d9bd: Pulling fs layer [2022-11-02T20:31:13.565Z] 765212b225bb: Waiting [2022-11-02T20:31:13.565Z] f23df028b6ca: Waiting [2022-11-02T20:31:13.565Z] d65c8cfc05b1: Waiting [2022-11-02T20:31:13.565Z] 2437ff75d9bd: Waiting [2022-11-02T20:31:13.830Z] 04944245beec: Verifying Checksum [2022-11-02T20:31:13.830Z] 04944245beec: Download complete [2022-11-02T20:31:13.830Z] 765212b225bb: Download complete [2022-11-02T20:31:13.830Z] f23df028b6ca: Verifying Checksum [2022-11-02T20:31:13.830Z] f23df028b6ca: Download complete [2022-11-02T20:31:13.830Z] d65c8cfc05b1: Verifying Checksum [2022-11-02T20:31:13.830Z] d65c8cfc05b1: Download complete [2022-11-02T20:31:14.098Z] 699f458cf7ca: Verifying Checksum [2022-11-02T20:31:14.367Z] 8998bd30e6a1: Download complete [2022-11-02T20:31:16.298Z] 2437ff75d9bd: Verifying Checksum [2022-11-02T20:31:16.298Z] 2437ff75d9bd: Download complete [2022-11-02T20:31:18.234Z] 8998bd30e6a1: Pull complete [2022-11-02T20:31:18.498Z] 04944245beec: Pull complete [2022-11-02T20:31:19.900Z] 699f458cf7ca: Pull complete [2022-11-02T20:31:19.900Z] 765212b225bb: Pull complete [2022-11-02T20:31:20.479Z] f23df028b6ca: Pull complete [2022-11-02T20:31:20.750Z] d65c8cfc05b1: Pull complete [2022-11-02T20:31:35.728Z] 2437ff75d9bd: Pull complete [2022-11-02T20:31:35.728Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-11-02T20:31:35.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-02T20:31:35.728Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T20:31:36.048Z] prd-ubuntu20.04-docker-arm64-4c-16g-117929 does not seem to be running inside a container [2022-11-02T20:31:36.113Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-11-02T20:31:39.138Z] $ docker top cf91cb7aaf9a95b746894a7c14eb3db773d3886a0470bebac45360b0553d0aee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:31:40.086Z] ---> job-cost.sh [2022-11-02T20:31:40.086Z] lf-activate-venv: SKIPPING [2022-11-02T20:31:40.086Z] INFO: No Stack... [2022-11-02T20:31:40.666Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-11-02T20:31:41.254Z] INFO: Archiving Costs [Pipeline] sh [2022-11-02T20:31:41.909Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-11-02T20:31:41.909Z] + cut -d, -f6 [Pipeline] lock [2022-11-02T20:31:41.966Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4226-1-stack-cost] [2022-11-02T20:31:41.971Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4226-1-stack-cost] did not exist. Created. [2022-11-02T20:31:41.971Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4226-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-11-02T20:31:42.753Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-11-02T20:31:42.969Z] Stashed 1 file(s) [Pipeline] } [2022-11-02T20:31:42.988Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4226-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-11-02T20:31:43.059Z] $ docker stop --time=1 cf91cb7aaf9a95b746894a7c14eb3db773d3886a0470bebac45360b0553d0aee [2022-11-02T20:31:44.538Z] $ docker rm -f cf91cb7aaf9a95b746894a7c14eb3db773d3886a0470bebac45360b0553d0aee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-11-02T20:31:45.518Z] provisioning config files... [2022-11-02T20:31:45.526Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4057272183298385323tmp [Pipeline] { [Pipeline] sh [2022-11-02T20:31:45.858Z] + set +x [2022-11-02T20:31:45.858Z] + + bash -s -- [2022-11-02T20:31:45.858Z] curl -s https://codecov.io/bash [2022-11-02T20:31:45.858Z] [2022-11-02T20:31:45.858Z] _____ _ [2022-11-02T20:31:45.858Z] / ____| | | [2022-11-02T20:31:45.858Z] | | ___ __| | ___ ___ _____ __ [2022-11-02T20:31:45.858Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-11-02T20:31:45.858Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-11-02T20:31:45.858Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-11-02T20:31:45.858Z] Bash-1.0.6 [2022-11-02T20:31:45.858Z] [2022-11-02T20:31:45.858Z] [2022-11-02T20:31:45.858Z] ==> git version 2.25.1 found [2022-11-02T20:31:45.858Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-11-02T20:31:45.858Z] Release-Date: 2020-01-08 [2022-11-02T20:31:45.858Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-11-02T20:31:45.858Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-11-02T20:31:45.858Z] ==> Jenkins CI detected. [2022-11-02T20:31:45.858Z] current dir:  /w/workspace/edgex-go/1 [2022-11-02T20:31:45.858Z] project root: . [2022-11-02T20:31:45.858Z] --> token set from env [2022-11-02T20:31:45.858Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-11-02T20:31:45.858Z] ==> Running gcov in . (disable via -X gcov) [2022-11-02T20:31:45.858Z] ==> Python coveragepy not found [2022-11-02T20:31:45.858Z] ==> Searching for coverage reports in: [2022-11-02T20:31:45.858Z] + . [2022-11-02T20:31:45.858Z] -> Found 1 reports [2022-11-02T20:31:45.859Z] ==> Detecting git/mercurial file structure [2022-11-02T20:31:45.859Z] ==> Reading reports [2022-11-02T20:31:45.859Z] + ./coverage.out bytes=501828 [2022-11-02T20:31:45.859Z] ==> Appending adjustments [2022-11-02T20:31:45.859Z] https://docs.codecov.io/docs/fixing-reports [2022-11-02T20:31:47.228Z] + Found adjustments [2022-11-02T20:31:47.228Z] ==> Gzipping contents [2022-11-02T20:31:47.228Z] 64K /tmp/codecov.iH0i6G.gz [2022-11-02T20:31:47.228Z] ==> Uploading reports [2022-11-02T20:31:47.228Z] url: https://codecov.io [2022-11-02T20:31:47.228Z] query: branch=PR-4226&commit=b5c7a9d55794da1e67880cdefa065738be2b679b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4226%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4226&job=&cmd_args= [2022-11-02T20:31:47.228Z] -> Pinging Codecov [2022-11-02T20:31:47.228Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4226&commit=b5c7a9d55794da1e67880cdefa065738be2b679b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4226%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4226&job=&cmd_args= [2022-11-02T20:31:47.793Z] -> Uploading to [2022-11-02T20:31:47.793Z] https://storage.googleapis.com/codecov/v4/raw/2022-11-02/00271124DB129430A58F1EEE437C3FCB/b5c7a9d55794da1e67880cdefa065738be2b679b/43bfb91a-cada-4113-8a8e-081bb5bf1799.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221102%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221102T203147Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6355580165a8638988d6b7e3a16095c177944a28f1f032b69245daaf44b38154 [2022-11-02T20:31:47.793Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-11-02T20:31:47.793Z] Dload Upload Total Spent Left Speed [2022-11-02T20:31:47.793Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65400 0 0 100 65400 0 282k --:--:-- --:--:-- --:--:-- 283k [2022-11-02T20:31:47.793Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b5c7a9d55794da1e67880cdefa065738be2b679b [Pipeline] } [2022-11-02T20:31:47.822Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-11-02T20:31:49.159Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:31:49.488Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:31:50.372Z] ---> package-listing.sh [2022-11-02T20:31:50.372Z] ++ facter osfamily [2022-11-02T20:31:50.372Z] ++ tr '[:upper:]' '[:lower:]' [2022-11-02T20:31:50.630Z] + OS_FAMILY=debian [2022-11-02T20:31:50.630Z] + workspace=/w/workspace/edgex-go/1 [2022-11-02T20:31:50.630Z] + START_PACKAGES=/tmp/packages_start.txt [2022-11-02T20:31:50.630Z] + END_PACKAGES=/tmp/packages_end.txt [2022-11-02T20:31:50.630Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-11-02T20:31:50.630Z] + PACKAGES=/tmp/packages_start.txt [2022-11-02T20:31:50.630Z] + '[' /w/workspace/edgex-go/1 ']' [2022-11-02T20:31:50.630Z] + PACKAGES=/tmp/packages_end.txt [2022-11-02T20:31:50.630Z] + case "${OS_FAMILY}" in [2022-11-02T20:31:50.630Z] + dpkg -l [2022-11-02T20:31:50.630Z] + grep '^ii' [2022-11-02T20:31:50.630Z] + '[' -f /tmp/packages_start.txt ']' [2022-11-02T20:31:50.630Z] + '[' -f /tmp/packages_end.txt ']' [2022-11-02T20:31:50.630Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-11-02T20:31:50.630Z] + '[' /w/workspace/edgex-go/1 ']' [2022-11-02T20:31:50.630Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-11-02T20:31:50.630Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-11-02T20:31:50.667Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-11-02T20:31:50.960Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:31:51.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-02T20:31:51.583Z] [2022-11-02T20:31:51.583Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-02T20:31:51.954Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-02T20:31:51.954Z] latest: Pulling from edgex-lftools-log-publisher [2022-11-02T20:31:51.954Z] 5eb5b503b376: Pulling fs layer [2022-11-02T20:31:51.954Z] 5c69ac0246d0: Pulling fs layer [2022-11-02T20:31:51.954Z] ec43610c2a17: Pulling fs layer [2022-11-02T20:31:51.954Z] 3a2ae6a8a46f: Pulling fs layer [2022-11-02T20:31:51.954Z] 33b1e0a273af: Pulling fs layer [2022-11-02T20:31:51.954Z] 5d3b04190fa2: Pulling fs layer [2022-11-02T20:31:51.954Z] 2f39f015ded8: Pulling fs layer [2022-11-02T20:31:51.954Z] 3a2ae6a8a46f: Waiting [2022-11-02T20:31:51.954Z] 2f39f015ded8: Waiting [2022-11-02T20:31:51.954Z] 33b1e0a273af: Waiting [2022-11-02T20:31:51.954Z] 5c69ac0246d0: Verifying Checksum [2022-11-02T20:31:51.954Z] 5c69ac0246d0: Download complete [2022-11-02T20:31:51.954Z] 3a2ae6a8a46f: Verifying Checksum [2022-11-02T20:31:51.954Z] 3a2ae6a8a46f: Download complete [2022-11-02T20:31:51.954Z] 33b1e0a273af: Verifying Checksum [2022-11-02T20:31:51.954Z] 33b1e0a273af: Download complete [2022-11-02T20:31:51.954Z] 5d3b04190fa2: Verifying Checksum [2022-11-02T20:31:51.954Z] 5d3b04190fa2: Download complete [2022-11-02T20:31:52.214Z] ec43610c2a17: Download complete [2022-11-02T20:31:52.214Z] 5eb5b503b376: Verifying Checksum [2022-11-02T20:31:52.214Z] 5eb5b503b376: Download complete [2022-11-02T20:31:52.787Z] 2f39f015ded8: Verifying Checksum [2022-11-02T20:31:52.787Z] 2f39f015ded8: Download complete [2022-11-02T20:31:53.733Z] 5eb5b503b376: Pull complete [2022-11-02T20:31:53.733Z] 5c69ac0246d0: Pull complete [2022-11-02T20:31:54.298Z] ec43610c2a17: Pull complete [2022-11-02T20:31:54.298Z] 3a2ae6a8a46f: Pull complete [2022-11-02T20:31:54.556Z] 33b1e0a273af: Pull complete [2022-11-02T20:31:54.556Z] 5d3b04190fa2: Pull complete [2022-11-02T20:31:59.817Z] 2f39f015ded8: Pull complete [2022-11-02T20:31:59.817Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-11-02T20:31:59.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-02T20:31:59.817Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-02T20:32:00.039Z] prd-ubuntu20.04-docker-8c-8g-117927 does not seem to be running inside a container [2022-11-02T20:32:00.054Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-11-02T20:32:03.596Z] $ docker top ae284b212e72584f919560d9e547c7d4fd360e662270f801bd44b64a92050c5c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-02T20:32:04.001Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-11-02T20:32:04.309Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-11-02T20:32:04.618Z] + ls /var/log/sa-host [2022-11-02T20:32:04.618Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-02T20:32:04.743Z] provisioning config files... [2022-11-02T20:32:04.751Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5595423245613350822tmp [Pipeline] { [Pipeline] echo [2022-11-02T20:32:04.800Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:32:05.106Z] ---> create-netrc.sh [Pipeline] } [2022-11-02T20:32:05.137Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:32:05.545Z] ---> python-tools-install.sh [Pipeline] echo [2022-11-02T20:32:05.577Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:32:05.889Z] ---> sudo-logs.sh [2022-11-02T20:32:05.889Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-11-02T20:32:05.968Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:32:06.276Z] ---> job-cost.sh [2022-11-02T20:32:06.276Z] lf-activate-venv: SKIPPING [2022-11-02T20:32:06.276Z] DEBUG: total: 0.10999999940395355 [2022-11-02T20:32:06.276Z] INFO: Retrieving Stack Cost... [2022-11-02T20:32:06.535Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-11-02T20:32:07.101Z] INFO: Archiving Costs [Pipeline] echo [2022-11-02T20:32:07.139Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-02T20:32:07.446Z] ---> logs-deploy.sh [2022-11-02T20:32:07.446Z] lf-activate-venv: SKIPPING [2022-11-02T20:32:07.446Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4226/1 [2022-11-02T20:32:07.446Z] INFO: archiving workspace using pattern(s): [2022-11-02T20:32:08.378Z] Archives upload complete. [2022-11-02T20:32:08.635Z] INFO: archiving logs to Nexus [2022-11-02T20:32:09.200Z] ---> uname -a: [2022-11-02T20:32:09.200Z] Linux prd-ubuntu20-04-docker-8c-8g-117927 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2022-11-02T20:32:09.200Z] [2022-11-02T20:32:09.200Z] [2022-11-02T20:32:09.200Z] ---> lscpu: [2022-11-02T20:32:09.200Z] Architecture: x86_64 [2022-11-02T20:32:09.200Z] CPU op-mode(s): 32-bit, 64-bit [2022-11-02T20:32:09.200Z] Byte Order: Little Endian [2022-11-02T20:32:09.200Z] Address sizes: 40 bits physical, 48 bits virtual [2022-11-02T20:32:09.200Z] CPU(s): 8 [2022-11-02T20:32:09.200Z] On-line CPU(s) list: 0-7 [2022-11-02T20:32:09.200Z] Thread(s) per core: 1 [2022-11-02T20:32:09.200Z] Core(s) per socket: 1 [2022-11-02T20:32:09.200Z] Socket(s): 8 [2022-11-02T20:32:09.200Z] NUMA node(s): 1 [2022-11-02T20:32:09.200Z] Vendor ID: AuthenticAMD [2022-11-02T20:32:09.200Z] CPU family: 23 [2022-11-02T20:32:09.200Z] Model: 49 [2022-11-02T20:32:09.200Z] Model name: AMD EPYC-Rome Processor [2022-11-02T20:32:09.200Z] Stepping: 0 [2022-11-02T20:32:09.200Z] CPU MHz: 2799.996 [2022-11-02T20:32:09.200Z] BogoMIPS: 5599.99 [2022-11-02T20:32:09.200Z] Virtualization: AMD-V [2022-11-02T20:32:09.200Z] Hypervisor vendor: KVM [2022-11-02T20:32:09.200Z] Virtualization type: full [2022-11-02T20:32:09.200Z] L1d cache: 256 KiB [2022-11-02T20:32:09.200Z] L1i cache: 256 KiB [2022-11-02T20:32:09.200Z] L2 cache: 4 MiB [2022-11-02T20:32:09.200Z] L3 cache: 128 MiB [2022-11-02T20:32:09.200Z] NUMA node0 CPU(s): 0-7 [2022-11-02T20:32:09.200Z] Vulnerability Itlb multihit: Not affected [2022-11-02T20:32:09.200Z] Vulnerability L1tf: Not affected [2022-11-02T20:32:09.200Z] Vulnerability Mds: Not affected [2022-11-02T20:32:09.200Z] Vulnerability Meltdown: Not affected [2022-11-02T20:32:09.200Z] Vulnerability Mmio stale data: Not affected [2022-11-02T20:32:09.200Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-11-02T20:32:09.200Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-11-02T20:32:09.200Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-11-02T20:32:09.200Z] Vulnerability Srbds: Not affected [2022-11-02T20:32:09.200Z] Vulnerability Tsx async abort: Not affected [2022-11-02T20:32:09.200Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-11-02T20:32:09.200Z] [2022-11-02T20:32:09.200Z] [2022-11-02T20:32:09.200Z] ---> nproc: [2022-11-02T20:32:09.200Z] 8 [2022-11-02T20:32:09.200Z] [2022-11-02T20:32:09.200Z] [2022-11-02T20:32:09.200Z] ---> df -h: [2022-11-02T20:32:09.200Z] Filesystem Size Used Avail Use% Mounted on [2022-11-02T20:32:09.200Z] overlay 155G 19G 137G 12% / [2022-11-02T20:32:09.200Z] tmpfs 64M 0 64M 0% /dev [2022-11-02T20:32:09.200Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-11-02T20:32:09.200Z] shm 64M 0 64M 0% /dev/shm [2022-11-02T20:32:09.200Z] /dev/vda1 155G 19G 137G 12% /facter-os [2022-11-02T20:32:09.200Z] [2022-11-02T20:32:09.200Z]