Pull request #3674 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7bfb6e61ed993dbdcbb31803af10988968c7b7cf+1e57703e2e92bd58e31f4097df2a8578eafcfd4b (293fc3b4637c0ff1286c3bd41e64f645907579b3) Running in Durability level: MAX_SURVIVABILITY 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-ssh2402849623145172779.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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-ssh3777895108117046050.key > 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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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-3674/workspace@libs/edgex-global-pipelines # 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-3674/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5813230162134392328.key > 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-3674/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh618291631966298325.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > 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 shared 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-ssh954637429161978785.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 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-3674/workspace@libs/lf-pipelines # 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-3674/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh780397485047872659.key > 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 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3703 in /w/workspace/edgexfoundry_edgex-go_PR-3674 [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.24.4' 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 /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh7476297405080927204.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 1e57703e2e92bd58e31f4097df2a8578eafcfd4b into PR head commit 7bfb6e61ed993dbdcbb31803af10988968c7b7cf > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh2162594064326626077.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3674/head:refs/remotes/origin/PR-3674 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7bfb6e61ed993dbdcbb31803af10988968c7b7cf # timeout=10 > git remote # timeout=10 > 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 /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh4599511641715942927.key > git merge 1e57703e2e92bd58e31f4097df2a8578eafcfd4b # timeout=10 Merge succeeded, producing 7bfb6e61ed993dbdcbb31803af10988968c7b7cf Checking out Revision 7bfb6e61ed993dbdcbb31803af10988968c7b7cf (PR-3674) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7bfb6e61ed993dbdcbb31803af10988968c7b7cf # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-08-18T19:07:32.370Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-08-18T19:07:32.631Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-08-18T19:07:32.767Z] ========================================================= [2021-08-18T19:07:32.767Z] EdgeX Global Pipelines Version Info [2021-08-18T19:07:32.767Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-08-18T19:07:34.043Z] ------------------- [2021-08-18T19:07:34.043Z] stable info: [2021-08-18T19:07:34.043Z] ------------------- [2021-08-18T19:07:34.043Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-08-18T19:07:34.043Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-08-18T19:07:34.043Z] Message: update stable to v1.0.205 [2021-08-18T19:07:34.629Z] ------------------- [2021-08-18T19:07:34.629Z] experimental info: [2021-08-18T19:07:34.629Z] ------------------- [2021-08-18T19:07:34.629Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-08-18T19:07:34.629Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-08-18T19:07:34.629Z] Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-08-18T19:07:34.892Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-08-18T19:07:34.954Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-08-18T19:07:35.015Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-08-18T19:07:35.075Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-08-18T19:07:35.135Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-08-18T19:07:35.197Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-08-18T19:07:35.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-08-18T19:07:35.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-08-18T19:07:35.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-08-18T19:07:35.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-08-18T19:07:35.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-08-18T19:07:35.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-08-18T19:07:35.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-08-18T19:07:35.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-08-18T19:07:35.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-08-18T19:07:35.864Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-08-18T19:07:35.931Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-08-18T19:07:35.997Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-08-18T19:07:36.060Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-08-18T19:07:36.122Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-08-18T19:07:36.188Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-08-18T19:07:36.251Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-08-18T19:07:36.331Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-08-18T19:07:36.392Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3674 [Pipeline] echo [2021-08-18T19:07:36.455Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3674 [Pipeline] echo [2021-08-18T19:07:36.520Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3674 [Pipeline] echo [2021-08-18T19:07:36.583Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7bfb6e61ed993dbdcbb31803af10988968c7b7cf [Pipeline] echo [2021-08-18T19:07:36.653Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7bfb6e6 [Pipeline] echo [2021-08-18T19:07:36.727Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-18T19:07:36.896Z] provisioning config files... [2021-08-18T19:07:36.914Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1728092015947180790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-18T19:07:37.313Z] ---> docker-login.sh [2021-08-18T19:07:37.313Z] nexus3.edgexfoundry.org:10001 [2021-08-18T19:07:37.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-18T19:07:37.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-18T19:07:37.895Z] Configure a credential helper to remove this warning. See [2021-08-18T19:07:37.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-18T19:07:37.895Z] [2021-08-18T19:07:37.895Z] Login Succeeded [2021-08-18T19:07:37.895Z] nexus3.edgexfoundry.org:10002 [2021-08-18T19:07:37.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-18T19:07:37.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-18T19:07:37.895Z] Configure a credential helper to remove this warning. See [2021-08-18T19:07:37.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-18T19:07:37.895Z] [2021-08-18T19:07:37.895Z] Login Succeeded [2021-08-18T19:07:37.895Z] nexus3.edgexfoundry.org:10003 [2021-08-18T19:07:37.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-18T19:07:38.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-18T19:07:38.164Z] Configure a credential helper to remove this warning. See [2021-08-18T19:07:38.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-18T19:07:38.164Z] [2021-08-18T19:07:38.164Z] Login Succeeded [2021-08-18T19:07:38.164Z] nexus3.edgexfoundry.org:10004 [2021-08-18T19:07:38.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-18T19:07:38.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-18T19:07:38.164Z] Configure a credential helper to remove this warning. See [2021-08-18T19:07:38.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-18T19:07:38.164Z] [2021-08-18T19:07:38.164Z] Login Succeeded [2021-08-18T19:07:38.164Z] docker.io [2021-08-18T19:07:38.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-18T19:07:38.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-18T19:07:38.705Z] Configure a credential helper to remove this warning. See [2021-08-18T19:07:38.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-18T19:07:38.705Z] [2021-08-18T19:07:38.705Z] Login Succeeded [2021-08-18T19:07:38.705Z] ---> docker-login.sh ends [Pipeline] } [2021-08-18T19:07:38.733Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-08-18T19:07:39.188Z] ++ 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/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-08-18T19:07:39.188Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-18T19:07:39.188Z] ++ dirname cmd/core-command/Dockerfile [2021-08-18T19:07:39.188Z] ++ cut -d/ -f2 [2021-08-18T19:07:39.188Z] + echo core-command,cmd/core-command/Dockerfile [2021-08-18T19:07:39.188Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-18T19:07:39.188Z] ++ dirname cmd/core-data/Dockerfile [2021-08-18T19:07:39.188Z] ++ cut -d/ -f2 [2021-08-18T19:07:39.188Z] + echo core-data,cmd/core-data/Dockerfile [2021-08-18T19:07:39.188Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-18T19:07:39.188Z] ++ dirname cmd/core-metadata/Dockerfile [2021-08-18T19:07:39.188Z] ++ cut -d/ -f2 [2021-08-18T19:07:39.188Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-08-18T19:07:39.188Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-18T19:07:39.188Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-08-18T19:07:39.188Z] ++ cut -d/ -f2 [2021-08-18T19:07:39.188Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-08-18T19:07:39.188Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-18T19:07:39.188Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-08-18T19:07:39.188Z] ++ cut -d/ -f2 [2021-08-18T19:07:39.188Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-08-18T19:07:39.188Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-18T19:07:39.188Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-08-18T19:07:39.188Z] ++ cut -d/ -f2 [2021-08-18T19:07:39.188Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-08-18T19:07:39.188Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-18T19:07:39.188Z] ++ dirname cmd/support-notifications/Dockerfile [2021-08-18T19:07:39.188Z] ++ cut -d/ -f2 [2021-08-18T19:07:39.188Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-08-18T19:07:39.188Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-18T19:07:39.188Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-08-18T19:07:39.188Z] ++ cut -d/ -f2 [2021-08-18T19:07:39.188Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-08-18T19:07:39.188Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-18T19:07:39.188Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-08-18T19:07:39.188Z] ++ cut -d/ -f2 [2021-08-18T19:07:39.188Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-08-18T19:07:39.300Z] 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: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] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:07:40.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-18T19:07:40.815Z] [2021-08-18T19:07:40.815Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:07:41.191Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-18T19:07:41.191Z] latest: Pulling from edgex-devops/git-semver [2021-08-18T19:07:41.191Z] 31603596830f: Pulling fs layer [2021-08-18T19:07:41.191Z] 04fac38145f0: Pulling fs layer [2021-08-18T19:07:41.191Z] 701f6daf10bf: Pulling fs layer [2021-08-18T19:07:41.191Z] 24f72da36158: Pulling fs layer [2021-08-18T19:07:41.191Z] 24f72da36158: Waiting [2021-08-18T19:07:41.191Z] 04fac38145f0: Verifying Checksum [2021-08-18T19:07:41.191Z] 04fac38145f0: Download complete [2021-08-18T19:07:41.457Z] 31603596830f: Verifying Checksum [2021-08-18T19:07:41.457Z] 31603596830f: Download complete [2021-08-18T19:07:41.730Z] 31603596830f: Pull complete [2021-08-18T19:07:41.730Z] 04fac38145f0: Pull complete [2021-08-18T19:07:41.730Z] 24f72da36158: Verifying Checksum [2021-08-18T19:07:41.730Z] 24f72da36158: Download complete [2021-08-18T19:07:41.730Z] 701f6daf10bf: Verifying Checksum [2021-08-18T19:07:41.730Z] 701f6daf10bf: Download complete [2021-08-18T19:07:42.332Z] 701f6daf10bf: Pull complete [2021-08-18T19:07:42.601Z] 24f72da36158: Pull complete [2021-08-18T19:07:42.601Z] Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 [2021-08-18T19:07:42.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-18T19:07:42.601Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-08-18T19:07:42.732Z] prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container [2021-08-18T19:07:42.782Z] $ 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:10004/edgex-devops/git-semver:latest cat [2021-08-18T19:07:43.503Z] $ docker top b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-08-18T19:07:43.721Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-18T19:07:43.721Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-18T19:07:43.841Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-18T19:07:43.843Z] $ docker exec b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 ssh-agent [2021-08-18T19:07:43.952Z] SSH_AUTH_SOCK=/tmp/ssh-xUAjR4so5EOH/agent.13 [2021-08-18T19:07:43.952Z] SSH_AGENT_PID=19 [2021-08-18T19:07:43.962Z] Running ssh-add (command line suppressed) [2021-08-18T19:07:44.053Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7608626840280770081.key (/w/workspace/edgex-go/1@tmp/private_key_7608626840280770081.key) [2021-08-18T19:07:44.073Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-18T19:07:44.428Z] + git tag --points-at HEAD [Pipeline] } [2021-08-18T19:07:44.454Z] $ docker exec --env ******** --env ******** b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 ssh-agent -k [2021-08-18T19:07:44.541Z] unset SSH_AUTH_SOCK; [2021-08-18T19:07:44.541Z] unset SSH_AGENT_PID; [2021-08-18T19:07:44.541Z] echo Agent pid 19 killed; [2021-08-18T19:07:44.555Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-08-18T19:07:44.646Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-18T19:07:44.646Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-18T19:07:44.748Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-18T19:07:44.750Z] $ docker exec b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 ssh-agent [2021-08-18T19:07:44.858Z] SSH_AUTH_SOCK=/tmp/ssh-ZexT0ThZGqip/agent.55 [2021-08-18T19:07:44.858Z] SSH_AGENT_PID=62 [2021-08-18T19:07:44.866Z] Running ssh-add (command line suppressed) [2021-08-18T19:07:44.966Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7398343724118525645.key (/w/workspace/edgex-go/1@tmp/private_key_7398343724118525645.key) [2021-08-18T19:07:44.986Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-18T19:07:45.355Z] + git semver init [2021-08-18T19:07:45.355Z] # -> Open(): unable to determine branch for HEAD [2021-08-18T19:07:45.355Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-08-18T19:07:45.355Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-08-18T19:07:45.355Z] # $SEMVER_REMOTE_NAME = origin [2021-08-18T19:07:45.355Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-08-18T19:07:45.355Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-08-18T19:07:45.355Z] # $SEMVER_BRANCH = PR-3674 [2021-08-18T19:07:45.355Z] # $SEMVER_TEMP = /tmp/semver-986963176 [2021-08-18T19:07:45.355Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-08-18T19:08:00.359Z] # '/tmp/semver-986963176' -> '/w/workspace/edgex-go/1/.semver' [2021-08-18T19:08:00.625Z] # -> Force: false [2021-08-18T19:08:00.625Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-08-18T19:08:00.648Z] $ docker exec --env ******** --env ******** b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 ssh-agent -k [2021-08-18T19:08:00.754Z] unset SSH_AUTH_SOCK; [2021-08-18T19:08:00.754Z] unset SSH_AGENT_PID; [2021-08-18T19:08:00.754Z] echo Agent pid 62 killed; [2021-08-18T19:08:00.768Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-08-18T19:08:01.222Z] + git semver [Pipeline] } [2021-08-18T19:08:01.254Z] $ docker stop --time=1 b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 [2021-08-18T19:08:03.384Z] $ docker rm -f b763e8fd2d33e7a09af0206f27746be3ee3d63f9022f6b1cba7f4750c7629905 [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-18T19:08:03.849Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-08-18T19:08:04.285Z] Stashed 1 file(s) [Pipeline] echo [2021-08-18T19:08:04.314Z] [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] { [2021-08-18T19:08:04.927Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3692 in /w/workspace/edgexfoundry_edgex-go_PR-3674 [Pipeline] echo [2021-08-18T19:08:04.948Z] ========================================================= [2021-08-18T19:08:04.948Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-08-18T19:08:04.948Z] ========================================================= [Pipeline] fileExists [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-08-18T19:08:05.119Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-08-18T19:08:05.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-18T19:08:05.334Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-08-18T19:08:05.334Z] 540db60ca938: Pulling fs layer [2021-08-18T19:08:05.334Z] adcc1eea9eea: Pulling fs layer [2021-08-18T19:08:05.334Z] 4c4ab2625f07: Pulling fs layer [2021-08-18T19:08:05.334Z] db62176df00c: Pulling fs layer [2021-08-18T19:08:05.334Z] 3b30891b0d05: Pulling fs layer [2021-08-18T19:08:05.334Z] 06b49ca38bd5: Pulling fs layer [2021-08-18T19:08:05.334Z] c788192a36de: Pulling fs layer [2021-08-18T19:08:05.334Z] a77e37c0d609: Pulling fs layer [2021-08-18T19:08:05.334Z] c3185cebc471: Pulling fs layer [2021-08-18T19:08:05.334Z] 3b30891b0d05: Waiting [2021-08-18T19:08:05.334Z] 06b49ca38bd5: Waiting [2021-08-18T19:08:05.334Z] c788192a36de: Waiting [2021-08-18T19:08:05.334Z] a77e37c0d609: Waiting [2021-08-18T19:08:05.334Z] c3185cebc471: Waiting [2021-08-18T19:08:05.334Z] db62176df00c: Waiting [2021-08-18T19:08:05.334Z] 4c4ab2625f07: Verifying Checksum [2021-08-18T19:08:05.334Z] 4c4ab2625f07: Download complete [2021-08-18T19:08:05.334Z] adcc1eea9eea: Verifying Checksum [2021-08-18T19:08:05.334Z] adcc1eea9eea: Download complete [2021-08-18T19:08:05.334Z] 3b30891b0d05: Verifying Checksum [2021-08-18T19:08:05.334Z] 3b30891b0d05: Download complete [2021-08-18T19:08:06.748Z] 06b49ca38bd5: Verifying Checksum [2021-08-18T19:08:06.748Z] 06b49ca38bd5: Download complete [2021-08-18T19:08:06.748Z] 540db60ca938: Verifying Checksum [2021-08-18T19:08:06.748Z] 540db60ca938: Download complete [2021-08-18T19:08:06.748Z] c788192a36de: Verifying Checksum [2021-08-18T19:08:06.748Z] c788192a36de: Download complete [2021-08-18T19:08:06.748Z] 540db60ca938: Pull complete [2021-08-18T19:08:06.748Z] adcc1eea9eea: Pull complete [2021-08-18T19:08:06.748Z] 4c4ab2625f07: Pull complete [2021-08-18T19:08:06.748Z] a77e37c0d609: Verifying Checksum [2021-08-18T19:08:06.748Z] a77e37c0d609: Download complete [2021-08-18T19:08:06.761Z] The recommended git tool is: git [2021-08-18T19:08:11.011Z] db62176df00c: Verifying Checksum [2021-08-18T19:08:11.011Z] db62176df00c: Download complete [2021-08-18T19:08:11.011Z] c3185cebc471: Verifying Checksum [2021-08-18T19:08:11.011Z] c3185cebc471: Download complete [2021-08-18T19:08:11.901Z] using credential edgex-jenkins-ssh [2021-08-18T19:08:11.925Z] Cloning the remote Git repository [2021-08-18T19:08:11.995Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-08-18T19:08:12.104Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-08-18T19:08:12.204Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-18T19:08:12.204Z] > git --version # timeout=10 [2021-08-18T19:08:12.221Z] > git --version # 'git version 2.17.1' [2021-08-18T19:08:12.223Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-18T19:08:12.300Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-18T19:08:13.612Z] db62176df00c: Pull complete [2021-08-18T19:08:13.612Z] 3b30891b0d05: Pull complete [2021-08-18T19:08:13.612Z] 06b49ca38bd5: Pull complete [2021-08-18T19:08:13.612Z] c788192a36de: Pull complete [2021-08-18T19:08:13.891Z] a77e37c0d609: Pull complete [2021-08-18T19:08:16.479Z] c3185cebc471: Pull complete [2021-08-18T19:08:16.479Z] Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd [2021-08-18T19:08:16.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-18T19:08:16.479Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-08-18T19:08:16.898Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-18T19:08:16.898Z] WORKDIR /edgex [2021-08-18T19:08:16.898Z] COPY go.mod . [2021-08-18T19:08:16.898Z] RUN go mod download' [2021-08-18T19:08:16.898Z] + docker build -t ci-base-image-x86_64 -f - . [2021-08-18T19:08:18.388Z] Sending build context to Docker daemon 328.7MB [2021-08-18T19:08:18.388Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-18T19:08:18.388Z] ---> 031687cdd783 [2021-08-18T19:08:18.388Z] Step 2/4 : WORKDIR /edgex [2021-08-18T19:08:20.340Z] ---> Running in 538c3ca7010c [2021-08-18T19:08:20.340Z] Removing intermediate container 538c3ca7010c [2021-08-18T19:08:20.340Z] ---> f494be3614a8 [2021-08-18T19:08:20.340Z] Step 3/4 : COPY go.mod . [2021-08-18T19:08:20.340Z] ---> c07462644ab5 [2021-08-18T19:08:20.340Z] Step 4/4 : RUN go mod download [2021-08-18T19:08:20.340Z] ---> Running in 0588e1699d75 [2021-08-18T19:08:30.122Z] Merging remotes/origin/main commit 1e57703e2e92bd58e31f4097df2a8578eafcfd4b into PR head commit 7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:08:30.438Z] Merge succeeded, producing 7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:08:30.439Z] Checking out Revision 7bfb6e61ed993dbdcbb31803af10988968c7b7cf (PR-3674) [2021-08-18T19:08:29.469Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-18T19:08:29.500Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-18T19:08:29.531Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-18T19:08:29.563Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-18T19:08:29.563Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-18T19:08:29.576Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3674/head:refs/remotes/origin/PR-3674 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-08-18T19:08:30.144Z] > git config core.sparsecheckout # timeout=10 [2021-08-18T19:08:30.156Z] > git checkout -f 7bfb6e61ed993dbdcbb31803af10988968c7b7cf # timeout=10 [2021-08-18T19:08:30.351Z] > git remote # timeout=10 [2021-08-18T19:08:30.375Z] > git config --get remote.origin.url # timeout=10 [2021-08-18T19:08:30.396Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-18T19:08:30.406Z] > git merge 1e57703e2e92bd58e31f4097df2a8578eafcfd4b # timeout=10 [2021-08-18T19:08:30.427Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-18T19:08:30.448Z] > git config core.sparsecheckout # timeout=10 [2021-08-18T19:08:30.457Z] > git checkout -f 7bfb6e61ed993dbdcbb31803af10988968c7b7cf # timeout=10 [2021-08-18T19:08:34.819Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-08-18T19:08:34.885Z] > git --version # timeout=10 [2021-08-18T19:08:34.893Z] > git --version # 'git version 2.17.1' [2021-08-18T19:08:34.912Z] fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-18T19:08:35.516Z] provisioning config files... [2021-08-18T19:08:35.543Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4333594941469189227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-18T19:08:36.149Z] ---> docker-login.sh [2021-08-18T19:08:36.149Z] nexus3.edgexfoundry.org:10001 [2021-08-18T19:08:36.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-18T19:08:37.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-18T19:08:37.354Z] Configure a credential helper to remove this warning. See [2021-08-18T19:08:37.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-18T19:08:37.354Z] [2021-08-18T19:08:37.354Z] Login Succeeded [2021-08-18T19:08:37.354Z] nexus3.edgexfoundry.org:10002 [2021-08-18T19:08:37.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-18T19:08:37.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-18T19:08:37.908Z] Configure a credential helper to remove this warning. See [2021-08-18T19:08:37.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-18T19:08:37.908Z] [2021-08-18T19:08:37.908Z] Login Succeeded [2021-08-18T19:08:37.908Z] nexus3.edgexfoundry.org:10003 [2021-08-18T19:08:38.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-18T19:08:38.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-18T19:08:38.185Z] Configure a credential helper to remove this warning. See [2021-08-18T19:08:38.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-18T19:08:38.185Z] [2021-08-18T19:08:38.461Z] Login Succeeded [2021-08-18T19:08:38.461Z] nexus3.edgexfoundry.org:10004 [2021-08-18T19:08:38.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-18T19:08:38.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-18T19:08:38.739Z] Configure a credential helper to remove this warning. See [2021-08-18T19:08:38.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-18T19:08:38.739Z] [2021-08-18T19:08:38.739Z] Login Succeeded [2021-08-18T19:08:38.739Z] docker.io [2021-08-18T19:08:39.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-18T19:08:39.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-18T19:08:39.621Z] Configure a credential helper to remove this warning. See [2021-08-18T19:08:39.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-18T19:08:39.621Z] [2021-08-18T19:08:39.621Z] Login Succeeded [2021-08-18T19:08:39.621Z] ---> docker-login.sh ends [Pipeline] } [2021-08-18T19:08:39.715Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-08-18T19:08:40.278Z] ========================================================= [2021-08-18T19:08:40.278Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-08-18T19:08:40.278Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-08-18T19:08:40.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-18T19:08:40.949Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-08-18T19:08:40.949Z] 595b0fe564bb: Pulling fs layer [2021-08-18T19:08:40.950Z] 24495759ef45: Pulling fs layer [2021-08-18T19:08:40.950Z] d148012ef14d: Pulling fs layer [2021-08-18T19:08:40.950Z] e90a11edd702: Pulling fs layer [2021-08-18T19:08:40.950Z] d77568369979: Pulling fs layer [2021-08-18T19:08:40.950Z] fc1c9f9a7f3b: Pulling fs layer [2021-08-18T19:08:40.950Z] 170f2ba95c9a: Pulling fs layer [2021-08-18T19:08:40.950Z] 97ac5df62f85: Pulling fs layer [2021-08-18T19:08:40.950Z] e90a11edd702: Waiting [2021-08-18T19:08:40.950Z] d77568369979: Waiting [2021-08-18T19:08:40.950Z] fc1c9f9a7f3b: Waiting [2021-08-18T19:08:40.950Z] 170f2ba95c9a: Waiting [2021-08-18T19:08:40.950Z] 97ac5df62f85: Waiting [2021-08-18T19:08:40.950Z] d148012ef14d: Verifying Checksum [2021-08-18T19:08:40.950Z] d148012ef14d: Download complete [2021-08-18T19:08:40.950Z] 24495759ef45: Download complete [2021-08-18T19:08:40.950Z] d77568369979: Verifying Checksum [2021-08-18T19:08:41.223Z] fc1c9f9a7f3b: Verifying Checksum [2021-08-18T19:08:41.223Z] fc1c9f9a7f3b: Download complete [2021-08-18T19:08:41.223Z] 595b0fe564bb: Verifying Checksum [2021-08-18T19:08:41.223Z] 170f2ba95c9a: Verifying Checksum [2021-08-18T19:08:41.223Z] 170f2ba95c9a: Download complete [2021-08-18T19:08:41.822Z] 595b0fe564bb: Pull complete [2021-08-18T19:08:42.422Z] 24495759ef45: Pull complete [2021-08-18T19:08:43.041Z] d148012ef14d: Pull complete [2021-08-18T19:08:45.027Z] 97ac5df62f85: Verifying Checksum [2021-08-18T19:08:45.027Z] 97ac5df62f85: Download complete [2021-08-18T19:08:45.629Z] e90a11edd702: Download complete [2021-08-18T19:09:00.742Z] e90a11edd702: Pull complete [2021-08-18T19:09:00.742Z] d77568369979: Pull complete [2021-08-18T19:09:01.015Z] fc1c9f9a7f3b: Pull complete [2021-08-18T19:09:01.289Z] 170f2ba95c9a: Pull complete [2021-08-18T19:09:07.180Z] Removing intermediate container 0588e1699d75 [2021-08-18T19:09:07.180Z] ---> 304f5e8caaef [2021-08-18T19:09:07.180Z] Successfully built 304f5e8caaef [2021-08-18T19:09:07.180Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:09:07.535Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-18T19:09:07.535Z] . [Pipeline] withDockerContainer [2021-08-18T19:09:07.648Z] prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container [2021-08-18T19:09:07.711Z] $ 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 [2021-08-18T19:09:08.014Z] 97ac5df62f85: Pull complete [2021-08-18T19:09:08.014Z] Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 [2021-08-18T19:09:08.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-18T19:09:08.014Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-18T19:09:08.079Z] $ docker top 3180e930ccfd2f5666e172478fe4fae234e73e6c61c00a103ba879f841efd4d4 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [Pipeline] sh [2021-08-18T19:09:08.573Z] + go version [2021-08-18T19:09:08.573Z] go version go1.16.6 linux/amd64 [Pipeline] } [2021-08-18T19:09:08.607Z] $ docker stop --time=1 3180e930ccfd2f5666e172478fe4fae234e73e6c61c00a103ba879f841efd4d4 [2021-08-18T19:09:08.684Z] + docker build -t+ ci-base-image-arm64 -f -echo . FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-18T19:09:08.684Z] WORKDIR /edgex [2021-08-18T19:09:08.684Z] COPY go.mod . [2021-08-18T19:09:08.684Z] RUN go mod download [2021-08-18T19:09:08.684Z] [2021-08-18T19:09:09.797Z] $ docker rm -f 3180e930ccfd2f5666e172478fe4fae234e73e6c61c00a103ba879f841efd4d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:09:10.543Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-18T19:09:10.544Z] . [Pipeline] withDockerContainer [2021-08-18T19:09:10.669Z] prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container [2021-08-18T19:09:10.689Z] Sending build context to Docker daemon 165.9MB [2021-08-18T19:09:10.689Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-18T19:09:10.689Z] ---> 04bc70af865f [2021-08-18T19:09:10.689Z] Step 2/4 : WORKDIR /edgex [2021-08-18T19:09:10.737Z] $ 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 [2021-08-18T19:09:11.073Z] $ docker top 3065c972f09c8607e6dc44107550733a05b9c2cdcf92def10964abcc68ceaf8c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-08-18T19:09:11.236Z] ========================================================= [2021-08-18T19:09:11.236Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-08-18T19:09:11.236Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-08-18T19:09:11.606Z] + go mod tidy [Pipeline] sh [2021-08-18T19:09:12.205Z] + make test [2021-08-18T19:09:12.205Z] 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 [2021-08-18T19:09:12.470Z] go mod tidy [2021-08-18T19:09:12.470Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-08-18T19:09:17.836Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-08-18T19:09:18.989Z] ---> Running in 8bfe15bf9859 [2021-08-18T19:09:18.989Z] Removing intermediate container 8bfe15bf9859 [2021-08-18T19:09:18.989Z] ---> 2937ef0a4612 [2021-08-18T19:09:18.989Z] Step 3/4 : COPY go.mod . [2021-08-18T19:09:18.989Z] ---> 6faad91fc801 [2021-08-18T19:09:18.989Z] Step 4/4 : RUN go mod download [2021-08-18T19:09:19.261Z] ---> Running in b835cc707855 [2021-08-18T19:09:36.131Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-08-18T19:09:38.741Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-08-18T19:09:38.741Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-08-18T19:09:39.010Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-08-18T19:09:40.985Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-08-18T19:09:41.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-08-18T19:09:41.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-08-18T19:09:41.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-08-18T19:09:42.227Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-08-18T19:09:42.500Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-08-18T19:09:42.770Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-08-18T19:09:42.770Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-08-18T19:09:42.770Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-08-18T19:09:42.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-08-18T19:09:45.389Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements [2021-08-18T19:09:45.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-08-18T19:09:45.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-08-18T19:09:46.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.060s coverage: 100.0% of statements [2021-08-18T19:09:46.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-08-18T19:09:46.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.059s coverage: 46.3% of statements [2021-08-18T19:09:46.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-08-18T19:09:46.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-08-18T19:09:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.112s coverage: 90.1% of statements [2021-08-18T19:09:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-08-18T19:09:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-08-18T19:09:48.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.048s coverage: 81.2% of statements [2021-08-18T19:09:48.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-08-18T19:09:48.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-08-18T19:09:48.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-08-18T19:09:48.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-08-18T19:09:48.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-08-18T19:09:48.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.246s coverage: 94.2% of statements [2021-08-18T19:09:48.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-08-18T19:09:48.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-08-18T19:09:48.899Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.043s coverage: 59.1% of statements [2021-08-18T19:09:48.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-08-18T19:09:48.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-08-18T19:09:48.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-08-18T19:09:48.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-08-18T19:09:48.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-08-18T19:09:49.488Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.057s coverage: 60.0% of statements [2021-08-18T19:09:49.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-08-18T19:09:49.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-08-18T19:09:49.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-08-18T19:09:50.076Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.041s coverage: 0.8% of statements [2021-08-18T19:09:50.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-08-18T19:09:50.076Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2021-08-18T19:09:50.076Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.054s coverage: 21.7% of statements [2021-08-18T19:09:50.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-08-18T19:09:50.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements [2021-08-18T19:09:50.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements [2021-08-18T19:09:50.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-08-18T19:09:50.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2021-08-18T19:09:51.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-08-18T19:10:03.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements [2021-08-18T19:10:03.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-08-18T19:10:07.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.210s coverage: 81.8% of statements [2021-08-18T19:10:07.772Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 58.8% of statements [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 85.4% of statements [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.2% of statements [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.143s coverage: 64.4% of statements [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-08-18T19:10:25.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2021-08-18T19:10:25.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2021-08-18T19:10:26.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.191s coverage: 66.9% of statements [2021-08-18T19:10:26.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-08-18T19:10:26.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-08-18T19:10:26.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-08-18T19:10:27.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.140s coverage: 43.6% of statements [2021-08-18T19:10:27.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-08-18T19:10:27.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-08-18T19:10:27.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements [2021-08-18T19:10:27.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-08-18T19:10:27.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements [2021-08-18T19:10:27.816Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-08-18T19:10:34.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.060s coverage: 19.5% of statements [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-08-18T19:10:34.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.118s coverage: 92.0% of statements [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-08-18T19:10:34.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 62.7% of statements [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-08-18T19:10:34.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.084s coverage: 97.7% of statements [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-08-18T19:10:34.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.063s coverage: 28.9% of statements [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-08-18T19:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-08-18T19:10:34.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-08-18T19:10:34.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 95.4% of statements [2021-08-18T19:10:34.748Z] GO111MODULE=on go vet ./... [2021-08-18T19:10:56.061Z] Removing intermediate container b835cc707855 [2021-08-18T19:10:56.061Z] ---> 66ac167cdf6e [2021-08-18T19:10:56.061Z] Successfully built 66ac167cdf6e [2021-08-18T19:10:56.061Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:10:56.446Z] + docker inspect -f . ci-base-image-arm64 [2021-08-18T19:10:56.446Z] . [Pipeline] withDockerContainer [2021-08-18T19:10:56.738Z] prd-ubuntu18.04-docker-arm64-4c-16g-3692 does not seem to be running inside a container [2021-08-18T19:10:56.821Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-08-18T19:10:56.840Z] gofmt -l . [2021-08-18T19:10:56.840Z] [ "`gofmt -l .`" = "" ] [2021-08-18T19:10:57.108Z] ./bin/test-attribution-txt.sh [2021-08-18T19:10:58.917Z] $ docker top bb135b598f9dd58976e99e5c42b40727d5712fe459b8dbbc6b21e4f73c350ca8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-08-18T19:10:59.627Z] + ls -al . [2021-08-18T19:10:59.627Z] total 608 [2021-08-18T19:10:59.627Z] drwxrwxr-x 10 1001 1001 4096 Aug 18 19:10 . [2021-08-18T19:10:59.627Z] drwxr-xr-x 4 root root 28 Aug 18 19:09 .. [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 11 Aug 18 19:07 .dockerignore [2021-08-18T19:10:59.627Z] drwxrwxr-x 8 1001 1001 179 Aug 18 19:07 .git [2021-08-18T19:10:59.627Z] drwxrwxr-x 3 1001 1001 125 Aug 18 19:07 .github [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 818 Aug 18 19:07 .gitignore [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 76 Aug 18 19:07 .hadolint.yml [2021-08-18T19:10:59.627Z] drwx------ 3 1001 1001 58 Aug 18 19:08 .semver [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 166 Aug 18 19:07 .sonarcloud.properties [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 1171 Aug 18 19:07 ADOPTERS.md [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 8609 Aug 18 19:07 Attribution.txt [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 43881 Aug 18 19:07 CHANGELOG.md [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 3804 Aug 18 19:07 CONTRIBUTING.md [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 677 Aug 18 19:07 GOVERNANCE.md [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 849 Aug 18 19:07 Jenkinsfile [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 10775 Aug 18 19:07 LICENSE [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 5915 Aug 18 19:07 Makefile [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 582 Aug 18 19:07 OWNERS.md [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 8643 Aug 18 19:07 README.md [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 6912 Aug 18 19:07 SECURITY.md [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 5 Aug 18 19:08 VERSION [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 4131 Aug 18 19:07 ZMQWindows.md [2021-08-18T19:10:59.627Z] drwxrwxr-x 2 1001 1001 37 Aug 18 19:07 bin [2021-08-18T19:10:59.627Z] drwxrwxr-x 14 1001 1001 4096 Aug 18 19:07 cmd [2021-08-18T19:10:59.627Z] -rw-r--r-- 1 root root 404329 Aug 18 19:10 coverage.out [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 813 Aug 18 19:07 go.mod [2021-08-18T19:10:59.627Z] -rw-r--r-- 1 root root 50064 Aug 18 19:09 go.sum [2021-08-18T19:10:59.627Z] drwxrwxr-x 8 1001 1001 124 Aug 18 19:07 internal [2021-08-18T19:10:59.627Z] drwxrwxr-x 3 1001 1001 16 Aug 18 19:07 openapi [2021-08-18T19:10:59.627Z] drwxrwxr-x 4 1001 1001 71 Aug 18 19:07 snap [2021-08-18T19:10:59.627Z] -rw-rw-r-- 1 1001 1001 204 Aug 18 19:07 version.go [Pipeline] sh [2021-08-18T19:10:59.964Z] + '[' -e coverage.out ] [2021-08-18T19:10:59.964Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-08-18T19:11:00.045Z] + go version [2021-08-18T19:11:00.045Z] go version go1.16.6 linux/arm64 [Pipeline] } [2021-08-18T19:11:00.081Z] $ docker stop --time=1 bb135b598f9dd58976e99e5c42b40727d5712fe459b8dbbc6b21e4f73c350ca8 [2021-08-18T19:11:00.087Z] Stashed 1 file(s) [2021-08-18T19:11:01.943Z] $ docker rm -f bb135b598f9dd58976e99e5c42b40727d5712fe459b8dbbc6b21e4f73c350ca8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [2021-08-18T19:11:02.585Z] + make build [2021-08-18T19:11:02.585Z] go mod tidy [2021-08-18T19:11:02.585Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:11:02.992Z] + docker inspect -f . ci-base-image-arm64 [2021-08-18T19:11:02.992Z] . [Pipeline] withDockerContainer [2021-08-18T19:11:03.274Z] prd-ubuntu18.04-docker-arm64-4c-16g-3692 does not seem to be running inside a container [2021-08-18T19:11:03.362Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-08-18T19:11:03.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-08-18T19:11:05.061Z] $ docker top a381a00f0b510449caaf4f7d8fb2cb9e07d40f895ed5784d36f30e86fa526f46 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-08-18T19:11:05.460Z] ========================================================= [2021-08-18T19:11:05.460Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-08-18T19:11:05.460Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-08-18T19:11:06.189Z] + go mod tidy [Pipeline] sh [2021-08-18T19:11:07.869Z] + make test [2021-08-18T19:11:07.869Z] 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 [2021-08-18T19:11:07.869Z] go mod tidy [2021-08-18T19:11:08.468Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-08-18T19:11:10.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-08-18T19:11:11.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-08-18T19:11:12.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-08-18T19:11:12.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-08-18T19:11:13.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-08-18T19:11:14.129Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-08-18T19:11:14.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-08-18T19:11:16.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-08-18T19:11:16.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-08-18T19:11:17.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-08-18T19:11:18.772Z] $ docker stop --time=1 3065c972f09c8607e6dc44107550733a05b9c2cdcf92def10964abcc68ceaf8c [2021-08-18T19:11:20.815Z] $ docker rm -f 3065c972f09c8607e6dc44107550733a05b9c2cdcf92def10964abcc68ceaf8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:11:25.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-18T19:11:25.910Z] [2021-08-18T19:11:25.910Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:11:26.278Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-18T19:11:26.278Z] latest: Pulling from edgex-devops/edgex-compose [2021-08-18T19:11:26.278Z] cbdbe7a5bc2a: Pulling fs layer [2021-08-18T19:11:26.278Z] ca9280d653b3: Pulling fs layer [2021-08-18T19:11:26.278Z] 7e9c9ca2126c: Pulling fs layer [2021-08-18T19:11:26.855Z] cbdbe7a5bc2a: Verifying Checksum [2021-08-18T19:11:26.855Z] cbdbe7a5bc2a: Download complete [2021-08-18T19:11:26.855Z] cbdbe7a5bc2a: Pull complete [2021-08-18T19:11:28.006Z] ca9280d653b3: Verifying Checksum [2021-08-18T19:11:28.006Z] ca9280d653b3: Download complete [2021-08-18T19:11:28.343Z] ca9280d653b3: Pull complete [2021-08-18T19:11:30.055Z] 7e9c9ca2126c: Verifying Checksum [2021-08-18T19:11:30.055Z] 7e9c9ca2126c: Download complete [2021-08-18T19:11:33.411Z] 7e9c9ca2126c: Pull complete [2021-08-18T19:11:33.411Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-08-18T19:11:33.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-18T19:11:33.411Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-08-18T19:11:33.520Z] prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container [2021-08-18T19:11:33.579Z] $ 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 [2021-08-18T19:11:35.420Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-08-18T19:11:35.917Z] $ docker top 5c642f56e7217944ebaf63786adc3dac3dbd5609f33fdd8280b110509f6b6a91 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-18T19:11:36.364Z] + docker-compose build --help [2021-08-18T19:11:36.364Z] + grep parallel [2021-08-18T19:11:36.945Z] --parallel Build images in parallel. [Pipeline] } [2021-08-18T19:11:36.977Z] $ docker stop --time=1 5c642f56e7217944ebaf63786adc3dac3dbd5609f33fdd8280b110509f6b6a91 [2021-08-18T19:11:38.181Z] $ docker rm -f 5c642f56e7217944ebaf63786adc3dac3dbd5609f33fdd8280b110509f6b6a91 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:11:38.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-18T19:11:38.787Z] . [Pipeline] withDockerContainer [2021-08-18T19:11:38.889Z] prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container [2021-08-18T19:11:38.947Z] $ 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 [2021-08-18T19:11:39.337Z] $ docker top 27da60b1a45e335031dfa366695456e6862171c7d25b8f169acf75cffdf4b5c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-18T19:11:39.794Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-08-18T19:11:40.376Z] Building core-command ... [2021-08-18T19:11:40.376Z] Building core-data ... [2021-08-18T19:11:40.376Z] Building core-metadata ... [2021-08-18T19:11:40.376Z] Building security-bootstrapper ... [2021-08-18T19:11:40.376Z] Building security-proxy-setup ... [2021-08-18T19:11:40.376Z] Building security-secretstore-setup ... [2021-08-18T19:11:40.376Z] Building support-notifications ... [2021-08-18T19:11:40.376Z] Building support-scheduler ... [2021-08-18T19:11:40.376Z] Building sys-mgmt-agent ... [2021-08-18T19:11:40.376Z] Building sys-mgmt-agent [2021-08-18T19:11:40.376Z] Building security-proxy-setup [2021-08-18T19:11:40.376Z] Building support-scheduler [2021-08-18T19:11:40.376Z] Building core-metadata [2021-08-18T19:11:40.376Z] Building security-bootstrapper [2021-08-18T19:11:50.785Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:11:50.785Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:11:50.785Z] ---> 304f5e8caaef [2021-08-18T19:11:50.785Z] Step 3/23 : WORKDIR /edgex-go [2021-08-18T19:11:50.785Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:11:50.785Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:11:50.785Z] ---> 304f5e8caaef [2021-08-18T19:11:50.785Z] Step 3/24 : WORKDIR /edgex-go [2021-08-18T19:11:50.785Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:11:50.785Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:11:50.785Z] ---> 304f5e8caaef [2021-08-18T19:11:50.785Z] Step 3/22 : WORKDIR /edgex-go [2021-08-18T19:11:54.303Z] ---> Running in f07b96040d7b [2021-08-18T19:11:54.303Z] ---> Running in 391729b00eac [2021-08-18T19:11:54.303Z] ---> Running in 065a00459807 [2021-08-18T19:11:59.652Z] Removing intermediate container 065a00459807 [2021-08-18T19:11:59.652Z] ---> d352d7247a4f [2021-08-18T19:11:59.652Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:11:59.652Z] Removing intermediate container 391729b00eac [2021-08-18T19:11:59.652Z] ---> f4b8c82531e1 [2021-08-18T19:11:59.652Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:11:59.652Z] Removing intermediate container f07b96040d7b [2021-08-18T19:11:59.652Z] ---> f4a9dad1bd2e [2021-08-18T19:11:59.652Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:11:59.652Z] ---> Running in 57c87dda1ebb [2021-08-18T19:11:59.918Z] ---> Running in 0836662e5819 [2021-08-18T19:11:59.918Z] ---> Running in 60b38f73ccc6 [2021-08-18T19:12:08.126Z] Removing intermediate container 60b38f73ccc6 [2021-08-18T19:12:08.126Z] ---> a05b2fef3a7d [2021-08-18T19:12:08.126Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-18T19:12:08.126Z] Removing intermediate container 57c87dda1ebb [2021-08-18T19:12:08.126Z] ---> 34844ca504e8 [2021-08-18T19:12:08.126Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-08-18T19:12:08.417Z] ---> Running in 2ed3e3a53ea9 [2021-08-18T19:12:08.417Z] Removing intermediate container 0836662e5819 [2021-08-18T19:12:08.417Z] ---> d12a86b8b478 [2021-08-18T19:12:08.417Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-08-18T19:12:08.417Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:12:08.417Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:12:08.417Z] ---> 304f5e8caaef [2021-08-18T19:12:08.682Z] Step 3/24 : WORKDIR /edgex-go [2021-08-18T19:12:08.682Z] ---> Using cache [2021-08-18T19:12:08.682Z] ---> f4a9dad1bd2e [2021-08-18T19:12:08.682Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:12:08.682Z] ---> Using cache [2021-08-18T19:12:08.682Z] ---> a05b2fef3a7d [2021-08-18T19:12:08.682Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-08-18T19:12:08.682Z] ---> Running in 6609d13bc741 [2021-08-18T19:12:08.959Z] ---> Running in f0894a6ee124 [2021-08-18T19:12:08.959Z] ---> Running in 77e4f03c7826 [2021-08-18T19:12:09.243Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:12:09.513Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:12:09.513Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:12:09.513Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:12:09.778Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:12:09.778Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:12:09.778Z] ---> 304f5e8caaef [2021-08-18T19:12:09.778Z] Step 3/32 : WORKDIR /edgex-go [2021-08-18T19:12:09.778Z] ---> Using cache [2021-08-18T19:12:09.778Z] ---> f4a9dad1bd2e [2021-08-18T19:12:09.778Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:12:09.778Z] ---> Using cache [2021-08-18T19:12:09.778Z] ---> a05b2fef3a7d [2021-08-18T19:12:09.778Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-08-18T19:12:10.044Z] ---> Running in 702336f5babc [2021-08-18T19:12:10.044Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:12:10.311Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:12:10.311Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:12:10.311Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:12:10.580Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:12:10.845Z] OK: 219 MiB in 52 packages [2021-08-18T19:12:11.120Z] Removing intermediate container 77e4f03c7826 [2021-08-18T19:12:11.120Z] ---> 2a5e93a615fa [2021-08-18T19:12:11.120Z] Step 6/24 : COPY go.mod . [2021-08-18T19:12:11.120Z] ---> d634a61bcde0 [2021-08-18T19:12:11.120Z] Step 7/24 : RUN go mod download [2021-08-18T19:12:11.120Z] ---> Running in 7c906cfd393c [2021-08-18T19:12:11.389Z] OK: 219 MiB in 52 packages [2021-08-18T19:12:11.389Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:12:11.389Z] OK: 219 MiB in 52 packages [2021-08-18T19:12:11.389Z] OK: 219 MiB in 52 packages [2021-08-18T19:12:11.654Z] Removing intermediate container 2ed3e3a53ea9 [2021-08-18T19:12:11.654Z] ---> c4e0d898b15f [2021-08-18T19:12:11.654Z] Step 6/24 : COPY go.mod . [2021-08-18T19:12:11.923Z] Removing intermediate container 6609d13bc741 [2021-08-18T19:12:11.923Z] ---> f72a22f6d53d [2021-08-18T19:12:11.923Z] Step 6/23 : COPY go.mod . [2021-08-18T19:12:11.923Z] ---> 565b4457b8b1 [2021-08-18T19:12:11.923Z] Step 7/24 : RUN go mod download [2021-08-18T19:12:11.923Z] ---> Running in 30157ce16f3a [2021-08-18T19:12:11.923Z] OK: 219 MiB in 52 packages [2021-08-18T19:12:12.194Z] Removing intermediate container f0894a6ee124 [2021-08-18T19:12:12.194Z] ---> 2ac9906c6203 [2021-08-18T19:12:12.194Z] Step 6/22 : COPY go.mod . [2021-08-18T19:12:12.194Z] ---> 1eca0d44eec9 [2021-08-18T19:12:12.194Z] Step 7/23 : RUN go mod download [2021-08-18T19:12:12.194Z] ---> Running in 4d06da101475 [2021-08-18T19:12:12.467Z] Removing intermediate container 702336f5babc [2021-08-18T19:12:12.468Z] ---> 5f4913e10537 [2021-08-18T19:12:12.468Z] Step 6/32 : COPY go.mod . [2021-08-18T19:12:12.468Z] ---> ab94b54d5c80 [2021-08-18T19:12:12.468Z] Step 7/22 : RUN go mod download [2021-08-18T19:12:12.468Z] ---> Running in dc7f96cf3099 [2021-08-18T19:12:12.735Z] ---> 1395514d8841 [2021-08-18T19:12:12.735Z] Step 7/32 : RUN go mod download [2021-08-18T19:12:12.735Z] ---> Running in ffc33816e3e2 [2021-08-18T19:12:13.017Z] Removing intermediate container 7c906cfd393c [2021-08-18T19:12:13.017Z] ---> b2dbd27c420a [2021-08-18T19:12:13.017Z] Step 8/24 : COPY . . [2021-08-18T19:12:15.771Z] Removing intermediate container 30157ce16f3a [2021-08-18T19:12:15.771Z] ---> 69394a49503c [2021-08-18T19:12:15.771Z] Step 8/24 : COPY . . [2021-08-18T19:12:16.359Z] Removing intermediate container 4d06da101475 [2021-08-18T19:12:16.359Z] ---> 4d17b95a8ad6 [2021-08-18T19:12:16.359Z] Step 8/23 : COPY . . [2021-08-18T19:12:17.326Z] Removing intermediate container dc7f96cf3099 [2021-08-18T19:12:17.326Z] ---> d9c5950b3b3c [2021-08-18T19:12:17.326Z] Step 8/22 : COPY . . [2021-08-18T19:12:18.748Z] Removing intermediate container ffc33816e3e2 [2021-08-18T19:12:18.748Z] ---> 16fcea8f1d4e [2021-08-18T19:12:18.748Z] Step 8/32 : COPY . . [2021-08-18T19:12:20.708Z] ---> 0e7e1e522860 [2021-08-18T19:12:20.708Z] Step 9/24 : RUN go mod tidy [2021-08-18T19:12:22.641Z] ---> 076b199c0fa7 [2021-08-18T19:12:22.641Z] Step 9/24 : RUN go mod tidy [2021-08-18T19:12:22.641Z] ---> Running in 19357be2110d [2021-08-18T19:12:22.907Z] ---> 84aadf413168 [2021-08-18T19:12:22.907Z] Step 9/23 : RUN go mod tidy [2021-08-18T19:12:23.172Z] ---> Running in b8090f552952 [2021-08-18T19:12:23.439Z] ---> Running in d4cdd58a7db3 [2021-08-18T19:12:26.795Z] Removing intermediate container b8090f552952 [2021-08-18T19:12:26.795Z] ---> 3e13e2483f3b [2021-08-18T19:12:26.795Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-08-18T19:12:26.795Z] ---> Running in a36d32e20f28 [2021-08-18T19:12:26.795Z] Removing intermediate container d4cdd58a7db3 [2021-08-18T19:12:26.795Z] ---> 2c9f594d71d3 [2021-08-18T19:12:26.795Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-08-18T19:12:27.063Z] Removing intermediate container 19357be2110d [2021-08-18T19:12:27.063Z] ---> cb72b69b1529 [2021-08-18T19:12:27.063Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-08-18T19:12:27.330Z] ---> Running in 24b0fdb24ade [2021-08-18T19:12:27.599Z] ---> Running in 9335c07c68cb [2021-08-18T19:12:28.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-08-18T19:12:28.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-08-18T19:12:28.757Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-08-18T19:12:32.901Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-08-18T19:12:33.897Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-08-18T19:12:34.221Z] ---> 682b17e13cef [2021-08-18T19:12:34.221Z] Step 9/32 : RUN go mod tidy [2021-08-18T19:12:34.489Z] ---> 7e6155088444 [2021-08-18T19:12:34.489Z] Step 9/22 : RUN go mod tidy [2021-08-18T19:12:34.489Z] ---> Running in ba174a64a837 [2021-08-18T19:12:34.489Z] ---> Running in 8aed1c7089fc [2021-08-18T19:12:34.886Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-08-18T19:12:35.490Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-08-18T19:12:37.111Z] Removing intermediate container ba174a64a837 [2021-08-18T19:12:37.111Z] ---> bcb33e6e7c46 [2021-08-18T19:12:37.111Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-08-18T19:12:37.111Z] ---> Running in b912ee4069d7 [2021-08-18T19:12:37.111Z] Removing intermediate container 8aed1c7089fc [2021-08-18T19:12:37.111Z] ---> 6f629d4c00f2 [2021-08-18T19:12:37.111Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-08-18T19:12:37.111Z] ---> Running in a17b7f527747 [2021-08-18T19:12:37.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-08-18T19:12:37.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-08-18T19:12:47.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-08-18T19:12:47.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-08-18T19:12:47.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-08-18T19:12:47.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-08-18T19:12:47.935Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-08-18T19:12:47.935Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-08-18T19:12:48.920Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-08-18T19:12:48.920Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-08-18T19:12:48.920Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-08-18T19:12:48.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-08-18T19:13:02.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.159s coverage: 28.7% of statements [2021-08-18T19:13:02.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-08-18T19:13:02.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-08-18T19:13:04.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.333s coverage: 100.0% of statements [2021-08-18T19:13:04.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-08-18T19:13:05.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.347s coverage: 46.3% of statements [2021-08-18T19:13:05.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-08-18T19:13:05.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-08-18T19:13:06.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.656s coverage: 90.1% of statements [2021-08-18T19:13:06.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-08-18T19:13:06.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-08-18T19:13:09.613Z] Removing intermediate container 9335c07c68cb [2021-08-18T19:13:09.613Z] ---> 78f1ab288889 [2021-08-18T19:13:09.613Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-08-18T19:13:09.613Z] ---> Running in 3d8bdfcfe2f8 [2021-08-18T19:13:09.613Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-08-18T19:13:09.613Z] Removing intermediate container 3d8bdfcfe2f8 [2021-08-18T19:13:09.613Z] ---> 4a4b56467d93 [2021-08-18T19:13:09.613Z] [2021-08-18T19:13:09.613Z] Step 12/24 : FROM docker:20.10.7 [2021-08-18T19:13:09.613Z] 20.10.7: Pulling from library/docker [2021-08-18T19:13:09.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.236s coverage: 81.2% of statements [2021-08-18T19:13:09.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-08-18T19:13:09.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-08-18T19:13:09.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-08-18T19:13:09.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-08-18T19:13:09.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-08-18T19:13:10.615Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-08-18T19:13:10.903Z] Removing intermediate container a36d32e20f28 [2021-08-18T19:13:10.903Z] ---> d9d46b9d2de4 [2021-08-18T19:13:10.903Z] [2021-08-18T19:13:10.903Z] Step 11/24 : FROM alpine:3.12 [2021-08-18T19:13:11.497Z] 3.12: Pulling from library/alpine [2021-08-18T19:13:11.497Z] Removing intermediate container 24b0fdb24ade [2021-08-18T19:13:11.497Z] ---> 72d910c4651a [2021-08-18T19:13:11.497Z] [2021-08-18T19:13:11.497Z] Step 11/23 : FROM alpine:3.12 [2021-08-18T19:13:11.497Z] 3.12: Pulling from library/alpine [2021-08-18T19:13:12.107Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-18T19:13:12.107Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-18T19:13:12.107Z] Status: Image is up to date for alpine:3.12 [2021-08-18T19:13:12.107Z] Status: Downloaded newer image for alpine:3.12 [2021-08-18T19:13:12.107Z] ---> 13621d1b12d4 [2021-08-18T19:13:12.107Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-08-18T19:13:12.107Z] ---> 13621d1b12d4 [2021-08-18T19:13:12.107Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-18T19:13:12.107Z] ---> Running in efac7a0328a5 [2021-08-18T19:13:12.107Z] ---> Running in 68b7a1e27f43 [2021-08-18T19:13:13.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:13.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:13.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:13.072Z] Removing intermediate container b912ee4069d7 [2021-08-18T19:13:13.072Z] ---> eea7c9258525 [2021-08-18T19:13:13.072Z] [2021-08-18T19:13:13.072Z] Step 11/32 : FROM alpine:3.12 [2021-08-18T19:13:13.072Z] ---> 13621d1b12d4 [2021-08-18T19:13:13.072Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-08-18T19:13:13.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:13.343Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-08-18T19:13:13.343Z] Executing busybox-1.31.1-r20.trigger [2021-08-18T19:13:13.343Z] OK: 6 MiB in 15 packages [2021-08-18T19:13:13.343Z] ---> Running in 6f0b0d95a6b0 [2021-08-18T19:13:13.343Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-08-18T19:13:13.343Z] Executing busybox-1.31.1-r20.trigger [2021-08-18T19:13:13.343Z] OK: 6 MiB in 15 packages [2021-08-18T19:13:13.926Z] Removing intermediate container 6f0b0d95a6b0 [2021-08-18T19:13:13.926Z] ---> 507d2905422d [2021-08-18T19:13:13.926Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-08-18T19:13:14.195Z] ---> Running in bfe36921548b [2021-08-18T19:13:14.195Z] Removing intermediate container a17b7f527747 [2021-08-18T19:13:14.195Z] ---> 5d8039b0d6c0 [2021-08-18T19:13:14.195Z] [2021-08-18T19:13:14.195Z] Step 11/22 : FROM alpine:3.12 [2021-08-18T19:13:14.195Z] ---> 13621d1b12d4 [2021-08-18T19:13:14.195Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-08-18T19:13:14.195Z] Removing intermediate container efac7a0328a5 [2021-08-18T19:13:14.195Z] ---> 5df522f22e2c [2021-08-18T19:13:14.195Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-18T19:13:14.195Z] ---> Running in b35337de300d [2021-08-18T19:13:14.195Z] ---> Running in ecdc19e6ae08 [2021-08-18T19:13:14.195Z] Removing intermediate container 68b7a1e27f43 [2021-08-18T19:13:14.195Z] ---> 0c772c259282 [2021-08-18T19:13:14.195Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-18T19:13:14.469Z] ---> Running in bca9babd7d68 [2021-08-18T19:13:14.469Z] Removing intermediate container b35337de300d [2021-08-18T19:13:14.469Z] ---> c7aee8b47742 [2021-08-18T19:13:14.469Z] Step 14/23 : ENV APP_PORT=59861 [2021-08-18T19:13:14.469Z] ---> Running in a0f81751bb02 [2021-08-18T19:13:14.469Z] Removing intermediate container bca9babd7d68 [2021-08-18T19:13:14.469Z] ---> d4b833833aa9 [2021-08-18T19:13:14.469Z] Step 14/24 : ENV APP_PORT=59881 [2021-08-18T19:13:14.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:14.746Z] ---> Running in f56fdaafe04a [2021-08-18T19:13:14.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:14.746Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-08-18T19:13:14.746Z] (2/2) Installing su-exec (0.2-r1) [2021-08-18T19:13:14.746Z] Executing busybox-1.31.1-r20.trigger [2021-08-18T19:13:14.746Z] Removing intermediate container a0f81751bb02 [2021-08-18T19:13:14.746Z] ---> 6af796d63bd2 [2021-08-18T19:13:14.746Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-18T19:13:14.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:14.746Z] OK: 6 MiB in 16 packages [2021-08-18T19:13:14.746Z] Removing intermediate container f56fdaafe04a [2021-08-18T19:13:14.746Z] ---> 368001e3181a [2021-08-18T19:13:14.746Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-18T19:13:15.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:15.024Z] ---> Running in 7126857fb7a3 [2021-08-18T19:13:15.024Z] ---> Running in 807e4b009d69 [2021-08-18T19:13:15.024Z] (1/4) Installing ca-certificates (20191127-r4) [2021-08-18T19:13:15.024Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-08-18T19:13:15.024Z] (3/4) Installing libcurl (7.78.0-r0) [2021-08-18T19:13:15.024Z] (4/4) Installing curl (7.78.0-r0) [2021-08-18T19:13:15.024Z] Executing busybox-1.31.1-r20.trigger [2021-08-18T19:13:15.024Z] Executing ca-certificates-20191127-r4.trigger [2021-08-18T19:13:15.024Z] OK: 7 MiB in 18 packages [2021-08-18T19:13:15.299Z] Removing intermediate container 7126857fb7a3 [2021-08-18T19:13:15.299Z] ---> 0f74f484de6d [2021-08-18T19:13:15.299Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-18T19:13:15.299Z] Removing intermediate container 807e4b009d69 [2021-08-18T19:13:15.299Z] ---> f92cd9205459 [2021-08-18T19:13:15.299Z] Step 16/24 : WORKDIR / [2021-08-18T19:13:15.299Z] ---> Running in 88596d9a2d16 [2021-08-18T19:13:15.299Z] Removing intermediate container bfe36921548b [2021-08-18T19:13:15.299Z] ---> f434a1876eb1 [2021-08-18T19:13:15.299Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-08-18T19:13:15.572Z] ---> Running in b1eec6e0f648 [2021-08-18T19:13:15.572Z] Removing intermediate container 88596d9a2d16 [2021-08-18T19:13:15.572Z] ---> 74b30ccde4a9 [2021-08-18T19:13:15.572Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-18T19:13:15.572Z] ---> ec4ffb69e558 [2021-08-18T19:13:15.572Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-08-18T19:13:15.572Z] Removing intermediate container ecdc19e6ae08 [2021-08-18T19:13:15.572Z] ---> de4fad773fb2 [2021-08-18T19:13:15.572Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-18T19:13:15.572Z] Removing intermediate container b1eec6e0f648 [2021-08-18T19:13:15.572Z] ---> 082f55ccef8d [2021-08-18T19:13:15.572Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-08-18T19:13:15.860Z] ---> Running in 63be22ad1fe1 [2021-08-18T19:13:15.860Z] ---> Running in d5e0df013de3 [2021-08-18T19:13:15.860Z] ---> bcae27d7bc8f [2021-08-18T19:13:15.860Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-08-18T19:13:16.149Z] Removing intermediate container 63be22ad1fe1 [2021-08-18T19:13:16.149Z] ---> e18c4065b13a [2021-08-18T19:13:16.149Z] Step 14/22 : WORKDIR /edgex [2021-08-18T19:13:16.149Z] Removing intermediate container d5e0df013de3 [2021-08-18T19:13:16.149Z] ---> 1a982329c7f1 [2021-08-18T19:13:16.149Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-08-18T19:13:16.149Z] ---> fb480ee160a0 [2021-08-18T19:13:16.149Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-08-18T19:13:16.149Z] ---> Running in 816c70f592db [2021-08-18T19:13:16.149Z] ---> Running in 04fdd3d922a3 [2021-08-18T19:13:16.415Z] ---> 5f7dc232b0c0 [2021-08-18T19:13:16.415Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-08-18T19:13:16.415Z] ---> d6e29fff7511 [2021-08-18T19:13:16.415Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-08-18T19:13:16.415Z] Removing intermediate container 816c70f592db [2021-08-18T19:13:16.415Z] ---> de2813e5cba3 [2021-08-18T19:13:16.415Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-08-18T19:13:16.415Z] ---> Running in 3fc685b8cbd6 [2021-08-18T19:13:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.416s coverage: 94.2% of statements [2021-08-18T19:13:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-08-18T19:13:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-08-18T19:13:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.265s coverage: 59.1% of statements [2021-08-18T19:13:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-08-18T19:13:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-08-18T19:13:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-08-18T19:13:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-08-18T19:13:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-08-18T19:13:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.197s coverage: 60.0% of statements [2021-08-18T19:13:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-08-18T19:13:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-08-18T19:13:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-08-18T19:13:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.317s coverage: 0.8% of statements [2021-08-18T19:13:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-08-18T19:13:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.176s coverage: 58.8% of statements [2021-08-18T19:13:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.215s coverage: 21.7% of statements [2021-08-18T19:13:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-08-18T19:13:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.420s coverage: 47.1% of statements [2021-08-18T19:13:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.274s coverage: 79.5% of statements [2021-08-18T19:13:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.221s coverage: 94.1% of statements [2021-08-18T19:13:16.687Z] ---> f1c5f1bf62c6 [2021-08-18T19:13:16.687Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-08-18T19:13:16.687Z] Removing intermediate container 3fc685b8cbd6 [2021-08-18T19:13:16.687Z] ---> 6cc6b30f11f3 [2021-08-18T19:13:16.687Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-18T19:13:16.687Z] ---> Running in dd9a34f2330e [2021-08-18T19:13:16.687Z] ---> 3f4b43a82d6b [2021-08-18T19:13:16.687Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-08-18T19:13:16.687Z] ---> Running in 5ba5834cd312 [2021-08-18T19:13:16.952Z] Removing intermediate container dd9a34f2330e [2021-08-18T19:13:16.953Z] ---> 7a614a3fbfed [2021-08-18T19:13:16.953Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-18T19:13:16.953Z] ---> Running in 872e16585449 [2021-08-18T19:13:17.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.220s coverage: 96.3% of statements [2021-08-18T19:13:17.220Z] Removing intermediate container 5ba5834cd312 [2021-08-18T19:13:17.220Z] ---> 81eafd69772b [2021-08-18T19:13:17.220Z] Step 21/23 : LABEL arch=x86_64 [2021-08-18T19:13:17.220Z] Removing intermediate container 04fdd3d922a3 [2021-08-18T19:13:17.220Z] ---> 22addcfa3370 [2021-08-18T19:13:17.220Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-08-18T19:13:17.220Z] ---> Running in 86d60600357b [2021-08-18T19:13:17.220Z] ---> e2dbf98f8d43 [2021-08-18T19:13:17.220Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-08-18T19:13:17.220Z] ---> Running in fe61c756d008 [2021-08-18T19:13:17.220Z] Removing intermediate container 872e16585449 [2021-08-18T19:13:17.220Z] ---> 6a4c330b2814 [2021-08-18T19:13:17.220Z] Step 22/24 : LABEL arch=x86_64 [2021-08-18T19:13:17.220Z] ---> Running in c67f0a801623 [2021-08-18T19:13:17.220Z] Removing intermediate container 86d60600357b [2021-08-18T19:13:17.220Z] ---> d04c845b1c46 [2021-08-18T19:13:17.220Z] Step 22/23 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:13:17.488Z] ---> Running in 92922082ade1 [2021-08-18T19:13:17.488Z] Removing intermediate container fe61c756d008 [2021-08-18T19:13:17.488Z] ---> 32424669f110 [2021-08-18T19:13:17.488Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-08-18T19:13:17.488Z] Removing intermediate container 92922082ade1 [2021-08-18T19:13:17.488Z] ---> d4b33a4f0daf [2021-08-18T19:13:17.488Z] Step 23/23 : LABEL version=0.0.0 [2021-08-18T19:13:17.488Z] Removing intermediate container c67f0a801623 [2021-08-18T19:13:17.488Z] ---> e45f50729ae8 [2021-08-18T19:13:17.488Z] Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:13:17.488Z] ---> Running in 9de90eb87719 [2021-08-18T19:13:17.754Z] ---> Running in f719d90413b0 [2021-08-18T19:13:17.754Z] ---> 3c02ed419bc4 [2021-08-18T19:13:17.754Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-08-18T19:13:17.754Z] ---> Running in c1988f34855c [2021-08-18T19:13:17.754Z] ---> 03ec1f13327d [2021-08-18T19:13:17.754Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-08-18T19:13:17.754Z] Removing intermediate container 9de90eb87719 [2021-08-18T19:13:17.754Z] ---> 6426e2bb8286 [2021-08-18T19:13:17.754Z] [2021-08-18T19:13:17.754Z] Removing intermediate container f719d90413b0 [2021-08-18T19:13:17.754Z] ---> 61d818e6db01 [2021-08-18T19:13:17.754Z] Step 24/24 : LABEL version=0.0.0 [2021-08-18T19:13:17.754Z] ---> Running in 8d86709ef6fb [2021-08-18T19:13:17.754Z] ---> Running in 3c07b0b86349 [2021-08-18T19:13:18.027Z] Successfully built 6426e2bb8286 [2021-08-18T19:13:18.028Z] Successfully tagged support-scheduler:latest [2021-08-18T19:13:18.028Z] Building support-notifications [2021-08-18T19:13:18.028Z]  Building support-scheduler ... done Removing intermediate container c1988f34855c [2021-08-18T19:13:18.028Z] ---> 36e7d3cd4f19 [2021-08-18T19:13:18.028Z] Step 19/22 : CMD ["--init=true"] [2021-08-18T19:13:18.028Z] ---> Running in 9eb6d125b9bd [2021-08-18T19:13:18.028Z] Removing intermediate container 3c07b0b86349 [2021-08-18T19:13:18.028Z] ---> 6323269d1863 [2021-08-18T19:13:18.028Z] [2021-08-18T19:13:18.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.159s coverage: 87.5% of statements [2021-08-18T19:13:18.296Z] Successfully built 6323269d1863 [2021-08-18T19:13:18.296Z] Successfully tagged core-metadata:latest [2021-08-18T19:13:18.296Z]  Building core-metadata ... done Building core-command [2021-08-18T19:13:19.700Z] Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 [2021-08-18T19:13:19.700Z] Status: Downloaded newer image for docker:20.10.7 [2021-08-18T19:13:19.700Z] ---> 08bdaf2f88f9 [2021-08-18T19:13:19.700Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-08-18T19:13:19.700Z] Removing intermediate container 9eb6d125b9bd [2021-08-18T19:13:19.700Z] ---> abc6ea87cac2 [2021-08-18T19:13:19.700Z] Step 20/22 : LABEL arch=x86_64 [2021-08-18T19:13:20.669Z] ---> Running in 3ad70d290644 [2021-08-18T19:13:20.669Z] ---> Running in 8cbebea04e7b [2021-08-18T19:13:20.940Z] Removing intermediate container 3ad70d290644 [2021-08-18T19:13:20.940Z] ---> c6f0dde6aec8 [2021-08-18T19:13:20.940Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-08-18T19:13:20.940Z] Removing intermediate container 8cbebea04e7b [2021-08-18T19:13:20.940Z] ---> 2cb27eab3ffa [2021-08-18T19:13:20.940Z] Step 21/22 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:13:20.940Z] Removing intermediate container 8d86709ef6fb [2021-08-18T19:13:20.940Z] ---> 8bb6f27fc321 [2021-08-18T19:13:20.940Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-18T19:13:20.940Z] ---> Running in e24f532e8872 [2021-08-18T19:13:20.940Z] ---> Running in edb03138f148 [2021-08-18T19:13:21.207Z] Removing intermediate container edb03138f148 [2021-08-18T19:13:21.207Z] ---> 11a35f6ccfe1 [2021-08-18T19:13:21.207Z] Step 22/22 : LABEL version=0.0.0 [2021-08-18T19:13:21.207Z] ---> Running in 7e103be3c2d3 [2021-08-18T19:13:21.485Z] ---> af6806e5b47a [2021-08-18T19:13:21.485Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-08-18T19:13:21.485Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:21.485Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:21.485Z] Removing intermediate container 7e103be3c2d3 [2021-08-18T19:13:21.485Z] ---> e5022decd12b [2021-08-18T19:13:21.485Z] [2021-08-18T19:13:21.485Z] Successfully built e5022decd12b [2021-08-18T19:13:21.485Z] Successfully tagged security-proxy-setup:latest [2021-08-18T19:13:21.485Z]  Building security-proxy-setup ... done Building core-data [2021-08-18T19:13:21.773Z] (1/39) Installing readline (8.1.0-r0) [2021-08-18T19:13:21.773Z] (2/39) Installing bash (5.1.0-r0) [2021-08-18T19:13:21.773Z] Executing bash-5.1.0-r0.post-install [2021-08-18T19:13:21.773Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-08-18T19:13:22.045Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-08-18T19:13:22.045Z] (5/39) Installing libcurl (7.78.0-r0) [2021-08-18T19:13:22.045Z] (6/39) Installing curl (7.78.0-r0) [2021-08-18T19:13:22.045Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-08-18T19:13:22.045Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-08-18T19:13:22.045Z] (9/39) Installing expat (2.2.10-r1) [2021-08-18T19:13:22.045Z] (10/39) Installing libffi (3.3-r2) [2021-08-18T19:13:22.045Z] (11/39) Installing gdbm (1.19-r0) [2021-08-18T19:13:22.045Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-08-18T19:13:22.045Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-08-18T19:13:22.045Z] (14/39) Installing python3 (3.8.10-r0) [2021-08-18T19:13:23.470Z] ---> c1a0aae87e7d [2021-08-18T19:13:23.470Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-08-18T19:13:23.740Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-08-18T19:13:23.740Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-08-18T19:13:23.740Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-08-18T19:13:23.740Z] (18/39) Installing py3-six (1.15.0-r0) [2021-08-18T19:13:23.740Z] (19/39) Installing py3-packaging (20.9-r0) [2021-08-18T19:13:23.740Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-08-18T19:13:24.324Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-08-18T19:13:24.592Z] (22/39) Installing py3-idna (3.1-r0) [2021-08-18T19:13:24.592Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-08-18T19:13:24.592Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-08-18T19:13:25.174Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-08-18T19:13:25.758Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-08-18T19:13:25.758Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-08-18T19:13:26.031Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-08-18T19:13:26.616Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-08-18T19:13:26.616Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-08-18T19:13:26.616Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-08-18T19:13:27.212Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-08-18T19:13:27.212Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-08-18T19:13:27.795Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-08-18T19:13:27.795Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:13:27.795Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:13:27.795Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 ---> 304f5e8caaef [2021-08-18T19:13:27.795Z] [2021-08-18T19:13:27.795Z] Step 3/24 : WORKDIR /edgex-goStep 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:13:27.795Z] [2021-08-18T19:13:27.795Z] ---> 304f5e8caaef [2021-08-18T19:13:27.795Z] Step 3/24 : WORKDIR /edgex-go [2021-08-18T19:13:27.795Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-08-18T19:13:27.795Z] (36/39) Installing py3-progress (1.5-r0) [2021-08-18T19:13:27.795Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-08-18T19:13:28.061Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-08-18T19:13:28.061Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-08-18T19:13:28.329Z] Executing busybox-1.32.1-r6.trigger [2021-08-18T19:13:28.910Z] ---> Using cache [2021-08-18T19:13:28.910Z] ---> f4a9dad1bd2e [2021-08-18T19:13:28.910Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:13:28.910Z] ---> Using cache [2021-08-18T19:13:28.910Z] ---> f4a9dad1bd2e [2021-08-18T19:13:28.910Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:13:28.910Z] OK: 82 MiB in 59 packages [2021-08-18T19:13:28.910Z] ---> 591e6158d076 [2021-08-18T19:13:28.910Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-08-18T19:13:29.490Z] ---> Using cache [2021-08-18T19:13:29.490Z] ---> Using cache [2021-08-18T19:13:29.490Z] ---> a05b2fef3a7d [2021-08-18T19:13:29.490Z] Step 5/24 : RUN apk add --update --no-cache make git ---> a05b2fef3a7d [2021-08-18T19:13:29.490Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-08-18T19:13:29.490Z] [2021-08-18T19:13:30.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.211s coverage: 94.4% of statements [2021-08-18T19:13:30.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.193s coverage: 44.8% of statements [2021-08-18T19:13:31.435Z] ---> Using cache [2021-08-18T19:13:31.436Z] ---> 5f4913e10537 [2021-08-18T19:13:31.436Z] Step 6/24 : COPY go.mod . [2021-08-18T19:13:31.436Z] ---> Using cache [2021-08-18T19:13:31.436Z] ---> 1395514d8841 [2021-08-18T19:13:31.436Z] Step 7/24 : RUN go mod download [2021-08-18T19:13:31.436Z] ---> Using cache [2021-08-18T19:13:31.436Z] ---> 16fcea8f1d4e [2021-08-18T19:13:31.436Z] Step 8/24 : COPY . . [2021-08-18T19:13:31.715Z] ---> Using cache [2021-08-18T19:13:31.715Z] ---> 682b17e13cef [2021-08-18T19:13:31.715Z] Step 9/24 : RUN go mod tidy [2021-08-18T19:13:31.715Z] ---> Using cache [2021-08-18T19:13:31.715Z] ---> bcb33e6e7c46 [2021-08-18T19:13:31.715Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-08-18T19:13:31.715Z] ---> 5f447a23b500 [2021-08-18T19:13:31.715Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-08-18T19:13:31.715Z] ---> Running in 8a2348d21f4b [2021-08-18T19:13:31.715Z] ---> Running in 4ade10434b1c [2021-08-18T19:13:31.999Z] ---> 92c22747a994 [2021-08-18T19:13:31.999Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-08-18T19:13:32.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-08-18T19:13:32.556Z] ---> Running in 455a43004778 [2021-08-18T19:13:32.556Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:32.837Z] Removing intermediate container 455a43004778 [2021-08-18T19:13:32.837Z] ---> a5455db043b1 [2021-08-18T19:13:32.837Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-08-18T19:13:33.110Z] ---> 9b97eb27e08f [2021-08-18T19:13:33.110Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-08-18T19:13:33.379Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:33.379Z] ---> Running in c73d43873e50 [2021-08-18T19:13:33.970Z] OK: 219 MiB in 52 packages [2021-08-18T19:13:33.970Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:13:33.970Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:13:33.970Z] ---> 304f5e8caaef [2021-08-18T19:13:33.970Z] Step 3/23 : WORKDIR /edgex-go [2021-08-18T19:13:33.970Z] ---> Using cache [2021-08-18T19:13:33.970Z] ---> f4a9dad1bd2e [2021-08-18T19:13:33.970Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:13:33.970Z] ---> Using cache [2021-08-18T19:13:33.970Z] ---> a05b2fef3a7d [2021-08-18T19:13:33.970Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-08-18T19:13:34.242Z] ---> Running in 99286d62a56b [2021-08-18T19:13:34.513Z] Removing intermediate container 8a2348d21f4b [2021-08-18T19:13:34.513Z] ---> 09f9e9aad3aa [2021-08-18T19:13:34.513Z] Step 6/24 : COPY go.mod . [2021-08-18T19:13:34.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.592s coverage: 81.8% of statements [2021-08-18T19:13:34.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-08-18T19:13:34.780Z] Removing intermediate container c73d43873e50 [2021-08-18T19:13:34.780Z] ---> b4446ce49c20 [2021-08-18T19:13:34.780Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-08-18T19:13:34.780Z] ---> Running in 52447bb82879 [2021-08-18T19:13:34.780Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:35.050Z] ---> 931374daa798 [2021-08-18T19:13:35.050Z] Step 7/24 : RUN go mod download [2021-08-18T19:13:35.050Z] ---> Running in eb0d5b65c8e6 [2021-08-18T19:13:35.050Z] Removing intermediate container 52447bb82879 [2021-08-18T19:13:35.050Z] ---> 940d006bafde [2021-08-18T19:13:35.050Z] Step 29/32 : CMD ["gate"] [2021-08-18T19:13:35.327Z] ---> Running in 0b37f9af172f [2021-08-18T19:13:35.609Z] Removing intermediate container 0b37f9af172f [2021-08-18T19:13:35.609Z] ---> 0599fc699535 [2021-08-18T19:13:35.609Z] Step 30/32 : LABEL arch=x86_64 [2021-08-18T19:13:35.609Z] ---> Running in 772db30734b4 [2021-08-18T19:13:35.894Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:13:35.894Z] Removing intermediate container 772db30734b4 [2021-08-18T19:13:35.894Z] ---> 63ebad8ddeaf [2021-08-18T19:13:35.894Z] Step 31/32 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:13:35.894Z] Collecting docker-compose==1.23.2 [2021-08-18T19:13:35.894Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-08-18T19:13:35.894Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-08-18T19:13:35.894Z] ---> Running in 9b5f38eda43e [2021-08-18T19:13:36.176Z] Collecting docker<4.0,>=3.6.0 [2021-08-18T19:13:36.176Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-08-18T19:13:36.176Z] Removing intermediate container 9b5f38eda43e [2021-08-18T19:13:36.176Z] ---> 2f77cdea7b1e [2021-08-18T19:13:36.176Z] Step 32/32 : LABEL version=0.0.0 [2021-08-18T19:13:36.176Z] Collecting dockerpty<0.5,>=0.4.1 [2021-08-18T19:13:36.176Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-08-18T19:13:36.176Z] ---> Running in 4172d6a8849d [2021-08-18T19:13:36.176Z] OK: 219 MiB in 52 packages [2021-08-18T19:13:36.464Z] Removing intermediate container 4172d6a8849d [2021-08-18T19:13:36.464Z] ---> c809b00305b6 [2021-08-18T19:13:36.464Z] [2021-08-18T19:13:36.464Z] Successfully built c809b00305b6 [2021-08-18T19:13:36.737Z] Successfully tagged security-bootstrapper:latest [2021-08-18T19:13:36.737Z] Building security-secretstore-setup [2021-08-18T19:13:37.004Z]  Building security-bootstrapper ... done Collecting cached-property<2,>=1.2.0 [2021-08-18T19:13:37.004Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-08-18T19:13:37.004Z] Collecting docopt<0.7,>=0.6.1 [2021-08-18T19:13:37.004Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-08-18T19:13:37.608Z] Removing intermediate container 99286d62a56b [2021-08-18T19:13:37.608Z] ---> ca4dad7fd867 [2021-08-18T19:13:37.608Z] Step 6/23 : COPY go.mod . [2021-08-18T19:13:37.882Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-08-18T19:13:37.882Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-08-18T19:13:38.146Z] Collecting PyYAML<4,>=3.10 [2021-08-18T19:13:38.146Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-08-18T19:13:38.146Z] ---> 7dc044b50711 [2021-08-18T19:13:38.146Z] Step 7/23 : RUN go mod download [2021-08-18T19:13:38.416Z] ---> Running in 6d0bc28259c5 [2021-08-18T19:13:38.416Z] Removing intermediate container eb0d5b65c8e6 [2021-08-18T19:13:38.416Z] ---> 723dfa56dd8b [2021-08-18T19:13:38.416Z] Step 8/24 : COPY . . [2021-08-18T19:13:39.008Z] Collecting websocket-client<1.0,>=0.32.0 [2021-08-18T19:13:39.008Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-08-18T19:13:39.275Z] Collecting jsonschema<3,>=2.5.1 [2021-08-18T19:13:39.275Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-08-18T19:13:39.275Z] Collecting texttable<0.10,>=0.9.0 [2021-08-18T19:13:39.544Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-08-18T19:13:40.142Z] Collecting docker-pycreds>=0.4.0 [2021-08-18T19:13:40.142Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-08-18T19:13:40.142Z] Collecting chardet<3.1.0,>=3.0.2 [2021-08-18T19:13:40.142Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-08-18T19:13:40.416Z] Collecting certifi>=2017.4.17 [2021-08-18T19:13:40.416Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-08-18T19:13:40.698Z] Collecting urllib3<1.25,>=1.21.1 [2021-08-18T19:13:40.698Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-08-18T19:13:40.698Z] Collecting idna<2.8,>=2.5 [2021-08-18T19:13:40.698Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-08-18T19:13:40.698Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-08-18T19:13:40.698Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-08-18T19:13:40.698Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-08-18T19:13:40.698Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-08-18T19:13:40.968Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-08-18T19:13:40.968Z] Attempting uninstall: urllib3 [2021-08-18T19:13:40.968Z] Found existing installation: urllib3 1.26.2 [2021-08-18T19:13:40.968Z] Uninstalling urllib3-1.26.2: [2021-08-18T19:13:40.968Z] Successfully uninstalled urllib3-1.26.2 [2021-08-18T19:13:41.563Z] Attempting uninstall: idna [2021-08-18T19:13:41.563Z] Found existing installation: idna 3.1 [2021-08-18T19:13:41.563Z] Uninstalling idna-3.1: [2021-08-18T19:13:41.563Z] Successfully uninstalled idna-3.1 [2021-08-18T19:13:41.833Z] Attempting uninstall: chardet [2021-08-18T19:13:41.833Z] Found existing installation: chardet 4.0.0 [2021-08-18T19:13:41.833Z] Uninstalling chardet-4.0.0: [2021-08-18T19:13:41.833Z] Successfully uninstalled chardet-4.0.0 [2021-08-18T19:13:42.120Z] Removing intermediate container 6d0bc28259c5 [2021-08-18T19:13:42.120Z] ---> fb0bdbd3491a [2021-08-18T19:13:42.120Z] Step 8/23 : COPY . . [2021-08-18T19:13:42.727Z] Attempting uninstall: requests [2021-08-18T19:13:42.727Z] Found existing installation: requests 2.25.1 [2021-08-18T19:13:42.727Z] Uninstalling requests-2.25.1: [2021-08-18T19:13:42.727Z] Successfully uninstalled requests-2.25.1 [2021-08-18T19:13:42.996Z] Running setup.py install for texttable: started [2021-08-18T19:13:43.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.290s coverage: 92.9% of statements [2021-08-18T19:13:43.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-08-18T19:13:43.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-08-18T19:13:43.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-08-18T19:13:43.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-08-18T19:13:43.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-08-18T19:13:43.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-08-18T19:13:43.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-08-18T19:13:43.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-08-18T19:13:43.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-08-18T19:13:43.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.184s coverage: 87.2% of statements [2021-08-18T19:13:43.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-08-18T19:13:43.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-08-18T19:13:43.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements [2021-08-18T19:13:43.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-08-18T19:13:43.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.174s coverage: 58.8% of statements [2021-08-18T19:13:43.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-08-18T19:13:43.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.181s coverage: 80.0% of statements [2021-08-18T19:13:43.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.239s coverage: 87.2% of statements [2021-08-18T19:13:43.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.235s coverage: 85.4% of statements [2021-08-18T19:13:43.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.333s coverage: 91.2% of statements [2021-08-18T19:13:43.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-08-18T19:13:44.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.878s coverage: 64.4% of statements [2021-08-18T19:13:44.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-08-18T19:13:44.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-08-18T19:13:44.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.174s coverage: 100.0% of statements [2021-08-18T19:13:44.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-08-18T19:13:44.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-08-18T19:13:44.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements [2021-08-18T19:13:44.450Z] Running setup.py install for texttable: finished with status 'done' [2021-08-18T19:13:44.450Z] Running setup.py install for PyYAML: started [2021-08-18T19:13:45.035Z] Running setup.py install for PyYAML: finished with status 'done' [2021-08-18T19:13:45.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements [2021-08-18T19:13:45.625Z] Running setup.py install for docopt: started [2021-08-18T19:13:45.903Z] Running setup.py install for docopt: finished with status 'done' [2021-08-18T19:13:46.179Z] Running setup.py install for dockerpty: started [2021-08-18T19:13:46.465Z] Running setup.py install for dockerpty: finished with status 'done' [2021-08-18T19:13:47.881Z] ---> af7ef2f65c34 [2021-08-18T19:13:47.881Z] Step 9/24 : RUN go mod tidy [2021-08-18T19:13:48.840Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 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 [2021-08-18T19:13:48.840Z] ---> Running in 8ccaec476fe2 [2021-08-18T19:13:49.117Z] ---> ff7256aec4a2 [2021-08-18T19:13:49.117Z] Step 9/23 : RUN go mod tidy [2021-08-18T19:13:49.117Z] ---> Running in eb126a1d3105 [2021-08-18T19:13:49.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.972s coverage: 66.9% of statements [2021-08-18T19:13:49.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-08-18T19:13:49.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-08-18T19:13:49.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-08-18T19:13:51.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.723s coverage: 43.6% of statements [2021-08-18T19:13:51.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-08-18T19:13:51.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-08-18T19:13:51.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.204s coverage: 89.5% of statements [2021-08-18T19:13:51.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-08-18T19:13:51.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.241s coverage: 84.8% of statements [2021-08-18T19:13:51.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-08-18T19:13:51.696Z] Removing intermediate container eb126a1d3105 [2021-08-18T19:13:51.696Z] ---> 24dc59d33fa1 [2021-08-18T19:13:51.696Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-08-18T19:13:51.696Z] Removing intermediate container 8ccaec476fe2 [2021-08-18T19:13:51.696Z] ---> 6bb102dddf09 [2021-08-18T19:13:51.696Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-08-18T19:13:51.696Z] ---> Running in d6fe939b5211 [2021-08-18T19:13:51.963Z] ---> Running in 4efc62c7cd86 [2021-08-18T19:13:52.547Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:13:52.547Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:13:52.547Z] ---> 304f5e8caaef [2021-08-18T19:13:52.547Z] Step 3/26 : WORKDIR /edgex-go [2021-08-18T19:13:52.547Z] ---> Using cache [2021-08-18T19:13:52.547Z] ---> f4a9dad1bd2e [2021-08-18T19:13:52.547Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:13:52.547Z] ---> Using cache [2021-08-18T19:13:52.547Z] ---> a05b2fef3a7d [2021-08-18T19:13:52.547Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-08-18T19:13:52.547Z] ---> Using cache [2021-08-18T19:13:52.547Z] ---> 5f4913e10537 [2021-08-18T19:13:52.547Z] Step 6/26 : COPY go.mod . [2021-08-18T19:13:52.547Z] ---> Using cache [2021-08-18T19:13:52.547Z] ---> 1395514d8841 [2021-08-18T19:13:52.547Z] Step 7/26 : RUN go mod download [2021-08-18T19:13:52.547Z] ---> Using cache [2021-08-18T19:13:52.547Z] ---> 16fcea8f1d4e [2021-08-18T19:13:52.547Z] Step 8/26 : COPY . . [2021-08-18T19:13:52.547Z] ---> Using cache [2021-08-18T19:13:52.547Z] ---> 682b17e13cef [2021-08-18T19:13:52.547Z] Step 9/26 : RUN go mod tidy [2021-08-18T19:13:52.547Z] ---> Using cache [2021-08-18T19:13:52.547Z] ---> bcb33e6e7c46 [2021-08-18T19:13:52.547Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-08-18T19:13:52.547Z] ---> Running in e437f402db94 [2021-08-18T19:13:52.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-08-18T19:13:52.815Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-08-18T19:13:53.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-08-18T19:13:55.675Z] Removing intermediate container e24f532e8872 [2021-08-18T19:13:55.675Z] ---> 94ba26bc3156 [2021-08-18T19:13:55.675Z] Step 15/24 : ENV APP_PORT=58890 [2021-08-18T19:13:55.675Z] ---> Running in 7f2ea44e9bca [2021-08-18T19:13:55.949Z] Removing intermediate container 7f2ea44e9bca [2021-08-18T19:13:55.949Z] ---> 8a41dc660f43 [2021-08-18T19:13:55.949Z] Step 16/24 : EXPOSE $APP_PORT [2021-08-18T19:13:56.235Z] ---> Running in a9d74dde43d0 [2021-08-18T19:13:56.520Z] Removing intermediate container a9d74dde43d0 [2021-08-18T19:13:56.520Z] ---> 2d679000570b [2021-08-18T19:13:56.520Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-08-18T19:13:56.799Z] Removing intermediate container 4ade10434b1c [2021-08-18T19:13:56.799Z] ---> 1d7a6d8cf2ae [2021-08-18T19:13:56.799Z] [2021-08-18T19:13:56.799Z] Step 11/24 : FROM alpine:3.12 [2021-08-18T19:13:56.799Z] ---> 13621d1b12d4 [2021-08-18T19:13:56.799Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-18T19:13:56.799Z] ---> Using cache [2021-08-18T19:13:56.799Z] ---> 0c772c259282 [2021-08-18T19:13:56.799Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-18T19:13:56.799Z] ---> Using cache [2021-08-18T19:13:56.799Z] ---> d4b833833aa9 [2021-08-18T19:13:56.799Z] Step 14/24 : ENV APP_PORT=59882 [2021-08-18T19:13:56.799Z] ---> Running in c95a16cf5c3f [2021-08-18T19:13:57.073Z] ---> 232a4e81156d [2021-08-18T19:13:57.073Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-08-18T19:13:57.073Z] Removing intermediate container c95a16cf5c3f [2021-08-18T19:13:57.073Z] ---> 3e84552a0c82 [2021-08-18T19:13:57.073Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-18T19:13:57.073Z] ---> Running in bdeddbdfc487 [2021-08-18T19:13:57.354Z] ---> 7b51547725d1 [2021-08-18T19:13:57.354Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-08-18T19:13:57.354Z] Removing intermediate container bdeddbdfc487 [2021-08-18T19:13:57.354Z] ---> 2e793775deb2 [2021-08-18T19:13:57.354Z] Step 16/24 : WORKDIR / [2021-08-18T19:13:57.354Z] ---> Running in 40711b3d4ec6 [2021-08-18T19:13:57.954Z] Removing intermediate container 40711b3d4ec6 [2021-08-18T19:13:57.954Z] ---> 897fc7191f1d [2021-08-18T19:13:57.954Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-18T19:13:57.954Z] ---> 597be2cba7ea [2021-08-18T19:13:57.954Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-08-18T19:13:57.954Z] ---> Running in fdaee70e0fc5 [2021-08-18T19:13:58.235Z] Removing intermediate container fdaee70e0fc5 [2021-08-18T19:13:58.235Z] ---> 8c0bc660ef4d [2021-08-18T19:13:58.235Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-18T19:13:58.235Z] ---> Running in b648ea1937da [2021-08-18T19:13:58.235Z] ---> 9cad196ba98c [2021-08-18T19:13:58.235Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-08-18T19:13:58.510Z] Removing intermediate container b648ea1937da [2021-08-18T19:13:58.510Z] ---> b3cd21aeea79 [2021-08-18T19:13:58.510Z] Step 22/24 : LABEL arch=x86_64 [2021-08-18T19:13:58.781Z] ---> Running in fd61b271062a [2021-08-18T19:13:59.066Z] Removing intermediate container fd61b271062a [2021-08-18T19:13:59.066Z] ---> 5e9a3c968bad [2021-08-18T19:13:59.066Z] Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:13:59.066Z] ---> e7ad67a57a38 [2021-08-18T19:13:59.066Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-08-18T19:13:59.066Z] ---> Running in 7940a93a85af [2021-08-18T19:13:59.339Z] Removing intermediate container 7940a93a85af [2021-08-18T19:13:59.339Z] ---> a5bb8e122bf6 [2021-08-18T19:13:59.339Z] Step 24/24 : LABEL version=0.0.0 [2021-08-18T19:13:59.339Z] ---> 4ed15d60a434 [2021-08-18T19:13:59.339Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-08-18T19:13:59.339Z] ---> Running in c2d1c8359422 [2021-08-18T19:13:59.339Z] ---> Running in 9fbfda10923e [2021-08-18T19:13:59.619Z] Removing intermediate container c2d1c8359422 [2021-08-18T19:13:59.619Z] ---> cd72f52bacb3 [2021-08-18T19:13:59.619Z] [2021-08-18T19:13:59.619Z] Successfully built cd72f52bacb3 [2021-08-18T19:13:59.619Z] Removing intermediate container 9fbfda10923e [2021-08-18T19:13:59.619Z] ---> 3b0db959f6d2 [2021-08-18T19:13:59.619Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-18T19:13:59.619Z] Successfully tagged sys-mgmt-agent:latest [2021-08-18T19:13:59.619Z]  Building sys-mgmt-agent ... done  ---> Running in d03a3a71e5cf [2021-08-18T19:13:59.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.257s coverage: 19.5% of statements [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-08-18T19:13:59.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.554s coverage: 92.0% of statements [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-08-18T19:13:59.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.215s coverage: 62.7% of statements [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-08-18T19:13:59.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.383s coverage: 97.7% of statements [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-08-18T19:13:59.660Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.179s coverage: 28.9% of statements [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-08-18T19:13:59.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-08-18T19:13:59.660Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.193s coverage: 100.0% of statements [2021-08-18T19:13:59.660Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 95.4% of statements [2021-08-18T19:13:59.896Z] Removing intermediate container d03a3a71e5cf [2021-08-18T19:13:59.896Z] ---> 4089dc3937f8 [2021-08-18T19:13:59.896Z] Step 22/24 : LABEL arch=x86_64 [2021-08-18T19:13:59.896Z] ---> Running in 94159046ec34 [2021-08-18T19:13:59.896Z] Removing intermediate container 94159046ec34 [2021-08-18T19:13:59.896Z] ---> 9c7865c0ecf0 [2021-08-18T19:13:59.896Z] Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:13:59.931Z] GO111MODULE=on go vet ./... [2021-08-18T19:14:00.185Z] ---> Running in 824e2bfdbe1c [2021-08-18T19:14:00.185Z] Removing intermediate container 824e2bfdbe1c [2021-08-18T19:14:00.185Z] ---> 18d70df4ad23 [2021-08-18T19:14:00.185Z] Step 24/24 : LABEL version=0.0.0 [2021-08-18T19:14:00.185Z] ---> Running in 1bf0b313b577 [2021-08-18T19:14:00.461Z] Removing intermediate container 1bf0b313b577 [2021-08-18T19:14:00.461Z] ---> ad3d0b7838ff [2021-08-18T19:14:00.461Z] [2021-08-18T19:14:00.461Z] Successfully built ad3d0b7838ff [2021-08-18T19:14:00.461Z] Successfully tagged core-command:latest [2021-08-18T19:14:18.828Z]  Building core-command ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-08-18T19:14:20.255Z] Removing intermediate container e437f402db94 [2021-08-18T19:14:20.255Z] ---> a08ee6340b4e [2021-08-18T19:14:20.255Z] [2021-08-18T19:14:20.255Z] Step 11/26 : FROM alpine:3.12 [2021-08-18T19:14:20.255Z] ---> 13621d1b12d4 [2021-08-18T19:14:20.255Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-08-18T19:14:20.255Z] ---> Running in 14843cadb7ad [2021-08-18T19:14:20.255Z] Removing intermediate container d6fe939b5211 [2021-08-18T19:14:20.255Z] ---> dbced08729ad [2021-08-18T19:14:20.255Z] [2021-08-18T19:14:20.255Z] Step 11/23 : FROM alpine:3.12 [2021-08-18T19:14:20.255Z] ---> 13621d1b12d4 [2021-08-18T19:14:20.255Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-08-18T19:14:20.255Z] ---> Running in dd593dafe249 [2021-08-18T19:14:20.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:14:20.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:14:20.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:14:20.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:14:20.803Z] (1/2) Installing ca-certificates (20191127-r4) [2021-08-18T19:14:20.803Z] (1/3) Installing ca-certificates (20191127-r4) [2021-08-18T19:14:20.803Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-08-18T19:14:20.803Z] Executing busybox-1.31.1-r20.trigger [2021-08-18T19:14:20.803Z] Executing ca-certificates-20191127-r4.trigger [2021-08-18T19:14:20.803Z] (2/3) Installing dumb-init (1.2.2-r1) [2021-08-18T19:14:20.803Z] (3/3) Installing su-exec (0.2-r1) [2021-08-18T19:14:20.803Z] Executing busybox-1.31.1-r20.trigger [2021-08-18T19:14:20.803Z] Executing ca-certificates-20191127-r4.trigger [2021-08-18T19:14:20.803Z] OK: 6 MiB in 16 packages [2021-08-18T19:14:20.803Z] OK: 6 MiB in 17 packages [2021-08-18T19:14:21.764Z] Removing intermediate container dd593dafe249 [2021-08-18T19:14:21.764Z] ---> 09a8ce43e7d9 [2021-08-18T19:14:21.764Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-18T19:14:21.764Z] Removing intermediate container 14843cadb7ad [2021-08-18T19:14:21.764Z] ---> 3379df76d99a [2021-08-18T19:14:21.764Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-18T19:14:21.764Z] ---> Running in 533ecc5c56a8 [2021-08-18T19:14:21.764Z] ---> Running in 08c2ed0b60d8 [2021-08-18T19:14:21.764Z] Removing intermediate container 533ecc5c56a8 [2021-08-18T19:14:21.764Z] ---> 4bfd165be877 [2021-08-18T19:14:21.764Z] Step 14/23 : ENV APP_PORT=59860 [2021-08-18T19:14:21.764Z] Removing intermediate container 08c2ed0b60d8 [2021-08-18T19:14:21.764Z] ---> 464450c0aedd [2021-08-18T19:14:21.764Z] Step 14/26 : WORKDIR / [2021-08-18T19:14:21.764Z] ---> Running in d2c56451d32f [2021-08-18T19:14:21.764Z] ---> Running in 3ef19c627232 [2021-08-18T19:14:22.050Z] Removing intermediate container d2c56451d32f [2021-08-18T19:14:22.050Z] ---> 735da9c7b1b3 [2021-08-18T19:14:22.050Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-18T19:14:22.050Z] ---> Running in 14961aa5b6da [2021-08-18T19:14:22.050Z] Removing intermediate container 3ef19c627232 [2021-08-18T19:14:22.050Z] ---> 3dbc2bff6176 [2021-08-18T19:14:22.050Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-08-18T19:14:22.317Z] Removing intermediate container 14961aa5b6da [2021-08-18T19:14:22.317Z] ---> fae5ef3600fd [2021-08-18T19:14:22.317Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-18T19:14:22.317Z] ---> ba2f7962b0a2 [2021-08-18T19:14:22.317Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-08-18T19:14:22.589Z] ---> db7ddfa47734 [2021-08-18T19:14:22.589Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-08-18T19:14:22.589Z] Removing intermediate container 4efc62c7cd86 [2021-08-18T19:14:22.589Z] ---> 015b53550d53 [2021-08-18T19:14:22.589Z] [2021-08-18T19:14:22.589Z] Step 11/24 : FROM alpine:3.12 [2021-08-18T19:14:22.589Z] ---> 13621d1b12d4 [2021-08-18T19:14:22.589Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-08-18T19:14:22.589Z] ---> d5b4e0b08a50 [2021-08-18T19:14:22.589Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-08-18T19:14:22.855Z] ---> Running in 81b02f0d0ecf [2021-08-18T19:14:22.855Z] ---> 6ea195cf2818 [2021-08-18T19:14:22.855Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-08-18T19:14:22.855Z] Removing intermediate container 81b02f0d0ecf [2021-08-18T19:14:22.855Z] ---> af9a8afaa6c7 [2021-08-18T19:14:22.855Z] Step 13/24 : ENV APP_PORT=59880 [2021-08-18T19:14:22.855Z] ---> 48365fa0c7bc [2021-08-18T19:14:22.855Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-08-18T19:14:22.855Z] ---> Running in 8d77eca5ce01 [2021-08-18T19:14:23.130Z] ---> 1f7b91c7e945 [2021-08-18T19:14:23.130Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-08-18T19:14:23.130Z] Removing intermediate container 8d77eca5ce01 [2021-08-18T19:14:23.130Z] ---> a3d3ea81b4dc [2021-08-18T19:14:23.130Z] Step 14/24 : EXPOSE $APP_PORT [2021-08-18T19:14:23.130Z] ---> 172e1f556290 [2021-08-18T19:14:23.130Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-08-18T19:14:23.130Z] ---> Running in a8aba65563f0 [2021-08-18T19:14:23.130Z] ---> Running in 4bf911b5d23b [2021-08-18T19:14:23.394Z] Removing intermediate container a8aba65563f0 [2021-08-18T19:14:23.394Z] ---> 910da9cc9326 [2021-08-18T19:14:23.394Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:14:23.394Z] Removing intermediate container 4bf911b5d23b [2021-08-18T19:14:23.394Z] ---> 1b38aa424621 [2021-08-18T19:14:23.394Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-18T19:14:23.394Z] ---> Running in 1c3342698d60 [2021-08-18T19:14:23.394Z] ---> Running in 5e0b4f04b98c [2021-08-18T19:14:23.394Z] ---> 0b34804a6fc9 [2021-08-18T19:14:23.394Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-08-18T19:14:23.394Z] Removing intermediate container 5e0b4f04b98c [2021-08-18T19:14:23.394Z] ---> af17676ecc2c [2021-08-18T19:14:23.394Z] Step 21/23 : LABEL arch=x86_64 [2021-08-18T19:14:23.394Z] ---> Running in b33648758986 [2021-08-18T19:14:23.664Z] Removing intermediate container b33648758986 [2021-08-18T19:14:23.664Z] ---> b22e9acfccd0 [2021-08-18T19:14:23.664Z] Step 22/23 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:14:23.664Z] ---> Running in 5e53faa05847 [2021-08-18T19:14:23.929Z] ---> 7ae3394a0512 [2021-08-18T19:14:23.929Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-08-18T19:14:23.929Z] Removing intermediate container 5e53faa05847 [2021-08-18T19:14:23.929Z] ---> 9a08e740f753 [2021-08-18T19:14:23.929Z] Step 23/23 : LABEL version=0.0.0 [2021-08-18T19:14:23.929Z] ---> Running in 2608cb4a85d2 [2021-08-18T19:14:23.929Z] Removing intermediate container 1c3342698d60 [2021-08-18T19:14:23.929Z] ---> f272ff1ecb37 [2021-08-18T19:14:23.929Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-08-18T19:14:23.929Z] ---> Running in a165cc2e6a61 [2021-08-18T19:14:23.929Z] ---> a15c0ed5a3dd [2021-08-18T19:14:23.929Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-08-18T19:14:23.929Z] Removing intermediate container 2608cb4a85d2 [2021-08-18T19:14:23.929Z] ---> a7a735f02dc4 [2021-08-18T19:14:23.929Z] [2021-08-18T19:14:24.199Z] ---> Running in 44941c87b608 [2021-08-18T19:14:24.199Z] Successfully built a7a735f02dc4 [2021-08-18T19:14:24.199Z] Successfully tagged support-notifications:latest [2021-08-18T19:14:24.467Z]  Building support-notifications ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-18T19:14:24.736Z] Removing intermediate container 44941c87b608 [2021-08-18T19:14:24.736Z] ---> 88ba700a2976 [2021-08-18T19:14:24.736Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-08-18T19:14:24.736Z] ---> Running in 006fbcbfd982 [2021-08-18T19:14:24.736Z] Removing intermediate container 006fbcbfd982 [2021-08-18T19:14:24.736Z] ---> 6f9b46eed6ad [2021-08-18T19:14:24.736Z] Step 24/26 : LABEL arch=x86_64 [2021-08-18T19:14:24.736Z] ---> Running in 51941b2d2606 [2021-08-18T19:14:24.736Z] Removing intermediate container 51941b2d2606 [2021-08-18T19:14:24.736Z] ---> f9a03cc7b38e [2021-08-18T19:14:24.736Z] Step 25/26 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:14:25.011Z] ---> Running in 59b752f47575 [2021-08-18T19:14:25.012Z] Removing intermediate container 59b752f47575 [2021-08-18T19:14:25.012Z] ---> 1584db2ce85d [2021-08-18T19:14:25.012Z] Step 26/26 : LABEL version=0.0.0 [2021-08-18T19:14:25.012Z] ---> Running in ee3ffb742b17 [2021-08-18T19:14:25.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-18T19:14:25.012Z] Removing intermediate container ee3ffb742b17 [2021-08-18T19:14:25.012Z] ---> 5802ecd356f6 [2021-08-18T19:14:25.012Z] [2021-08-18T19:14:25.281Z] Successfully built 5802ecd356f6 [2021-08-18T19:14:25.281Z] Successfully tagged security-secretstore-setup:latest [2021-08-18T19:14:25.548Z]  Building security-secretstore-setup ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-08-18T19:14:25.548Z] (2/6) Installing libgcc (9.3.0-r2) [2021-08-18T19:14:25.548Z] (3/6) Installing libsodium (1.0.18-r0) [2021-08-18T19:14:25.813Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-08-18T19:14:26.773Z] (5/6) Installing libzmq (4.3.3-r0) [2021-08-18T19:14:26.773Z] (6/6) Installing zeromq (4.3.3-r0) [2021-08-18T19:14:26.773Z] Executing busybox-1.31.1-r20.trigger [2021-08-18T19:14:26.773Z] OK: 8 MiB in 20 packages [2021-08-18T19:14:27.047Z] Removing intermediate container a165cc2e6a61 [2021-08-18T19:14:27.047Z] ---> 2570491fd8d3 [2021-08-18T19:14:27.047Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-18T19:14:27.312Z] ---> ee391602a88a [2021-08-18T19:14:27.313Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-08-18T19:14:27.577Z] ---> 5828e5566bca [2021-08-18T19:14:27.577Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-08-18T19:14:27.847Z] ---> 15246d3a19d1 [2021-08-18T19:14:27.847Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-08-18T19:14:27.847Z] ---> Running in 37e3ae20bc60 [2021-08-18T19:14:27.847Z] Removing intermediate container 37e3ae20bc60 [2021-08-18T19:14:27.847Z] ---> 5c6a06db131a [2021-08-18T19:14:27.847Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-18T19:14:27.847Z] ---> Running in a1877b636fb6 [2021-08-18T19:14:27.847Z] Removing intermediate container a1877b636fb6 [2021-08-18T19:14:27.847Z] ---> accff19b95a9 [2021-08-18T19:14:27.847Z] Step 22/24 : LABEL arch=x86_64 [2021-08-18T19:14:28.319Z] ---> Running in 2ba66708aa42 [2021-08-18T19:14:28.319Z] Removing intermediate container 2ba66708aa42 [2021-08-18T19:14:28.319Z] ---> 46fcc1289617 [2021-08-18T19:14:28.319Z] Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:14:28.319Z] ---> Running in c223239a5ce0 [2021-08-18T19:14:28.319Z] Removing intermediate container c223239a5ce0 [2021-08-18T19:14:28.319Z] ---> 3b8745d5fe1e [2021-08-18T19:14:28.319Z] Step 24/24 : LABEL version=0.0.0 [2021-08-18T19:14:28.319Z] ---> Running in 84f7a130a770 [2021-08-18T19:14:28.319Z] Removing intermediate container 84f7a130a770 [2021-08-18T19:14:28.319Z] ---> 0620d530c77f [2021-08-18T19:14:28.319Z] [2021-08-18T19:14:28.319Z] Successfully built 0620d530c77f [2021-08-18T19:14:28.808Z] Successfully tagged core-data:latest [2021-08-18T19:14:29.038Z]  Building core-data ... done  [Pipeline] } [2021-08-18T19:14:29.061Z] $ docker stop --time=1 27da60b1a45e335031dfa366695456e6862171c7d25b8f169acf75cffdf4b5c5 [2021-08-18T19:14:30.342Z] $ docker rm -f 27da60b1a45e335031dfa366695456e6862171c7d25b8f169acf75cffdf4b5c5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-18T19:14:30.863Z] + docker images [2021-08-18T19:14:30.863Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-08-18T19:14:30.863Z] core-data latest 0620d530c77f 2 seconds ago 20.4MB [2021-08-18T19:14:30.863Z] security-secretstore-setup latest 5802ecd356f6 6 seconds ago 28.1MB [2021-08-18T19:14:30.863Z] support-notifications latest a7a735f02dc4 7 seconds ago 16.8MB [2021-08-18T19:14:30.863Z] 015b53550d53 8 seconds ago 1.76GB [2021-08-18T19:14:30.863Z] a08ee6340b4e 11 seconds ago 1.76GB [2021-08-18T19:14:30.863Z] dbced08729ad 11 seconds ago 1.75GB [2021-08-18T19:14:30.863Z] core-command latest ad3d0b7838ff 30 seconds ago 16MB [2021-08-18T19:14:30.863Z] sys-mgmt-agent latest cd72f52bacb3 31 seconds ago 325MB [2021-08-18T19:14:30.863Z] 1d7a6d8cf2ae 34 seconds ago 1.75GB [2021-08-18T19:14:30.863Z] security-bootstrapper latest c809b00305b6 54 seconds ago 18.8MB [2021-08-18T19:14:30.863Z] security-proxy-setup latest e5022decd12b About a minute ago 25.9MB [2021-08-18T19:14:30.863Z] support-scheduler latest 6426e2bb8286 About a minute ago 16.1MB [2021-08-18T19:14:30.863Z] core-metadata latest 6323269d1863 About a minute ago 16.7MB [2021-08-18T19:14:30.863Z] 5d8039b0d6c0 About a minute ago 1.76GB [2021-08-18T19:14:30.863Z] eea7c9258525 About a minute ago 1.75GB [2021-08-18T19:14:30.863Z] 72d910c4651a About a minute ago 1.75GB [2021-08-18T19:14:30.863Z] d9d46b9d2de4 About a minute ago 1.75GB [2021-08-18T19:14:30.863Z] 4a4b56467d93 About a minute ago 1.75GB [2021-08-18T19:14:30.863Z] ci-base-image-x86_64 latest 304f5e8caaef 5 minutes ago 1.25GB [2021-08-18T19:14:30.863Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest 49cee7a5bbb7 3 hours ago 37.5MB [2021-08-18T19:14:30.864Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 031687cdd783 12 days ago 547MB [2021-08-18T19:14:30.864Z] docker 20.10.7 08bdaf2f88f9 2 months ago 246MB [2021-08-18T19:14:30.864Z] alpine 3.12 13621d1b12d4 4 months ago 5.58MB [2021-08-18T19:14:30.864Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 13 months 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) [Pipeline] findFiles [Pipeline] node [2021-08-18T19:14:46.508Z] Still waiting to schedule task [2021-08-18T19:14:46.508Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-08-18T19:15:21.752Z] gofmt -l . [2021-08-18T19:15:21.752Z] [ "`gofmt -l .`" = "" ] [2021-08-18T19:15:21.752Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-08-18T19:15:22.428Z] + ls -al . [2021-08-18T19:15:22.428Z] total 636 [2021-08-18T19:15:22.428Z] drwxrwxr-x 9 1001 1001 4096 Aug 18 19:15 . [2021-08-18T19:15:22.428Z] drwxr-xr-x 4 root root 4096 Aug 18 19:11 .. [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 11 Aug 18 19:08 .dockerignore [2021-08-18T19:15:22.428Z] drwxrwxr-x 8 1001 1001 4096 Aug 18 19:08 .git [2021-08-18T19:15:22.428Z] drwxrwxr-x 3 1001 1001 4096 Aug 18 19:08 .github [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 818 Aug 18 19:08 .gitignore [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 76 Aug 18 19:08 .hadolint.yml [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 166 Aug 18 19:08 .sonarcloud.properties [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 1171 Aug 18 19:08 ADOPTERS.md [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 8609 Aug 18 19:08 Attribution.txt [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 43881 Aug 18 19:08 CHANGELOG.md [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 3804 Aug 18 19:08 CONTRIBUTING.md [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 677 Aug 18 19:08 GOVERNANCE.md [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 849 Aug 18 19:08 Jenkinsfile [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 10775 Aug 18 19:08 LICENSE [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 5915 Aug 18 19:08 Makefile [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 582 Aug 18 19:08 OWNERS.md [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 8643 Aug 18 19:08 README.md [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 6912 Aug 18 19:08 SECURITY.md [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 5 Aug 18 19:08 VERSION [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 4131 Aug 18 19:08 ZMQWindows.md [2021-08-18T19:15:22.428Z] drwxrwxr-x 2 1001 1001 4096 Aug 18 19:08 bin [2021-08-18T19:15:22.428Z] drwxrwxr-x 14 1001 1001 4096 Aug 18 19:08 cmd [2021-08-18T19:15:22.428Z] -rw-r--r-- 1 root root 404329 Aug 18 19:13 coverage.out [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 813 Aug 18 19:08 go.mod [2021-08-18T19:15:22.428Z] -rw-r--r-- 1 root root 50064 Aug 18 19:11 go.sum [2021-08-18T19:15:22.428Z] drwxrwxr-x 8 1001 1001 4096 Aug 18 19:08 internal [2021-08-18T19:15:22.428Z] drwxrwxr-x 3 1001 1001 4096 Aug 18 19:08 openapi [2021-08-18T19:15:22.428Z] drwxrwxr-x 4 1001 1001 4096 Aug 18 19:08 snap [2021-08-18T19:15:22.428Z] -rw-rw-r-- 1 1001 1001 204 Aug 18 19:08 version.go [Pipeline] sh [2021-08-18T19:15:23.106Z] + '[' -e coverage.out ] [2021-08-18T19:15:23.106Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-08-18T19:15:23.159Z] Warning: overwriting stash ‘coverage-report’ [2021-08-18T19:15:23.951Z] Stashed 1 file(s) [Pipeline] sh [2021-08-18T19:15:24.627Z] + make build [2021-08-18T19:15:24.627Z] go mod tidy [2021-08-18T19:15:25.235Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-08-18T19:15:31.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-08-18T19:15:54.316Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-08-18T19:15:56.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-08-18T19:16:00.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-08-18T19:16:01.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-08-18T19:16:04.707Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-08-18T19:16:08.106Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-08-18T19:16:11.500Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-08-18T19:16:15.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-08-18T19:16:18.424Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-08-18T19:16:21.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-08-18T19:16:28.575Z] $ docker stop --time=1 a381a00f0b510449caaf4f7d8fb2cb9e07d40f895ed5784d36f30e86fa526f46 [2021-08-18T19:16:31.801Z] $ docker rm -f a381a00f0b510449caaf4f7d8fb2cb9e07d40f895ed5784d36f30e86fa526f46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:16:35.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-18T19:16:35.769Z] [2021-08-18T19:16:35.769Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:16:36.164Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-18T19:16:36.436Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-08-18T19:16:36.436Z] 29e5d40040c1: Pulling fs layer [2021-08-18T19:16:36.436Z] 1ce36da41761: Pulling fs layer [2021-08-18T19:16:36.436Z] 25b303627fd3: Pulling fs layer [2021-08-18T19:16:36.711Z] 29e5d40040c1: Verifying Checksum [2021-08-18T19:16:36.711Z] 29e5d40040c1: Download complete [2021-08-18T19:16:37.694Z] 29e5d40040c1: Pull complete [2021-08-18T19:16:37.971Z] 1ce36da41761: Verifying Checksum [2021-08-18T19:16:37.971Z] 1ce36da41761: Download complete [2021-08-18T19:16:39.405Z] 1ce36da41761: Pull complete [2021-08-18T19:16:39.405Z] 25b303627fd3: Download complete [2021-08-18T19:16:49.556Z] 25b303627fd3: Pull complete [2021-08-18T19:16:49.556Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-08-18T19:16:49.556Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-18T19:16:49.556Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-08-18T19:16:49.846Z] prd-ubuntu18.04-docker-arm64-4c-16g-3692 does not seem to be running inside a container [2021-08-18T19:16:49.938Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-08-18T19:16:54.606Z] $ docker top 9dff2a13729683ffd75e933ba0813f9080de7bbd5df22fb3e837405985433597 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-18T19:16:55.620Z] + docker-compose build --help [2021-08-18T19:16:55.620Z] + grep parallel [2021-08-18T19:16:58.990Z] --parallel Build images in parallel. [Pipeline] } [2021-08-18T19:16:59.029Z] $ docker stop --time=1 9dff2a13729683ffd75e933ba0813f9080de7bbd5df22fb3e837405985433597 [2021-08-18T19:17:00.940Z] $ docker rm -f 9dff2a13729683ffd75e933ba0813f9080de7bbd5df22fb3e837405985433597 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:17:01.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-18T19:17:01.782Z] . [Pipeline] withDockerContainer [2021-08-18T19:17:02.042Z] prd-ubuntu18.04-docker-arm64-4c-16g-3692 does not seem to be running inside a container [2021-08-18T19:17:02.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-08-18T19:17:03.757Z] $ docker top 78ba36ff6100356a91529e49a79f6c9d81b2492e10450bd515d1972eb3c5b992 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-18T19:17:04.763Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-08-18T19:17:09.075Z] Building core-command ... [2021-08-18T19:17:09.075Z] Building core-data ... [2021-08-18T19:17:09.075Z] Building core-metadata ... [2021-08-18T19:17:09.075Z] Building security-bootstrapper ... [2021-08-18T19:17:09.075Z] Building security-proxy-setup ... [2021-08-18T19:17:09.075Z] Building security-secretstore-setup ... [2021-08-18T19:17:09.075Z] Building support-notifications ... [2021-08-18T19:17:09.075Z] Building support-scheduler ... [2021-08-18T19:17:09.075Z] Building sys-mgmt-agent ... [2021-08-18T19:17:09.075Z] Building sys-mgmt-agent [2021-08-18T19:17:09.075Z] Building security-proxy-setup [2021-08-18T19:17:09.075Z] Building support-scheduler [2021-08-18T19:17:09.075Z] Building core-metadata [2021-08-18T19:17:09.075Z] Building security-bootstrapper [2021-08-18T19:18:17.081Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:18:17.081Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:18:17.081Z] ---> 66ac167cdf6e [2021-08-18T19:18:17.081Z] Step 3/22 : WORKDIR /edgex-go [2021-08-18T19:18:17.081Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:18:17.081Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:18:17.081Z] ---> 66ac167cdf6e [2021-08-18T19:18:17.081Z] Step 3/24 : WORKDIR /edgex-go [2021-08-18T19:18:17.081Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:18:17.081Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:18:17.081Z] ---> 66ac167cdf6e [2021-08-18T19:18:17.081Z] Step 3/32 : WORKDIR /edgex-go [2021-08-18T19:18:17.081Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:18:17.081Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:18:17.081Z] ---> 66ac167cdf6e [2021-08-18T19:18:17.081Z] Step 3/23 : WORKDIR /edgex-go [2021-08-18T19:18:17.081Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:18:17.081Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:18:17.081Z] ---> 66ac167cdf6e [2021-08-18T19:18:17.081Z] Step 3/24 : WORKDIR /edgex-go [2021-08-18T19:18:19.689Z] ---> Running in d4b541f93965 [2021-08-18T19:18:19.689Z] ---> Running in d8e49e109a7c [2021-08-18T19:18:19.689Z] ---> Running in 16c1c5d4a02b [2021-08-18T19:18:19.689Z] ---> Running in ca127ab26eae [2021-08-18T19:18:19.689Z] ---> Running in 4b2aeb9b79f9 [2021-08-18T19:18:20.665Z] Removing intermediate container d8e49e109a7c [2021-08-18T19:18:20.665Z] ---> d539ae8af08c [2021-08-18T19:18:20.665Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:18:20.665Z] Removing intermediate container d4b541f93965 [2021-08-18T19:18:20.665Z] ---> 3dcc06e40768 [2021-08-18T19:18:20.665Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:18:20.665Z] Removing intermediate container 4b2aeb9b79f9 [2021-08-18T19:18:20.665Z] ---> de08b92d41b5 [2021-08-18T19:18:20.665Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:18:20.665Z] Removing intermediate container ca127ab26eae [2021-08-18T19:18:20.665Z] ---> 47ebbbbe9331 [2021-08-18T19:18:20.665Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:18:20.665Z] Removing intermediate container 16c1c5d4a02b [2021-08-18T19:18:20.665Z] ---> b4b0689b96a1 [2021-08-18T19:18:20.665Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:18:20.665Z] ---> Running in 2baeec1f0647 [2021-08-18T19:18:20.665Z] ---> Running in 7f987a31df30 [2021-08-18T19:18:20.665Z] ---> Running in 5dac5dd2f2eb [2021-08-18T19:18:20.665Z] ---> Running in 5f5b9240160a [2021-08-18T19:18:20.665Z] ---> Running in cc37e02a1ebc [2021-08-18T19:18:24.977Z] Removing intermediate container 2baeec1f0647 [2021-08-18T19:18:24.977Z] ---> 3c07af97ef82 [2021-08-18T19:18:24.977Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-08-18T19:18:24.977Z] ---> Running in 5b7067ab4b45 [2021-08-18T19:18:24.977Z] Removing intermediate container 7f987a31df30 [2021-08-18T19:18:25.256Z] ---> f67b19b06858 [2021-08-18T19:18:25.256Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-08-18T19:18:25.256Z] Removing intermediate container 5dac5dd2f2eb [2021-08-18T19:18:25.256Z] ---> 794b10210fde [2021-08-18T19:18:25.256Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-08-18T19:18:25.530Z] ---> Running in 8d4b1f2fd5b0 [2021-08-18T19:18:25.530Z] ---> Running in ab0bfac90d4f [2021-08-18T19:18:25.806Z] Removing intermediate container cc37e02a1ebc [2021-08-18T19:18:25.806Z] ---> dbfb3351fbb7 [2021-08-18T19:18:25.806Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-18T19:18:25.806Z] Removing intermediate container 5f5b9240160a [2021-08-18T19:18:25.806Z] ---> e8903e9d7978 [2021-08-18T19:18:25.806Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-08-18T19:18:26.086Z] ---> Running in ca23ff80e132 [2021-08-18T19:18:26.086Z] ---> Running in 2f6aaaa4a39e [2021-08-18T19:18:26.696Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:18:27.697Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:18:27.697Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:18:27.977Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:18:27.977Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:18:28.251Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:18:28.524Z] OK: 218 MiB in 52 packages [2021-08-18T19:18:28.524Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:18:28.797Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:18:29.077Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:18:29.077Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:18:29.680Z] OK: 218 MiB in 52 packages [2021-08-18T19:18:29.680Z] OK: 218 MiB in 52 packages [2021-08-18T19:18:29.961Z] Removing intermediate container 5b7067ab4b45 [2021-08-18T19:18:29.961Z] ---> 4c6d683be39d [2021-08-18T19:18:29.961Z] Step 6/32 : COPY go.mod . [2021-08-18T19:18:29.961Z] OK: 218 MiB in 52 packages [2021-08-18T19:18:30.241Z] OK: 218 MiB in 52 packages [2021-08-18T19:18:31.229Z] ---> 53026e5334b3 [2021-08-18T19:18:31.229Z] Step 7/32 : RUN go mod download [2021-08-18T19:18:31.506Z] Removing intermediate container 8d4b1f2fd5b0 [2021-08-18T19:18:31.506Z] ---> ebad263ca435 [2021-08-18T19:18:31.506Z] Step 6/23 : COPY go.mod . [2021-08-18T19:18:31.506Z] ---> Running in 0f5dec0b9fa0 [2021-08-18T19:18:31.780Z] Removing intermediate container ab0bfac90d4f [2021-08-18T19:18:31.780Z] ---> e0ac4fd03595 [2021-08-18T19:18:31.780Z] Step 6/24 : COPY go.mod . [2021-08-18T19:18:31.780Z] Removing intermediate container ca23ff80e132 [2021-08-18T19:18:31.780Z] ---> a45bd3bc657b [2021-08-18T19:18:31.780Z] Step 6/24 : COPY go.mod . [2021-08-18T19:18:32.058Z] Removing intermediate container 2f6aaaa4a39e [2021-08-18T19:18:32.058Z] ---> 7a57e538b15c [2021-08-18T19:18:32.058Z] Step 6/22 : COPY go.mod . [2021-08-18T19:18:32.661Z] ---> 8ccb68491828 [2021-08-18T19:18:32.661Z] Step 7/23 : RUN go mod download [2021-08-18T19:18:32.933Z] ---> 1d268bfa1b45 [2021-08-18T19:18:32.933Z] Step 7/24 : RUN go mod download [2021-08-18T19:18:32.933Z] ---> Running in fcb712578b40 [2021-08-18T19:18:33.224Z] ---> Running in a2a5ce7b7990 [2021-08-18T19:18:33.510Z] ---> 51fe5348adc4 [2021-08-18T19:18:33.510Z] Step 7/24 : RUN go mod download [2021-08-18T19:18:33.510Z] ---> 5c58beec97ec [2021-08-18T19:18:33.510Z] Step 7/22 : RUN go mod download [2021-08-18T19:18:33.787Z] ---> Running in a78f8c2ef418 [2021-08-18T19:18:34.063Z] ---> Running in 4d3d0883c368 [2021-08-18T19:18:37.483Z] Removing intermediate container 0f5dec0b9fa0 [2021-08-18T19:18:37.483Z] ---> c17a9561ac83 [2021-08-18T19:18:37.483Z] Step 8/32 : COPY . . [2021-08-18T19:18:42.937Z] Removing intermediate container fcb712578b40 [2021-08-18T19:18:42.937Z] ---> d04194cbfd16 [2021-08-18T19:18:42.937Z] Step 8/23 : COPY . . [2021-08-18T19:18:42.937Z] Removing intermediate container a2a5ce7b7990 [2021-08-18T19:18:42.937Z] ---> c84875cbe9e1 [2021-08-18T19:18:42.937Z] Step 8/24 : COPY . . [2021-08-18T19:18:44.384Z] Removing intermediate container a78f8c2ef418 [2021-08-18T19:18:44.384Z] ---> e5e150f65e5e [2021-08-18T19:18:44.384Z] Step 8/24 : COPY . . [2021-08-18T19:18:44.384Z] Removing intermediate container 4d3d0883c368 [2021-08-18T19:18:44.384Z] ---> b5cfc5834328 [2021-08-18T19:18:44.384Z] Step 8/22 : COPY . . [2021-08-18T19:19:11.205Z] ---> 718cb6161263 [2021-08-18T19:19:11.205Z] Step 9/32 : RUN go mod tidy [2021-08-18T19:19:11.205Z] ---> acf40fe501f0 [2021-08-18T19:19:11.205Z] Step 9/24 : RUN go mod tidy [2021-08-18T19:19:11.205Z] ---> 83bf3dc9249c [2021-08-18T19:19:11.205Z] Step 9/23 : RUN go mod tidy [2021-08-18T19:19:11.205Z] ---> 0168ead2a0d3 [2021-08-18T19:19:11.205Z] Step 9/22 : RUN go mod tidy [2021-08-18T19:19:11.205Z] ---> 147590d3d376 [2021-08-18T19:19:11.205Z] Step 9/24 : RUN go mod tidy [2021-08-18T19:19:11.205Z] ---> Running in 571db0257881 [2021-08-18T19:19:11.205Z] ---> Running in 77f5bfbd3cd9 [2021-08-18T19:19:11.205Z] ---> Running in 0b3813f23ba1 [2021-08-18T19:19:11.205Z] ---> Running in 38dcb9636ab1 [2021-08-18T19:19:11.205Z] ---> Running in 40d9627fcbb6 [2021-08-18T19:19:19.527Z] Removing intermediate container 571db0257881 [2021-08-18T19:19:19.527Z] ---> 313131f992d9 [2021-08-18T19:19:19.527Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-08-18T19:19:19.527Z] Removing intermediate container 77f5bfbd3cd9 [2021-08-18T19:19:19.527Z] ---> 7222a2a4a436 [2021-08-18T19:19:19.527Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-08-18T19:19:19.527Z] ---> Running in e83310c3486e [2021-08-18T19:19:19.527Z] ---> Running in e9949822bde3 [2021-08-18T19:19:19.527Z] Removing intermediate container 38dcb9636ab1 [2021-08-18T19:19:19.527Z] ---> 0d55be5d7337 [2021-08-18T19:19:19.527Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-08-18T19:19:19.527Z] Removing intermediate container 40d9627fcbb6 [2021-08-18T19:19:19.527Z] ---> a71e6e6afbf9 [2021-08-18T19:19:19.527Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-08-18T19:19:19.527Z] Removing intermediate container 0b3813f23ba1 [2021-08-18T19:19:19.527Z] ---> 9131f8fea47d [2021-08-18T19:19:19.527Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-08-18T19:19:19.527Z] ---> Running in d3671abdf9be [2021-08-18T19:19:19.527Z] ---> Running in 9ebb451c9009 [2021-08-18T19:19:19.801Z] ---> Running in a2b3f5d82675 [2021-08-18T19:19:20.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-08-18T19:19:21.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-08-18T19:19:21.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-08-18T19:19:22.270Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-08-18T19:19:22.270Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-08-18T19:21:14.145Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-08-18T19:21:19.589Z] Removing intermediate container a2b3f5d82675 [2021-08-18T19:21:19.589Z] ---> fd572edf739e [2021-08-18T19:21:19.589Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-08-18T19:21:20.575Z] Removing intermediate container e83310c3486e [2021-08-18T19:21:20.575Z] ---> 034b686dc78e [2021-08-18T19:21:20.575Z] [2021-08-18T19:21:20.575Z] Step 11/32 : FROM alpine:3.12 [2021-08-18T19:21:20.852Z] ---> Running in 86ba271bcf53 [2021-08-18T19:21:21.130Z] 3.12: Pulling from library/alpine [2021-08-18T19:21:23.106Z] Removing intermediate container d3671abdf9be [2021-08-18T19:21:23.106Z] ---> 55ac6823edaf [2021-08-18T19:21:23.106Z] [2021-08-18T19:21:23.106Z] Step 11/22 : FROM alpine:3.12 [2021-08-18T19:21:23.106Z] 3.12: Pulling from library/alpine [2021-08-18T19:21:23.384Z] Removing intermediate container e9949822bde3 [2021-08-18T19:21:23.384Z] ---> 3b50d35df8da [2021-08-18T19:21:23.384Z] [2021-08-18T19:21:23.384Z] Step 11/23 : FROM alpine:3.12 [2021-08-18T19:21:23.384Z] 3.12: Pulling from library/alpine [2021-08-18T19:21:23.983Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-18T19:21:23.983Z] Status: Downloaded newer image for alpine:3.12 [2021-08-18T19:21:23.983Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-18T19:21:23.983Z] Status: Image is up to date for alpine:3.12 [2021-08-18T19:21:23.983Z] ---> c4fd0aeabfcf [2021-08-18T19:21:23.983Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-08-18T19:21:23.983Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-18T19:21:23.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-08-18T19:21:23.983Z] Status: Image is up to date for alpine:3.12 [2021-08-18T19:21:23.983Z] ---> c4fd0aeabfcf [2021-08-18T19:21:23.983Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-08-18T19:21:23.983Z] ---> c4fd0aeabfcf [2021-08-18T19:21:23.983Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-08-18T19:21:25.427Z] ---> Running in dd57756e4778 [2021-08-18T19:21:25.427Z] ---> Running in 54333b730dfd [2021-08-18T19:21:25.427Z] ---> Running in 17b430adbfce [2021-08-18T19:21:26.023Z] Removing intermediate container 9ebb451c9009 [2021-08-18T19:21:26.023Z] ---> 8928df483821 [2021-08-18T19:21:26.023Z] [2021-08-18T19:21:26.023Z] Step 11/24 : FROM alpine:3.12 [2021-08-18T19:21:26.023Z] ---> c4fd0aeabfcf [2021-08-18T19:21:26.023Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-18T19:21:26.297Z] Removing intermediate container dd57756e4778 [2021-08-18T19:21:26.297Z] ---> d881bb2dc61a [2021-08-18T19:21:26.297Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-08-18T19:21:26.573Z] ---> Running in eba89cc2246f [2021-08-18T19:21:26.573Z] ---> Running in 86bf3f7ce95d [2021-08-18T19:21:27.563Z] Removing intermediate container 86ba271bcf53 [2021-08-18T19:21:27.563Z] ---> f76922a41b30 [2021-08-18T19:21:27.563Z] [2021-08-18T19:21:27.563Z] Step 12/24 : FROM docker:20.10.7 [2021-08-18T19:21:27.839Z] 20.10.7: Pulling from library/docker [2021-08-18T19:21:27.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:21:28.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:21:28.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:21:28.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:21:28.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:21:28.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:21:28.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:21:28.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:21:28.949Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-08-18T19:21:28.949Z] Executing busybox-1.31.1-r20.trigger [2021-08-18T19:21:28.949Z] OK: 5 MiB in 15 packages [2021-08-18T19:21:29.224Z] (1/4) Installing ca-certificates (20191127-r4) [2021-08-18T19:21:29.224Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-08-18T19:21:29.224Z] (3/4) Installing libcurl (7.78.0-r0) [2021-08-18T19:21:29.224Z] (4/4) Installing curl (7.78.0-r0) [2021-08-18T19:21:29.224Z] Executing busybox-1.31.1-r20.trigger [2021-08-18T19:21:29.502Z] Executing ca-certificates-20191127-r4.trigger [2021-08-18T19:21:29.502Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-08-18T19:21:29.502Z] Executing busybox-1.31.1-r20.trigger [2021-08-18T19:21:29.502Z] OK: 5 MiB in 15 packages [2021-08-18T19:21:29.781Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-08-18T19:21:29.781Z] (2/2) Installing su-exec (0.2-r1) [2021-08-18T19:21:29.781Z] Executing busybox-1.31.1-r20.trigger [2021-08-18T19:21:29.781Z] OK: 5 MiB in 16 packages [2021-08-18T19:21:29.781Z] OK: 7 MiB in 18 packages [2021-08-18T19:21:31.940Z] Removing intermediate container 54333b730dfd [2021-08-18T19:21:31.940Z] ---> 9af69d5633ce [2021-08-18T19:21:31.940Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-18T19:21:32.345Z] ---> Running in 44af81df09f6 [2021-08-18T19:21:32.647Z] Removing intermediate container 86bf3f7ce95d [2021-08-18T19:21:32.647Z] ---> 44cc9984905d [2021-08-18T19:21:32.647Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-08-18T19:21:33.244Z] Removing intermediate container eba89cc2246f [2021-08-18T19:21:33.244Z] ---> 94ee84653743 [2021-08-18T19:21:33.244Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-18T19:21:33.524Z] ---> Running in 5a31ed8b2ab5 [2021-08-18T19:21:34.503Z] ---> Running in 985653d006bb [2021-08-18T19:21:34.503Z] Removing intermediate container 44af81df09f6 [2021-08-18T19:21:34.503Z] ---> 820c9abf7621 [2021-08-18T19:21:34.503Z] Step 14/23 : ENV APP_PORT=59861 [2021-08-18T19:21:34.503Z] Removing intermediate container 17b430adbfce [2021-08-18T19:21:34.503Z] ---> ef8440cb4997 [2021-08-18T19:21:34.503Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-18T19:21:35.938Z] Removing intermediate container 5a31ed8b2ab5 [2021-08-18T19:21:35.938Z] ---> f6a8e0f56dbc [2021-08-18T19:21:35.938Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-08-18T19:21:35.938Z] ---> Running in a94724086a1e [2021-08-18T19:21:35.938Z] ---> Running in a8e5c0a85505 [2021-08-18T19:21:36.535Z] ---> Running in 9a96e7f3ce93 [2021-08-18T19:21:36.535Z] Removing intermediate container 985653d006bb [2021-08-18T19:21:36.535Z] ---> b1d42ca3c75f [2021-08-18T19:21:36.535Z] Step 14/24 : ENV APP_PORT=59881 [2021-08-18T19:21:37.134Z] ---> Running in dafcd25d14d9 [2021-08-18T19:21:37.134Z] Removing intermediate container a8e5c0a85505 [2021-08-18T19:21:37.134Z] ---> 6b193ee9a970 [2021-08-18T19:21:37.134Z] Step 14/22 : WORKDIR /edgex [2021-08-18T19:21:37.134Z] Removing intermediate container a94724086a1e [2021-08-18T19:21:37.134Z] ---> c118611a5005 [2021-08-18T19:21:37.134Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-18T19:21:37.409Z] Removing intermediate container 9a96e7f3ce93 [2021-08-18T19:21:37.409Z] ---> 442073943580 [2021-08-18T19:21:37.409Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-08-18T19:21:37.409Z] ---> Running in f6f0724417f8 [2021-08-18T19:21:37.685Z] ---> Running in 8e58f1fe9bae [2021-08-18T19:21:37.685Z] ---> Running in ce7c87119327 [2021-08-18T19:21:37.961Z] Removing intermediate container dafcd25d14d9 [2021-08-18T19:21:37.961Z] ---> bef76d6cd2c7 [2021-08-18T19:21:37.961Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-18T19:21:38.238Z] ---> Running in 814ce9dd0ea4 [2021-08-18T19:21:38.513Z] Removing intermediate container 8e58f1fe9bae [2021-08-18T19:21:38.513Z] ---> 2ca1f10e1274 [2021-08-18T19:21:38.513Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-18T19:21:38.513Z] Removing intermediate container f6f0724417f8 [2021-08-18T19:21:38.513Z] ---> c0cacc008369 [2021-08-18T19:21:38.513Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-08-18T19:21:38.791Z] Removing intermediate container 814ce9dd0ea4 [2021-08-18T19:21:38.791Z] ---> 3c03de2d81a9 [2021-08-18T19:21:38.791Z] Step 16/24 : WORKDIR / [2021-08-18T19:21:39.066Z] ---> Running in 2f568065bd1a [2021-08-18T19:21:39.339Z] Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 [2021-08-18T19:21:39.339Z] Status: Downloaded newer image for docker:20.10.7 [2021-08-18T19:21:39.339Z] ---> df445af6242a [2021-08-18T19:21:39.339Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-08-18T19:21:39.616Z] ---> Running in 1838df3ff353 [2021-08-18T19:21:39.890Z] ---> 58e311c304da [2021-08-18T19:21:39.890Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-08-18T19:21:40.163Z] ---> acc4e2625df1 [2021-08-18T19:21:40.163Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-08-18T19:21:40.163Z] Removing intermediate container 2f568065bd1a [2021-08-18T19:21:40.163Z] ---> 50f803b5ca88 [2021-08-18T19:21:40.163Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-18T19:21:40.438Z] Removing intermediate container 1838df3ff353 [2021-08-18T19:21:40.438Z] ---> b8cdb747172b [2021-08-18T19:21:40.438Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-08-18T19:21:41.425Z] ---> Running in bb91fc292137 [2021-08-18T19:21:41.700Z] Removing intermediate container ce7c87119327 [2021-08-18T19:21:41.700Z] ---> 865a457b4ca4 [2021-08-18T19:21:41.700Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-08-18T19:21:41.700Z] ---> 1e4d074f5832 [2021-08-18T19:21:41.700Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-08-18T19:21:41.988Z] ---> a548ba93831d [2021-08-18T19:21:41.988Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-08-18T19:21:41.988Z] ---> 3877a9bc5396 [2021-08-18T19:21:41.988Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-08-18T19:21:41.988Z] ---> Running in 727f155a2118 [2021-08-18T19:21:43.440Z] Removing intermediate container 727f155a2118 [2021-08-18T19:21:43.440Z] ---> 7b73f8ada9e5 [2021-08-18T19:21:43.440Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-08-18T19:21:43.440Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:21:43.719Z] ---> f9fee9bd1ae2 [2021-08-18T19:21:43.719Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-08-18T19:21:43.719Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:21:43.994Z] ---> Running in e08a76096276 [2021-08-18T19:21:43.994Z] ---> 202f79f6dc41 [2021-08-18T19:21:43.994Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-08-18T19:21:43.994Z] ---> ad49442d7a8b [2021-08-18T19:21:43.994Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-08-18T19:21:44.271Z] ---> 21d5856234c7 [2021-08-18T19:21:44.271Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-08-18T19:21:44.271Z] ---> Running in 53cd58f6663e [2021-08-18T19:21:44.547Z] ---> Running in 8aacbc9dd079 [2021-08-18T19:21:44.547Z] (1/39) Installing readline (8.1.0-r0) [2021-08-18T19:21:44.547Z] (2/39) Installing bash (5.1.0-r0) [2021-08-18T19:21:44.547Z] Executing bash-5.1.0-r0.post-install [2021-08-18T19:21:44.547Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-08-18T19:21:44.830Z] Removing intermediate container e08a76096276 [2021-08-18T19:21:44.830Z] ---> 2e14802f0588 [2021-08-18T19:21:44.830Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-18T19:21:44.830Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-08-18T19:21:44.830Z] (5/39) Installing libcurl (7.78.0-r0) [2021-08-18T19:21:44.830Z] (6/39) Installing curl (7.78.0-r0) [2021-08-18T19:21:44.830Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-08-18T19:21:44.830Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-08-18T19:21:44.830Z] (9/39) Installing expat (2.2.10-r1) [2021-08-18T19:21:44.830Z] (10/39) Installing libffi (3.3-r2) [2021-08-18T19:21:44.830Z] (11/39) Installing gdbm (1.19-r0) [2021-08-18T19:21:44.830Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-08-18T19:21:44.830Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-08-18T19:21:44.830Z] (14/39) Installing python3 (3.8.10-r0) [2021-08-18T19:21:45.433Z] ---> Running in 3cce522d6468 [2021-08-18T19:21:46.031Z] Removing intermediate container 53cd58f6663e [2021-08-18T19:21:46.031Z] ---> 7d81447ab793 [2021-08-18T19:21:46.031Z] Step 19/22 : CMD ["--init=true"] [2021-08-18T19:21:46.304Z] ---> d1697992ed35 [2021-08-18T19:21:46.304Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-08-18T19:21:46.583Z] ---> Running in d6a700be50a4 [2021-08-18T19:21:46.867Z] ---> Running in 4b7432e0dd53 [2021-08-18T19:21:46.867Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-08-18T19:21:46.867Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-08-18T19:21:46.867Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-08-18T19:21:46.867Z] (18/39) Installing py3-six (1.15.0-r0) [2021-08-18T19:21:46.867Z] (19/39) Installing py3-packaging (20.9-r0) [2021-08-18T19:21:46.867Z] Removing intermediate container 3cce522d6468 [2021-08-18T19:21:46.867Z] ---> 35d0c41a0888 [2021-08-18T19:21:46.867Z] Step 21/23 : LABEL arch=arm64 [2021-08-18T19:21:46.867Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-08-18T19:21:47.140Z] Removing intermediate container d6a700be50a4 [2021-08-18T19:21:47.141Z] ---> 6a0cbc1c02b0 [2021-08-18T19:21:47.141Z] Step 20/22 : LABEL arch=arm64 [2021-08-18T19:21:47.141Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-08-18T19:21:47.414Z] ---> Running in 4c1b0e814970 [2021-08-18T19:21:47.414Z] (22/39) Installing py3-idna (3.1-r0) [2021-08-18T19:21:47.414Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-08-18T19:21:47.414Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-08-18T19:21:47.414Z] ---> Running in 899d42fabab6 [2021-08-18T19:21:47.414Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-08-18T19:21:47.414Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-08-18T19:21:47.692Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-08-18T19:21:47.692Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-08-18T19:21:47.692Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-08-18T19:21:47.692Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-08-18T19:21:47.692Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-08-18T19:21:47.692Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-08-18T19:21:47.692Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-08-18T19:21:47.692Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-08-18T19:21:47.692Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-08-18T19:21:47.692Z] Removing intermediate container 4b7432e0dd53 [2021-08-18T19:21:47.692Z] (36/39) Installing py3-progress (1.5-r0) [2021-08-18T19:21:47.692Z] ---> 5e0d8e40de12 [2021-08-18T19:21:47.692Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-18T19:21:47.692Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-08-18T19:21:47.692Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-08-18T19:21:47.692Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-08-18T19:21:48.291Z] Executing busybox-1.32.1-r6.trigger [2021-08-18T19:21:48.291Z] OK: 82 MiB in 59 packages [2021-08-18T19:21:48.584Z] ---> Running in 3d7ee10eb1e2 [2021-08-18T19:21:48.584Z] Removing intermediate container 4c1b0e814970 [2021-08-18T19:21:48.584Z] ---> 9f5bf52f5729 [2021-08-18T19:21:48.584Z] Step 22/23 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:21:48.584Z] Removing intermediate container 899d42fabab6 [2021-08-18T19:21:48.584Z] Removing intermediate container 8aacbc9dd079 [2021-08-18T19:21:48.584Z] ---> 8260f806c182 [2021-08-18T19:21:48.584Z] ---> d18d1ba30934 [2021-08-18T19:21:48.584Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-18T19:21:48.584Z] Step 21/22 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:21:48.863Z] ---> Running in dcd5d35db7d5 [2021-08-18T19:21:49.137Z] ---> Running in 281704bec555 [2021-08-18T19:21:49.735Z] Removing intermediate container 3d7ee10eb1e2 [2021-08-18T19:21:49.735Z] ---> 937bbc0b83d9 [2021-08-18T19:21:49.735Z] Step 22/24 : LABEL arch=arm64 [2021-08-18T19:21:49.735Z] Removing intermediate container dcd5d35db7d5 [2021-08-18T19:21:49.735Z] ---> 83cc82b487df [2021-08-18T19:21:49.735Z] Step 23/23 : LABEL version=0.0.0 [2021-08-18T19:21:49.735Z] ---> Running in 6c122696aeaa [2021-08-18T19:21:49.735Z] ---> 8ea20ec78b5f [2021-08-18T19:21:49.735Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-08-18T19:21:50.012Z] ---> Running in 4fa541ac8a5a [2021-08-18T19:21:50.012Z] Removing intermediate container 281704bec555 [2021-08-18T19:21:50.012Z] ---> 95a3909ea471 [2021-08-18T19:21:50.012Z] Step 22/22 : LABEL version=0.0.0 [2021-08-18T19:21:50.286Z] ---> Running in f2e8d7b4e9de [2021-08-18T19:21:50.888Z] Removing intermediate container 6c122696aeaa [2021-08-18T19:21:50.889Z] ---> 404009d8c7d6 [2021-08-18T19:21:50.889Z] Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:21:51.489Z] ---> Running in f131bdf1fce5 [2021-08-18T19:21:51.489Z] Removing intermediate container 4fa541ac8a5a [2021-08-18T19:21:51.489Z] ---> 259c45ba87e1 [2021-08-18T19:21:51.489Z] [2021-08-18T19:21:51.489Z] Removing intermediate container f2e8d7b4e9de [2021-08-18T19:21:51.489Z] ---> 57ae5e441ea2 [2021-08-18T19:21:51.489Z] [2021-08-18T19:21:51.765Z] ---> d5153016eea4 [2021-08-18T19:21:51.765Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-08-18T19:21:52.045Z] Successfully built 259c45ba87e1 [2021-08-18T19:21:52.045Z] Successfully built 57ae5e441ea2 [2021-08-18T19:21:52.323Z] Successfully tagged support-scheduler-arm64:latest [2021-08-18T19:21:52.323Z]  Building support-scheduler ... done Building support-notifications [2021-08-18T19:21:52.323Z] Successfully tagged security-proxy-setup-arm64:latest [2021-08-18T19:21:52.323Z]  Building security-proxy-setup ... done Building core-command [2021-08-18T19:21:52.323Z] Removing intermediate container f131bdf1fce5 [2021-08-18T19:21:52.323Z] ---> 2629dcf2c13e [2021-08-18T19:21:52.323Z] Step 24/24 : LABEL version=0.0.0 [2021-08-18T19:21:52.602Z] ---> Running in b34576a20ebb [2021-08-18T19:21:52.877Z] ---> 2ef858eb8bb1 [2021-08-18T19:21:52.877Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-08-18T19:21:53.155Z] Removing intermediate container b34576a20ebb [2021-08-18T19:21:53.155Z] ---> dcc336340891 [2021-08-18T19:21:53.156Z] [2021-08-18T19:21:53.756Z] Successfully built dcc336340891 [2021-08-18T19:21:53.756Z] Successfully tagged core-metadata-arm64:latest [2021-08-18T19:21:53.756Z]  Building core-metadata ... done Building core-data [2021-08-18T19:21:54.030Z] ---> 2008ef7cce20 [2021-08-18T19:21:54.030Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-08-18T19:21:56.078Z] ---> ea170b75d612 [2021-08-18T19:21:56.078Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-08-18T19:21:57.528Z] ---> Running in 4205fd1da557 [2021-08-18T19:21:57.805Z] Collecting docker-compose==1.23.2 [2021-08-18T19:21:58.079Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-08-18T19:21:59.517Z] Collecting PyYAML<4,>=3.10 [2021-08-18T19:21:59.517Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-08-18T19:21:59.517Z] Removing intermediate container 4205fd1da557 [2021-08-18T19:21:59.517Z] ---> d73c52645dea [2021-08-18T19:21:59.517Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-08-18T19:22:01.497Z] ---> 9756a2a3bf95 [2021-08-18T19:22:01.497Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-08-18T19:22:02.094Z] ---> Running in 278c32fcc583 [2021-08-18T19:22:02.695Z] Collecting texttable<0.10,>=0.9.0 [2021-08-18T19:22:02.974Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-08-18T19:22:05.632Z] Collecting jsonschema<3,>=2.5.1 [2021-08-18T19:22:05.632Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-08-18T19:22:06.236Z] Collecting docker<4.0,>=3.6.0 [2021-08-18T19:22:06.236Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-08-18T19:22:06.236Z] Removing intermediate container 278c32fcc583 [2021-08-18T19:22:06.236Z] ---> 8e4e4545d1f4 [2021-08-18T19:22:06.236Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-08-18T19:22:06.510Z] Collecting websocket-client<1.0,>=0.32.0 [2021-08-18T19:22:06.510Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-08-18T19:22:06.786Z] Collecting docopt<0.7,>=0.6.1 [2021-08-18T19:22:06.786Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-08-18T19:22:06.786Z] ---> Running in 659404b9c7be [2021-08-18T19:22:07.379Z] Removing intermediate container 659404b9c7be [2021-08-18T19:22:07.379Z] ---> 8a2064fc42ce [2021-08-18T19:22:07.379Z] Step 29/32 : CMD ["gate"] [2021-08-18T19:22:07.985Z] ---> Running in c6c78729612b [2021-08-18T19:22:08.585Z] Removing intermediate container c6c78729612b [2021-08-18T19:22:08.585Z] ---> 0c9fb1153f9c [2021-08-18T19:22:08.585Z] Step 30/32 : LABEL arch=arm64 [2021-08-18T19:22:08.865Z] Collecting dockerpty<0.5,>=0.4.1 [2021-08-18T19:22:08.865Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-08-18T19:22:09.465Z] ---> Running in bfca23af660e [2021-08-18T19:22:10.908Z] Removing intermediate container bfca23af660e [2021-08-18T19:22:10.908Z] ---> 402fa10a46e3 [2021-08-18T19:22:10.908Z] Step 31/32 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:22:11.189Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-08-18T19:22:12.172Z] ---> Running in 0097a8f1b276 [2021-08-18T19:22:12.447Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-08-18T19:22:12.447Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-08-18T19:22:12.721Z] Collecting cached-property<2,>=1.2.0 [2021-08-18T19:22:12.721Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-08-18T19:22:12.998Z] Removing intermediate container 0097a8f1b276 [2021-08-18T19:22:12.998Z] ---> 5e41673fa675 [2021-08-18T19:22:12.998Z] Step 32/32 : LABEL version=0.0.0 [2021-08-18T19:22:13.782Z] Collecting docker-pycreds>=0.4.0 [2021-08-18T19:22:13.782Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-08-18T19:22:14.060Z] Collecting idna<2.8,>=2.5 [2021-08-18T19:22:14.060Z] ---> Running in 463bfdaf13b2 [2021-08-18T19:22:14.060Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-08-18T19:22:14.663Z] Collecting certifi>=2017.4.17 [2021-08-18T19:22:14.663Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-08-18T19:22:14.663Z] Collecting chardet<3.1.0,>=3.0.2 [2021-08-18T19:22:14.938Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-08-18T19:22:15.542Z] Removing intermediate container 463bfdaf13b2 [2021-08-18T19:22:15.542Z] ---> 0e004576386a [2021-08-18T19:22:15.542Z] [2021-08-18T19:22:15.542Z] Collecting urllib3<1.25,>=1.21.1 [2021-08-18T19:22:15.542Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-08-18T19:22:15.815Z] Successfully built 0e004576386a [2021-08-18T19:22:15.815Z] Successfully tagged security-bootstrapper-arm64:latest [2021-08-18T19:22:15.815Z] Building security-secretstore-setup [2021-08-18T19:22:16.090Z]  Building security-bootstrapper ... done Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-08-18T19:22:16.090Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-08-18T19:22:16.090Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-08-18T19:22:16.090Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-08-18T19:22:17.075Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-08-18T19:22:17.075Z] Attempting uninstall: urllib3 [2021-08-18T19:22:17.075Z] Found existing installation: urllib3 1.26.2 [2021-08-18T19:22:17.075Z] Uninstalling urllib3-1.26.2: [2021-08-18T19:22:17.355Z] Successfully uninstalled urllib3-1.26.2 [2021-08-18T19:22:17.954Z] Attempting uninstall: idna [2021-08-18T19:22:17.954Z] Found existing installation: idna 3.1 [2021-08-18T19:22:17.954Z] Uninstalling idna-3.1: [2021-08-18T19:22:17.954Z] Successfully uninstalled idna-3.1 [2021-08-18T19:22:18.934Z] Attempting uninstall: chardet [2021-08-18T19:22:18.934Z] Found existing installation: chardet 4.0.0 [2021-08-18T19:22:18.934Z] Uninstalling chardet-4.0.0: [2021-08-18T19:22:18.934Z] Successfully uninstalled chardet-4.0.0 [2021-08-18T19:22:20.377Z] Attempting uninstall: requests [2021-08-18T19:22:20.377Z] Found existing installation: requests 2.25.1 [2021-08-18T19:22:20.377Z] Uninstalling requests-2.25.1: [2021-08-18T19:22:20.657Z] Successfully uninstalled requests-2.25.1 [2021-08-18T19:22:20.930Z] Running setup.py install for texttable: started [2021-08-18T19:22:23.567Z] Running setup.py install for texttable: finished with status 'done' [2021-08-18T19:22:23.567Z] Running setup.py install for PyYAML: started [2021-08-18T19:22:28.054Z] Running setup.py install for PyYAML: finished with status 'done' [2021-08-18T19:22:28.054Z] Running setup.py install for docopt: started [2021-08-18T19:22:28.655Z] Running setup.py install for docopt: finished with status 'done' [2021-08-18T19:22:28.655Z] Running setup.py install for dockerpty: started [2021-08-18T19:22:31.279Z] Running setup.py install for dockerpty: finished with status 'done' [2021-08-18T19:22:31.883Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:22:31.883Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:22:31.883Z] ---> 66ac167cdf6e [2021-08-18T19:22:31.883Z] Step 3/23 : WORKDIR /edgex-go [2021-08-18T19:22:31.883Z] ---> Using cache [2021-08-18T19:22:31.883Z] ---> b4b0689b96a1 [2021-08-18T19:22:31.883Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:22:31.883Z] ---> Using cache [2021-08-18T19:22:31.883Z] ---> f67b19b06858 [2021-08-18T19:22:31.883Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-08-18T19:22:32.162Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:22:32.162Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:22:32.162Z] ---> 66ac167cdf6e [2021-08-18T19:22:32.162Z] Step 3/24 : WORKDIR /edgex-go [2021-08-18T19:22:32.162Z] ---> Using cache [2021-08-18T19:22:32.162Z] ---> b4b0689b96a1 [2021-08-18T19:22:32.162Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:22:32.162Z] ---> Using cache [2021-08-18T19:22:32.162Z] ---> f67b19b06858 [2021-08-18T19:22:32.162Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-18T19:22:32.162Z] ---> Using cache [2021-08-18T19:22:32.162Z] ---> ebad263ca435 [2021-08-18T19:22:32.162Z] Step 6/24 : COPY go.mod . [2021-08-18T19:22:32.162Z] ---> Using cache [2021-08-18T19:22:32.162Z] ---> 8ccb68491828 [2021-08-18T19:22:32.162Z] Step 7/24 : RUN go mod download [2021-08-18T19:22:32.162Z] ---> Using cache [2021-08-18T19:22:32.162Z] ---> d04194cbfd16 [2021-08-18T19:22:32.162Z] Step 8/24 : COPY . . [2021-08-18T19:22:32.162Z] ---> Using cache [2021-08-18T19:22:32.162Z] ---> 83bf3dc9249c [2021-08-18T19:22:32.162Z] Step 9/24 : RUN go mod tidy [2021-08-18T19:22:32.162Z] ---> Using cache [2021-08-18T19:22:32.162Z] ---> 7222a2a4a436 [2021-08-18T19:22:32.162Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-08-18T19:22:32.755Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:22:32.755Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:22:32.755Z] ---> 66ac167cdf6e [2021-08-18T19:22:32.755Z] Step 3/24 : WORKDIR /edgex-go [2021-08-18T19:22:32.755Z] ---> Using cache [2021-08-18T19:22:32.755Z] ---> b4b0689b96a1 [2021-08-18T19:22:32.755Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:22:32.756Z] ---> Using cache [2021-08-18T19:22:32.756Z] ---> f67b19b06858 [2021-08-18T19:22:32.756Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-08-18T19:22:33.732Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 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 [2021-08-18T19:22:39.132Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-18T19:22:39.132Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-08-18T19:22:39.132Z] ---> 66ac167cdf6e [2021-08-18T19:22:39.132Z] Step 3/26 : WORKDIR /edgex-go [2021-08-18T19:22:39.132Z] ---> Using cache [2021-08-18T19:22:39.132Z] ---> b4b0689b96a1 [2021-08-18T19:22:39.132Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:22:39.132Z] ---> Using cache [2021-08-18T19:22:39.132Z] ---> f67b19b06858 [2021-08-18T19:22:39.132Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-08-18T19:22:39.132Z] ---> Using cache [2021-08-18T19:22:39.132Z] ---> ebad263ca435 [2021-08-18T19:22:39.132Z] Step 6/26 : COPY go.mod . [2021-08-18T19:22:39.132Z] ---> Using cache [2021-08-18T19:22:39.132Z] ---> 8ccb68491828 [2021-08-18T19:22:39.132Z] Step 7/26 : RUN go mod download [2021-08-18T19:22:39.132Z] ---> Using cache [2021-08-18T19:22:39.132Z] ---> d04194cbfd16 [2021-08-18T19:22:39.132Z] Step 8/26 : COPY . . [2021-08-18T19:22:39.132Z] ---> Using cache [2021-08-18T19:22:39.132Z] ---> 83bf3dc9249c [2021-08-18T19:22:39.132Z] Step 9/26 : RUN go mod tidy [2021-08-18T19:22:39.132Z] ---> Using cache [2021-08-18T19:22:39.132Z] ---> 7222a2a4a436 [2021-08-18T19:22:39.132Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-08-18T19:22:40.107Z] ---> Running in 57050498a3c4 [2021-08-18T19:22:40.107Z] ---> Running in 7fb79dab4805 [2021-08-18T19:22:40.107Z] ---> Running in 27d775c21f98 [2021-08-18T19:22:40.108Z] ---> Running in 5783f5ad7631 [2021-08-18T19:22:42.733Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:22:43.008Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:22:43.009Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-08-18T19:22:43.009Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-08-18T19:22:43.615Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:22:43.901Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:22:44.895Z] OK: 218 MiB in 52 packages [2021-08-18T19:22:44.895Z] OK: 218 MiB in 52 packages [2021-08-18T19:22:48.321Z] Removing intermediate container 57050498a3c4 [2021-08-18T19:22:48.321Z] ---> b9e4c270e694 [2021-08-18T19:22:48.321Z] Step 6/24 : COPY go.mod . [2021-08-18T19:22:48.321Z] Removing intermediate container 5783f5ad7631 [2021-08-18T19:22:48.321Z] ---> 8a9975aa2087 [2021-08-18T19:22:48.321Z] Step 6/23 : COPY go.mod . [2021-08-18T19:22:50.311Z] ---> ed17ca342698 [2021-08-18T19:22:50.311Z] Step 7/24 : RUN go mod download [2021-08-18T19:22:50.587Z] ---> Running in 50d52bd9e4d7 [2021-08-18T19:22:50.587Z] ---> d4aec2264ded [2021-08-18T19:22:50.587Z] Step 7/23 : RUN go mod download [2021-08-18T19:22:51.189Z] ---> Running in e3b6f4a25657 [2021-08-18T19:22:52.166Z] Removing intermediate container bb91fc292137 [2021-08-18T19:22:52.166Z] ---> eaaa3742036f [2021-08-18T19:22:52.166Z] Step 15/24 : ENV APP_PORT=58890 [2021-08-18T19:22:52.764Z] ---> Running in 43408733b1e8 [2021-08-18T19:22:53.751Z] Removing intermediate container 43408733b1e8 [2021-08-18T19:22:53.751Z] ---> 511858ccf591 [2021-08-18T19:22:53.751Z] Step 16/24 : EXPOSE $APP_PORT [2021-08-18T19:22:53.751Z] ---> Running in 82bb4615a2af [2021-08-18T19:22:55.196Z] Removing intermediate container 82bb4615a2af [2021-08-18T19:22:55.196Z] ---> d4e016778ce7 [2021-08-18T19:22:55.196Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-08-18T19:22:57.192Z] ---> 38abaa52f057 [2021-08-18T19:22:57.192Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-08-18T19:22:58.624Z] Removing intermediate container 50d52bd9e4d7 [2021-08-18T19:22:58.624Z] ---> bad3925d6ba0 [2021-08-18T19:22:58.624Z] Step 8/24 : COPY . . [2021-08-18T19:22:58.896Z] ---> d2a56cceda39 [2021-08-18T19:22:58.896Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-08-18T19:22:59.175Z] Removing intermediate container e3b6f4a25657 [2021-08-18T19:22:59.175Z] ---> bf00deb15e6a [2021-08-18T19:22:59.175Z] Step 8/23 : COPY . . [2021-08-18T19:23:01.813Z] ---> a410b2c5b516 [2021-08-18T19:23:01.813Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-08-18T19:23:02.796Z] ---> Running in 4313c71eb8e3 [2021-08-18T19:23:04.774Z] Removing intermediate container 4313c71eb8e3 [2021-08-18T19:23:04.774Z] ---> 4eb6ba7ce2e9 [2021-08-18T19:23:04.774Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-18T19:23:05.767Z] ---> Running in abbde963eaf6 [2021-08-18T19:23:08.402Z] Removing intermediate container abbde963eaf6 [2021-08-18T19:23:08.402Z] ---> 2dcc1ca596a3 [2021-08-18T19:23:08.402Z] Step 22/24 : LABEL arch=arm64 [2021-08-18T19:23:09.391Z] ---> Running in a8f81957590c [2021-08-18T19:23:10.833Z] Removing intermediate container a8f81957590c [2021-08-18T19:23:10.833Z] ---> 869e5ef1b8dd [2021-08-18T19:23:10.833Z] Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:23:11.434Z] ---> Running in 627cb9efba2a [2021-08-18T19:23:12.898Z] Removing intermediate container 627cb9efba2a [2021-08-18T19:23:12.898Z] ---> 6cde3437933f [2021-08-18T19:23:12.898Z] Step 24/24 : LABEL version=0.0.0 [2021-08-18T19:23:13.908Z] ---> Running in e67108751c9b [2021-08-18T19:23:15.903Z] Removing intermediate container e67108751c9b [2021-08-18T19:23:15.903Z] ---> 1d5cf3daadf3 [2021-08-18T19:23:15.903Z] [2021-08-18T19:23:16.896Z] Successfully built 1d5cf3daadf3 [2021-08-18T19:23:16.896Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-08-18T19:23:18.610Z] Running on prd-ubuntu18.04-docker-8c-8g-3704 in /w/workspace/edgexfoundry_edgex-go_PR-3674 [Pipeline] { [Pipeline] ws [2021-08-18T19:23:18.675Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-08-18T19:23:18.851Z] The recommended git tool is: git [2021-08-18T19:23:21.689Z] using credential edgex-jenkins-ssh [2021-08-18T19:23:21.705Z] Cloning the remote Git repository [2021-08-18T19:23:21.751Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-08-18T19:23:21.835Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-08-18T19:23:21.873Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-18T19:23:21.874Z] > git --version # timeout=10 [2021-08-18T19:23:21.880Z] > git --version # 'git version 2.17.1' [2021-08-18T19:23:21.881Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-18T19:23:21.930Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-18T19:23:27.097Z]  Building sys-mgmt-agent ... done  ---> fabe26d3b71d [2021-08-18T19:23:27.097Z] Step 9/24 : RUN go mod tidy [2021-08-18T19:23:27.372Z] ---> Running in d56067144977 [2021-08-18T19:23:27.372Z] ---> 228835a93c4d [2021-08-18T19:23:27.372Z] Step 9/23 : RUN go mod tidy [2021-08-18T19:23:27.665Z] ---> Running in febe9e22257c [2021-08-18T19:23:35.997Z] Removing intermediate container d56067144977 [2021-08-18T19:23:35.997Z] ---> 706056bd8b5a [2021-08-18T19:23:35.997Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-08-18T19:23:35.997Z] Removing intermediate container febe9e22257c [2021-08-18T19:23:35.997Z] ---> 48d1f3104f96 [2021-08-18T19:23:35.997Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-08-18T19:23:35.997Z] ---> Running in e6c825a1a565 [2021-08-18T19:23:35.997Z] ---> Running in 313e3206581b [2021-08-18T19:23:37.980Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-08-18T19:23:37.980Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-08-18T19:24:00.212Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-08-18T19:24:03.164Z] Merging remotes/origin/main commit 1e57703e2e92bd58e31f4097df2a8578eafcfd4b into PR head commit 7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:24:03.295Z] Merge succeeded, producing 7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:24:03.296Z] Checking out Revision 7bfb6e61ed993dbdcbb31803af10988968c7b7cf (PR-3674) [2021-08-18T19:24:02.109Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-18T19:24:02.120Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-18T19:24:02.134Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-18T19:24:02.148Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-18T19:24:02.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-18T19:24:02.152Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3674/head:refs/remotes/origin/PR-3674 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-08-18T19:24:03.179Z] > git config core.sparsecheckout # timeout=10 [2021-08-18T19:24:03.185Z] > git checkout -f 7bfb6e61ed993dbdcbb31803af10988968c7b7cf # timeout=10 [2021-08-18T19:24:03.252Z] > git remote # timeout=10 [2021-08-18T19:24:03.261Z] > git config --get remote.origin.url # timeout=10 [2021-08-18T19:24:03.271Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-18T19:24:03.275Z] > git merge 1e57703e2e92bd58e31f4097df2a8578eafcfd4b # timeout=10 [2021-08-18T19:24:03.289Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-18T19:24:03.302Z] > git config core.sparsecheckout # timeout=10 [2021-08-18T19:24:03.307Z] > git checkout -f 7bfb6e61ed993dbdcbb31803af10988968c7b7cf # timeout=10 [2021-08-18T19:24:04.540Z] Removing intermediate container 7fb79dab4805 [2021-08-18T19:24:04.540Z] ---> a0a316c6171a [2021-08-18T19:24:04.540Z] [2021-08-18T19:24:04.540Z] Step 11/24 : FROM alpine:3.12 [2021-08-18T19:24:04.540Z] ---> c4fd0aeabfcf [2021-08-18T19:24:04.540Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-18T19:24:04.540Z] ---> Using cache [2021-08-18T19:24:04.540Z] ---> 94ee84653743 [2021-08-18T19:24:04.540Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-18T19:24:04.540Z] ---> Using cache [2021-08-18T19:24:04.540Z] ---> b1d42ca3c75f [2021-08-18T19:24:04.540Z] Step 14/24 : ENV APP_PORT=59882 [2021-08-18T19:24:04.540Z] ---> Running in c861026e22f3 [2021-08-18T19:24:05.143Z] Removing intermediate container c861026e22f3 [2021-08-18T19:24:05.143Z] ---> 868a911d0daa [2021-08-18T19:24:05.420Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-18T19:24:05.695Z] ---> Running in 7ff98a75fa0d [2021-08-18T19:24:07.124Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-08-18T19:24:07.152Z] Removing intermediate container 7ff98a75fa0d [2021-08-18T19:24:07.152Z] ---> f3532313666c [2021-08-18T19:24:07.152Z] Step 16/24 : WORKDIR / [2021-08-18T19:24:07.152Z] ---> Running in d3dd7e20ebd2 [2021-08-18T19:24:07.169Z] > git --version # timeout=10 [2021-08-18T19:24:07.174Z] > git --version # 'git version 2.17.1' [2021-08-18T19:24:07.180Z] fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-18T19:24:08.371Z] + echo snap-build.sh [2021-08-18T19:24:08.371Z] snap-build.sh [2021-08-18T19:24:08.371Z] + SNAP_BASE_DIR=. [2021-08-18T19:24:08.371Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-08-18T19:24:08.371Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-08-18T19:24:08.371Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-08-18T19:24:08.371Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-08-18T19:24:08.371Z] + cd /w/workspace/edgex-go/1 [2021-08-18T19:24:08.371Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-08-18T19:24:08.371Z] Reading package lists... [2021-08-18T19:24:08.371Z] Building dependency tree... [2021-08-18T19:24:08.371Z] Reading state information... [2021-08-18T19:24:08.371Z] The following packages were automatically installed and are no longer required: [2021-08-18T19:24:08.371Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-08-18T19:24:08.371Z] uidmap xdelta3 [2021-08-18T19:24:08.371Z] Use 'sudo apt autoremove' to remove them. [2021-08-18T19:24:08.371Z] The following packages will be REMOVED: [2021-08-18T19:24:08.371Z] lxd* lxd-client* [2021-08-18T19:24:08.595Z] Removing intermediate container d3dd7e20ebd2 [2021-08-18T19:24:08.595Z] ---> 109d1648ea9f [2021-08-18T19:24:08.595Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-18T19:24:08.641Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-08-18T19:24:08.641Z] After this operation, 31.7 MB disk space will be freed. [2021-08-18T19:24:09.176Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190317 files and directories currently installed.) [2021-08-18T19:24:09.176Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-08-18T19:24:10.139Z] Removing lxd dnsmasq configuration [2021-08-18T19:24:10.139Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-08-18T19:24:10.139Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-08-18T19:24:11.105Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-08-18T19:24:11.105Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190142 files and directories currently installed.) [2021-08-18T19:24:11.105Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-08-18T19:24:11.224Z] ---> 9d55d2d95e44 [2021-08-18T19:24:11.224Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-08-18T19:24:12.208Z] Removing intermediate container 27d775c21f98 [2021-08-18T19:24:12.208Z] ---> a8fda461f106 [2021-08-18T19:24:12.208Z] [2021-08-18T19:24:12.208Z] Step 11/26 : FROM alpine:3.12 [2021-08-18T19:24:12.208Z] ---> c4fd0aeabfcf [2021-08-18T19:24:12.208Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-08-18T19:24:12.525Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-08-18T19:24:12.525Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-08-18T19:24:12.819Z] ---> Running in 2759512b9cab [2021-08-18T19:24:13.096Z] ---> dd878f01384f [2021-08-18T19:24:13.096Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-08-18T19:24:13.110Z] + sudo snap remove --purge lxd [2021-08-18T19:24:13.110Z] snap "lxd" is not installed [2021-08-18T19:24:13.110Z] + sudo groupadd --force --system lxd [2021-08-18T19:24:13.110Z] ++ whoami [2021-08-18T19:24:13.110Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-08-18T19:24:13.377Z] + newgrp - lxd [2021-08-18T19:24:13.377Z] + sudo snap install lxd [2021-08-18T19:24:14.552Z] ---> a3666cde464e [2021-08-18T19:24:14.552Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-08-18T19:24:14.552Z] ---> Running in 4983ad3ebee9 [2021-08-18T19:24:15.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:24:15.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:24:15.442Z] Removing intermediate container 4983ad3ebee9 [2021-08-18T19:24:15.442Z] ---> 9203ce429e51 [2021-08-18T19:24:15.442Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-18T19:24:15.720Z] ---> Running in 219c2bcedd47 [2021-08-18T19:24:15.994Z] (1/3) Installing ca-certificates (20191127-r4) [2021-08-18T19:24:16.276Z] (2/3) Installing dumb-init (1.2.2-r1) [2021-08-18T19:24:16.276Z] (3/3) Installing su-exec (0.2-r1) [2021-08-18T19:24:16.276Z] Executing busybox-1.31.1-r20.trigger [2021-08-18T19:24:16.276Z] Executing ca-certificates-20191127-r4.trigger [2021-08-18T19:24:16.559Z] OK: 6 MiB in 17 packages [2021-08-18T19:24:16.559Z] Removing intermediate container 219c2bcedd47 [2021-08-18T19:24:16.835Z] ---> f2f31610d7a0 [2021-08-18T19:24:16.835Z] Step 22/24 : LABEL arch=arm64 [2021-08-18T19:24:17.121Z] ---> Running in b514944a3a8a [2021-08-18T19:24:17.723Z] Removing intermediate container b514944a3a8a [2021-08-18T19:24:17.723Z] ---> 1e93595b811b [2021-08-18T19:24:17.723Z] Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:24:18.001Z] ---> Running in aa0218d0962a [2021-08-18T19:24:19.462Z] Removing intermediate container aa0218d0962a [2021-08-18T19:24:19.462Z] ---> 26a3cd43c2ad [2021-08-18T19:24:19.462Z] Step 24/24 : LABEL version=0.0.0 [2021-08-18T19:24:19.462Z] Removing intermediate container 2759512b9cab [2021-08-18T19:24:19.462Z] ---> 5dde264a7da9 [2021-08-18T19:24:19.462Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-18T19:24:19.462Z] ---> Running in eed908b1137e [2021-08-18T19:24:19.752Z] ---> Running in d031f6e3e30e [2021-08-18T19:24:20.359Z] Removing intermediate container d031f6e3e30e [2021-08-18T19:24:20.658Z] ---> 0b96cc26b69b [2021-08-18T19:24:20.658Z] Step 14/26 : WORKDIR / [2021-08-18T19:24:20.658Z] Removing intermediate container eed908b1137e [2021-08-18T19:24:20.658Z] ---> e4e66302a8ab [2021-08-18T19:24:20.658Z] [2021-08-18T19:24:20.658Z] ---> Running in b0d5c57edf72 [2021-08-18T19:24:20.936Z] Successfully built e4e66302a8ab [2021-08-18T19:24:21.214Z] Successfully tagged core-command-arm64:latest [2021-08-18T19:24:21.828Z]  Building core-command ... done Removing intermediate container b0d5c57edf72 [2021-08-18T19:24:21.828Z] ---> 3966896f937a [2021-08-18T19:24:21.828Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-08-18T19:24:23.283Z] ---> 5b3ccbd19440 [2021-08-18T19:24:23.283Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-08-18T19:24:23.484Z] 2021-08-18T19:24:20Z INFO Waiting for automatic snapd restart... [2021-08-18T19:24:24.278Z] ---> 25c5da593126 [2021-08-18T19:24:24.278Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-08-18T19:24:25.729Z] ---> 6f94393ef659 [2021-08-18T19:24:25.729Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-08-18T19:24:27.186Z] ---> b72fc9368b3c [2021-08-18T19:24:27.186Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-08-18T19:24:29.191Z] ---> 3daff7bf46e8 [2021-08-18T19:24:29.191Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-08-18T19:24:31.841Z] ---> 490e3d9cc2c6 [2021-08-18T19:24:31.841Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-08-18T19:24:32.448Z] ---> cb7ade4d942e [2021-08-18T19:24:32.448Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-08-18T19:24:32.728Z] ---> Running in 7ab205068c19 [2021-08-18T19:24:37.087Z] Removing intermediate container 7ab205068c19 [2021-08-18T19:24:37.087Z] ---> 02e79a6129fb [2021-08-18T19:24:37.087Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-08-18T19:24:37.087Z] ---> Running in cf194519966d [2021-08-18T19:24:38.093Z] Removing intermediate container cf194519966d [2021-08-18T19:24:38.093Z] ---> fa86e9fffafa [2021-08-18T19:24:38.093Z] Step 24/26 : LABEL arch=arm64 [2021-08-18T19:24:38.515Z] lxd 4.17 from Canonical* installed [2021-08-18T19:24:38.516Z] + sudo lxd init --auto [2021-08-18T19:24:38.702Z] ---> Running in 7c18412eba50 [2021-08-18T19:24:39.699Z] Removing intermediate container 7c18412eba50 [2021-08-18T19:24:39.699Z] ---> 0dc1d4c6645d [2021-08-18T19:24:39.699Z] Step 25/26 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:24:39.980Z] ---> Running in ce957623d495 [2021-08-18T19:24:40.977Z] Removing intermediate container ce957623d495 [2021-08-18T19:24:40.977Z] ---> 4004ad3bc31f [2021-08-18T19:24:40.977Z] Step 26/26 : LABEL version=0.0.0 [2021-08-18T19:24:41.256Z] ---> Running in 1ba4119f0d8a [2021-08-18T19:24:41.867Z] Removing intermediate container 1ba4119f0d8a [2021-08-18T19:24:41.867Z] ---> 8862784403fd [2021-08-18T19:24:41.867Z] [2021-08-18T19:24:42.479Z] Successfully built 8862784403fd [2021-08-18T19:24:42.479Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-08-18T19:24:46.750Z] + sudo snap install --classic snapcraft [2021-08-18T19:24:57.634Z]  Building security-secretstore-setup ... done Removing intermediate container 313e3206581b [2021-08-18T19:24:57.634Z] ---> 426524cab8a6 [2021-08-18T19:24:57.634Z] [2021-08-18T19:24:57.634Z] Step 11/23 : FROM alpine:3.12 [2021-08-18T19:24:57.634Z] ---> c4fd0aeabfcf [2021-08-18T19:24:57.634Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-08-18T19:24:57.634Z] ---> Running in 2936133a0810 [2021-08-18T19:24:57.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:24:59.081Z] snapcraft 5.0 from Canonical* installed [2021-08-18T19:24:59.081Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-08-18T19:24:59.081Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-08-18T19:24:59.081Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-08-18T19:24:59.081Z] Dload Upload Total Spent Left Speed [2021-08-18T19:24:59.081Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3624 0 --:--:-- --:--:-- --:--:-- 3624 [2021-08-18T19:24:59.081Z] 100 3325k 100 3325k 0 0 5397k 0 --:--:-- --:--:-- --:--:-- 5397k [2021-08-18T19:24:59.081Z] ./yq_linux_amd64 [2021-08-18T19:24:59.081Z] + sudo snapcraft prime --use-lxd [2021-08-18T19:24:59.625Z] Removing intermediate container e6c825a1a565 [2021-08-18T19:24:59.625Z] ---> 294be73ce184 [2021-08-18T19:24:59.625Z] [2021-08-18T19:24:59.625Z] Step 11/24 : FROM alpine:3.12 [2021-08-18T19:24:59.625Z] ---> c4fd0aeabfcf [2021-08-18T19:24:59.625Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-08-18T19:24:59.625Z] ---> Running in ed5d9a127efe [2021-08-18T19:25:00.042Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-08-18T19:25:00.042Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-08-18T19:25:00.042Z] - README.md [2021-08-18T19:25:00.042Z] [2021-08-18T19:25:00.042Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-08-18T19:25:00.226Z] Removing intermediate container ed5d9a127efe [2021-08-18T19:25:00.226Z] ---> 6f69f3563ba1 [2021-08-18T19:25:00.226Z] Step 13/24 : ENV APP_PORT=59880 [2021-08-18T19:25:00.226Z] ---> Running in bd56b8119d01 [2021-08-18T19:25:00.309Z] Launching a container. [2021-08-18T19:25:00.825Z] Removing intermediate container bd56b8119d01 [2021-08-18T19:25:00.825Z] ---> 98d00633eaa4 [2021-08-18T19:25:00.825Z] Step 14/24 : EXPOSE $APP_PORT [2021-08-18T19:25:00.825Z] ---> Running in 89512b8377ee [2021-08-18T19:25:01.427Z] Removing intermediate container 89512b8377ee [2021-08-18T19:25:01.427Z] ---> a0497edeaabf [2021-08-18T19:25:01.427Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-18T19:25:01.427Z] ---> Running in ce38092cd9c6 [2021-08-18T19:25:01.704Z] WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.12/main: temporary error (try again later) [2021-08-18T19:25:01.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:25:03.685Z] Removing intermediate container ce38092cd9c6 [2021-08-18T19:25:03.685Z] ---> 8784a94843dc [2021-08-18T19:25:03.685Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-08-18T19:25:03.959Z] ---> Running in ad5867eb8bf6 [2021-08-18T19:25:05.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-18T19:25:05.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-18T19:25:06.661Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-08-18T19:25:06.661Z] (2/6) Installing libgcc (9.3.0-r2) [2021-08-18T19:25:06.661Z] (3/6) Installing libsodium (1.0.18-r0) [2021-08-18T19:25:06.661Z] WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.12/community: temporary error (try again later) [2021-08-18T19:25:06.661Z] ERROR: unable to select packages: [2021-08-18T19:25:06.661Z]  ca-certificates (no such package): [2021-08-18T19:25:06.661Z] required by: world[ca-certificates] [2021-08-18T19:25:06.661Z] dumb-init (no such package): [2021-08-18T19:25:06.661Z] required by: world[dumb-init] [2021-08-18T19:25:06.661Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-08-18T19:25:06.947Z] (5/6) Installing libzmq (4.3.3-r0) [2021-08-18T19:25:06.947Z] (6/6) Installing zeromq (4.3.3-r0) [2021-08-18T19:25:07.222Z] Executing busybox-1.31.1-r20.trigger [2021-08-18T19:25:07.222Z] OK: 8 MiB in 20 packages [2021-08-18T19:25:10.241Z] Waiting for container to be ready [2021-08-18T19:25:10.241Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-08-18T19:25:10.241Z] [2021-08-18T19:25:10.252Z] Removing intermediate container ad5867eb8bf6 [2021-08-18T19:25:10.252Z] ---> 6b59208e346a [2021-08-18T19:25:10.252Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-18T19:25:10.252Z] ---> 19366253ed88 [2021-08-18T19:25:10.252Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-08-18T19:25:10.883Z] ---> fec48b4ba4db [2021-08-18T19:25:10.883Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-08-18T19:25:11.384Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-08-18T19:25:11.879Z] ---> 37370a202ef0 [2021-08-18T19:25:11.879Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-08-18T19:25:11.965Z] Waiting for network to be ready... [2021-08-18T19:25:12.152Z] ---> Running in 2b37f80ded2f [2021-08-18T19:25:12.231Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-08-18T19:25:12.500Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-08-18T19:25:12.500Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1844 kB] [2021-08-18T19:25:12.754Z] Removing intermediate container 2b37f80ded2f [2021-08-18T19:25:12.754Z] ---> 11a28101abc3 [2021-08-18T19:25:12.754Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-18T19:25:12.754Z] ---> Running in 405ad02eb2ec [2021-08-18T19:25:12.768Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] [2021-08-18T19:25:12.768Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-08-18T19:25:12.768Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-08-18T19:25:12.768Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] [2021-08-18T19:25:12.768Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] [2021-08-18T19:25:12.768Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1133 kB] [2021-08-18T19:25:12.768Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] [2021-08-18T19:25:13.033Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-08-18T19:25:13.033Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-08-18T19:25:13.301Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-08-18T19:25:13.352Z] Removing intermediate container 405ad02eb2ec [2021-08-18T19:25:13.352Z] ---> 1d0699b9c642 [2021-08-18T19:25:13.352Z] Step 22/24 : LABEL arch=arm64 [2021-08-18T19:25:13.352Z] ---> Running in f63b02eb81fc [2021-08-18T19:25:13.569Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-08-18T19:25:13.569Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-08-18T19:25:13.569Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-08-18T19:25:13.569Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-08-18T19:25:13.569Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-08-18T19:25:13.838Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-08-18T19:25:13.949Z] Removing intermediate container f63b02eb81fc [2021-08-18T19:25:13.949Z] ---> 3acc095fb2f9 [2021-08-18T19:25:13.949Z] Step 23/24 : LABEL git_sha=7bfb6e61ed993dbdcbb31803af10988968c7b7cf [2021-08-18T19:25:14.106Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2191 kB] [2021-08-18T19:25:14.224Z] ---> Running in 1032dcf95d3f [2021-08-18T19:25:14.374Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] [2021-08-18T19:25:14.374Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-08-18T19:25:14.374Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-08-18T19:25:14.374Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] [2021-08-18T19:25:14.374Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] [2021-08-18T19:25:14.374Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1744 kB] [2021-08-18T19:25:14.374Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [374 kB] [2021-08-18T19:25:14.821Z] Removing intermediate container 1032dcf95d3f [2021-08-18T19:25:14.821Z] ---> d58907085a9e [2021-08-18T19:25:14.821Z] Step 24/24 : LABEL version=0.0.0 [2021-08-18T19:25:14.821Z] ---> Running in c414d6682a14 [2021-08-18T19:25:15.419Z] Removing intermediate container c414d6682a14 [2021-08-18T19:25:15.420Z] ---> 1bff82730331 [2021-08-18T19:25:15.420Z] [2021-08-18T19:25:15.694Z] Successfully built 1bff82730331 [2021-08-18T19:25:15.694Z] Successfully tagged core-data-arm64:latest [2021-08-18T19:25:15.694Z]  Building core-data ... done  [2021-08-18T19:25:15.694Z] ERROR: for support-notifications (, "The command '/bin/sh -c apk add --update --no-cache ca-certificates dumb-init' returned a non-zero code: 2") [2021-08-18T19:25:15.694Z] Service 'support-notifications' failed to build: The command '/bin/sh -c apk add --update --no-cache ca-certificates dumb-init' returned a non-zero code: 2 [Pipeline] } [2021-08-18T19:25:16.042Z] $ docker stop --time=1 78ba36ff6100356a91529e49a79f6c9d81b2492e10450bd515d1972eb3c5b992 [2021-08-18T19:25:16.327Z] Fetched 25.1 MB in 4s (6008 kB/s) [2021-08-18T19:25:17.292Z] Reading package lists... [2021-08-18T19:25:17.560Z] Reading package lists... [2021-08-18T19:25:17.829Z] Building dependency tree... [2021-08-18T19:25:17.829Z] Reading state information... [2021-08-18T19:25:17.926Z] $ docker rm -f 78ba36ff6100356a91529e49a79f6c9d81b2492e10450bd515d1972eb3c5b992 [2021-08-18T19:25:18.096Z] The following additional packages will be installed: [2021-08-18T19:25:18.096Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-08-18T19:25:18.096Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-08-18T19:25:18.096Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-08-18T19:25:18.096Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-08-18T19:25:18.096Z] Suggested packages: [2021-08-18T19:25:18.096Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-08-18T19:25:18.096Z] Recommended packages: [2021-08-18T19:25:18.096Z] gnupg libsasl2-modules [2021-08-18T19:25:18.096Z] The following NEW packages will be installed: [2021-08-18T19:25:18.096Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-08-18T19:25:18.096Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-08-18T19:25:18.096Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-08-18T19:25:18.096Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-08-18T19:25:18.096Z] The following packages will be upgraded: [2021-08-18T19:25:18.096Z] gpg gpg-agent gpgconf libudev1 [2021-08-18T19:25:18.096Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-08-18T19:25:18.096Z] Need to get 3527 kB of archives. [2021-08-18T19:25:18.096Z] After this operation, 13.3 MB of additional disk space will be used. [2021-08-18T19:25:18.096Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-08-18T19:25:18.096Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-08-18T19:25:18.096Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-08-18T19:25:18.096Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [Pipeline] // withDockerContainer [Pipeline] } [2021-08-18T19:25:18.362Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.51 [56.2 kB] [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-08-18T19:25:18.630Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.51 [1102 kB] Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:25:19.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-18T19:25:19.212Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-08-18T19:25:19.212Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-08-18T19:25:19.212Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-08-18T19:25:19.212Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-08-18T19:25:19.212Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-08-18T19:25:19.212Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-08-18T19:25:19.212Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-08-18T19:25:19.212Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-08-18T19:25:19.212Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-08-18T19:25:19.212Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-08-18T19:25:19.212Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-08-18T19:25:19.212Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-08-18T19:25:19.212Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-08-18T19:25:19.212Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-08-18T19:25:19.212Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-08-18T19:25:19.212Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-08-18T19:25:19.456Z] [2021-08-18T19:25:19.456Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-18T19:25:19.478Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-18T19:25:19.478Z] Fetched 3527 kB in 1s (2916 kB/s) [2021-08-18T19:25:19.478Z] (Reading database ... 12511 files and directories currently installed.) [2021-08-18T19:25:19.478Z] Preparing to unpack .../libudev1_237-3ubuntu10.51_amd64.deb ... [2021-08-18T19:25:19.478Z] Unpacking libudev1:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-08-18T19:25:19.478Z] Setting up libudev1:amd64 (237-3ubuntu10.51) ... [2021-08-18T19:25:19.478Z] Selecting previously unselected package udev. [2021-08-18T19:25:19.478Z] (Reading database ... 12511 files and directories currently installed.) [2021-08-18T19:25:19.478Z] Preparing to unpack .../00-udev_237-3ubuntu10.51_amd64.deb ... [2021-08-18T19:25:19.478Z] Unpacking udev (237-3ubuntu10.51) ... [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:25:19.747Z] Selecting previously unselected package libfuse2:amd64. [2021-08-18T19:25:19.747Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-08-18T19:25:19.747Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-08-18T19:25:19.747Z] Selecting previously unselected package fuse. [2021-08-18T19:25:19.747Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-08-18T19:25:19.747Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-08-18T19:25:19.747Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-18T19:25:19.747Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-18T19:25:19.859Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-18T19:25:20.016Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-18T19:25:20.016Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-18T19:25:20.016Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-18T19:25:20.016Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-18T19:25:20.016Z] Selecting previously unselected package libksba8:amd64. [2021-08-18T19:25:20.016Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-08-18T19:25:20.016Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-08-18T19:25:20.135Z] arm64: Pulling from edgex-lftools-log-publisher [2021-08-18T19:25:20.135Z] 448f6bf000e3: Pulling fs layer [2021-08-18T19:25:20.135Z] f757da607395: Pulling fs layer [2021-08-18T19:25:20.135Z] 05883995daec: Pulling fs layer [2021-08-18T19:25:20.135Z] 8603b9c90790: Pulling fs layer [2021-08-18T19:25:20.135Z] 1560dd03e051: Pulling fs layer [2021-08-18T19:25:20.135Z] 27f5ce0e4adf: Pulling fs layer [2021-08-18T19:25:20.135Z] c2d8d7efcc4b: Pulling fs layer [2021-08-18T19:25:20.135Z] 27f5ce0e4adf: Waiting [2021-08-18T19:25:20.283Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-08-18T19:25:20.283Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-18T19:25:20.283Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:20.283Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-08-18T19:25:20.283Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-18T19:25:20.283Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:20.283Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-08-18T19:25:20.283Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-18T19:25:20.283Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:20.283Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-08-18T19:25:20.283Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-18T19:25:20.283Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:20.283Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-08-18T19:25:20.283Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-18T19:25:20.283Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:20.409Z] f757da607395: Verifying Checksum [2021-08-18T19:25:20.409Z] f757da607395: Download complete [2021-08-18T19:25:20.409Z] 8603b9c90790: Download complete [2021-08-18T19:25:20.551Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-08-18T19:25:20.551Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-18T19:25:20.551Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:20.551Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-08-18T19:25:20.551Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-18T19:25:20.551Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:20.551Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-08-18T19:25:20.551Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-18T19:25:20.551Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:20.551Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-08-18T19:25:20.551Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-18T19:25:20.551Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:20.551Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-08-18T19:25:20.551Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-08-18T19:25:20.551Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-18T19:25:20.683Z] 1560dd03e051: Verifying Checksum [2021-08-18T19:25:20.683Z] 1560dd03e051: Download complete [2021-08-18T19:25:20.683Z] 27f5ce0e4adf: Download complete [2021-08-18T19:25:20.683Z] 05883995daec: Verifying Checksum [2021-08-18T19:25:20.683Z] 05883995daec: Download complete [2021-08-18T19:25:20.820Z] Selecting previously unselected package libsasl2-2:amd64. [2021-08-18T19:25:20.820Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-08-18T19:25:20.820Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-18T19:25:20.820Z] Selecting previously unselected package libldap-common. [2021-08-18T19:25:20.820Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-08-18T19:25:20.820Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-18T19:25:20.820Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-08-18T19:25:20.820Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-08-18T19:25:20.820Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-18T19:25:20.820Z] Selecting previously unselected package dirmngr. [2021-08-18T19:25:20.820Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-18T19:25:20.820Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-08-18T19:25:21.087Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-18T19:25:21.087Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-08-18T19:25:21.087Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-08-18T19:25:21.087Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-18T19:25:21.087Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-18T19:25:21.087Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-08-18T19:25:21.087Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:21.087Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-08-18T19:25:21.087Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-18T19:25:21.087Z] Setting up udev (237-3ubuntu10.51) ... [2021-08-18T19:25:21.356Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-08-18T19:25:21.622Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:21.623Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-08-18T19:25:21.623Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-08-18T19:25:21.623Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-08-18T19:25:21.623Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:21.623Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:21.623Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:21.623Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:21.623Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:21.623Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:21.623Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-18T19:25:21.623Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-18T19:25:21.623Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-08-18T19:25:21.623Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-18T19:25:22.105Z] 448f6bf000e3: Download complete [2021-08-18T19:25:22.208Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-08-18T19:25:22.208Z] settings in the [Install] section, and DefaultInstance for template units). [2021-08-18T19:25:22.208Z] This means they are not meant to be enabled using systemctl. [2021-08-18T19:25:22.208Z] Possible reasons for having this kind of units are: [2021-08-18T19:25:22.208Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-08-18T19:25:22.208Z] .wants/ or .requires/ directory. [2021-08-18T19:25:22.208Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-08-18T19:25:22.208Z] a requirement dependency on it. [2021-08-18T19:25:22.208Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-08-18T19:25:22.208Z] D-Bus, udev, scripted systemctl call, ...). [2021-08-18T19:25:22.208Z] 4) In case of template units, the unit is meant to be enabled with some [2021-08-18T19:25:22.208Z] instance name specified. [2021-08-18T19:25:22.477Z] Reading package lists... [2021-08-18T19:25:22.743Z] Building dependency tree... [2021-08-18T19:25:22.743Z] Reading state information... [2021-08-18T19:25:22.743Z] The following additional packages will be installed: [2021-08-18T19:25:22.743Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-08-18T19:25:22.743Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-08-18T19:25:22.743Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-08-18T19:25:22.743Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-08-18T19:25:22.743Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-08-18T19:25:22.743Z] Suggested packages: [2021-08-18T19:25:22.743Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-08-18T19:25:22.743Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-08-18T19:25:22.743Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-08-18T19:25:22.743Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-08-18T19:25:22.743Z] systemd-container policykit-1 [2021-08-18T19:25:22.743Z] Recommended packages: [2021-08-18T19:25:22.743Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-08-18T19:25:22.743Z] The following NEW packages will be installed: [2021-08-18T19:25:22.743Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-08-18T19:25:22.743Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-08-18T19:25:22.743Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-08-18T19:25:22.743Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-08-18T19:25:22.743Z] python3.6-minimal snapd squashfs-tools sudo [2021-08-18T19:25:22.743Z] The following packages will be upgraded: [2021-08-18T19:25:22.743Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-08-18T19:25:23.009Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-08-18T19:25:23.009Z] Need to get 36.7 MB of archives. [2021-08-18T19:25:23.009Z] After this operation, 147 MB of additional disk space will be used. [2021-08-18T19:25:23.009Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-08-18T19:25:23.010Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.51 [2913 kB] [2021-08-18T19:25:23.010Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-08-18T19:25:23.010Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-08-18T19:25:23.278Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-08-18T19:25:23.278Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-08-18T19:25:23.278Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-08-18T19:25:23.278Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-08-18T19:25:23.278Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-08-18T19:25:23.278Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-08-18T19:25:23.278Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-08-18T19:25:23.278Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-08-18T19:25:23.278Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-08-18T19:25:23.278Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-08-18T19:25:23.278Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] [2021-08-18T19:25:24.239Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.51 [207 kB] [2021-08-18T19:25:24.239Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-08-18T19:25:24.239Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-08-18T19:25:24.239Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.10 [1301 kB] [2021-08-18T19:25:24.239Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-08-18T19:25:24.239Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-08-18T19:25:24.239Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-08-18T19:25:24.239Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-08-18T19:25:24.239Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-08-18T19:25:24.239Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-08-18T19:25:24.239Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-08-18T19:25:24.239Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-08-18T19:25:24.239Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-08-18T19:25:24.506Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] [2021-08-18T19:25:24.506Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] [2021-08-18T19:25:25.487Z] c2d8d7efcc4b: Verifying Checksum [2021-08-18T19:25:25.487Z] c2d8d7efcc4b: Download complete [2021-08-18T19:25:25.487Z] 448f6bf000e3: Pull complete [2021-08-18T19:25:25.919Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-18T19:25:25.919Z] Fetched 36.7 MB in 3s (13.6 MB/s) [2021-08-18T19:25:25.919Z] (Reading database ... 12757 files and directories currently installed.) [2021-08-18T19:25:25.919Z] Preparing to unpack .../systemd_237-3ubuntu10.51_amd64.deb ... [2021-08-18T19:25:25.919Z] Unpacking systemd (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-08-18T19:25:26.082Z] f757da607395: Pull complete [2021-08-18T19:25:26.187Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.51_amd64.deb ... [2021-08-18T19:25:26.187Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-08-18T19:25:26.454Z] Setting up libsystemd0:amd64 (237-3ubuntu10.51) ... [2021-08-18T19:25:26.454Z] (Reading database ... 12757 files and directories currently installed.) [2021-08-18T19:25:26.454Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-08-18T19:25:26.454Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-08-18T19:25:26.454Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-08-18T19:25:26.721Z] (Reading database ... 12757 files and directories currently installed.) [2021-08-18T19:25:26.721Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-08-18T19:25:26.721Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-08-18T19:25:26.989Z] Setting up apt (1.6.14) ... [2021-08-18T19:25:26.989Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-08-18T19:25:27.255Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-08-18T19:25:27.255Z] (Reading database ... 12764 files and directories currently installed.) [2021-08-18T19:25:27.255Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... [2021-08-18T19:25:27.255Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... [2021-08-18T19:25:27.516Z] 05883995daec: Pull complete [2021-08-18T19:25:27.526Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-08-18T19:25:27.526Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-18T19:25:27.526Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-18T19:25:27.526Z] Selecting previously unselected package libexpat1:amd64. [2021-08-18T19:25:27.526Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-08-18T19:25:27.526Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-08-18T19:25:27.792Z] Selecting previously unselected package python3.6-minimal. [2021-08-18T19:25:27.792Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-18T19:25:27.792Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-08-18T19:25:28.058Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) ... [2021-08-18T19:25:28.058Z] Checking for services that may need to be restarted...done. [2021-08-18T19:25:28.058Z] Checking for services that may need to be restarted...done. [2021-08-18T19:25:28.058Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-18T19:25:28.058Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-08-18T19:25:28.059Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-08-18T19:25:28.118Z] 8603b9c90790: Pull complete [2021-08-18T19:25:28.534Z] Selecting previously unselected package python3-minimal. [2021-08-18T19:25:28.534Z] (Reading database ... 13012 files and directories currently installed.) [2021-08-18T19:25:28.534Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-08-18T19:25:28.534Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-08-18T19:25:28.534Z] Selecting previously unselected package mime-support. [2021-08-18T19:25:28.534Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-08-18T19:25:28.534Z] Unpacking mime-support (3.60ubuntu1) ... [2021-08-18T19:25:28.534Z] Selecting previously unselected package libmpdec2:amd64. [2021-08-18T19:25:28.534Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-08-18T19:25:28.534Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-08-18T19:25:28.801Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-08-18T19:25:28.801Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-18T19:25:28.801Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-18T19:25:28.801Z] Selecting previously unselected package python3.6. [2021-08-18T19:25:28.801Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-18T19:25:28.801Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-18T19:25:28.801Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-08-18T19:25:28.801Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-08-18T19:25:28.801Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-08-18T19:25:29.068Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-08-18T19:25:29.068Z] Selecting previously unselected package python3. [2021-08-18T19:25:29.068Z] (Reading database ... 13442 files and directories currently installed.) [2021-08-18T19:25:29.068Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-08-18T19:25:29.068Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-08-18T19:25:29.095Z] 1560dd03e051: Pull complete [2021-08-18T19:25:29.336Z] Selecting previously unselected package multiarch-support. [2021-08-18T19:25:29.336Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-08-18T19:25:29.336Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-08-18T19:25:29.336Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-08-18T19:25:29.336Z] Selecting previously unselected package liblzo2-2:amd64. [2021-08-18T19:25:29.336Z] (Reading database ... 13479 files and directories currently installed.) [2021-08-18T19:25:29.336Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-08-18T19:25:29.336Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-08-18T19:25:29.336Z] Selecting previously unselected package libbsd0:amd64. [2021-08-18T19:25:29.336Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-08-18T19:25:29.336Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-08-18T19:25:29.336Z] Selecting previously unselected package sudo. [2021-08-18T19:25:29.336Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-08-18T19:25:29.336Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-08-18T19:25:29.604Z] Selecting previously unselected package apparmor. [2021-08-18T19:25:29.604Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-08-18T19:25:29.604Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-08-18T19:25:29.604Z] Selecting previously unselected package libedit2:amd64. [2021-08-18T19:25:29.604Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-08-18T19:25:29.604Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-08-18T19:25:29.604Z] Selecting previously unselected package libkrb5support0:amd64. [2021-08-18T19:25:29.604Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-08-18T19:25:29.604Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-08-18T19:25:29.690Z] 27f5ce0e4adf: Pull complete [2021-08-18T19:25:29.871Z] Selecting previously unselected package libk5crypto3:amd64. [2021-08-18T19:25:29.871Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-08-18T19:25:29.871Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-08-18T19:25:29.871Z] Selecting previously unselected package libkeyutils1:amd64. [2021-08-18T19:25:29.871Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-08-18T19:25:29.871Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-08-18T19:25:29.871Z] Selecting previously unselected package libkrb5-3:amd64. [2021-08-18T19:25:29.871Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-08-18T19:25:29.871Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-08-18T19:25:29.871Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-08-18T19:25:29.871Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-08-18T19:25:29.871Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-08-18T19:25:30.138Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-08-18T19:25:30.138Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-08-18T19:25:30.138Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-08-18T19:25:30.138Z] Selecting previously unselected package openssh-client. [2021-08-18T19:25:30.138Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... [2021-08-18T19:25:30.138Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-08-18T19:25:30.408Z] Selecting previously unselected package squashfs-tools. [2021-08-18T19:25:30.408Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... [2021-08-18T19:25:30.408Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-08-18T19:25:30.408Z] Selecting previously unselected package snapd. [2021-08-18T19:25:30.408Z] Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... [2021-08-18T19:25:30.408Z] Unpacking snapd (2.49.2+18.04) ... [2021-08-18T19:25:32.349Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-08-18T19:25:32.349Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-08-18T19:25:32.615Z] Setting up mime-support (3.60ubuntu1) ... [2021-08-18T19:25:32.615Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-08-18T19:25:32.615Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-08-18T19:25:32.615Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-08-18T19:25:32.615Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-18T19:25:32.615Z] Setting up systemd (237-3ubuntu10.51) ... [2021-08-18T19:25:32.615Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-08-18T19:25:33.199Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-08-18T19:25:33.199Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-08-18T19:25:33.199Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-08-18T19:25:33.199Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-18T19:25:33.199Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-08-18T19:25:33.199Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-18T19:25:33.783Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-08-18T19:25:33.783Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-08-18T19:25:33.783Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-08-18T19:25:33.783Z] Setting up python3 (3.6.7-1~18.04) ... [2021-08-18T19:25:33.783Z] running python rtupdate hooks for python3.6... [2021-08-18T19:25:33.783Z] running python post-rtupdate hooks for python3.6... [2021-08-18T19:25:34.049Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-08-18T19:25:34.638Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-08-18T19:25:34.639Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-08-18T19:25:34.639Z] Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-08-18T19:25:34.913Z] Setting up snapd (2.49.2+18.04) ... [2021-08-18T19:25:35.180Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-08-18T19:25:35.180Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-08-18T19:25:35.454Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-08-18T19:25:35.721Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-08-18T19:25:35.721Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-08-18T19:25:35.721Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-08-18T19:25:35.993Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-08-18T19:25:36.262Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-08-18T19:25:36.530Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-08-18T19:25:36.530Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-08-18T19:25:36.798Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-08-18T19:25:36.798Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-18T19:25:36.798Z] Processing triggers for systemd (237-3ubuntu10.51) ... [2021-08-18T19:25:38.211Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-08-18T19:25:38.211Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-08-18T19:25:38.478Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-08-18T19:25:39.442Z] Reading package lists... [2021-08-18T19:25:39.710Z] Reading package lists... [2021-08-18T19:25:39.977Z] Building dependency tree... [2021-08-18T19:25:39.977Z] Reading state information... [2021-08-18T19:25:40.244Z] Calculating upgrade... [2021-08-18T19:25:40.244Z] The following packages will be upgraded: [2021-08-18T19:25:40.244Z] advancecomp base-files bash binutils binutils-common [2021-08-18T19:25:40.244Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-08-18T19:25:40.244Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-08-18T19:25:40.244Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-08-18T19:25:40.244Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-08-18T19:25:40.244Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-08-18T19:25:40.244Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-08-18T19:25:40.244Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-08-18T19:25:40.244Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-08-18T19:25:40.244Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-08-18T19:25:40.244Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-08-18T19:25:40.244Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-08-18T19:25:40.244Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-08-18T19:25:40.244Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-08-18T19:25:40.244Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-08-18T19:25:40.244Z] ubuntu-keyring util-linux [2021-08-18T19:25:40.515Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-08-18T19:25:40.515Z] Need to get 64.2 MB of archives. [2021-08-18T19:25:40.515Z] After this operation, 5126 kB of additional disk space will be used. [2021-08-18T19:25:40.515Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-154.161 [988 kB] [2021-08-18T19:25:40.515Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-08-18T19:25:40.515Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-08-18T19:25:40.515Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-08-18T19:25:40.515Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-08-18T19:25:40.515Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-08-18T19:25:40.515Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-08-18T19:25:40.515Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-08-18T19:25:40.515Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-08-18T19:25:40.515Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-08-18T19:25:40.515Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-08-18T19:25:40.515Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-08-18T19:25:40.515Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-08-18T19:25:40.515Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-08-18T19:25:40.515Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-08-18T19:25:40.515Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-08-18T19:25:40.515Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-08-18T19:25:40.781Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-08-18T19:25:40.781Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-08-18T19:25:40.781Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-08-18T19:25:40.781Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-08-18T19:25:40.781Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-08-18T19:25:40.781Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-08-18T19:25:40.781Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-08-18T19:25:40.781Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-08-18T19:25:40.781Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-08-18T19:25:40.781Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-08-18T19:25:40.781Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-08-18T19:25:40.781Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-08-18T19:25:40.781Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-08-18T19:25:40.781Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-08-18T19:25:40.781Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-08-18T19:25:40.781Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-08-18T19:25:40.781Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-08-18T19:25:41.048Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-08-18T19:25:41.048Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-08-18T19:25:41.048Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-08-18T19:25:41.048Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-08-18T19:25:41.048Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-08-18T19:25:41.048Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-08-18T19:25:41.048Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-08-18T19:25:41.048Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-08-18T19:25:41.048Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-08-18T19:25:41.048Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-08-18T19:25:41.048Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-08-18T19:25:41.048Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-08-18T19:25:41.048Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-08-18T19:25:41.048Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-08-18T19:25:41.048Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-08-18T19:25:41.048Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-08-18T19:25:41.048Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-08-18T19:25:41.048Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-08-18T19:25:41.048Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-08-18T19:25:41.048Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-08-18T19:25:41.048Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-08-18T19:25:41.048Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-08-18T19:25:41.048Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-08-18T19:25:41.316Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-08-18T19:25:41.316Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-08-18T19:25:41.316Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-08-18T19:25:41.582Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-08-18T19:25:41.582Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-08-18T19:25:41.582Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-08-18T19:25:41.582Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-08-18T19:25:41.582Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-08-18T19:25:41.582Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-08-18T19:25:41.582Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-08-18T19:25:41.850Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-08-18T19:25:41.850Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-08-18T19:25:41.850Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-08-18T19:25:41.850Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-08-18T19:25:41.850Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-08-18T19:25:41.850Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-08-18T19:25:41.850Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-08-18T19:25:41.850Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-08-18T19:25:41.850Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-08-18T19:25:41.850Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-08-18T19:25:41.850Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-08-18T19:25:41.850Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-08-18T19:25:42.117Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-08-18T19:25:42.117Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-08-18T19:25:42.117Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-08-18T19:25:42.117Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2021-08-18T19:25:42.117Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] [2021-08-18T19:25:42.117Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2021-08-18T19:25:42.117Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.51 [13.9 kB] [2021-08-18T19:25:42.117Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] [2021-08-18T19:25:42.117Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-08-18T19:25:42.117Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-08-18T19:25:42.117Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-08-18T19:25:42.117Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-08-18T19:25:42.117Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-08-18T19:25:42.385Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-08-18T19:25:42.385Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-08-18T19:25:42.385Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-08-18T19:25:42.385Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.10 [614 kB] [2021-08-18T19:25:42.385Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-08-18T19:25:42.385Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-08-18T19:25:42.385Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-08-18T19:25:42.385Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-08-18T19:25:42.385Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-08-18T19:25:42.385Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-08-18T19:25:42.385Z] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-08-18T19:25:42.652Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-18T19:25:42.652Z] Fetched 64.2 MB in 2s (30.7 MB/s) [2021-08-18T19:25:42.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-18T19:25:42.652Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-08-18T19:25:42.652Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-18T19:25:42.919Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-08-18T19:25:42.919Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-18T19:25:43.186Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-154.161_amd64.deb ... [2021-08-18T19:25:43.186Z] Unpacking linux-libc-dev:amd64 (4.15.0-154.161) over (4.15.0-20.21) ... [2021-08-18T19:25:43.455Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:43.455Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-18T19:25:43.455Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:43.455Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-18T19:25:43.455Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:43.455Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-18T19:25:43.455Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:43.455Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-18T19:25:43.722Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:43.722Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-18T19:25:43.722Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:43.722Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-18T19:25:43.722Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:43.722Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-18T19:25:43.722Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-18T19:25:43.722Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-18T19:25:43.722Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:43.722Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-08-18T19:25:43.989Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-08-18T19:25:43.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-18T19:25:43.989Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:43.989Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-18T19:25:43.989Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:43.989Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-18T19:25:43.989Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:43.989Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-18T19:25:44.261Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-18T19:25:44.261Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-18T19:25:44.261Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-08-18T19:25:44.605Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-18T19:25:44.765Z] c2d8d7efcc4b: Pull complete [2021-08-18T19:25:44.765Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-08-18T19:25:44.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-18T19:25:44.766Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-08-18T19:25:44.913Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-08-18T19:25:44.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-18T19:25:44.913Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-08-18T19:25:44.913Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-08-18T19:25:44.913Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-08-18T19:25:44.913Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-08-18T19:25:45.062Z] prd-ubuntu18.04-docker-arm64-4c-16g-3692 does not seem to be running inside a container [2021-08-18T19:25:45.149Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-08-18T19:25:45.294Z] Setting up base-files (10.1ubuntu2.10) ... [2021-08-18T19:25:45.294Z] Installing new version of config file /etc/issue ... [2021-08-18T19:25:45.294Z] Installing new version of config file /etc/issue.net ... [2021-08-18T19:25:45.294Z] Installing new version of config file /etc/lsb-release ... [2021-08-18T19:25:45.294Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-08-18T19:25:45.564Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-08-18T19:25:45.565Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-08-18T19:25:45.565Z] Removing obsolete conffile /etc/default/motd-news ... [2021-08-18T19:25:45.565Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:45.565Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-08-18T19:25:45.565Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-08-18T19:25:45.834Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-08-18T19:25:45.834Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-08-18T19:25:45.834Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:45.834Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-18T19:25:45.834Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-08-18T19:25:45.834Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-08-18T19:25:46.101Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:46.101Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-08-18T19:25:46.101Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-08-18T19:25:46.101Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-08-18T19:25:46.101Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:46.101Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-08-18T19:25:46.101Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-08-18T19:25:46.368Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-08-18T19:25:46.368Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:46.368Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-18T19:25:46.368Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-18T19:25:46.368Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-08-18T19:25:46.636Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:46.636Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-18T19:25:46.636Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-18T19:25:46.636Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-08-18T19:25:46.636Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:46.636Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-08-18T19:25:46.636Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-08-18T19:25:46.636Z] Setting up grep (3.1-2build1) ... [2021-08-18T19:25:46.902Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:46.902Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-08-18T19:25:46.902Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-08-18T19:25:46.902Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-08-18T19:25:46.902Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:46.902Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-08-18T19:25:46.902Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-08-18T19:25:47.170Z] Setting up login (1:4.5-1ubuntu2) ... [2021-08-18T19:25:47.170Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:47.170Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-18T19:25:47.170Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-18T19:25:47.170Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-08-18T19:25:47.170Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:47.170Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-08-18T19:25:47.170Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-18T19:25:47.756Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-08-18T19:25:47.756Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-18T19:25:47.756Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-08-18T19:25:47.756Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-18T19:25:48.023Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-08-18T19:25:48.024Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:48.024Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-08-18T19:25:48.024Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-18T19:25:48.611Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-08-18T19:25:48.611Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-08-18T19:25:48.880Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-08-18T19:25:48.881Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-08-18T19:25:48.881Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-08-18T19:25:48.881Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:48.881Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-08-18T19:25:48.881Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-08-18T19:25:48.881Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-08-18T19:25:49.147Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:49.147Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-18T19:25:49.147Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-18T19:25:49.147Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-18T19:25:49.148Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:49.148Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-18T19:25:49.148Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-18T19:25:49.148Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-18T19:25:49.416Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:49.416Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-18T19:25:49.416Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-18T19:25:49.416Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-18T19:25:49.416Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:49.416Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-18T19:25:49.416Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-18T19:25:49.416Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-18T19:25:49.684Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:49.684Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-18T19:25:49.684Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-18T19:25:49.684Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-18T19:25:49.684Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-18T19:25:49.684Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-08-18T19:25:49.684Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:49.684Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-18T19:25:49.684Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-18T19:25:49.684Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-08-18T19:25:49.952Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:49.952Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-18T19:25:49.952Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-18T19:25:49.952Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-18T19:25:49.952Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:49.952Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-18T19:25:49.952Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-18T19:25:49.952Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-08-18T19:25:50.218Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:50.218Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-18T19:25:50.219Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-18T19:25:50.485Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-08-18T19:25:50.566Z] $ docker top cb20a0ec46d2a0533b946d20cc32ace43e3d7fe56cf34ce3216fe4425102da7f -eo pid,comm [2021-08-18T19:25:50.753Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [Pipeline] { [2021-08-18T19:25:51.019Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-08-18T19:25:51.020Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:51.020Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-08-18T19:25:51.020Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-18T19:25:51.289Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-08-18T19:25:51.290Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-18T19:25:51.290Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-08-18T19:25:51.290Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-18T19:25:51.290Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [Pipeline] libraryResource [Pipeline] sh [2021-08-18T19:25:51.558Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-18T19:25:51.558Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-08-18T19:25:51.558Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-08-18T19:25:51.558Z] Setting up debconf (1.5.66ubuntu1) ... [2021-08-18T19:25:51.829Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-18T19:25:51.829Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-08-18T19:25:51.829Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-08-18T19:25:51.829Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-08-18T19:25:51.829Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-18T19:25:51.829Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-08-18T19:25:51.829Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-08-18T19:25:51.829Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-08-18T19:25:51.829Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-18T19:25:51.829Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-08-18T19:25:51.829Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-18T19:25:52.088Z] ---> job-cost.sh [2021-08-18T19:25:52.088Z] lf-activate-venv: SKIPPING [2021-08-18T19:25:52.088Z] INFO: No Stack... [2021-08-18T19:25:52.095Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-18T19:25:52.096Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-18T19:25:52.096Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-08-18T19:25:52.096Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-18T19:25:52.096Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-18T19:25:52.366Z] (Reading database ... 13919 files and directories currently installed.) [2021-08-18T19:25:52.366Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-08-18T19:25:52.366Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-18T19:25:52.366Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-18T19:25:52.634Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:52.634Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-18T19:25:52.634Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-18T19:25:52.634Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.51_amd64.deb ... [2021-08-18T19:25:52.634Z] Unpacking systemd-sysv (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-08-18T19:25:52.634Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-18T19:25:52.634Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-18T19:25:52.634Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-08-18T19:25:52.634Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:52.634Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-08-18T19:25:52.634Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-08-18T19:25:52.903Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-08-18T19:25:52.903Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:52.903Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-08-18T19:25:52.903Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-08-18T19:25:52.903Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-08-18T19:25:52.903Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:52.903Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-08-18T19:25:53.060Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-08-18T19:25:53.173Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-18T19:25:53.173Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-18T19:25:53.173Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:53.173Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-18T19:25:53.330Z] INFO: Archiving Costs [Pipeline] sh [2021-08-18T19:25:53.443Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-18T19:25:53.443Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-08-18T19:25:53.443Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:53.443Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-08-18T19:25:53.443Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-08-18T19:25:53.443Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-08-18T19:25:53.443Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:53.443Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-08-18T19:25:53.709Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-08-18T19:25:53.709Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-08-18T19:25:53.709Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:53.709Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-18T19:25:53.978Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-18T19:25:53.978Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-08-18T19:25:53.979Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:53.979Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-08-18T19:25:53.979Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-08-18T19:25:53.979Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-08-18T19:25:53.979Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:53.979Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-08-18T19:25:53.979Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-08-18T19:25:54.007Z] + + cat /w/workspace/edgex-go/1/archives/cost.csvcut [2021-08-18T19:25:54.007Z] -d, -f6 [Pipeline] lock [2021-08-18T19:25:54.112Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3674-1-stack-cost] [2021-08-18T19:25:54.119Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3674-1-stack-cost] did not exist. Created. [2021-08-18T19:25:54.120Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3674-1-stack-cost] [Pipeline] { [Pipeline] unstash [2021-08-18T19:25:54.246Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-08-18T19:25:54.246Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:54.246Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-08-18T19:25:54.246Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-08-18T19:25:54.246Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-08-18T19:25:54.246Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:54.246Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-08-18T19:25:54.246Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [Pipeline] sh [2021-08-18T19:25:54.513Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-08-18T19:25:54.513Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:54.513Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-08-18T19:25:54.513Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-08-18T19:25:54.513Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-08-18T19:25:54.513Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:54.513Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-08-18T19:25:54.513Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-08-18T19:25:54.780Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-08-18T19:25:54.780Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:54.780Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-08-18T19:25:54.780Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-08-18T19:25:54.780Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-08-18T19:25:54.780Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-18T19:25:54.780Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-08-18T19:25:54.780Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-08-18T19:25:54.780Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-08-18T19:25:54.889Z] + echo total: 0.7200000286102295 [Pipeline] stash [2021-08-18T19:25:55.047Z] (Reading database ... 13924 files and directories currently installed.) [2021-08-18T19:25:55.048Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-08-18T19:25:55.048Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-08-18T19:25:55.048Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-08-18T19:25:55.048Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-08-18T19:25:55.070Z] Stashed 1 file(s) [Pipeline] } [2021-08-18T19:25:55.092Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3674-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-08-18T19:25:55.193Z] $ docker stop --time=1 cb20a0ec46d2a0533b946d20cc32ace43e3d7fe56cf34ce3216fe4425102da7f [2021-08-18T19:25:55.316Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... [2021-08-18T19:25:55.316Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... [2021-08-18T19:25:55.316Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-08-18T19:25:55.316Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-08-18T19:25:55.316Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-08-18T19:25:55.316Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-08-18T19:25:55.584Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-08-18T19:25:55.584Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-08-18T19:25:55.584Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-08-18T19:25:55.584Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-08-18T19:25:55.584Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-08-18T19:25:55.584Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-08-18T19:25:55.584Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-08-18T19:25:55.851Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-08-18T19:25:55.851Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-08-18T19:25:55.851Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-08-18T19:25:55.851Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-08-18T19:25:55.851Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-08-18T19:25:55.851Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-08-18T19:25:56.123Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-08-18T19:25:56.123Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-08-18T19:25:56.123Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-08-18T19:25:56.391Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-08-18T19:25:56.391Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-08-18T19:25:56.391Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-18T19:25:56.391Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-18T19:25:56.658Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-18T19:25:56.658Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-18T19:25:56.658Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-18T19:25:56.658Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-18T19:25:56.658Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-18T19:25:56.836Z] $ docker rm -f cb20a0ec46d2a0533b946d20cc32ace43e3d7fe56cf34ce3216fe4425102da7f [2021-08-18T19:25:56.925Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-18T19:25:56.925Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:56.925Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-18T19:25:56.925Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:56.925Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-18T19:25:56.925Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:56.925Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-18T19:25:57.191Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:57.191Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-18T19:25:57.766Z] Failed in branch arm64 [2021-08-18T19:25:57.775Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:57.775Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-18T19:25:58.744Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:58.744Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-18T19:25:59.013Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:59.013Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-18T19:25:59.289Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:59.289Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-18T19:25:59.899Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-18T19:25:59.899Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-18T19:25:59.899Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-08-18T19:25:59.899Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-08-18T19:26:00.177Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-08-18T19:26:00.177Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-08-18T19:26:00.177Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-08-18T19:26:00.177Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-08-18T19:26:00.458Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-08-18T19:26:00.458Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-08-18T19:26:00.458Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-08-18T19:26:00.458Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-08-18T19:26:00.458Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-08-18T19:26:00.458Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-08-18T19:26:00.458Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-08-18T19:26:00.458Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-08-18T19:26:00.733Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-18T19:26:00.733Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-08-18T19:26:00.733Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-18T19:26:00.733Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-18T19:26:00.733Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-18T19:26:00.733Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-08-18T19:26:00.733Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-08-18T19:26:00.733Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-08-18T19:26:00.733Z] [2021-08-18T19:26:00.733Z] Current default time zone: 'Etc/UTC' [2021-08-18T19:26:00.733Z] Local time is now: Wed Aug 18 19:26:00 UTC 2021. [2021-08-18T19:26:00.733Z] Universal Time is now: Wed Aug 18 19:26:00 UTC 2021. [2021-08-18T19:26:00.733Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-08-18T19:26:00.733Z] [2021-08-18T19:26:00.733Z] Setting up systemd-sysv (237-3ubuntu10.51) ... [2021-08-18T19:26:00.733Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-18T19:26:01.008Z] Setting up linux-libc-dev:amd64 (4.15.0-154.161) ... [2021-08-18T19:26:01.008Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-08-18T19:26:01.008Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-08-18T19:26:01.008Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-08-18T19:26:01.008Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-08-18T19:26:01.008Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-08-18T19:26:01.008Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-08-18T19:26:01.008Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-08-18T19:26:01.008Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-18T19:26:01.008Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-08-18T19:26:01.008Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-18T19:26:01.008Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-08-18T19:26:01.283Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-18T19:26:01.283Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-08-18T19:26:01.283Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-08-18T19:26:01.283Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-08-18T19:26:01.283Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.10) ... [2021-08-18T19:26:01.283Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-08-18T19:26:01.283Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-08-18T19:26:01.283Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-08-18T19:26:01.283Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-08-18T19:26:03.264Z] Updating certificates in /etc/ssl/certs... [2021-08-18T19:26:03.866Z] 23 added, 27 removed; done. [2021-08-18T19:26:04.141Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-08-18T19:26:04.141Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-18T19:26:04.141Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-08-18T19:26:04.141Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-08-18T19:26:04.141Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-08-18T19:26:04.141Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-18T19:26:04.141Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-08-18T19:26:04.141Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-18T19:26:04.141Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-18T19:26:04.141Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-18T19:26:04.141Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-08-18T19:26:04.141Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-18T19:26:04.141Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-08-18T19:26:04.141Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-08-18T19:26:04.141Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-08-18T19:26:04.141Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-08-18T19:26:04.141Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-08-18T19:26:04.141Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-08-18T19:26:04.416Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-08-18T19:26:04.416Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-08-18T19:26:04.416Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-08-18T19:26:04.416Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-08-18T19:26:04.416Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-08-18T19:26:04.416Z] Processing triggers for systemd (237-3ubuntu10.51) ... [2021-08-18T19:26:04.416Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-08-18T19:26:04.416Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-08-18T19:26:04.416Z] Updating certificates in /etc/ssl/certs... [2021-08-18T19:26:05.015Z] 0 added, 0 removed; done. [2021-08-18T19:26:05.015Z] Running hooks in /etc/ca-certificates/update.d... [2021-08-18T19:26:05.015Z] done. [2021-08-18T19:26:05.615Z] Reading package lists... [2021-08-18T19:26:05.615Z] Building dependency tree... [2021-08-18T19:26:05.615Z] Reading state information... [2021-08-18T19:26:05.891Z] The following NEW packages will be installed: [2021-08-18T19:26:05.891Z] apt-transport-https [2021-08-18T19:26:05.891Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-08-18T19:26:06.165Z] Need to get 4348 B of archives. [2021-08-18T19:26:06.165Z] After this operation, 154 kB of additional disk space will be used. [2021-08-18T19:26:06.165Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-08-18T19:26:06.165Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-18T19:26:06.165Z] Fetched 4348 B in 0s (24.3 kB/s) [2021-08-18T19:26:06.165Z] Selecting previously unselected package apt-transport-https. [2021-08-18T19:26:06.165Z] (Reading database ... 13929 files and directories currently installed.) [2021-08-18T19:26:06.165Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-08-18T19:26:06.165Z] Unpacking apt-transport-https (1.6.14) ... [2021-08-18T19:26:06.165Z] Setting up apt-transport-https (1.6.14) ... [2021-08-18T19:26:06.440Z] Waiting for network to be ready... [2021-08-18T19:26:11.849Z] 2021-08-18T19:26:09Z INFO Waiting for automatic snapd restart... [2021-08-18T19:26:11.849Z] snapd 2.51.3 from Canonical* installed [2021-08-18T19:26:12.834Z] "snapd" switched to the "latest/stable" channel [2021-08-18T19:26:12.834Z] [2021-08-18T19:26:15.471Z] core18 20210722 from Canonical* installed [2021-08-18T19:26:15.471Z] "core18" switched to the "latest/stable" channel [2021-08-18T19:26:15.471Z] [2021-08-18T19:26:18.107Z] snapcraft 5.0 from Canonical* installed [2021-08-18T19:26:18.107Z] "snapcraft" switched to the "latest/stable" channel [2021-08-18T19:26:18.107Z] [2021-08-18T19:26:22.434Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-08-18T19:26:22.434Z] - README.md [2021-08-18T19:26:22.434Z] [2021-08-18T19:26:22.434Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-08-18T19:26:22.712Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-08-18T19:26:22.987Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-08-18T19:26:22.987Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-08-18T19:26:24.250Z] Reading package lists... [2021-08-18T19:26:24.531Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.14 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-08-18T19:26:24.531Z] Reading package lists... [2021-08-18T19:26:24.813Z] Building dependency tree... [2021-08-18T19:26:24.814Z] Reading state information... [2021-08-18T19:26:25.094Z] Suggested packages: [2021-08-18T19:26:25.094Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-08-18T19:26:25.094Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-08-18T19:26:25.094Z] Recommended packages: [2021-08-18T19:26:25.094Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-08-18T19:26:25.094Z] The following NEW packages will be installed: [2021-08-18T19:26:25.094Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-08-18T19:26:25.094Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-08-18T19:26:25.094Z] pkg-config zip [2021-08-18T19:26:25.094Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-08-18T19:26:25.094Z] Need to get 7663 kB of archives. [2021-08-18T19:26:25.094Z] After this operation, 43.8 MB of additional disk space will be used. [2021-08-18T19:26:25.094Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-08-18T19:26:25.370Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-08-18T19:26:25.370Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] [2021-08-18T19:26:25.370Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-08-18T19:26:25.370Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-08-18T19:26:25.370Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-08-18T19:26:25.370Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-08-18T19:26:25.646Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-08-18T19:26:25.646Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-08-18T19:26:25.646Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-08-18T19:26:25.646Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-08-18T19:26:25.927Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-08-18T19:26:25.927Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-08-18T19:26:25.927Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-08-18T19:26:25.927Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-08-18T19:26:25.927Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-18T19:26:25.927Z] Fetched 7663 kB in 1s (9891 kB/s) [2021-08-18T19:26:26.202Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-08-18T19:26:26.202Z] (Reading database ... 13933 files and directories currently installed.) [2021-08-18T19:26:26.202Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-08-18T19:26:26.202Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-08-18T19:26:26.202Z] Selecting previously unselected package libpsl5:amd64. [2021-08-18T19:26:26.202Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-08-18T19:26:26.202Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-08-18T19:26:26.202Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-08-18T19:26:26.202Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-08-18T19:26:26.483Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-08-18T19:26:26.483Z] Selecting previously unselected package librtmp1:amd64. [2021-08-18T19:26:26.483Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-08-18T19:26:26.483Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-08-18T19:26:26.483Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-08-18T19:26:26.483Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... [2021-08-18T19:26:26.483Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-08-18T19:26:26.483Z] Selecting previously unselected package liberror-perl. [2021-08-18T19:26:26.483Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-08-18T19:26:26.483Z] Unpacking liberror-perl (0.17025-1) ... [2021-08-18T19:26:26.483Z] Selecting previously unselected package git-man. [2021-08-18T19:26:26.483Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-08-18T19:26:26.483Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-08-18T19:26:26.760Z] Selecting previously unselected package git. [2021-08-18T19:26:26.760Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-08-18T19:26:26.760Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-08-18T19:26:27.360Z] Selecting previously unselected package libnorm1:amd64. [2021-08-18T19:26:27.360Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-08-18T19:26:27.360Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-08-18T19:26:27.360Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-08-18T19:26:27.360Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-08-18T19:26:27.360Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-08-18T19:26:27.360Z] Selecting previously unselected package libsodium23:amd64. [2021-08-18T19:26:27.360Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-08-18T19:26:27.360Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-08-18T19:26:27.360Z] Selecting previously unselected package libzmq5:amd64. [2021-08-18T19:26:27.360Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-08-18T19:26:27.360Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-18T19:26:27.634Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-08-18T19:26:27.634Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-08-18T19:26:27.634Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-18T19:26:27.634Z] Selecting previously unselected package pkg-config. [2021-08-18T19:26:27.634Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-08-18T19:26:27.634Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-08-18T19:26:27.634Z] Selecting previously unselected package zip. [2021-08-18T19:26:27.634Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-08-18T19:26:27.634Z] Unpacking zip (3.0-11build1) ... [2021-08-18T19:26:27.909Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-08-18T19:26:27.909Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-08-18T19:26:27.909Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-08-18T19:26:27.909Z] Setting up liberror-perl (0.17025-1) ... [2021-08-18T19:26:27.909Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-08-18T19:26:27.909Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-08-18T19:26:27.909Z] No schema files found: doing nothing. [2021-08-18T19:26:27.909Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-08-18T19:26:27.909Z] Setting up zip (3.0-11build1) ... [2021-08-18T19:26:27.909Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-08-18T19:26:27.909Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-08-18T19:26:27.909Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-08-18T19:26:27.909Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-18T19:26:27.909Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-08-18T19:26:27.909Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-18T19:26:27.909Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-08-18T19:26:27.909Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-08-18T19:26:28.505Z] git set to automatically installed. [2021-08-18T19:26:28.505Z] git-man set to automatically installed. [2021-08-18T19:26:28.506Z] libcurl3-gnutls set to automatically installed. [2021-08-18T19:26:28.506Z] liberror-perl set to automatically installed. [2021-08-18T19:26:28.506Z] libglib2.0-0 set to automatically installed. [2021-08-18T19:26:28.506Z] libnghttp2-14 set to automatically installed. [2021-08-18T19:26:28.506Z] libnorm1 set to automatically installed. [2021-08-18T19:26:28.506Z] libpgm-5.2-0 set to automatically installed. [2021-08-18T19:26:28.506Z] libpsl5 set to automatically installed. [2021-08-18T19:26:28.506Z] librtmp1 set to automatically installed. [2021-08-18T19:26:28.506Z] libsodium23 set to automatically installed. [2021-08-18T19:26:28.506Z] libzmq3-dev set to automatically installed. [2021-08-18T19:26:28.506Z] libzmq5 set to automatically installed. [2021-08-18T19:26:28.506Z] pkg-config set to automatically installed. [2021-08-18T19:26:28.506Z] zip set to automatically installed. [2021-08-18T19:26:29.945Z] snapd is not logged in, snap install commands will use sudo [2021-08-18T19:26:36.673Z] go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed [2021-08-18T19:26:36.673Z] snapd is not logged in, snap install commands will use sudo [2021-08-18T19:26:38.127Z] snap "core18" has no updates available [2021-08-18T19:26:39.110Z] Pulling config-common [2021-08-18T19:26:39.110Z] + snapcraftctl pull [2021-08-18T19:26:40.090Z] Pulling go-build-helper [2021-08-18T19:26:40.090Z] + snapcraftctl pull [2021-08-18T19:26:41.069Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-08-18T19:26:41.349Z] Skipping pull go-build-helper (already ran) [2021-08-18T19:26:41.349Z] Building go-build-helper [2021-08-18T19:26:41.349Z] + snapcraftctl build [2021-08-18T19:26:43.328Z] Staging go-build-helper [2021-08-18T19:26:43.328Z] + snapcraftctl stage [2021-08-18T19:26:53.527Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-08-18T19:26:53.527Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-08-18T19:26:53.527Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1844 kB] [2021-08-18T19:26:53.527Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] [2021-08-18T19:26:53.527Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-08-18T19:26:53.527Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-08-18T19:26:53.527Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] [2021-08-18T19:26:53.527Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] [2021-08-18T19:26:53.527Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1133 kB] [2021-08-18T19:26:53.527Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] [2021-08-18T19:26:53.527Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-08-18T19:26:53.527Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-08-18T19:26:53.527Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-08-18T19:26:53.527Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-08-18T19:26:53.527Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-08-18T19:26:53.527Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-08-18T19:26:53.527Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-08-18T19:26:53.527Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-08-18T19:26:53.527Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-08-18T19:26:53.527Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2191 kB] [2021-08-18T19:26:53.527Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] [2021-08-18T19:26:53.527Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-08-18T19:26:53.527Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-08-18T19:26:53.527Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] [2021-08-18T19:26:53.527Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] [2021-08-18T19:26:53.527Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1744 kB] [2021-08-18T19:26:53.527Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [374 kB] [2021-08-18T19:26:53.527Z] Fetched 25.1 MB in 0s (0 B/s) [2021-08-18T19:26:53.527Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-08-18T19:26:53.527Z] Fetched 224 kB in 0s (0 B/s) [2021-08-18T19:26:53.527Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-08-18T19:26:53.527Z] Fetched 157 kB in 0s (0 B/s) [2021-08-18T19:26:53.527Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-08-18T19:26:53.527Z] Fetched 221 kB in 0s (0 B/s) [2021-08-18T19:26:53.527Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-08-18T19:26:53.527Z] Fetched 143 kB in 0s (0 B/s) [2021-08-18T19:26:53.527Z] Pulling edgex-go [2021-08-18T19:26:53.527Z] + snapcraftctl pull [2021-08-18T19:26:53.527Z] Pulling hooks [2021-08-18T19:26:53.527Z] + snapcraftctl pull [2021-08-18T19:27:11.855Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-08-18T19:27:11.855Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-08-18T19:27:11.855Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-08-18T19:27:11.855Z] Fetched 0 B in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-08-18T19:27:11.855Z] Fetched 96.5 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-08-18T19:27:11.855Z] Fetched 279 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-08-18T19:27:11.855Z] Fetched 122 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-08-18T19:27:11.855Z] Fetched 77.8 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-08-18T19:27:11.855Z] Fetched 8848 B in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-08-18T19:27:11.855Z] Fetched 47.8 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-08-18T19:27:11.855Z] Fetched 45.6 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-08-18T19:27:11.855Z] Fetched 15.0 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] [2021-08-18T19:27:11.855Z] Fetched 219 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-08-18T19:27:11.855Z] Fetched 154 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-08-18T19:27:11.855Z] Fetched 50.6 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-08-18T19:27:11.855Z] Fetched 14.8 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-08-18T19:27:11.855Z] Fetched 41.8 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-08-18T19:27:11.855Z] Fetched 499 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-08-18T19:27:11.855Z] Fetched 111 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-08-18T19:27:11.855Z] Fetched 240 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-08-18T19:27:11.855Z] Fetched 29.3 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-08-18T19:27:11.855Z] Fetched 85.5 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-08-18T19:27:11.855Z] Fetched 24.5 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-08-18T19:27:11.855Z] Fetched 49.2 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-08-18T19:27:11.855Z] Fetched 54.2 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-08-18T19:27:11.855Z] Fetched 30.8 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-08-18T19:27:11.855Z] Fetched 15.8 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-08-18T19:27:11.855Z] Fetched 85.9 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-08-18T19:27:11.855Z] Fetched 8720 B in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-08-18T19:27:11.855Z] Fetched 140 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-08-18T19:27:11.855Z] Fetched 119 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-08-18T19:27:11.855Z] Fetched 111 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-08-18T19:27:11.855Z] Fetched 11.1 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-08-18T19:27:11.855Z] Fetched 645 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-08-18T19:27:11.855Z] Fetched 41.3 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-08-18T19:27:11.855Z] Fetched 17.9 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-08-18T19:27:11.855Z] Fetched 368 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-08-18T19:27:11.855Z] Fetched 187 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-08-18T19:27:11.855Z] Fetched 175 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-08-18T19:27:11.855Z] Fetched 206 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb [1301 kB] [2021-08-18T19:27:11.855Z] Fetched 1301 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-08-18T19:27:11.855Z] Fetched 36.2 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] [2021-08-18T19:27:11.855Z] Fetched 159 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-08-18T19:27:11.855Z] Fetched 107 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-08-18T19:27:11.855Z] Fetched 48.7 kB in 0s (0 B/s) [2021-08-18T19:27:11.855Z] Pulling static-packages [2021-08-18T19:27:11.855Z] + snapcraftctl pull [2021-08-18T19:27:12.456Z] Pulling version [2021-08-18T19:27:12.456Z] + cd /root/project [2021-08-18T19:27:12.456Z] + git describe --tags --abbrev=0 [2021-08-18T19:27:12.456Z] + sed s/v// [2021-08-18T19:27:12.734Z] + GIT_VERSION=2.0.1-dev.31 [2021-08-18T19:27:12.734Z] + [ -z 2.0.1-dev.31 ] [2021-08-18T19:27:12.734Z] + snapcraftctl set-version 2.0.1-dev.31 [2021-08-18T19:27:13.933Z] Building config-common [2021-08-18T19:27:13.933Z] + snapcraftctl build [2021-08-18T19:27:16.569Z] Skipping build go-build-helper (already ran) [2021-08-18T19:27:16.569Z] Building edgex-go [2021-08-18T19:27:16.569Z] + cd /root/parts/edgex-go/src [2021-08-18T19:27:16.569Z] + git+ sed s/v// [2021-08-18T19:27:16.569Z] describe --tags --abbrev=0 [2021-08-18T19:27:16.569Z] + GIT_VERSION=2.0.1-dev.31 [2021-08-18T19:27:16.569Z] + [ -z 2.0.1-dev.31 ] [2021-08-18T19:27:16.569Z] go mod tidy [2021-08-18T19:27:16.569Z] + echo 2.0.1-dev.31 [2021-08-18T19:27:16.569Z] + make build [2021-08-18T19:27:20.225Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-08-18T19:27:20.225Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 [2021-08-18T19:27:20.225Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.15 [2021-08-18T19:27:20.225Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-08-18T19:27:20.225Z] go: downloading github.com/google/uuid v1.3.0 [2021-08-18T19:27:20.225Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 [2021-08-18T19:27:20.225Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2021-08-18T19:27:20.225Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-08-18T19:27:20.225Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-08-18T19:27:20.225Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-08-18T19:27:20.225Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 [2021-08-18T19:27:20.225Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-08-18T19:27:20.225Z] go: downloading github.com/lib/pq v1.10.2 [2021-08-18T19:27:20.225Z] go: downloading github.com/pelletier/go-toml v1.9.3 [2021-08-18T19:27:20.544Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-08-18T19:27:20.544Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 [2021-08-18T19:27:20.545Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2021-08-18T19:27:21.150Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 [2021-08-18T19:27:21.430Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-08-18T19:27:21.430Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-08-18T19:27:21.430Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2021-08-18T19:27:21.430Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2021-08-18T19:27:21.430Z] go: downloading github.com/go-kit/kit v0.11.0 [2021-08-18T19:27:21.430Z] go: downloading github.com/stretchr/objx v0.1.1 [2021-08-18T19:27:21.430Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2021-08-18T19:27:21.430Z] go: downloading github.com/x448/float16 v0.8.4 [2021-08-18T19:27:21.725Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-08-18T19:27:21.725Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-08-18T19:27:21.725Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-08-18T19:27:21.725Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2021-08-18T19:27:21.725Z] go: downloading github.com/leodido/go-urn v1.2.1 [2021-08-18T19:27:21.725Z] go: downloading golang.org/x/text v0.3.6 [2021-08-18T19:27:21.725Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-08-18T19:27:21.725Z] go: downloading github.com/go-playground/locales v0.14.0 [2021-08-18T19:27:21.725Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2021-08-18T19:27:21.725Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-08-18T19:27:21.725Z] go: downloading github.com/kr/pretty v0.3.0 [2021-08-18T19:27:22.027Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-08-18T19:27:22.027Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-08-18T19:27:22.027Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2021-08-18T19:27:22.027Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-08-18T19:27:22.307Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2021-08-18T19:27:22.307Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-08-18T19:27:22.575Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-08-18T19:27:22.575Z] go: downloading github.com/kr/text v0.2.0 [2021-08-18T19:27:22.575Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2021-08-18T19:27:22.575Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-08-18T19:27:22.575Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-08-18T19:27:22.575Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-08-18T19:27:22.575Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-08-18T19:27:22.575Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-08-18T19:27:22.842Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-08-18T19:27:22.842Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-08-18T19:27:22.842Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-08-18T19:27:22.842Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-08-18T19:27:22.842Z] go: downloading github.com/fatih/color v1.9.0 [2021-08-18T19:27:22.842Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-08-18T19:27:22.842Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-08-18T19:27:22.842Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-08-18T19:27:22.842Z] go: downloading github.com/pkg/errors v0.9.1 [2021-08-18T19:27:22.842Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-08-18T19:27:22.842Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-08-18T19:27:22.842Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-08-18T19:27:23.157Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-08-18T19:27:23.157Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-08-18T19:27:23.157Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-08-18T19:27:23.157Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-08-18T19:27:23.157Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-08-18T19:27:23.157Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-08-18T19:27:23.157Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-08-18T19:27:23.157Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-08-18T19:27:23.157Z] go: downloading github.com/miekg/dns v1.1.26 [2021-08-18T19:27:23.425Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-08-18T19:27:23.425Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-08-18T19:27:23.425Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-08-18T19:27:23.425Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-08-18T19:27:23.425Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-08-18T19:27:23.425Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/core-data/core-data ./cmd/core-data [2021-08-18T19:27:33.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-08-18T19:27:37.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/core-command/core-command ./cmd/core-command [2021-08-18T19:27:38.050Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-08-18T19:27:39.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-08-18T19:27:39.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-08-18T19:27:41.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-08-18T19:27:42.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-08-18T19:27:43.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-08-18T19:27:44.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-08-18T19:27:45.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o ./cmd/secrets-config ./cmd/secrets-config [2021-08-18T19:27:46.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.31" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-08-18T19:27:47.916Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-08-18T19:27:47.916Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-08-18T19:27:48.192Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-08-18T19:27:48.192Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-08-18T19:27:48.192Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-08-18T19:27:48.192Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-08-18T19:27:48.192Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-08-18T19:27:48.192Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-08-18T19:27:48.192Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-08-18T19:27:48.192Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-08-18T19:27:48.192Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-08-18T19:27:48.192Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-08-18T19:27:48.192Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-08-18T19:27:48.192Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-08-18T19:27:48.192Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-08-18T19:27:48.193Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-08-18T19:27:48.193Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-08-18T19:27:48.193Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-08-18T19:27:48.193Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-08-18T19:27:48.193Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-08-18T19:27:48.193Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-08-18T19:27:48.193Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-08-18T19:27:48.193Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-08-18T19:27:48.193Z] + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml [2021-08-18T19:27:48.193Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-08-18T19:27:48.193Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-08-18T19:27:48.193Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-08-18T19:27:49.182Z] Building hooks [2021-08-18T19:27:49.182Z] + cd /root/parts/hooks/src [2021-08-18T19:27:49.182Z] + make build [2021-08-18T19:27:49.182Z] go mod tidy [2021-08-18T19:27:50.164Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 [2021-08-18T19:27:50.164Z] go: downloading github.com/stretchr/testify v1.5.1 [2021-08-18T19:27:50.164Z] go: downloading gopkg.in/yaml.v2 v2.2.2 [2021-08-18T19:27:50.164Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-08-18T19:27:50.164Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-08-18T19:27:51.146Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-08-18T19:27:51.423Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-08-18T19:27:51.424Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-08-18T19:27:54.824Z] Building static-packages [2021-08-18T19:27:54.824Z] + snapcraftctl build [2021-08-18T19:27:56.265Z] Building version [2021-08-18T19:27:56.265Z] + snapcraftctl build [2021-08-18T19:27:58.251Z] Staging config-common [2021-08-18T19:27:58.251Z] + snapcraftctl stage [2021-08-18T19:27:59.235Z] Skipping stage go-build-helper (already ran) [2021-08-18T19:27:59.235Z] Staging edgex-go [2021-08-18T19:27:59.235Z] + snapcraftctl stage [2021-08-18T19:28:00.221Z] Staging hooks [2021-08-18T19:28:00.221Z] + snapcraftctl stage [2021-08-18T19:28:01.659Z] Staging static-packages [2021-08-18T19:28:01.659Z] + snapcraftctl stage [2021-08-18T19:28:02.650Z] Staging version [2021-08-18T19:28:02.650Z] + snapcraftctl stage [2021-08-18T19:28:03.639Z] Priming config-common [2021-08-18T19:28:03.639Z] + snapcraftctl prime [2021-08-18T19:28:04.635Z] Priming go-build-helper [2021-08-18T19:28:04.635Z] + snapcraftctl prime [2021-08-18T19:28:05.622Z] Priming edgex-go [2021-08-18T19:28:05.622Z] + snapcraftctl prime [2021-08-18T19:28:07.080Z] Priming hooks [2021-08-18T19:28:07.080Z] + snapcraftctl prime [2021-08-18T19:28:08.523Z] Priming static-packages [2021-08-18T19:28:08.523Z] + snapcraftctl prime [2021-08-18T19:28:11.157Z] Priming version [2021-08-18T19:28:11.157Z] + snapcraftctl prime [2021-08-18T19:28:12.143Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-08-18T19:28:18.042Z] + '[' -d /w/workspace/edgex-go/1/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-08-18T19:28:18.415Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-18T19:28:19.058Z] ---> package-listing.sh [2021-08-18T19:28:19.058Z] ++ facter osfamily [2021-08-18T19:28:19.058Z] ++ tr '[:upper:]' '[:lower:]' [2021-08-18T19:28:19.325Z] + OS_FAMILY=redhat [2021-08-18T19:28:19.325Z] + workspace=/w/workspace/edgex-go/1 [2021-08-18T19:28:19.325Z] + START_PACKAGES=/tmp/packages_start.txt [2021-08-18T19:28:19.325Z] + END_PACKAGES=/tmp/packages_end.txt [2021-08-18T19:28:19.325Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-08-18T19:28:19.325Z] + PACKAGES=/tmp/packages_start.txt [2021-08-18T19:28:19.325Z] + '[' /w/workspace/edgex-go/1 ']' [2021-08-18T19:28:19.325Z] + PACKAGES=/tmp/packages_end.txt [2021-08-18T19:28:19.325Z] + case "${OS_FAMILY}" in [2021-08-18T19:28:19.325Z] + rpm -qa [2021-08-18T19:28:19.325Z] + sort [2021-08-18T19:28:21.273Z] + '[' -f /tmp/packages_start.txt ']' [2021-08-18T19:28:21.273Z] + '[' -f /tmp/packages_end.txt ']' [2021-08-18T19:28:21.273Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-08-18T19:28:21.273Z] + '[' /w/workspace/edgex-go/1 ']' [2021-08-18T19:28:21.273Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-08-18T19:28:21.273Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-08-18T19:28:21.325Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -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 [2021-08-18T19:28:21.643Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:28:22.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-18T19:28:22.276Z] [2021-08-18T19:28:22.276Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-08-18T19:28:22.681Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-18T19:28:28.024Z] latest: Pulling from edgex-lftools-log-publisher [2021-08-18T19:28:28.024Z] b4d181a07f80: Pulling fs layer [2021-08-18T19:28:28.024Z] a1111a8f2ec3: Pulling fs layer [2021-08-18T19:28:28.024Z] ed53099fbce6: Pulling fs layer [2021-08-18T19:28:28.024Z] dc539afda2c1: Pulling fs layer [2021-08-18T19:28:28.024Z] 77bc0d833cb6: Pulling fs layer [2021-08-18T19:28:28.024Z] 9065ff56babe: Pulling fs layer [2021-08-18T19:28:28.024Z] d287ab97295c: Pulling fs layer [2021-08-18T19:28:28.024Z] 77bc0d833cb6: Waiting [2021-08-18T19:28:28.024Z] 9065ff56babe: Waiting [2021-08-18T19:28:28.024Z] d287ab97295c: Waiting [2021-08-18T19:28:28.024Z] dc539afda2c1: Waiting [2021-08-18T19:28:28.024Z] a1111a8f2ec3: Verifying Checksum [2021-08-18T19:28:28.024Z] a1111a8f2ec3: Download complete [2021-08-18T19:28:28.289Z] dc539afda2c1: Verifying Checksum [2021-08-18T19:28:28.289Z] dc539afda2c1: Download complete [2021-08-18T19:28:28.554Z] 77bc0d833cb6: Verifying Checksum [2021-08-18T19:28:28.554Z] 77bc0d833cb6: Download complete [2021-08-18T19:28:28.554Z] ed53099fbce6: Verifying Checksum [2021-08-18T19:28:28.554Z] ed53099fbce6: Download complete [2021-08-18T19:28:28.554Z] 9065ff56babe: Verifying Checksum [2021-08-18T19:28:28.554Z] 9065ff56babe: Download complete [2021-08-18T19:28:29.518Z] b4d181a07f80: Verifying Checksum [2021-08-18T19:28:29.518Z] b4d181a07f80: Download complete [2021-08-18T19:28:30.947Z] b4d181a07f80: Pull complete [2021-08-18T19:28:31.217Z] a1111a8f2ec3: Pull complete [2021-08-18T19:28:31.806Z] ed53099fbce6: Pull complete [2021-08-18T19:28:31.806Z] dc539afda2c1: Pull complete [2021-08-18T19:28:32.073Z] 77bc0d833cb6: Pull complete [2021-08-18T19:28:32.073Z] 9065ff56babe: Pull complete [2021-08-18T19:28:33.031Z] d287ab97295c: Verifying Checksum [2021-08-18T19:28:33.031Z] d287ab97295c: Download complete [2021-08-18T19:28:37.299Z] d287ab97295c: Pull complete [2021-08-18T19:28:37.299Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-08-18T19:28:37.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-18T19:28:37.299Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-08-18T19:28:37.417Z] prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container [2021-08-18T19:28:37.478Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -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 [2021-08-18T19:28:40.783Z] $ docker top b9ad973004f6bf783fb857d26c9fd40e7df9024155f45a7167d71f8cf8fdfc3e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-18T19:28:41.262Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-08-18T19:28:41.607Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-08-18T19:28:41.947Z] + ls /var/log/sa-host [2021-08-18T19:28:41.947Z] + sadf -c /var/log/sa-host/sa05 [2021-08-18T19:28:41.947Z] file_magic: OK [2021-08-18T19:28:41.947Z] HZ: Using current value: 100 [2021-08-18T19:28:41.947Z] file_header: OK [2021-08-18T19:28:41.947Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-08-18T19:28:41.947Z] Statistics: [2021-08-18T19:28:41.947Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-08-18T19:28:41.948Z] File successfully converted to sysstat format version 12.0.3 [2021-08-18T19:28:41.948Z] + sadf -c /var/log/sa-host/sa18 [2021-08-18T19:28:41.948Z] file_magic: OK [2021-08-18T19:28:41.948Z] HZ: Using current value: 100 [2021-08-18T19:28:41.948Z] file_header: OK [2021-08-18T19:28:41.948Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-08-18T19:28:41.948Z] Statistics: [2021-08-18T19:28:41.948Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-08-18T19:28:41.948Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-18T19:28:42.669Z] provisioning config files... [2021-08-18T19:28:42.686Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7159538314606194718tmp [Pipeline] { [Pipeline] echo [2021-08-18T19:28:42.745Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-18T19:28:43.102Z] ---> create-netrc.sh [Pipeline] } [2021-08-18T19:28:43.144Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-08-18T19:28:43.632Z] ---> python-tools-install.sh [Pipeline] echo [2021-08-18T19:28:43.668Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-18T19:28:44.022Z] ---> sudo-logs.sh [2021-08-18T19:28:44.022Z] Archiving 'sudo' log.. [2021-08-18T19:28:44.022Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3703.vexxhost.local: Name or service not known [2021-08-18T19:28:44.022Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3703.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-08-18T19:28:44.134Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-18T19:28:44.492Z] ---> job-cost.sh [2021-08-18T19:28:44.492Z] lf-activate-venv: SKIPPING [2021-08-18T19:28:44.492Z] DEBUG: total: 0.7200000286102295 [2021-08-18T19:28:44.492Z] INFO: Retrieving Stack Cost... [2021-08-18T19:28:45.448Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-08-18T19:28:45.714Z] INFO: Archiving Costs [Pipeline] echo [2021-08-18T19:28:45.759Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-18T19:28:46.128Z] ---> logs-deploy.sh [2021-08-18T19:28:46.128Z] lf-activate-venv: SKIPPING [2021-08-18T19:28:46.128Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3674/1 [2021-08-18T19:28:46.128Z] INFO: archiving workspace using pattern(s): [2021-08-18T19:28:47.086Z] Archives upload complete. [2021-08-18T19:28:47.086Z] INFO: archiving logs to Nexus