Pull request #3531 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4+7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 (7adc4559d14b0e262d8aba818cb660d9be3d63ed) Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1953204015684000648.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1900934250911410818.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 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3531/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3531/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2639267800682499765.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1387798072197006656.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3531/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3531/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4223491256704123217.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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 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_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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1677 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/23@tmp/jenkins-gitclient-ssh834126955454596518.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 into PR head commit b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 Merge succeeded, producing b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 Checking out Revision b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 (PR-3531) > 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/23@tmp/jenkins-gitclient-ssh4285973138375168900.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3531/head:refs/remotes/origin/PR-3531 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 # 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/23@tmp/jenkins-gitclient-ssh562024506011765724.key > git merge 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 # timeout=10 Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-16T07:22:59.814Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-16T07:22:59.899Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk f84ea4f7ac4a04f9d9222eb8355854bd4e64cc7d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-16T07:22:59.929Z] ========================================================= [2021-06-16T07:22:59.929Z] EdgeX Global Pipelines Version Info [2021-06-16T07:22:59.929Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-16T07:23:01.446Z] ------------------- [2021-06-16T07:23:01.446Z] stable info: [2021-06-16T07:23:01.446Z] ------------------- [2021-06-16T07:23:01.446Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-16T07:23:01.446Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-16T07:23:01.446Z] Message: update stable to v1.0.195 [2021-06-16T07:23:02.395Z] ------------------- [2021-06-16T07:23:02.395Z] experimental info: [2021-06-16T07:23:02.395Z] ------------------- [2021-06-16T07:23:02.395Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-16T07:23:02.395Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-16T07:23:02.395Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-16T07:23:02.523Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-06-16T07:23:02.555Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-06-16T07:23:02.587Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-16T07:23:02.625Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-16T07:23:02.658Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-16T07:23:02.686Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-16T07:23:02.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-16T07:23:02.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-06-16T07:23:02.760Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-06-16T07:23:02.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-06-16T07:23:02.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-16T07:23:02.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-16T07:23:02.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-16T07:23:02.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-16T07:23:02.909Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-16T07:23:02.932Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-16T07:23:02.958Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-16T07:23:02.981Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-16T07:23:03.006Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-16T07:23:03.030Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-06-16T07:23:03.056Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-06-16T07:23:03.080Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-16T07:23:03.103Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3531 [Pipeline] echo [2021-06-16T07:23:03.128Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3531 [Pipeline] echo [2021-06-16T07:23:03.151Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3531 [Pipeline] echo [2021-06-16T07:23:03.175Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [Pipeline] echo [2021-06-16T07:23:03.198Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b1f38a9 [Pipeline] echo [2021-06-16T07:23:03.223Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-16T07:23:03.303Z] provisioning config files... [2021-06-16T07:23:03.317Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config292282560386248466tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-16T07:23:03.655Z] ---> docker-login.sh [2021-06-16T07:23:03.655Z] nexus3.edgexfoundry.org:10001 [2021-06-16T07:23:03.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T07:23:03.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T07:23:03.917Z] Configure a credential helper to remove this warning. See [2021-06-16T07:23:03.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T07:23:03.917Z] [2021-06-16T07:23:03.917Z] Login Succeeded [2021-06-16T07:23:03.917Z] nexus3.edgexfoundry.org:10002 [2021-06-16T07:23:04.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T07:23:04.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T07:23:04.184Z] Configure a credential helper to remove this warning. See [2021-06-16T07:23:04.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T07:23:04.184Z] [2021-06-16T07:23:04.184Z] Login Succeeded [2021-06-16T07:23:04.184Z] nexus3.edgexfoundry.org:10003 [2021-06-16T07:23:04.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T07:23:04.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T07:23:04.184Z] Configure a credential helper to remove this warning. See [2021-06-16T07:23:04.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T07:23:04.184Z] [2021-06-16T07:23:04.184Z] Login Succeeded [2021-06-16T07:23:04.184Z] nexus3.edgexfoundry.org:10004 [2021-06-16T07:23:04.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T07:23:04.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T07:23:04.447Z] Configure a credential helper to remove this warning. See [2021-06-16T07:23:04.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T07:23:04.447Z] [2021-06-16T07:23:04.447Z] Login Succeeded [2021-06-16T07:23:04.447Z] docker.io [2021-06-16T07:23:04.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T07:23:04.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T07:23:04.711Z] Configure a credential helper to remove this warning. See [2021-06-16T07:23:04.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T07:23:04.711Z] [2021-06-16T07:23:04.711Z] Login Succeeded [2021-06-16T07:23:04.711Z] ---> docker-login.sh ends [Pipeline] } [2021-06-16T07:23:04.720Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-16T07:23:05.068Z] ++ 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-06-16T07:23:05.068Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T07:23:05.068Z] ++ dirname cmd/core-command/Dockerfile [2021-06-16T07:23:05.068Z] ++ cut -d/ -f2 [2021-06-16T07:23:05.068Z] + echo core-command,cmd/core-command/Dockerfile [2021-06-16T07:23:05.068Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T07:23:05.068Z] ++ dirname cmd/core-data/Dockerfile [2021-06-16T07:23:05.068Z] ++ cut -d/ -f2 [2021-06-16T07:23:05.068Z] + echo core-data,cmd/core-data/Dockerfile [2021-06-16T07:23:05.068Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T07:23:05.068Z] ++ dirname cmd/core-metadata/Dockerfile [2021-06-16T07:23:05.068Z] ++ cut -d/ -f2 [2021-06-16T07:23:05.068Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-06-16T07:23:05.068Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T07:23:05.068Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-06-16T07:23:05.068Z] ++ cut -d/ -f2 [2021-06-16T07:23:05.068Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-06-16T07:23:05.068Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T07:23:05.068Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-06-16T07:23:05.068Z] ++ cut -d/ -f2 [2021-06-16T07:23:05.068Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-06-16T07:23:05.068Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T07:23:05.068Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-06-16T07:23:05.068Z] ++ cut -d/ -f2 [2021-06-16T07:23:05.068Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-06-16T07:23:05.068Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T07:23:05.068Z] ++ dirname cmd/support-notifications/Dockerfile [2021-06-16T07:23:05.068Z] ++ cut -d/ -f2 [2021-06-16T07:23:05.068Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-06-16T07:23:05.068Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T07:23:05.068Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-06-16T07:23:05.068Z] ++ cut -d/ -f2 [2021-06-16T07:23:05.068Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-06-16T07:23:05.068Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T07:23:05.068Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-06-16T07:23:05.068Z] ++ cut -d/ -f2 [2021-06-16T07:23:05.068Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-06-16T07:23:05.118Z] 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-06-16T07:23:07.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-16T07:23:07.974Z] [2021-06-16T07:23:07.974Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:23:08.299Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-16T07:23:08.299Z] latest: Pulling from edgex-devops/git-semver [2021-06-16T07:23:08.299Z] 31603596830f: Pulling fs layer [2021-06-16T07:23:08.299Z] 54011a49482f: Pulling fs layer [2021-06-16T07:23:08.299Z] a6820b24f6d8: Pulling fs layer [2021-06-16T07:23:08.299Z] f581987b2513: Pulling fs layer [2021-06-16T07:23:08.299Z] f581987b2513: Waiting [2021-06-16T07:23:08.299Z] 54011a49482f: Verifying Checksum [2021-06-16T07:23:08.299Z] 54011a49482f: Download complete [2021-06-16T07:23:08.299Z] 31603596830f: Verifying Checksum [2021-06-16T07:23:08.299Z] 31603596830f: Download complete [2021-06-16T07:23:08.567Z] a6820b24f6d8: Verifying Checksum [2021-06-16T07:23:08.567Z] a6820b24f6d8: Download complete [2021-06-16T07:23:08.567Z] f581987b2513: Verifying Checksum [2021-06-16T07:23:08.567Z] f581987b2513: Download complete [2021-06-16T07:23:08.567Z] 31603596830f: Pull complete [2021-06-16T07:23:08.843Z] 54011a49482f: Pull complete [2021-06-16T07:23:09.423Z] a6820b24f6d8: Pull complete [2021-06-16T07:23:09.685Z] f581987b2513: Pull complete [2021-06-16T07:23:09.685Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-16T07:23:09.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-16T07:23:09.685Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-16T07:23:09.786Z] prd-centos7-docker-4c-2g-1677 does not seem to be running inside a container [2021-06-16T07:23:09.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-06-16T07:23:10.960Z] $ docker top 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-16T07:23:11.097Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-16T07:23:11.097Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-16T07:23:11.241Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-16T07:23:11.244Z] $ docker exec 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd ssh-agent [2021-06-16T07:23:11.371Z] SSH_AUTH_SOCK=/tmp/ssh-NjIqF0D2tTFj/agent.14 [2021-06-16T07:23:11.371Z] SSH_AGENT_PID=21 [2021-06-16T07:23:11.380Z] Running ssh-add (command line suppressed) [2021-06-16T07:23:11.486Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_1323032163104305091.key (/w/workspace/edgex-go/23@tmp/private_key_1323032163104305091.key) [2021-06-16T07:23:11.503Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-16T07:23:11.810Z] + git tag --points-at HEAD [Pipeline] } [2021-06-16T07:23:11.829Z] $ docker exec --env ******** --env ******** 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd ssh-agent -k [2021-06-16T07:23:11.944Z] unset SSH_AUTH_SOCK; [2021-06-16T07:23:11.944Z] unset SSH_AGENT_PID; [2021-06-16T07:23:11.944Z] echo Agent pid 21 killed; [2021-06-16T07:23:11.958Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-16T07:23:12.003Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-16T07:23:12.004Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-16T07:23:12.119Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-16T07:23:12.123Z] $ docker exec 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd ssh-agent [2021-06-16T07:23:12.249Z] SSH_AUTH_SOCK=/tmp/ssh-YLY2vxARrfTw/agent.54 [2021-06-16T07:23:12.249Z] SSH_AGENT_PID=61 [2021-06-16T07:23:12.256Z] Running ssh-add (command line suppressed) [2021-06-16T07:23:12.365Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_6734171002009610794.key (/w/workspace/edgex-go/23@tmp/private_key_6734171002009610794.key) [2021-06-16T07:23:12.383Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-16T07:23:12.711Z] + git semver init [2021-06-16T07:23:12.711Z] # -> Open(): unable to determine branch for HEAD [2021-06-16T07:23:12.711Z] # $GIT_DIR = /w/workspace/edgex-go/23/.git [2021-06-16T07:23:12.711Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/23 [2021-06-16T07:23:12.711Z] # $SEMVER_REMOTE_NAME = origin [2021-06-16T07:23:12.711Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-16T07:23:12.711Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-16T07:23:12.711Z] # $SEMVER_BRANCH = PR-3531 [2021-06-16T07:23:12.711Z] # $SEMVER_TEMP = /tmp/semver-293541443 [2021-06-16T07:23:12.711Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-06-16T07:23:34.733Z] # '/tmp/semver-293541443' -> '/w/workspace/edgex-go/23/.semver' [2021-06-16T07:23:34.733Z] # -> Force: false [2021-06-16T07:23:34.733Z] # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } [2021-06-16T07:23:34.745Z] $ docker exec --env ******** --env ******** 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd ssh-agent -k [2021-06-16T07:23:34.869Z] unset SSH_AUTH_SOCK; [2021-06-16T07:23:34.869Z] unset SSH_AGENT_PID; [2021-06-16T07:23:34.869Z] echo Agent pid 61 killed; [2021-06-16T07:23:34.883Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-16T07:23:35.235Z] + git semver [Pipeline] } [2021-06-16T07:23:35.254Z] $ docker stop --time=1 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd [2021-06-16T07:23:37.805Z] $ docker rm -f 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-16T07:23:38.196Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-16T07:23:38.520Z] Stashed 1 file(s) [Pipeline] echo [2021-06-16T07:23:38.524Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-16T07:23:39.160Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-16T07:23:39.473Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-16T07:23:39.780Z] + sudo service docker restart [2021-06-16T07:23:39.780Z] + true [2021-06-16T07:23:39.780Z] Redirecting to /bin/systemctl restart docker.service [2021-06-16T07:23:53.795Z] Still waiting to schedule task [2021-06-16T07:23:53.796Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [Pipeline] echo [2021-06-16T07:23:57.956Z] ========================================================= [2021-06-16T07:23:57.956Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-16T07:23:57.956Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:23:58.276Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-06-16T07:23:59.671Z] Sending build context to Docker daemon 329.4MB [2021-06-16T07:23:59.671Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-16T07:23:59.671Z] Step 2/6 : FROM ${BASE} [2021-06-16T07:23:59.935Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-16T07:23:59.935Z] 540db60ca938: Pulling fs layer [2021-06-16T07:23:59.935Z] adcc1eea9eea: Pulling fs layer [2021-06-16T07:23:59.935Z] 4c4ab2625f07: Pulling fs layer [2021-06-16T07:23:59.935Z] 0510c868ecb4: Pulling fs layer [2021-06-16T07:23:59.935Z] afea3b2eda06: Pulling fs layer [2021-06-16T07:23:59.935Z] 7809a108b3ef: Pulling fs layer [2021-06-16T07:23:59.935Z] f706445af74f: Pulling fs layer [2021-06-16T07:23:59.935Z] 0510c868ecb4: Waiting [2021-06-16T07:23:59.935Z] afea3b2eda06: Waiting [2021-06-16T07:23:59.935Z] 7809a108b3ef: Waiting [2021-06-16T07:23:59.935Z] f706445af74f: Waiting [2021-06-16T07:23:59.935Z] 4c4ab2625f07: Verifying Checksum [2021-06-16T07:23:59.935Z] 4c4ab2625f07: Download complete [2021-06-16T07:23:59.935Z] adcc1eea9eea: Verifying Checksum [2021-06-16T07:23:59.935Z] adcc1eea9eea: Download complete [2021-06-16T07:23:59.935Z] afea3b2eda06: Verifying Checksum [2021-06-16T07:23:59.935Z] afea3b2eda06: Download complete [2021-06-16T07:23:59.935Z] 7809a108b3ef: Verifying Checksum [2021-06-16T07:23:59.935Z] 7809a108b3ef: Download complete [2021-06-16T07:23:59.935Z] 540db60ca938: Verifying Checksum [2021-06-16T07:23:59.935Z] 540db60ca938: Download complete [2021-06-16T07:24:00.200Z] 540db60ca938: Pull complete [2021-06-16T07:24:00.466Z] adcc1eea9eea: Pull complete [2021-06-16T07:24:00.466Z] 4c4ab2625f07: Pull complete [2021-06-16T07:24:01.418Z] f706445af74f: Verifying Checksum [2021-06-16T07:24:01.418Z] f706445af74f: Download complete [2021-06-16T07:24:01.996Z] 0510c868ecb4: Download complete [2021-06-16T07:24:06.259Z] 0510c868ecb4: Pull complete [2021-06-16T07:24:06.259Z] afea3b2eda06: Pull complete [2021-06-16T07:24:06.259Z] 7809a108b3ef: Pull complete [2021-06-16T07:24:09.054Z] f706445af74f: Pull complete [2021-06-16T07:24:09.055Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-16T07:24:09.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-16T07:24:09.055Z] ---> b068be0155e3 [2021-06-16T07:24:09.055Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-06-16T07:24:10.070Z] ---> Running in c6e6a798c8d7 [2021-06-16T07:24:10.334Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:24:11.281Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:24:12.227Z] (1/12) Installing libmagic (5.39-r0) [2021-06-16T07:24:12.804Z] (2/12) Installing file (5.39-r0) [2021-06-16T07:24:12.804Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-16T07:24:12.804Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-16T07:24:17.030Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-16T07:24:17.030Z] (6/12) Installing patch (2.7.6-r6) [2021-06-16T07:24:17.030Z] (7/12) Installing build-base (0.5-r2) [2021-06-16T07:24:17.030Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-16T07:24:17.030Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-16T07:24:17.030Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-16T07:24:17.030Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-16T07:24:17.030Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-16T07:24:17.030Z] Executing busybox-1.32.1-r6.trigger [2021-06-16T07:24:17.030Z] OK: 219 MiB in 52 packages [2021-06-16T07:24:18.964Z] Removing intermediate container c6e6a798c8d7 [2021-06-16T07:24:18.964Z] ---> f805c1b3504b [2021-06-16T07:24:18.964Z] Step 4/6 : WORKDIR /edgex-go [2021-06-16T07:24:18.964Z] ---> Running in 173e83d9ccc9 [2021-06-16T07:24:19.225Z] Removing intermediate container 173e83d9ccc9 [2021-06-16T07:24:19.225Z] ---> bd443287e1b7 [2021-06-16T07:24:19.225Z] Step 5/6 : COPY go.mod . [2021-06-16T07:24:19.225Z] ---> f13a64ff64e0 [2021-06-16T07:24:19.225Z] Step 6/6 : RUN go mod download [2021-06-16T07:24:19.225Z] ---> Running in 3d28e9181dae [2021-06-16T07:24:31.502Z] Removing intermediate container 3d28e9181dae [2021-06-16T07:24:31.502Z] ---> c2ebe7cb93be [2021-06-16T07:24:31.502Z] Successfully built c2ebe7cb93be [2021-06-16T07:24:31.502Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:24:31.817Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-16T07:24:31.817Z] . [Pipeline] withDockerContainer [2021-06-16T07:24:31.903Z] prd-centos7-docker-4c-2g-1677 does not seem to be running inside a container [2021-06-16T07:24:31.947Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-06-16T07:24:32.379Z] $ docker top 53952cd9d3f1e97c4a031349d2552e6e304e723886926bc2802a6ff679f81727 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T07:24:32.778Z] + go version [2021-06-16T07:24:32.779Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-16T07:24:32.790Z] $ docker stop --time=1 53952cd9d3f1e97c4a031349d2552e6e304e723886926bc2802a6ff679f81727 [2021-06-16T07:24:33.990Z] $ docker rm -f 53952cd9d3f1e97c4a031349d2552e6e304e723886926bc2802a6ff679f81727 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:24:34.633Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-16T07:24:34.633Z] . [Pipeline] withDockerContainer [2021-06-16T07:24:34.728Z] prd-centos7-docker-4c-2g-1677 does not seem to be running inside a container [2021-06-16T07:24:34.772Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-06-16T07:24:35.167Z] $ docker top 774a0cabd2204d0d0199e4cd49acdf60d9ec4af075a0e7b3bcb48dece591c559 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-16T07:24:35.281Z] ========================================================= [2021-06-16T07:24:35.281Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-16T07:24:35.281Z] ========================================================= [Pipeline] sh [2021-06-16T07:24:35.629Z] + go mod tidy [Pipeline] sh [2021-06-16T07:24:36.201Z] + make test [2021-06-16T07:24:36.201Z] go mod tidy [2021-06-16T07:24:36.466Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-16T07:24:43.151Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-16T07:25:00.413Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-16T07:25:05.836Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-16T07:25:06.797Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-16T07:25:06.797Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-16T07:25:09.372Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-16T07:25:10.336Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-16T07:25:10.336Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-16T07:25:10.336Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-16T07:25:10.916Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-16T07:25:11.178Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-16T07:25:11.442Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-16T07:25:11.442Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-16T07:25:11.442Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-16T07:25:11.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-16T07:25:14.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.051s coverage: 28.7% of statements [2021-06-16T07:25:14.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-16T07:25:14.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-16T07:25:15.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.074s coverage: 100.0% of statements [2021-06-16T07:25:15.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-16T07:25:15.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.082s coverage: 53.4% of statements [2021-06-16T07:25:15.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-16T07:25:15.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-16T07:25:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.084s coverage: 87.7% of statements [2021-06-16T07:25:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-16T07:25:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-16T07:25:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.050s coverage: 78.9% of statements [2021-06-16T07:25:17.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.051s coverage: 81.2% of statements [2021-06-16T07:25:17.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-16T07:25:17.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-16T07:25:17.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-16T07:25:17.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-16T07:25:17.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-16T07:25:18.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.237s coverage: 95.1% of statements [2021-06-16T07:25:18.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-16T07:25:18.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-16T07:25:18.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-16T07:25:18.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-16T07:25:18.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-16T07:25:18.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-16T07:25:18.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-16T07:25:18.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-16T07:25:18.461Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 60.0% of statements [2021-06-16T07:25:18.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-16T07:25:18.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-16T07:25:18.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-16T07:25:19.933Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.055s coverage: 0.8% of statements [2021-06-16T07:25:19.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-16T07:25:19.934Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-06-16T07:25:19.934Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.049s coverage: 22.0% of statements [2021-06-16T07:25:19.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-16T07:25:19.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 47.1% of statements [2021-06-16T07:25:20.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements [2021-06-16T07:25:20.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-06-16T07:25:20.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2021-06-16T07:25:20.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements [2021-06-16T07:25:33.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements [2021-06-16T07:25:33.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-06-16T07:25:38.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.207s coverage: 81.8% of statements [2021-06-16T07:25:38.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 76.0% of statements [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.2% of statements [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.154s coverage: 64.4% of statements [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-16T07:25:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-06-16T07:25:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-06-16T07:25:57.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.170s coverage: 66.9% of statements [2021-06-16T07:25:57.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-16T07:25:57.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-16T07:25:57.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-16T07:25:57.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 43.6% of statements [2021-06-16T07:25:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-16T07:25:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-16T07:25:58.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements [2021-06-16T07:25:58.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-16T07:25:58.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements [2021-06-16T07:25:58.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-16T07:26:05.351Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 19.3% of statements [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-16T07:26:05.351Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.140s coverage: 91.9% of statements [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-16T07:26:05.351Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 62.7% of statements [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-16T07:26:05.351Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.6% of statements [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-16T07:26:05.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-16T07:26:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-16T07:26:05.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements [2021-06-16T07:26:05.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 95.4% of statements [2021-06-16T07:26:05.351Z] GO111MODULE=on go vet ./... [2021-06-16T07:26:34.411Z] gofmt -l . [2021-06-16T07:26:34.411Z] [ "`gofmt -l .`" = "" ] [2021-06-16T07:26:34.411Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-16T07:26:34.718Z] + ls -al . [2021-06-16T07:26:34.718Z] total 516 [2021-06-16T07:26:34.718Z] drwxrwxr-x 10 1001 1001 4096 Jun 16 07:26 . [2021-06-16T07:26:34.718Z] drwxr-xr-x 4 root root 30 Jun 16 07:24 .. [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 11 Jun 16 07:22 .dockerignore [2021-06-16T07:26:34.718Z] drwxrwxr-x 8 1001 1001 179 Jun 16 07:22 .git [2021-06-16T07:26:34.718Z] drwxrwxr-x 3 1001 1001 125 Jun 16 07:22 .github [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 818 Jun 16 07:22 .gitignore [2021-06-16T07:26:34.718Z] drwx------ 3 1001 1001 60 Jun 16 07:23 .semver [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 166 Jun 16 07:22 .sonarcloud.properties [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 8609 Jun 16 07:22 Attribution.txt [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 3804 Jun 16 07:22 CONTRIBUTING.md [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 931 Jun 16 07:22 Dockerfile.build [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 849 Jun 16 07:22 Jenkinsfile [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 10775 Jun 16 07:22 LICENSE [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 5605 Jun 16 07:22 Makefile [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 7905 Jun 16 07:22 README.md [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 7071 Jun 16 07:22 SECURITY.md [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 5 Jun 16 07:23 VERSION [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 4131 Jun 16 07:22 ZMQWindows.md [2021-06-16T07:26:34.718Z] drwxrwxr-x 2 1001 1001 37 Jun 16 07:22 bin [2021-06-16T07:26:34.718Z] drwxrwxr-x 14 1001 1001 4096 Jun 16 07:22 cmd [2021-06-16T07:26:34.718Z] -rw-r--r-- 1 root root 398195 Jun 16 07:26 coverage.out [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 841 Jun 16 07:22 go.mod [2021-06-16T07:26:34.718Z] -rw-r--r-- 1 root root 20934 Jun 16 07:24 go.sum [2021-06-16T07:26:34.718Z] drwxrwxr-x 7 1001 1001 114 Jun 16 07:22 internal [2021-06-16T07:26:34.718Z] drwxrwxr-x 3 1001 1001 16 Jun 16 07:22 openapi [2021-06-16T07:26:34.718Z] drwxrwxr-x 4 1001 1001 71 Jun 16 07:22 snap [2021-06-16T07:26:34.718Z] -rw-rw-r-- 1 1001 1001 168 Jun 16 07:22 version.go [Pipeline] sh [2021-06-16T07:26:35.025Z] + '[' -e coverage.out ] [2021-06-16T07:26:35.025Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-16T07:26:35.142Z] Stashed 1 file(s) [Pipeline] sh [2021-06-16T07:26:35.444Z] + make build [2021-06-16T07:26:35.444Z] go mod tidy [2021-06-16T07:26:35.706Z] 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-06-16T07:26:37.115Z] 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-06-16T07:26:45.344Z] 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-06-16T07:26:45.344Z] 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-06-16T07:26:46.759Z] 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-06-16T07:26:47.026Z] 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-06-16T07:26:47.988Z] 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-06-16T07:26:48.947Z] 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-06-16T07:26:49.896Z] 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-06-16T07:26:51.293Z] 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-06-16T07:26:51.871Z] 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-06-16T07:26:52.842Z] 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-06-16T07:26:54.801Z] $ docker stop --time=1 774a0cabd2204d0d0199e4cd49acdf60d9ec4af075a0e7b3bcb48dece591c559 [2021-06-16T07:26:56.826Z] $ docker rm -f 774a0cabd2204d0d0199e4cd49acdf60d9ec4af075a0e7b3bcb48dece591c559 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:27:00.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-16T07:27:00.364Z] [2021-06-16T07:27:00.364Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:27:00.685Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-16T07:27:00.685Z] latest: Pulling from edgex-devops/edgex-compose [2021-06-16T07:27:00.685Z] cbdbe7a5bc2a: Pulling fs layer [2021-06-16T07:27:00.685Z] ca9280d653b3: Pulling fs layer [2021-06-16T07:27:00.685Z] 7e9c9ca2126c: Pulling fs layer [2021-06-16T07:27:00.948Z] cbdbe7a5bc2a: Verifying Checksum [2021-06-16T07:27:00.948Z] cbdbe7a5bc2a: Download complete [2021-06-16T07:27:00.948Z] cbdbe7a5bc2a: Pull complete [2021-06-16T07:27:01.211Z] ca9280d653b3: Verifying Checksum [2021-06-16T07:27:01.211Z] ca9280d653b3: Download complete [2021-06-16T07:27:02.172Z] ca9280d653b3: Pull complete [2021-06-16T07:27:02.172Z] 7e9c9ca2126c: Verifying Checksum [2021-06-16T07:27:02.172Z] 7e9c9ca2126c: Download complete [2021-06-16T07:27:05.507Z] 7e9c9ca2126c: Pull complete [2021-06-16T07:27:05.507Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-06-16T07:27:05.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-16T07:27:05.507Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-06-16T07:27:05.596Z] prd-centos7-docker-4c-2g-1677 does not seem to be running inside a container [2021-06-16T07:27:05.644Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-06-16T07:27:07.346Z] $ docker top 586a915b536a6523c71b16a4525bfb84ef99953d6ed830df583d666f8d979005 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T07:27:07.743Z] + docker-compose build --help [2021-06-16T07:27:07.743Z] + grep parallel [2021-06-16T07:27:08.315Z] --parallel Build images in parallel. [Pipeline] } [2021-06-16T07:27:08.326Z] $ docker stop --time=1 586a915b536a6523c71b16a4525bfb84ef99953d6ed830df583d666f8d979005 [2021-06-16T07:27:09.541Z] $ docker rm -f 586a915b536a6523c71b16a4525bfb84ef99953d6ed830df583d666f8d979005 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:27:09.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-16T07:27:09.994Z] . [Pipeline] withDockerContainer [2021-06-16T07:27:10.082Z] prd-centos7-docker-4c-2g-1677 does not seem to be running inside a container [2021-06-16T07:27:10.120Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-06-16T07:27:10.543Z] $ docker top 506a77515da70e615eafdb1a0c0574be4b368164ce90b6d1f86937053575779a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T07:27:10.927Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-16T07:27:11.506Z] Building core-command ... [2021-06-16T07:27:11.506Z] Building core-data ... [2021-06-16T07:27:11.506Z] Building core-metadata ... [2021-06-16T07:27:11.506Z] Building security-bootstrapper ... [2021-06-16T07:27:11.506Z] Building security-proxy-setup ... [2021-06-16T07:27:11.506Z] Building security-secretstore-setup ... [2021-06-16T07:27:11.506Z] Building support-notifications ... [2021-06-16T07:27:11.506Z] Building support-scheduler ... [2021-06-16T07:27:11.506Z] Building sys-mgmt-agent ... [2021-06-16T07:27:11.506Z] Building support-notifications [2021-06-16T07:27:11.506Z] Building security-secretstore-setup [2021-06-16T07:27:11.506Z] Building security-proxy-setup [2021-06-16T07:27:11.506Z] Building security-bootstrapper [2021-06-16T07:27:11.506Z] Building sys-mgmt-agent [2021-06-16T07:27:19.005Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1679 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws [2021-06-16T07:27:19.025Z] Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout [2021-06-16T07:27:19.248Z] The recommended git tool is: git [2021-06-16T07:27:26.126Z] using credential edgex-jenkins-ssh [2021-06-16T07:27:26.142Z] Cloning the remote Git repository [2021-06-16T07:27:26.253Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-16T07:27:26.424Z] > git init /w/workspace/edgex-go/23 # timeout=10 [2021-06-16T07:27:26.747Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:27:26.747Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:27:26.747Z] ---> c2ebe7cb93be [2021-06-16T07:27:26.747Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T07:27:26.747Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:27:26.747Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:27:26.747Z] ---> c2ebe7cb93be [2021-06-16T07:27:26.747Z] Step 3/23 : WORKDIR /edgex-go [2021-06-16T07:27:26.747Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:27:26.747Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:27:26.747Z] ---> c2ebe7cb93be [2021-06-16T07:27:26.747Z] Step 3/32 : WORKDIR /edgex-go [2021-06-16T07:27:26.495Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-16T07:27:26.496Z] > git --version # timeout=10 [2021-06-16T07:27:26.516Z] > git --version # 'git version 2.17.1' [2021-06-16T07:27:26.518Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T07:27:26.599Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-16T07:27:32.050Z] ---> Running in e26642afc188 [2021-06-16T07:27:32.050Z] ---> Running in 698f6861cf79 [2021-06-16T07:27:32.050Z] ---> Running in 8c1ea34da8b4 [2021-06-16T07:27:33.449Z] Removing intermediate container 698f6861cf79 [2021-06-16T07:27:33.449Z] ---> b8cb8949f22d [2021-06-16T07:27:33.449Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:27:33.449Z] Removing intermediate container e26642afc188 [2021-06-16T07:27:33.449Z] ---> 12d9e864d8a5 [2021-06-16T07:27:33.449Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:27:33.449Z] Removing intermediate container 8c1ea34da8b4 [2021-06-16T07:27:33.449Z] ---> 51a780644189 [2021-06-16T07:27:33.449Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:27:33.449Z] ---> Running in 57598e003e5d [2021-06-16T07:27:33.449Z] ---> Running in 032899c082bc [2021-06-16T07:27:33.449Z] ---> Running in c3b73aaf0b75 [2021-06-16T07:27:34.392Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:27:34.393Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:27:34.393Z] ---> c2ebe7cb93be [2021-06-16T07:27:34.393Z] Step 3/22 : WORKDIR /edgex-go [2021-06-16T07:27:34.393Z] ---> Using cache [2021-06-16T07:27:34.393Z] ---> 51a780644189 [2021-06-16T07:27:34.393Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:27:35.334Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:27:35.334Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:27:35.334Z] ---> c2ebe7cb93be [2021-06-16T07:27:35.334Z] Step 3/26 : WORKDIR /edgex-go [2021-06-16T07:27:35.334Z] ---> Using cache [2021-06-16T07:27:35.334Z] ---> 51a780644189 [2021-06-16T07:27:35.334Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:27:35.916Z] ---> Running in aec9879e5d6f [2021-06-16T07:27:35.916Z] ---> Running in 438e418df1e0 [2021-06-16T07:27:37.310Z] Removing intermediate container 57598e003e5d [2021-06-16T07:27:37.310Z] ---> 890b89f0d759 [2021-06-16T07:27:37.310Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-16T07:27:37.310Z] ---> Running in e66a53d7de50 [2021-06-16T07:27:37.586Z] Removing intermediate container 032899c082bc [2021-06-16T07:27:37.586Z] ---> 6c65725aad47 [2021-06-16T07:27:37.586Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-16T07:27:37.586Z] Removing intermediate container c3b73aaf0b75 [2021-06-16T07:27:37.586Z] ---> cce6e0f4833d [2021-06-16T07:27:37.586Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-16T07:27:37.586Z] Removing intermediate container aec9879e5d6f [2021-06-16T07:27:37.586Z] ---> f8480ad0dd10 [2021-06-16T07:27:37.586Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-16T07:27:37.586Z] ---> Running in cb03c4a64c54 [2021-06-16T07:27:37.586Z] Removing intermediate container 438e418df1e0 [2021-06-16T07:27:37.586Z] ---> f2d0c5c083e5 [2021-06-16T07:27:37.586Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-16T07:27:37.586Z] ---> Running in bede44cc9a95 [2021-06-16T07:27:37.586Z] ---> Running in dc4f20ca7e59 [2021-06-16T07:27:37.586Z] ---> Running in 3490fc6cd3b5 [2021-06-16T07:27:37.858Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:27:38.127Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:27:38.127Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:27:38.411Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:27:38.411Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:27:38.677Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:27:38.946Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:27:39.210Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:27:39.210Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:27:39.210Z] OK: 219 MiB in 52 packages [2021-06-16T07:27:39.478Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:27:39.478Z] Removing intermediate container e66a53d7de50 [2021-06-16T07:27:39.478Z] ---> 24dab88a20f9 [2021-06-16T07:27:39.478Z] Step 6/23 : COPY go.mod . [2021-06-16T07:27:39.478Z] OK: 219 MiB in 52 packages [2021-06-16T07:27:39.478Z] OK: 219 MiB in 52 packages [2021-06-16T07:27:39.741Z] OK: 219 MiB in 52 packages [2021-06-16T07:27:39.741Z] ---> e6e0a6f2b508 [2021-06-16T07:27:39.741Z] Step 7/23 : RUN go mod download [2021-06-16T07:27:39.741Z] ---> Running in fa4f0f2a28fa [2021-06-16T07:27:40.007Z] Removing intermediate container cb03c4a64c54 [2021-06-16T07:27:40.007Z] ---> 75411664d656 [2021-06-16T07:27:40.007Z] Step 6/32 : COPY go.mod . [2021-06-16T07:27:40.007Z] Removing intermediate container bede44cc9a95 [2021-06-16T07:27:40.007Z] ---> b703fb04a9ac [2021-06-16T07:27:40.007Z] Step 6/22 : COPY go.mod . [2021-06-16T07:27:40.289Z] ---> 9255319469de [2021-06-16T07:27:40.289Z] Step 7/32 : RUN go mod download [2021-06-16T07:27:40.289Z] ---> Running in 677221b6c49c [2021-06-16T07:27:40.289Z] Removing intermediate container dc4f20ca7e59 [2021-06-16T07:27:40.289Z] ---> 5d59f59ed4ad [2021-06-16T07:27:40.289Z] Step 6/24 : COPY go.mod . [2021-06-16T07:27:40.289Z] ---> 38638d1d2542 [2021-06-16T07:27:40.289Z] Step 7/22 : RUN go mod download [2021-06-16T07:27:40.563Z] OK: 219 MiB in 52 packages [2021-06-16T07:27:40.563Z] ---> Running in bb67ac55dc21 [2021-06-16T07:27:40.563Z] ---> cf932b6ad602 [2021-06-16T07:27:40.563Z] Step 7/24 : RUN go mod download [2021-06-16T07:27:40.563Z] ---> Running in dd19ea67138c [2021-06-16T07:27:41.149Z] Removing intermediate container 3490fc6cd3b5 [2021-06-16T07:27:41.149Z] ---> 162ac0aa80aa [2021-06-16T07:27:41.149Z] Step 6/26 : COPY go.mod . [2021-06-16T07:27:41.149Z] Removing intermediate container fa4f0f2a28fa [2021-06-16T07:27:41.149Z] ---> b0c5927494b8 [2021-06-16T07:27:41.149Z] Step 8/23 : COPY . . [2021-06-16T07:27:41.416Z] Removing intermediate container 677221b6c49c [2021-06-16T07:27:41.416Z] ---> c800e686d2b8 [2021-06-16T07:27:41.416Z] Step 8/32 : COPY . . [2021-06-16T07:27:41.416Z] ---> 29576a06656c [2021-06-16T07:27:41.416Z] Step 7/26 : RUN go mod download [2021-06-16T07:27:42.112Z] Merging remotes/origin/master commit 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 into PR head commit b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:27:42.381Z] ---> Running in b0a8a756f301 [2021-06-16T07:27:42.412Z] Merge succeeded, producing b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:27:42.412Z] Checking out Revision b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 (PR-3531) [2021-06-16T07:27:41.334Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-16T07:27:41.350Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-16T07:27:41.378Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-16T07:27:41.407Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-16T07:27:41.407Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T07:27:41.418Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3531/head:refs/remotes/origin/PR-3531 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-16T07:27:42.121Z] > git config core.sparsecheckout # timeout=10 [2021-06-16T07:27:42.132Z] > git checkout -f b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 # timeout=10 [2021-06-16T07:27:42.324Z] > git remote # timeout=10 [2021-06-16T07:27:42.347Z] > git config --get remote.origin.url # timeout=10 [2021-06-16T07:27:42.359Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T07:27:42.371Z] > git merge 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 # timeout=10 [2021-06-16T07:27:42.392Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-16T07:27:42.411Z] > git config core.sparsecheckout # timeout=10 [2021-06-16T07:27:42.423Z] > git checkout -f b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 # timeout=10 [2021-06-16T07:27:46.687Z] Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-16T07:27:47.698Z] Removing intermediate container bb67ac55dc21 [2021-06-16T07:27:47.698Z] ---> 29f1d770b26f [2021-06-16T07:27:47.698Z] Step 8/22 : COPY . . [2021-06-16T07:27:47.698Z] Removing intermediate container dd19ea67138c [2021-06-16T07:27:47.698Z] ---> a0eb751eb07a [2021-06-16T07:27:47.698Z] Step 8/24 : COPY . . [2021-06-16T07:27:47.698Z] ---> 0b7d9262425e [2021-06-16T07:27:47.698Z] Step 9/32 : RUN go mod tidy [2021-06-16T07:27:47.698Z] ---> Running in 9fbe58e4b501 [2021-06-16T07:27:47.698Z] ---> 0b2c727f6cb4 [2021-06-16T07:27:47.698Z] Step 9/23 : RUN go mod tidy [2021-06-16T07:27:48.049Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-16T07:27:48.463Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-16T07:27:48.803Z] + true [2021-06-16T07:27:48.803Z] + sudo service docker restart [2021-06-16T07:27:54.307Z] ---> Running in 600ac96fc509 [2021-06-16T07:27:56.883Z] Removing intermediate container b0a8a756f301 [2021-06-16T07:27:56.883Z] ---> 43b094e39703 [2021-06-16T07:27:56.883Z] Step 8/26 : COPY . . [2021-06-16T07:27:56.883Z] Removing intermediate container 9fbe58e4b501 [2021-06-16T07:27:56.883Z] ---> 349b4ec7bbd2 [2021-06-16T07:27:56.883Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-16T07:27:56.883Z] ---> Running in 21364dc62ce3 [2021-06-16T07:27:56.883Z] ---> 070647e5a540 [2021-06-16T07:27:56.883Z] Step 9/24 : RUN go mod tidy [2021-06-16T07:27:56.883Z] ---> f29f5694a0bf [2021-06-16T07:27:56.883Z] Step 9/22 : RUN go mod tidy [2021-06-16T07:27:57.146Z] ---> Running in f3612bebbcb1 [2021-06-16T07:27:57.146Z] ---> Running in 685fc4437ba1 [2021-06-16T07:27:57.724Z] 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-06-16T07:27:59.120Z] Removing intermediate container 600ac96fc509 [2021-06-16T07:27:59.120Z] ---> 068b23bf008a [2021-06-16T07:27:59.120Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-16T07:27:59.391Z] ---> Running in 6240bc98e88d [2021-06-16T07:28:01.336Z] 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-06-16T07:28:02.769Z] Removing intermediate container f3612bebbcb1 [2021-06-16T07:28:02.769Z] ---> 081ca5cd2390 [2021-06-16T07:28:02.769Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-16T07:28:02.769Z] Removing intermediate container 685fc4437ba1 [2021-06-16T07:28:02.769Z] ---> b9360cb5b68b [2021-06-16T07:28:02.769Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-16T07:28:02.769Z] ---> Running in a3241c8a9d10 [2021-06-16T07:28:02.769Z] ---> Running in e8dcd53e81f7 [2021-06-16T07:28:03.717Z] 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-06-16T07:28:03.981Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-16T07:28:07.151Z] provisioning config files... [2021-06-16T07:28:07.175Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config1757895475272871230tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-16T07:28:07.548Z] ---> docker-login.sh [2021-06-16T07:28:07.549Z] nexus3.edgexfoundry.org:10001 [2021-06-16T07:28:08.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T07:28:08.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T07:28:08.802Z] Configure a credential helper to remove this warning. See [2021-06-16T07:28:08.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T07:28:08.802Z] [2021-06-16T07:28:08.802Z] Login Succeeded [2021-06-16T07:28:08.802Z] nexus3.edgexfoundry.org:10002 [2021-06-16T07:28:09.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T07:28:09.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T07:28:09.382Z] Configure a credential helper to remove this warning. See [2021-06-16T07:28:09.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T07:28:09.382Z] [2021-06-16T07:28:09.382Z] Login Succeeded [2021-06-16T07:28:09.383Z] nexus3.edgexfoundry.org:10003 [2021-06-16T07:28:09.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T07:28:09.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T07:28:09.933Z] Configure a credential helper to remove this warning. See [2021-06-16T07:28:09.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T07:28:09.933Z] [2021-06-16T07:28:09.933Z] Login Succeeded [2021-06-16T07:28:09.933Z] nexus3.edgexfoundry.org:10004 [2021-06-16T07:28:10.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T07:28:10.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T07:28:10.496Z] Configure a credential helper to remove this warning. See [2021-06-16T07:28:10.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T07:28:10.496Z] [2021-06-16T07:28:10.496Z] Login Succeeded [2021-06-16T07:28:10.496Z] docker.io [2021-06-16T07:28:10.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T07:28:11.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T07:28:11.049Z] Configure a credential helper to remove this warning. See [2021-06-16T07:28:11.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T07:28:11.049Z] [2021-06-16T07:28:11.049Z] Login Succeeded [2021-06-16T07:28:11.049Z] ---> docker-login.sh ends [Pipeline] } [2021-06-16T07:28:11.070Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-16T07:28:11.399Z] ========================================================= [2021-06-16T07:28:11.399Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-16T07:28:11.399Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:28:11.768Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-06-16T07:28:14.399Z] Sending build context to Docker daemon 166.3MB [2021-06-16T07:28:14.399Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-16T07:28:14.399Z] Step 2/6 : FROM ${BASE} [2021-06-16T07:28:14.399Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-16T07:28:14.399Z] 595b0fe564bb: Pulling fs layer [2021-06-16T07:28:14.399Z] 3088b5b3c5c0: Pulling fs layer [2021-06-16T07:28:14.399Z] 5b7225fbf94c: Pulling fs layer [2021-06-16T07:28:14.399Z] ba82ee9f976e: Pulling fs layer [2021-06-16T07:28:14.399Z] 506bd15cee9f: Pulling fs layer [2021-06-16T07:28:14.399Z] 75a0a4a0db45: Pulling fs layer [2021-06-16T07:28:14.399Z] 618dc40b7e24: Pulling fs layer [2021-06-16T07:28:14.399Z] 506bd15cee9f: Waiting [2021-06-16T07:28:14.399Z] ba82ee9f976e: Waiting [2021-06-16T07:28:14.399Z] 75a0a4a0db45: Waiting [2021-06-16T07:28:14.399Z] 618dc40b7e24: Waiting [2021-06-16T07:28:14.399Z] 5b7225fbf94c: Verifying Checksum [2021-06-16T07:28:14.399Z] 5b7225fbf94c: Download complete [2021-06-16T07:28:14.399Z] 3088b5b3c5c0: Download complete [2021-06-16T07:28:14.399Z] 506bd15cee9f: Verifying Checksum [2021-06-16T07:28:14.399Z] 506bd15cee9f: Download complete [2021-06-16T07:28:14.399Z] 75a0a4a0db45: Verifying Checksum [2021-06-16T07:28:14.399Z] 75a0a4a0db45: Download complete [2021-06-16T07:28:14.399Z] 595b0fe564bb: Verifying Checksum [2021-06-16T07:28:14.399Z] 595b0fe564bb: Download complete [2021-06-16T07:28:15.023Z] 595b0fe564bb: Pull complete [2021-06-16T07:28:15.623Z] 3088b5b3c5c0: Pull complete [2021-06-16T07:28:16.221Z] 5b7225fbf94c: Pull complete [2021-06-16T07:28:16.495Z] 618dc40b7e24: Verifying Checksum [2021-06-16T07:28:16.495Z] 618dc40b7e24: Download complete [2021-06-16T07:28:17.931Z] ba82ee9f976e: Verifying Checksum [2021-06-16T07:28:17.931Z] ba82ee9f976e: Download complete [2021-06-16T07:28:19.046Z] ---> e42ac1e7d3e4 [2021-06-16T07:28:19.046Z] Step 9/26 : RUN go mod tidy [2021-06-16T07:28:19.046Z] ---> Running in 1d8cdd0b19cb [2021-06-16T07:28:21.490Z] Removing intermediate container 1d8cdd0b19cb [2021-06-16T07:28:21.490Z] ---> 3091ec144836 [2021-06-16T07:28:21.490Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-16T07:28:21.490Z] ---> Running in ff6276f943f1 [2021-06-16T07:28:21.490Z] 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-06-16T07:28:27.817Z] ba82ee9f976e: Pull complete [2021-06-16T07:28:27.817Z] 506bd15cee9f: Pull complete [2021-06-16T07:28:28.091Z] 75a0a4a0db45: Pull complete [2021-06-16T07:28:32.406Z] 618dc40b7e24: Pull complete [2021-06-16T07:28:32.406Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-16T07:28:32.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-16T07:28:32.406Z] ---> a36622ca3599 [2021-06-16T07:28:32.406Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-06-16T07:28:33.820Z] Removing intermediate container 21364dc62ce3 [2021-06-16T07:28:33.820Z] ---> 1f628db866d9 [2021-06-16T07:28:33.820Z] [2021-06-16T07:28:33.820Z] Step 11/32 : FROM alpine:3.12 [2021-06-16T07:28:33.820Z] 3.12: Pulling from library/alpine [2021-06-16T07:28:33.820Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-16T07:28:33.820Z] Status: Downloaded newer image for alpine:3.12 [2021-06-16T07:28:33.820Z] ---> 13621d1b12d4 [2021-06-16T07:28:33.820Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-16T07:28:33.820Z] ---> Running in be528ba76797 [2021-06-16T07:28:33.820Z] Removing intermediate container be528ba76797 [2021-06-16T07:28:33.820Z] ---> 293a1bdabe39 [2021-06-16T07:28:33.820Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-16T07:28:33.820Z] ---> Running in d100d2dfa067 [2021-06-16T07:28:33.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:28:33.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:28:34.425Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-16T07:28:34.425Z] (2/2) Installing su-exec (0.2-r1) [2021-06-16T07:28:34.425Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T07:28:34.425Z] OK: 6 MiB in 16 packages [2021-06-16T07:28:34.689Z] Removing intermediate container d100d2dfa067 [2021-06-16T07:28:34.689Z] ---> 3ef83757e498 [2021-06-16T07:28:34.689Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-16T07:28:34.956Z] ---> Running in 598b40c0fc86 [2021-06-16T07:28:34.956Z] Removing intermediate container 598b40c0fc86 [2021-06-16T07:28:34.956Z] ---> 41ff9ab62838 [2021-06-16T07:28:34.956Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-16T07:28:34.956Z] ---> Running in 1c3f705d9755 [2021-06-16T07:28:35.050Z] ---> Running in 68b95d387691 [2021-06-16T07:28:35.281Z] Removing intermediate container 1c3f705d9755 [2021-06-16T07:28:35.281Z] ---> 5e8ffadff001 [2021-06-16T07:28:35.281Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-16T07:28:35.281Z] ---> Running in bb57da296eab [2021-06-16T07:28:36.043Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:28:36.246Z] Removing intermediate container bb57da296eab [2021-06-16T07:28:36.246Z] ---> d6441eac60fd [2021-06-16T07:28:36.246Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-16T07:28:36.246Z] ---> Running in 2a74ad522365 [2021-06-16T07:28:36.511Z] Removing intermediate container 2a74ad522365 [2021-06-16T07:28:36.512Z] ---> 9075b8d5e1e6 [2021-06-16T07:28:36.512Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-16T07:28:36.781Z] ---> 5f295564aaa8 [2021-06-16T07:28:36.781Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-16T07:28:36.781Z] ---> Running in 422c0edc36f0 [2021-06-16T07:28:37.020Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:28:38.212Z] Removing intermediate container 6240bc98e88d [2021-06-16T07:28:38.213Z] ---> 84e9a24fd737 [2021-06-16T07:28:38.213Z] [2021-06-16T07:28:38.213Z] Step 11/23 : FROM alpine:3.12 [2021-06-16T07:28:38.213Z] ---> 13621d1b12d4 [2021-06-16T07:28:38.213Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-16T07:28:38.213Z] ---> Running in ee8290a38c39 [2021-06-16T07:28:38.453Z] (1/12) Installing libmagic (5.39-r0) [2021-06-16T07:28:38.483Z] Removing intermediate container 422c0edc36f0 [2021-06-16T07:28:38.483Z] ---> 53d76392be5b [2021-06-16T07:28:38.483Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T07:28:38.724Z] (2/12) Installing file (5.39-r0) [2021-06-16T07:28:38.725Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-16T07:28:38.725Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-16T07:28:38.754Z] 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-06-16T07:28:38.755Z] ---> 0655d26d0980 [2021-06-16T07:28:38.755Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-16T07:28:39.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:28:39.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:28:39.288Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-16T07:28:39.288Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-16T07:28:39.288Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T07:28:39.288Z] Executing ca-certificates-20191127-r4.trigger [2021-06-16T07:28:39.288Z] OK: 6 MiB in 16 packages [2021-06-16T07:28:39.552Z] ---> 98ebafe506f7 [2021-06-16T07:28:39.552Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-16T07:28:40.132Z] ---> 88fe7e22bfd4 [2021-06-16T07:28:40.132Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-16T07:28:40.132Z] Removing intermediate container ee8290a38c39 [2021-06-16T07:28:40.132Z] ---> 86907cc84fba [2021-06-16T07:28:40.132Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T07:28:40.132Z] ---> Running in aac08172be6f [2021-06-16T07:28:40.399Z] ---> 216deb7495ac [2021-06-16T07:28:40.399Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-16T07:28:40.399Z] Removing intermediate container aac08172be6f [2021-06-16T07:28:40.399Z] ---> ffd7dae7a300 [2021-06-16T07:28:40.399Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-16T07:28:40.399Z] ---> Running in fa355af6387b [2021-06-16T07:28:40.664Z] ---> 8ac310ff4e38 [2021-06-16T07:28:40.664Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-16T07:28:40.664Z] ---> Running in 689d3e855e49 [2021-06-16T07:28:40.927Z] Removing intermediate container fa355af6387b [2021-06-16T07:28:40.927Z] ---> 9f4a44e1e22f [2021-06-16T07:28:40.927Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-16T07:28:40.927Z] ---> Running in ef1a3411e633 [2021-06-16T07:28:40.927Z] Removing intermediate container 689d3e855e49 [2021-06-16T07:28:40.927Z] ---> 164d5ad7e8fb [2021-06-16T07:28:40.927Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-16T07:28:41.191Z] Removing intermediate container ef1a3411e633 [2021-06-16T07:28:41.191Z] ---> 1645d70e15ef [2021-06-16T07:28:41.191Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T07:28:41.464Z] ---> 1dc508bcb2f0 [2021-06-16T07:28:41.464Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-16T07:28:41.751Z] ---> Running in 006ccb9997a4 [2021-06-16T07:28:41.751Z] ---> 926b3888c881 [2021-06-16T07:28:41.751Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-16T07:28:42.761Z] Removing intermediate container e8dcd53e81f7 [2021-06-16T07:28:42.761Z] ---> 47125c05865f [2021-06-16T07:28:42.761Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-16T07:28:43.340Z] ---> 96992203ccdf [2021-06-16T07:28:43.340Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-16T07:28:43.605Z] ---> Running in fab0c65ae8fa [2021-06-16T07:28:43.605Z] Removing intermediate container a3241c8a9d10 [2021-06-16T07:28:43.605Z] ---> 6da064c40660 [2021-06-16T07:28:43.868Z] [2021-06-16T07:28:43.868Z] Step 11/22 : FROM alpine:3.12 [2021-06-16T07:28:43.868Z] ---> 13621d1b12d4 [2021-06-16T07:28:43.868Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-16T07:28:43.868Z] ---> 20a05c463dc0 [2021-06-16T07:28:43.868Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-16T07:28:43.868Z] ---> Running in 37ada2150993 [2021-06-16T07:28:43.868Z] ---> Running in 63346f0edab2 [2021-06-16T07:28:43.868Z] Removing intermediate container 006ccb9997a4 [2021-06-16T07:28:43.868Z] ---> e9f8186e2699 [2021-06-16T07:28:43.868Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-16T07:28:44.108Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-16T07:28:44.108Z] (6/12) Installing patch (2.7.6-r6) [2021-06-16T07:28:44.108Z] (7/12) Installing build-base (0.5-r2) [2021-06-16T07:28:44.108Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-16T07:28:44.108Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-16T07:28:44.108Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-16T07:28:44.108Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-16T07:28:44.108Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-16T07:28:44.108Z] Executing busybox-1.32.1-r6.trigger [2021-06-16T07:28:44.108Z] OK: 218 MiB in 52 packages [2021-06-16T07:28:44.142Z] Removing intermediate container 63346f0edab2 [2021-06-16T07:28:44.142Z] ---> e81dd00d39fa [2021-06-16T07:28:44.142Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T07:28:44.142Z] ---> Running in f625c4d834b1 [2021-06-16T07:28:44.420Z] ---> Running in 2b5c21d4a781 [2021-06-16T07:28:44.420Z] Removing intermediate container f625c4d834b1 [2021-06-16T07:28:44.420Z] ---> e60ba1df06be [2021-06-16T07:28:44.420Z] Step 21/23 : LABEL arch=x86_64 [2021-06-16T07:28:44.420Z] ---> Running in a0d397e8e279 [2021-06-16T07:28:44.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:28:44.420Z] 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-06-16T07:28:44.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:28:44.687Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-16T07:28:44.687Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-16T07:28:44.687Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-16T07:28:44.687Z] (4/4) Installing curl (7.77.0-r0) [2021-06-16T07:28:44.687Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T07:28:44.687Z] Executing ca-certificates-20191127-r4.trigger [2021-06-16T07:28:44.687Z] OK: 7 MiB in 18 packages [2021-06-16T07:28:47.249Z] Removing intermediate container 2b5c21d4a781 [2021-06-16T07:28:47.249Z] ---> b358e3fc9a74 [2021-06-16T07:28:47.249Z] Step 29/32 : CMD ["gate"] [2021-06-16T07:28:47.249Z] Removing intermediate container a0d397e8e279 [2021-06-16T07:28:47.249Z] ---> ee2735c06d52 [2021-06-16T07:28:47.249Z] Step 22/23 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:28:47.512Z] Removing intermediate container 68b95d387691 [2021-06-16T07:28:47.512Z] ---> 689d7f2e91e2 [2021-06-16T07:28:47.512Z] Step 4/6 : WORKDIR /edgex-go [2021-06-16T07:28:47.514Z] ---> Running in fb6554340165 [2021-06-16T07:28:47.515Z] ---> Running in cecbc913abff [2021-06-16T07:28:47.790Z] ---> Running in aa2c2d6363df [2021-06-16T07:28:47.794Z] Removing intermediate container cecbc913abff [2021-06-16T07:28:47.794Z] ---> d20dccd376f5 [2021-06-16T07:28:47.794Z] Step 23/23 : LABEL version=0.0.0 [2021-06-16T07:28:47.794Z] Removing intermediate container fb6554340165 [2021-06-16T07:28:47.794Z] ---> 35d9d324160e [2021-06-16T07:28:47.794Z] Step 30/32 : LABEL arch=x86_64 [2021-06-16T07:28:47.794Z] ---> Running in 74b0dcdcbb56 [2021-06-16T07:28:48.090Z] ---> Running in 500838e58d93 [2021-06-16T07:28:48.090Z] Removing intermediate container 37ada2150993 [2021-06-16T07:28:48.090Z] ---> fb252473b1a1 [2021-06-16T07:28:48.090Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-16T07:28:48.090Z] Removing intermediate container 74b0dcdcbb56 [2021-06-16T07:28:48.090Z] ---> 0bb1d1dacf52 [2021-06-16T07:28:48.090Z] [2021-06-16T07:28:48.090Z] ---> Running in 69b99e959844 [2021-06-16T07:28:48.090Z] Successfully built 0bb1d1dacf52 [2021-06-16T07:28:48.362Z] Successfully tagged support-notifications:latest [2021-06-16T07:28:48.362Z] Building core-command [2021-06-16T07:28:48.362Z]  Building support-notifications ... done Removing intermediate container 500838e58d93 [2021-06-16T07:28:48.362Z] ---> a103988b9985 [2021-06-16T07:28:48.362Z] Step 31/32 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:28:48.362Z] Removing intermediate container fab0c65ae8fa [2021-06-16T07:28:48.362Z] ---> f59565a11729 [2021-06-16T07:28:48.362Z] [2021-06-16T07:28:48.362Z] Step 12/24 : FROM docker:20.10.0 [2021-06-16T07:28:48.386Z] Removing intermediate container aa2c2d6363df [2021-06-16T07:28:48.386Z] ---> dd13b2951f3e [2021-06-16T07:28:48.386Z] Step 5/6 : COPY go.mod . [2021-06-16T07:28:48.643Z] Removing intermediate container 69b99e959844 [2021-06-16T07:28:48.643Z] ---> 75d95c2928bd [2021-06-16T07:28:48.643Z] Step 14/22 : WORKDIR /edgex [2021-06-16T07:28:48.643Z] ---> Running in 65ca424a9d3e [2021-06-16T07:28:48.643Z] 20.10.0: Pulling from library/docker [2021-06-16T07:28:48.986Z] ---> 7b7d7393bfc2 [2021-06-16T07:28:48.986Z] Step 6/6 : RUN go mod download [2021-06-16T07:28:48.986Z] ---> Running in b28701016d3e [2021-06-16T07:28:49.254Z] ---> Running in 8f61c5477149 [2021-06-16T07:28:49.839Z] Removing intermediate container 65ca424a9d3e [2021-06-16T07:28:49.839Z] ---> 496b3f81b80c [2021-06-16T07:28:49.839Z] Step 32/32 : LABEL version=0.0.0 [2021-06-16T07:28:50.812Z] ---> Running in a747cedc1e37 [2021-06-16T07:28:50.812Z] Removing intermediate container 8f61c5477149 [2021-06-16T07:28:50.812Z] ---> d1f406cfff23 [2021-06-16T07:28:50.812Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-16T07:28:51.410Z] Removing intermediate container a747cedc1e37 [2021-06-16T07:28:51.410Z] ---> ded58958d7a8 [2021-06-16T07:28:51.410Z] [2021-06-16T07:28:51.679Z] Successfully built ded58958d7a8 [2021-06-16T07:28:52.275Z] Successfully tagged security-bootstrapper:latest [2021-06-16T07:28:52.275Z]  Building security-bootstrapper ... done  ---> c7e2ec56ef55 [2021-06-16T07:28:52.275Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-16T07:28:52.275Z] Building core-data [2021-06-16T07:28:56.546Z] 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-06-16T07:28:59.103Z] ---> bad7e304421b [2021-06-16T07:28:59.103Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-16T07:28:59.364Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:28:59.364Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:28:59.364Z] ---> c2ebe7cb93be [2021-06-16T07:28:59.364Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T07:28:59.364Z] ---> Using cache [2021-06-16T07:28:59.364Z] ---> 51a780644189 [2021-06-16T07:28:59.364Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:28:59.364Z] ---> Using cache [2021-06-16T07:28:59.364Z] ---> f2d0c5c083e5 [2021-06-16T07:28:59.364Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-16T07:28:59.935Z] ---> 0f1d611268d8 [2021-06-16T07:28:59.935Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-16T07:28:59.935Z] ---> Running in 0b841a24dcbe [2021-06-16T07:28:59.935Z] ---> Running in 2d9f47ecdb5b [2021-06-16T07:28:59.935Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-16T07:28:59.935Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-16T07:28:59.935Z] ---> aefe523efa57 [2021-06-16T07:28:59.935Z] 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-06-16T07:29:00.204Z] Removing intermediate container 2d9f47ecdb5b [2021-06-16T07:29:00.204Z] ---> 0da9c582165a [2021-06-16T07:29:00.204Z] Step 19/22 : CMD ["--init=true"] [2021-06-16T07:29:00.204Z] ---> Running in a7ecc5a079b6 [2021-06-16T07:29:00.469Z] ---> Running in 414a5c37a93a [2021-06-16T07:29:00.470Z] Removing intermediate container a7ecc5a079b6 [2021-06-16T07:29:00.470Z] ---> 95b89fc2be56 [2021-06-16T07:29:00.470Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-16T07:29:00.470Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:29:00.731Z] ---> Running in c3875bdb70d5 [2021-06-16T07:29:00.731Z] Removing intermediate container 414a5c37a93a [2021-06-16T07:29:00.731Z] ---> 647ad6084c1a [2021-06-16T07:29:00.731Z] Step 20/22 : LABEL arch=x86_64 [2021-06-16T07:29:01.020Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:29:01.020Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:29:01.020Z] ---> c2ebe7cb93be [2021-06-16T07:29:01.020Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T07:29:01.020Z] ---> Using cache [2021-06-16T07:29:01.020Z] ---> 51a780644189 [2021-06-16T07:29:01.020Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:29:01.020Z] ---> Using cache [2021-06-16T07:29:01.020Z] ---> f2d0c5c083e5 [2021-06-16T07:29:01.020Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-16T07:29:01.020Z] ---> Using cache [2021-06-16T07:29:01.020Z] ---> 162ac0aa80aa [2021-06-16T07:29:01.020Z] Step 6/24 : COPY go.mod . [2021-06-16T07:29:01.020Z] ---> Using cache [2021-06-16T07:29:01.020Z] ---> 29576a06656c [2021-06-16T07:29:01.020Z] Step 7/24 : RUN go mod download [2021-06-16T07:29:01.020Z] ---> Using cache [2021-06-16T07:29:01.020Z] ---> 43b094e39703 [2021-06-16T07:29:01.020Z] Step 8/24 : COPY . . [2021-06-16T07:29:01.020Z] ---> Using cache [2021-06-16T07:29:01.020Z] ---> e42ac1e7d3e4 [2021-06-16T07:29:01.020Z] Step 9/24 : RUN go mod tidy [2021-06-16T07:29:01.020Z] ---> Using cache [2021-06-16T07:29:01.020Z] ---> 3091ec144836 [2021-06-16T07:29:01.020Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-16T07:29:01.288Z] ---> Running in e4a81a31046e [2021-06-16T07:29:01.288Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:29:01.288Z] ---> Running in c05a608b1121 [2021-06-16T07:29:01.558Z] Removing intermediate container e4a81a31046e [2021-06-16T07:29:01.558Z] ---> 08aaa235766a [2021-06-16T07:29:01.558Z] Step 21/22 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:29:01.823Z] OK: 219 MiB in 52 packages [2021-06-16T07:29:01.823Z] ---> Running in b86224874377 [2021-06-16T07:29:01.823Z] Removing intermediate container ff6276f943f1 [2021-06-16T07:29:01.823Z] ---> c5a983962e94 [2021-06-16T07:29:01.823Z] [2021-06-16T07:29:01.823Z] Step 11/26 : FROM alpine:3.12 [2021-06-16T07:29:01.823Z] ---> 13621d1b12d4 [2021-06-16T07:29:01.823Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-16T07:29:01.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:29:01.823Z] ---> Running in 210507fad9d3 [2021-06-16T07:29:02.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:29:02.091Z] 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-06-16T07:29:02.091Z] Removing intermediate container b86224874377 [2021-06-16T07:29:02.091Z] ---> 930ae137aa25 [2021-06-16T07:29:02.091Z] Step 22/22 : LABEL version=0.0.0 [2021-06-16T07:29:02.091Z] ---> Running in 0e9829375b25 [2021-06-16T07:29:02.091Z] (1/39) Installing readline (8.0.4-r0) [2021-06-16T07:29:02.091Z] (2/39) Installing bash (5.0.17-r0) [2021-06-16T07:29:02.091Z] Removing intermediate container 0b841a24dcbe [2021-06-16T07:29:02.091Z] ---> 28aae1d99d1b [2021-06-16T07:29:02.091Z] Step 6/24 : COPY go.mod . [2021-06-16T07:29:02.091Z] Executing bash-5.0.17-r0.post-install [2021-06-16T07:29:02.091Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-16T07:29:02.091Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-16T07:29:02.357Z] (5/39) Installing curl (7.77.0-r0) [2021-06-16T07:29:02.357Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-16T07:29:02.357Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-16T07:29:02.357Z] Removing intermediate container 0e9829375b25 [2021-06-16T07:29:02.357Z] ---> 791953de0e0f [2021-06-16T07:29:02.357Z] [2021-06-16T07:29:02.357Z] (8/39) Installing expat (2.2.9-r1) [2021-06-16T07:29:02.357Z] (9/39) Installing libffi (3.3-r2) [2021-06-16T07:29:02.357Z] (10/39) Installing gdbm (1.13-r1) [2021-06-16T07:29:02.357Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-16T07:29:02.357Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-16T07:29:02.357Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-16T07:29:02.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:29:02.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:29:02.880Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-16T07:29:02.880Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-16T07:29:02.880Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-16T07:29:02.880Z] (4/6) Installing curl (7.77.0-r0) [2021-06-16T07:29:02.880Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-16T07:29:02.880Z] (6/6) Installing su-exec (0.2-r1) [2021-06-16T07:29:02.880Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T07:29:02.880Z] Executing ca-certificates-20191127-r4.trigger [2021-06-16T07:29:02.880Z] OK: 7 MiB in 20 packages [2021-06-16T07:29:02.880Z] Successfully built 791953de0e0f [2021-06-16T07:29:03.145Z] ---> 76b44ed34045 [2021-06-16T07:29:03.145Z] Step 7/24 : RUN go mod download [2021-06-16T07:29:03.145Z] Successfully tagged security-proxy-setup:latest [2021-06-16T07:29:03.145Z] Building support-scheduler [2021-06-16T07:29:03.409Z]  Building security-proxy-setup ... done  ---> Running in b061f9d59559 [2021-06-16T07:29:04.031Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-16T07:29:04.031Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-16T07:29:04.031Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-16T07:29:04.309Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-16T07:29:04.310Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-16T07:29:04.310Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-16T07:29:04.310Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-16T07:29:04.310Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-16T07:29:04.310Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-16T07:29:04.310Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-16T07:29:04.310Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-16T07:29:04.310Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-16T07:29:04.310Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-16T07:29:04.310Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-16T07:29:04.310Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-16T07:29:04.310Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-16T07:29:04.310Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-16T07:29:04.310Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-16T07:29:04.310Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-16T07:29:04.310Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-16T07:29:04.310Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-16T07:29:04.310Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-16T07:29:04.310Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-16T07:29:06.237Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-16T07:29:06.515Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-16T07:29:06.515Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-16T07:29:06.800Z] Removing intermediate container 210507fad9d3 [2021-06-16T07:29:06.800Z] ---> 8da4f00895d0 [2021-06-16T07:29:06.800Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-16T07:29:07.075Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:29:07.075Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:29:07.075Z] ---> c2ebe7cb93be [2021-06-16T07:29:07.075Z] Step 3/23 : WORKDIR /edgex-go [2021-06-16T07:29:07.075Z] ---> Using cache [2021-06-16T07:29:07.075Z] ---> 51a780644189 [2021-06-16T07:29:07.075Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:29:07.075Z] ---> Using cache [2021-06-16T07:29:07.075Z] ---> f2d0c5c083e5 [2021-06-16T07:29:07.075Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-16T07:29:07.075Z] ---> Using cache [2021-06-16T07:29:07.075Z] ---> 162ac0aa80aa [2021-06-16T07:29:07.075Z] Step 6/23 : COPY go.mod . [2021-06-16T07:29:07.075Z] ---> Using cache [2021-06-16T07:29:07.075Z] ---> 29576a06656c [2021-06-16T07:29:07.075Z] Step 7/23 : RUN go mod download [2021-06-16T07:29:07.075Z] ---> Using cache [2021-06-16T07:29:07.075Z] ---> 43b094e39703 [2021-06-16T07:29:07.075Z] Step 8/23 : COPY . . [2021-06-16T07:29:07.075Z] ---> Using cache [2021-06-16T07:29:07.075Z] ---> e42ac1e7d3e4 [2021-06-16T07:29:07.075Z] Step 9/23 : RUN go mod tidy [2021-06-16T07:29:07.075Z] ---> Using cache [2021-06-16T07:29:07.075Z] ---> 3091ec144836 [2021-06-16T07:29:07.075Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-16T07:29:15.451Z] Executing busybox-1.31.1-r19.trigger [2021-06-16T07:29:15.451Z] OK: 72 MiB in 59 packages [2021-06-16T07:29:15.451Z] ---> Running in ea8740519289 [2021-06-16T07:29:15.451Z] ---> Running in 7e095a7ea78a [2021-06-16T07:29:15.451Z] Removing intermediate container ea8740519289 [2021-06-16T07:29:15.451Z] ---> 476f55d0fb41 [2021-06-16T07:29:15.451Z] Step 14/26 : WORKDIR / [2021-06-16T07:29:15.451Z] Removing intermediate container b061f9d59559 [2021-06-16T07:29:15.451Z] ---> 3c294f47d4dc [2021-06-16T07:29:15.451Z] Step 8/24 : COPY . . [2021-06-16T07:29:15.451Z] ---> Running in a44426493f48 [2021-06-16T07:29:15.451Z] Removing intermediate container a44426493f48 [2021-06-16T07:29:15.451Z] ---> cc0171a4ab0c [2021-06-16T07:29:15.451Z] 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-06-16T07:29:15.881Z] 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-06-16T07:29:15.881Z] Collecting docker-compose==1.23.2 [2021-06-16T07:29:15.881Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-16T07:29:15.884Z] Removing intermediate container b28701016d3e [2021-06-16T07:29:15.884Z] ---> c9c7fb42211a [2021-06-16T07:29:15.884Z] Successfully built c9c7fb42211a [2021-06-16T07:29:15.884Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:29:16.227Z] + docker inspect -f . ci-base-image-arm64 [2021-06-16T07:29:16.227Z] . [Pipeline] withDockerContainer [2021-06-16T07:29:16.523Z] prd-ubuntu18.04-docker-arm64-4c-16g-1679 does not seem to be running inside a container [2021-06-16T07:29:16.608Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-16T07:29:18.251Z] $ docker top bd9dda9d25e1892a05ea566ef48e3be301408cd77914d5eff96134c8fb14808e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T07:29:19.233Z] + go version [2021-06-16T07:29:19.234Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-16T07:29:19.250Z] $ docker stop --time=1 bd9dda9d25e1892a05ea566ef48e3be301408cd77914d5eff96134c8fb14808e [2021-06-16T07:29:19.819Z] ---> b0484c352870 [2021-06-16T07:29:19.819Z] 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-06-16T07:29:19.819Z] Collecting cached-property<2,>=1.2.0 [2021-06-16T07:29:19.819Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-16T07:29:19.819Z] Collecting texttable<0.10,>=0.9.0 [2021-06-16T07:29:19.819Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-16T07:29:19.819Z] ---> 4baafda7a2eb [2021-06-16T07:29:19.819Z] Step 9/24 : RUN go mod tidy [2021-06-16T07:29:19.819Z] ---> Running in b1bd06ca8474 [2021-06-16T07:29:19.819Z] ---> 5da7f1e628fe [2021-06-16T07:29:19.819Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-16T07:29:20.204Z] Collecting docopt<0.7,>=0.6.1 [2021-06-16T07:29:20.204Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-16T07:29:20.204Z] ---> c2ddc0348e8d [2021-06-16T07:29:20.204Z] 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-06-16T07:29:20.486Z] ---> f35ed5b95505 [2021-06-16T07:29:20.486Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-16T07:29:20.486Z] Collecting jsonschema<3,>=2.5.1 [2021-06-16T07:29:20.486Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-16T07:29:20.751Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-16T07:29:20.751Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-16T07:29:21.024Z] ---> 5be7c51d10a0 [2021-06-16T07:29:21.024Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-16T07:29:21.067Z] $ docker rm -f bd9dda9d25e1892a05ea566ef48e3be301408cd77914d5eff96134c8fb14808e [2021-06-16T07:29:21.294Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:29:21.557Z] ---> 87283bf3dd59 [2021-06-16T07:29:21.557Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-16T07:29:21.557Z] Collecting PyYAML<4,>=3.10 [2021-06-16T07:29:21.557Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-16T07:29:21.824Z] ---> 87d14d429646 [2021-06-16T07:29:21.824Z] 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-06-16T07:29:21.867Z] + docker inspect -f . ci-base-image-arm64 [2021-06-16T07:29:21.867Z] . [Pipeline] withDockerContainer [2021-06-16T07:29:22.089Z] ---> Running in 959a6db84819 [2021-06-16T07:29:22.089Z] Removing intermediate container b1bd06ca8474 [2021-06-16T07:29:22.089Z] ---> 0549e0d2a94f [2021-06-16T07:29:22.089Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-16T07:29:22.089Z] ---> Running in f4c4e22d35a2 [2021-06-16T07:29:22.126Z] prd-ubuntu18.04-docker-arm64-4c-16g-1679 does not seem to be running inside a container [2021-06-16T07:29:22.202Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-16T07:29:22.666Z] Collecting docker<4.0,>=3.6.0 [2021-06-16T07:29:22.666Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-16T07:29:22.934Z] 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-06-16T07:29:22.934Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-16T07:29:22.934Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-16T07:29:23.200Z] Removing intermediate container 959a6db84819 [2021-06-16T07:29:23.200Z] ---> 8ce9a964c9dd [2021-06-16T07:29:23.200Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-16T07:29:23.200Z] ---> Running in 2f95b50049e5 [2021-06-16T07:29:23.200Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-16T07:29:23.200Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-16T07:29:23.200Z] Collecting docker-pycreds>=0.4.0 [2021-06-16T07:29:23.200Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-16T07:29:23.200Z] Removing intermediate container 2f95b50049e5 [2021-06-16T07:29:23.200Z] ---> db20af66777d [2021-06-16T07:29:23.200Z] Step 24/26 : LABEL arch=x86_64 [2021-06-16T07:29:23.200Z] ---> Running in 1acf36630013 [2021-06-16T07:29:23.469Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-16T07:29:23.469Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-16T07:29:23.469Z] Removing intermediate container 1acf36630013 [2021-06-16T07:29:23.469Z] ---> 5a3692e7b13a [2021-06-16T07:29:23.469Z] Step 25/26 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:29:23.469Z] Collecting idna<2.8,>=2.5 [2021-06-16T07:29:23.469Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-16T07:29:23.469Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-06-16T07:29:23.469Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-06-16T07:29:23.469Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-16T07:29:23.469Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-16T07:29:23.469Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-16T07:29:23.469Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-16T07:29:23.469Z] ---> Running in 47033af0f3b9 [2021-06-16T07:29:23.736Z] Installing collected packages: cached-property, texttable, docopt, jsonschema, dockerpty, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docker-compose [2021-06-16T07:29:23.736Z] Removing intermediate container 47033af0f3b9 [2021-06-16T07:29:23.736Z] ---> af9310a26f82 [2021-06-16T07:29:23.736Z] Step 26/26 : LABEL version=0.0.0 [2021-06-16T07:29:23.736Z] Running setup.py install for texttable: started [2021-06-16T07:29:23.736Z] ---> Running in b91efc458b94 [2021-06-16T07:29:23.755Z] $ docker top fecc3f7667fae66830869c4c8d1f9c895e47db18818a8162cc5c0bfe56d77078 -eo pid,comm [2021-06-16T07:29:23.999Z] Removing intermediate container b91efc458b94 [2021-06-16T07:29:23.999Z] ---> 057647cbec7c [2021-06-16T07:29:23.999Z] [2021-06-16T07:29:23.999Z] Successfully built 057647cbec7c [2021-06-16T07:29:23.999Z] Successfully tagged security-secretstore-setup:latest [2021-06-16T07:29:23.999Z] Building core-metadata [Pipeline] { [Pipeline] echo [2021-06-16T07:29:24.085Z] ========================================================= [2021-06-16T07:29:24.085Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-16T07:29:24.085Z] ========================================================= [Pipeline] sh [2021-06-16T07:29:26.578Z]  Building security-secretstore-setup ... done  Running setup.py install for texttable: finished with status 'done' [2021-06-16T07:29:26.578Z] Running setup.py install for docopt: started [2021-06-16T07:29:26.578Z] Running setup.py install for docopt: finished with status 'done' [2021-06-16T07:29:26.578Z] Running setup.py install for dockerpty: started [2021-06-16T07:29:26.578Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-16T07:29:26.578Z] Running setup.py install for PyYAML: started [2021-06-16T07:29:26.587Z] + go mod tidy [Pipeline] sh [2021-06-16T07:29:27.251Z] + make test [2021-06-16T07:29:27.251Z] go mod tidy [2021-06-16T07:29:27.847Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-16T07:29:27.979Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-16T07:29:27.979Z] Attempting uninstall: urllib3 [2021-06-16T07:29:27.979Z] Found existing installation: urllib3 1.25.9 [2021-06-16T07:29:27.979Z] Uninstalling urllib3-1.25.9: [2021-06-16T07:29:27.979Z] Successfully uninstalled urllib3-1.25.9 [2021-06-16T07:29:27.979Z] Attempting uninstall: idna [2021-06-16T07:29:27.979Z] Found existing installation: idna 2.9 [2021-06-16T07:29:28.246Z] Uninstalling idna-2.9: [2021-06-16T07:29:28.246Z] Successfully uninstalled idna-2.9 [2021-06-16T07:29:28.246Z] Attempting uninstall: requests [2021-06-16T07:29:28.246Z] Found existing installation: requests 2.23.0 [2021-06-16T07:29:28.512Z] Uninstalling requests-2.23.0: [2021-06-16T07:29:28.512Z] Successfully uninstalled requests-2.23.0 [2021-06-16T07:29:32.758Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:29:32.758Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:29:32.758Z] ---> c2ebe7cb93be [2021-06-16T07:29:32.758Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T07:29:32.758Z] ---> Using cache [2021-06-16T07:29:32.758Z] ---> 51a780644189 [2021-06-16T07:29:32.758Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:29:32.758Z] ---> Using cache [2021-06-16T07:29:32.758Z] ---> f2d0c5c083e5 [2021-06-16T07:29:32.758Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-16T07:29:32.758Z] ---> Using cache [2021-06-16T07:29:32.758Z] ---> 162ac0aa80aa [2021-06-16T07:29:32.758Z] Step 6/24 : COPY go.mod . [2021-06-16T07:29:32.758Z] ---> Using cache [2021-06-16T07:29:32.758Z] ---> 29576a06656c [2021-06-16T07:29:32.758Z] Step 7/24 : RUN go mod download [2021-06-16T07:29:32.758Z] ---> Using cache [2021-06-16T07:29:32.758Z] ---> 43b094e39703 [2021-06-16T07:29:32.758Z] Step 8/24 : COPY . . [2021-06-16T07:29:32.758Z] ---> Using cache [2021-06-16T07:29:32.758Z] ---> e42ac1e7d3e4 [2021-06-16T07:29:32.758Z] Step 9/24 : RUN go mod tidy [2021-06-16T07:29:32.758Z] ---> Using cache [2021-06-16T07:29:32.758Z] ---> 3091ec144836 [2021-06-16T07:29:32.758Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-16T07:29:38.072Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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-06-16T07:29:38.072Z] ---> Running in 999bfbf81eb3 [2021-06-16T07:29:41.502Z] 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-06-16T07:29:49.814Z] Removing intermediate container c3875bdb70d5 [2021-06-16T07:29:49.814Z] ---> 9ee0ff2c3073 [2021-06-16T07:29:49.814Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-16T07:29:50.084Z] ---> Running in 7967d4cbb611 [2021-06-16T07:29:51.043Z] Removing intermediate container 7967d4cbb611 [2021-06-16T07:29:51.043Z] ---> a5493e4e86a1 [2021-06-16T07:29:51.043Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-16T07:29:51.043Z] ---> Running in f37f31536695 [2021-06-16T07:29:51.281Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-16T07:29:51.623Z] Removing intermediate container f37f31536695 [2021-06-16T07:29:51.623Z] ---> 8e903f1accbc [2021-06-16T07:29:51.623Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-16T07:29:53.558Z] ---> d3e4ff4e47fa [2021-06-16T07:29:53.558Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-16T07:29:56.132Z] ---> 925877337aca [2021-06-16T07:29:56.132Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-16T07:29:59.446Z] ---> 4ddf49ae1c68 [2021-06-16T07:29:59.446Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-16T07:29:59.446Z] Removing intermediate container c05a608b1121 [2021-06-16T07:29:59.446Z] ---> 5c4103f45a1b [2021-06-16T07:29:59.446Z] [2021-06-16T07:29:59.446Z] Step 11/24 : FROM alpine:3.12 [2021-06-16T07:29:59.446Z] ---> 13621d1b12d4 [2021-06-16T07:29:59.446Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-16T07:29:59.446Z] ---> Running in 87fd03181981 [2021-06-16T07:29:59.446Z] ---> Running in 29dd7c752760 [2021-06-16T07:30:00.042Z] Removing intermediate container 29dd7c752760 [2021-06-16T07:30:00.042Z] ---> b341cf185af7 [2021-06-16T07:30:00.042Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T07:30:00.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:30:00.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:30:00.890Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-16T07:30:00.890Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T07:30:01.163Z] OK: 6 MiB in 15 packages [2021-06-16T07:30:01.432Z] ---> Running in 22fa70479d1b [2021-06-16T07:30:02.411Z] Removing intermediate container 22fa70479d1b [2021-06-16T07:30:02.411Z] ---> 250cb88d37e9 [2021-06-16T07:30:02.411Z] Step 22/24 : LABEL arch=x86_64 [2021-06-16T07:30:03.369Z] ---> Running in 7b5d5ed3b299 [2021-06-16T07:30:03.634Z] Removing intermediate container 7b5d5ed3b299 [2021-06-16T07:30:03.634Z] ---> 928823449294 [2021-06-16T07:30:03.634Z] Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:30:03.634Z] ---> Running in b626e762f8d0 [2021-06-16T07:30:03.634Z] Removing intermediate container 87fd03181981 [2021-06-16T07:30:03.634Z] ---> 3b44fa789739 [2021-06-16T07:30:03.634Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T07:30:03.900Z] ---> Running in 1c2018e4b3f2 [2021-06-16T07:30:03.900Z] Removing intermediate container b626e762f8d0 [2021-06-16T07:30:03.900Z] ---> 3cbf7234e90c [2021-06-16T07:30:03.900Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T07:30:04.164Z] ---> Running in 57e347ec6161 [2021-06-16T07:30:04.164Z] Removing intermediate container 1c2018e4b3f2 [2021-06-16T07:30:04.164Z] ---> f23a65a04637 [2021-06-16T07:30:04.164Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-16T07:30:04.427Z] ---> Running in 810e17fc20a7 [2021-06-16T07:30:04.692Z] Removing intermediate container 57e347ec6161 [2021-06-16T07:30:04.692Z] ---> f7a3748e0dfe [2021-06-16T07:30:04.692Z] [2021-06-16T07:30:04.692Z] Removing intermediate container 7e095a7ea78a [2021-06-16T07:30:04.692Z] ---> d50c9bd5349f [2021-06-16T07:30:04.692Z] [2021-06-16T07:30:04.692Z] Step 11/23 : FROM alpine:3.12 [2021-06-16T07:30:04.692Z] ---> 13621d1b12d4 [2021-06-16T07:30:04.692Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-16T07:30:04.692Z] ---> Using cache [2021-06-16T07:30:04.692Z] ---> 3b44fa789739 [2021-06-16T07:30:04.692Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T07:30:04.692Z] ---> Using cache [2021-06-16T07:30:04.692Z] ---> f23a65a04637 [2021-06-16T07:30:04.692Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-16T07:30:04.960Z] Removing intermediate container 810e17fc20a7 [2021-06-16T07:30:04.960Z] ---> 86cbe5417be0 [2021-06-16T07:30:04.960Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-16T07:30:04.960Z] Successfully built f7a3748e0dfe [2021-06-16T07:30:04.960Z] Successfully tagged sys-mgmt-agent:latest [2021-06-16T07:30:04.960Z]  Building sys-mgmt-agent ... done  ---> Running in a97aeca6420c [2021-06-16T07:30:04.960Z] ---> Running in 4f60dbab5f47 [2021-06-16T07:30:05.229Z] Removing intermediate container 4f60dbab5f47 [2021-06-16T07:30:05.229Z] ---> b6ff7c830591 [2021-06-16T07:30:05.229Z] Step 16/24 : WORKDIR / [2021-06-16T07:30:05.229Z] Removing intermediate container a97aeca6420c [2021-06-16T07:30:05.229Z] ---> 54eca9111759 [2021-06-16T07:30:05.229Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-16T07:30:05.229Z] ---> Running in 4d7927320be5 [2021-06-16T07:30:05.229Z] ---> Running in 1fa5cd984e68 [2021-06-16T07:30:05.229Z] Removing intermediate container 4d7927320be5 [2021-06-16T07:30:05.229Z] ---> b374960701f9 [2021-06-16T07:30:05.229Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T07:30:05.496Z] Removing intermediate container 1fa5cd984e68 [2021-06-16T07:30:05.496Z] ---> d03fc4f5da1f [2021-06-16T07:30:05.496Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T07:30:05.765Z] ---> eb4d193a905d [2021-06-16T07:30:05.765Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-16T07:30:05.765Z] ---> 3ae070f0a446 [2021-06-16T07:30:05.766Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-16T07:30:06.733Z] ---> 408a1f9ce0b1 [2021-06-16T07:30:06.733Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-16T07:30:06.733Z] ---> b2ceb30c52a5 [2021-06-16T07:30:06.733Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-16T07:30:07.001Z] ---> 911ee1ab1ddd [2021-06-16T07:30:07.001Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-16T07:30:07.001Z] ---> Running in 6512d8ff7b0e [2021-06-16T07:30:07.001Z] ---> d0d73077c818 [2021-06-16T07:30:07.001Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-16T07:30:07.001Z] ---> Running in 62ff40f02477 [2021-06-16T07:30:07.597Z] Removing intermediate container 62ff40f02477 [2021-06-16T07:30:07.597Z] ---> c5901a6f1a57 [2021-06-16T07:30:07.597Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T07:30:07.597Z] Removing intermediate container 6512d8ff7b0e [2021-06-16T07:30:07.597Z] ---> fe1231cb7ce7 [2021-06-16T07:30:07.597Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T07:30:07.597Z] ---> Running in 3ee6519d0f22 [2021-06-16T07:30:07.597Z] ---> Running in 92c227ec8be9 [2021-06-16T07:30:07.597Z] Removing intermediate container 3ee6519d0f22 [2021-06-16T07:30:07.597Z] ---> d3f752db8304 [2021-06-16T07:30:07.597Z] Step 21/23 : LABEL arch=x86_64 [2021-06-16T07:30:07.865Z] Removing intermediate container 92c227ec8be9 [2021-06-16T07:30:07.865Z] ---> 01d0a7b896e1 [2021-06-16T07:30:07.865Z] Step 22/24 : LABEL arch=x86_64 [2021-06-16T07:30:07.865Z] ---> Running in d3c34370ddfc [2021-06-16T07:30:07.865Z] ---> Running in e45e4c0d5ccb [2021-06-16T07:30:08.132Z] Removing intermediate container d3c34370ddfc [2021-06-16T07:30:08.132Z] ---> 15f20bb9e751 [2021-06-16T07:30:08.132Z] Step 22/23 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:30:08.132Z] Removing intermediate container e45e4c0d5ccb [2021-06-16T07:30:08.132Z] ---> 2e352fc12fc4 [2021-06-16T07:30:08.132Z] Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:30:08.410Z] ---> Running in 2fa0a182314e [2021-06-16T07:30:08.410Z] ---> Running in 95daa4d3b041 [2021-06-16T07:30:08.688Z] Removing intermediate container 95daa4d3b041 [2021-06-16T07:30:08.688Z] ---> 0d191d468d4d [2021-06-16T07:30:08.688Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T07:30:08.688Z] Removing intermediate container 2fa0a182314e [2021-06-16T07:30:08.688Z] ---> cb8d6e82aa12 [2021-06-16T07:30:08.688Z] Step 23/23 : LABEL version=0.0.0 [2021-06-16T07:30:08.688Z] ---> Running in 293c2cbd0bdc [2021-06-16T07:30:08.688Z] ---> Running in a59920591931 [2021-06-16T07:30:08.966Z] Removing intermediate container 293c2cbd0bdc [2021-06-16T07:30:08.966Z] ---> d787735874af [2021-06-16T07:30:08.966Z] [2021-06-16T07:30:08.966Z] Removing intermediate container a59920591931 [2021-06-16T07:30:08.966Z] ---> cec96232eea2 [2021-06-16T07:30:08.966Z] [2021-06-16T07:30:08.966Z] Successfully built d787735874af [2021-06-16T07:30:09.241Z] Successfully tagged core-command:latest [2021-06-16T07:30:09.241Z]  Building core-command ... done Successfully built cec96232eea2 [2021-06-16T07:30:09.241Z] Successfully tagged support-scheduler:latest [2021-06-16T07:30:10.647Z]  Building support-scheduler ... done Removing intermediate container f4c4e22d35a2 [2021-06-16T07:30:10.647Z] ---> aab8fcab5ea2 [2021-06-16T07:30:10.647Z] [2021-06-16T07:30:10.647Z] Step 11/24 : FROM alpine:3.12 [2021-06-16T07:30:10.647Z] ---> 13621d1b12d4 [2021-06-16T07:30:10.647Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-16T07:30:10.647Z] ---> Running in 805d065af70c [2021-06-16T07:30:10.647Z] Removing intermediate container 805d065af70c [2021-06-16T07:30:10.647Z] ---> c4711dc7ea98 [2021-06-16T07:30:10.647Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-16T07:30:10.647Z] ---> Running in 6d6334d6668e [2021-06-16T07:30:10.910Z] Removing intermediate container 6d6334d6668e [2021-06-16T07:30:10.910Z] ---> 53c5c5a8c22a [2021-06-16T07:30:10.910Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-16T07:30:10.910Z] ---> Running in 1b3a503e9e8e [2021-06-16T07:30:10.910Z] Removing intermediate container 1b3a503e9e8e [2021-06-16T07:30:10.910Z] ---> 82708fa54c30 [2021-06-16T07:30:10.910Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:30:10.910Z] ---> Running in 34ebb5a0c0d1 [2021-06-16T07:30:11.871Z] Removing intermediate container 999bfbf81eb3 [2021-06-16T07:30:11.871Z] ---> 9785757cd73e [2021-06-16T07:30:11.871Z] [2021-06-16T07:30:11.871Z] Step 11/24 : FROM alpine:3.12 [2021-06-16T07:30:11.871Z] ---> 13621d1b12d4 [2021-06-16T07:30:11.871Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-16T07:30:11.871Z] ---> Using cache [2021-06-16T07:30:11.871Z] ---> 3b44fa789739 [2021-06-16T07:30:11.871Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T07:30:11.871Z] ---> Using cache [2021-06-16T07:30:11.871Z] ---> f23a65a04637 [2021-06-16T07:30:11.871Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-16T07:30:11.871Z] ---> Running in 3e6a3dc63644 [2021-06-16T07:30:11.871Z] Removing intermediate container 34ebb5a0c0d1 [2021-06-16T07:30:11.871Z] ---> c256c4e90d1a [2021-06-16T07:30:11.871Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-16T07:30:11.871Z] ---> Running in 6808550b129f [2021-06-16T07:30:12.144Z] Removing intermediate container 3e6a3dc63644 [2021-06-16T07:30:12.144Z] ---> b260bc14e9ff [2021-06-16T07:30:12.144Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-16T07:30:12.144Z] ---> Running in e6f99b72d726 [2021-06-16T07:30:12.144Z] Removing intermediate container e6f99b72d726 [2021-06-16T07:30:12.144Z] ---> 5931f34adb2d [2021-06-16T07:30:12.144Z] Step 16/24 : WORKDIR / [2021-06-16T07:30:12.144Z] ---> Running in 537468378a45 [2021-06-16T07:30:12.144Z] Removing intermediate container 537468378a45 [2021-06-16T07:30:12.144Z] ---> dfff1406af18 [2021-06-16T07:30:12.144Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T07:30:12.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T07:30:12.408Z] ---> 54d346fc6a0c [2021-06-16T07:30:12.408Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-16T07:30:12.990Z] ---> c4ff66e9b69a [2021-06-16T07:30:12.990Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-16T07:30:12.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T07:30:12.990Z] ---> 341e1e02f8d4 [2021-06-16T07:30:12.990Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-16T07:30:12.990Z] ---> Running in 5ea68206713d [2021-06-16T07:30:13.253Z] Removing intermediate container 5ea68206713d [2021-06-16T07:30:13.253Z] ---> bf80530fa25d [2021-06-16T07:30:13.253Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T07:30:13.253Z] ---> Running in 38c206e9182e [2021-06-16T07:30:13.253Z] Removing intermediate container 38c206e9182e [2021-06-16T07:30:13.253Z] ---> 45018abd574d [2021-06-16T07:30:13.253Z] Step 22/24 : LABEL arch=x86_64 [2021-06-16T07:30:13.253Z] ---> Running in 4f910de1ba15 [2021-06-16T07:30:13.253Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-16T07:30:13.524Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-16T07:30:13.525Z] Removing intermediate container 4f910de1ba15 [2021-06-16T07:30:13.525Z] ---> 78b8dd94d1b1 [2021-06-16T07:30:13.525Z] Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:30:13.525Z] ---> Running in 125944703a6f [2021-06-16T07:30:13.525Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-16T07:30:13.525Z] Removing intermediate container 125944703a6f [2021-06-16T07:30:13.525Z] ---> 11cc498a80d1 [2021-06-16T07:30:13.525Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T07:30:13.525Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-16T07:30:13.525Z] ---> Running in ada951ec4e04 [2021-06-16T07:30:13.787Z] Removing intermediate container ada951ec4e04 [2021-06-16T07:30:13.787Z] ---> 510b5c79c6a1 [2021-06-16T07:30:13.787Z] [2021-06-16T07:30:13.787Z] Successfully built 510b5c79c6a1 [2021-06-16T07:30:13.787Z] Successfully tagged core-metadata:latest [2021-06-16T07:30:14.363Z]  Building core-metadata ... done (5/6) Installing libzmq (4.3.3-r0) [2021-06-16T07:30:14.631Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-16T07:30:14.631Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T07:30:14.631Z] OK: 8 MiB in 20 packages [2021-06-16T07:30:14.903Z] Removing intermediate container 6808550b129f [2021-06-16T07:30:14.903Z] ---> 12a4afde93c3 [2021-06-16T07:30:14.903Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T07:30:14.903Z] ---> b9ea077741aa [2021-06-16T07:30:14.903Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-16T07:30:15.477Z] ---> 9bdc91095127 [2021-06-16T07:30:15.477Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-16T07:30:15.477Z] ---> cbee6f205a78 [2021-06-16T07:30:15.477Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-16T07:30:15.739Z] ---> Running in fc6227bc5638 [2021-06-16T07:30:15.739Z] Removing intermediate container fc6227bc5638 [2021-06-16T07:30:15.739Z] ---> 8843b0739285 [2021-06-16T07:30:15.739Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T07:30:15.739Z] ---> Running in 203b5b570197 [2021-06-16T07:30:15.739Z] Removing intermediate container 203b5b570197 [2021-06-16T07:30:15.739Z] ---> 7d06d62c9893 [2021-06-16T07:30:15.739Z] Step 22/24 : LABEL arch=x86_64 [2021-06-16T07:30:15.739Z] ---> Running in f7853bd9e70f [2021-06-16T07:30:16.002Z] Removing intermediate container f7853bd9e70f [2021-06-16T07:30:16.002Z] ---> 9fcd2d57a166 [2021-06-16T07:30:16.002Z] Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:30:16.002Z] ---> Running in 1cb153bd6577 [2021-06-16T07:30:16.002Z] Removing intermediate container 1cb153bd6577 [2021-06-16T07:30:16.002Z] ---> 62db8bee8669 [2021-06-16T07:30:16.002Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T07:30:16.002Z] ---> Running in 179802e5fc98 [2021-06-16T07:30:16.264Z] Removing intermediate container 179802e5fc98 [2021-06-16T07:30:16.264Z] ---> 0eccd31ceac5 [2021-06-16T07:30:16.264Z] [2021-06-16T07:30:16.264Z] Successfully built 0eccd31ceac5 [2021-06-16T07:30:16.264Z] Successfully tagged core-data:latest [2021-06-16T07:30:16.271Z]  Building core-data ... done  [Pipeline] } [2021-06-16T07:30:16.275Z] $ docker stop --time=1 506a77515da70e615eafdb1a0c0574be4b368164ce90b6d1f86937053575779a [2021-06-16T07:30:17.587Z] $ docker rm -f 506a77515da70e615eafdb1a0c0574be4b368164ce90b6d1f86937053575779a [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-16T07:30:17.987Z] + docker images [2021-06-16T07:30:17.987Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-16T07:30:17.987Z] core-data latest 0eccd31ceac5 1 second ago 20.3MB [2021-06-16T07:30:17.987Z] core-metadata latest 510b5c79c6a1 4 seconds ago 16.6MB [2021-06-16T07:30:17.987Z] 9785757cd73e 6 seconds ago 1.15GB [2021-06-16T07:30:17.987Z] aab8fcab5ea2 8 seconds ago 1.15GB [2021-06-16T07:30:17.987Z] core-command latest d787735874af 9 seconds ago 15.9MB [2021-06-16T07:30:17.987Z] support-scheduler latest cec96232eea2 9 seconds ago 15.9MB [2021-06-16T07:30:17.987Z] d50c9bd5349f 13 seconds ago 1.15GB [2021-06-16T07:30:17.987Z] sys-mgmt-agent latest f7a3748e0dfe 13 seconds ago 312MB [2021-06-16T07:30:17.987Z] 5c4103f45a1b 21 seconds ago 1.14GB [2021-06-16T07:30:17.987Z] security-secretstore-setup latest 057647cbec7c 54 seconds ago 28.7MB [2021-06-16T07:30:17.987Z] security-proxy-setup latest 791953de0e0f About a minute ago 25.7MB [2021-06-16T07:30:17.987Z] c5a983962e94 About a minute ago 1.15GB [2021-06-16T07:30:17.987Z] security-bootstrapper latest ded58958d7a8 About a minute ago 18.6MB [2021-06-16T07:30:17.987Z] f59565a11729 About a minute ago 1.15GB [2021-06-16T07:30:17.987Z] support-notifications latest 0bb1d1dacf52 About a minute ago 16.7MB [2021-06-16T07:30:17.987Z] 6da064c40660 About a minute ago 1.15GB [2021-06-16T07:30:17.987Z] 84e9a24fd737 About a minute ago 1.15GB [2021-06-16T07:30:17.987Z] 1f628db866d9 About a minute ago 1.15GB [2021-06-16T07:30:17.987Z] ci-base-image-x86_64 latest c2ebe7cb93be 5 minutes ago 647MB [2021-06-16T07:30:17.987Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 6 weeks ago 445MB [2021-06-16T07:30:17.987Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 7 weeks ago 37.5MB [2021-06-16T07:30:17.987Z] alpine 3.12 13621d1b12d4 2 months ago 5.58MB [2021-06-16T07:30:17.987Z] docker 20.10.0 aefe523efa57 6 months ago 240MB [2021-06-16T07:30:17.987Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 11 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-06-16T07:30:18.550Z] Running on prd-ubuntu18.04-docker-8c-8g-1666 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws [2021-06-16T07:30:18.569Z] Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout [2021-06-16T07:30:18.679Z] The recommended git tool is: git [2021-06-16T07:30:20.857Z] using credential edgex-jenkins-ssh [2021-06-16T07:30:20.871Z] Cloning the remote Git repository [2021-06-16T07:30:20.879Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-16T07:30:20.946Z] > git init /w/workspace/edgex-go/23 # timeout=10 [2021-06-16T07:30:20.972Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-16T07:30:20.973Z] > git --version # timeout=10 [2021-06-16T07:30:20.980Z] > git --version # 'git version 2.17.1' [2021-06-16T07:30:20.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T07:30:21.008Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-16T07:30:28.367Z] Merging remotes/origin/master commit 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 into PR head commit b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:30:28.458Z] Merge succeeded, producing b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:30:28.459Z] Checking out Revision b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 (PR-3531) [2021-06-16T07:30:27.805Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-16T07:30:27.816Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-16T07:30:27.826Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-16T07:30:27.835Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-16T07:30:27.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T07:30:27.838Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3531/head:refs/remotes/origin/PR-3531 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-16T07:30:28.357Z] > git config core.sparsecheckout # timeout=10 [2021-06-16T07:30:28.361Z] > git checkout -f b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 # timeout=10 [2021-06-16T07:30:28.413Z] > git remote # timeout=10 [2021-06-16T07:30:28.421Z] > git config --get remote.origin.url # timeout=10 [2021-06-16T07:30:28.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T07:30:28.428Z] > git merge 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 # timeout=10 [2021-06-16T07:30:28.437Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-16T07:30:28.444Z] > git config core.sparsecheckout # timeout=10 [2021-06-16T07:30:28.448Z] > git checkout -f b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 # timeout=10 [2021-06-16T07:30:32.318Z] Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-16T07:30:35.531Z] + echo snap-build.sh [2021-06-16T07:30:35.531Z] snap-build.sh [2021-06-16T07:30:35.531Z] + SNAP_BASE_DIR=. [2021-06-16T07:30:35.531Z] + '[' '!' -z /w/workspace/edgex-go/23 ']' [2021-06-16T07:30:35.531Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/23 [2021-06-16T07:30:35.531Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/23]' [2021-06-16T07:30:35.531Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/23] [2021-06-16T07:30:35.531Z] + cd /w/workspace/edgex-go/23 [2021-06-16T07:30:35.531Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-06-16T07:30:35.531Z] Reading package lists... [2021-06-16T07:30:35.531Z] Building dependency tree... [2021-06-16T07:30:35.531Z] Reading state information... [2021-06-16T07:30:35.531Z] The following packages were automatically installed and are no longer required: [2021-06-16T07:30:35.531Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-06-16T07:30:35.531Z] uidmap xdelta3 [2021-06-16T07:30:35.531Z] Use 'sudo apt autoremove' to remove them. [2021-06-16T07:30:35.531Z] The following packages will be REMOVED: [2021-06-16T07:30:35.531Z] lxd* lxd-client* [2021-06-16T07:30:35.531Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-06-16T07:30:35.531Z] After this operation, 31.7 MB disk space will be freed. [2021-06-16T07:30:35.532Z] (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-06-16T07:30:35.532Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-06-16T07:30:35.532Z] Removing lxd dnsmasq configuration [2021-06-16T07:30:35.532Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-06-16T07:30:35.532Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-06-16T07:30:36.106Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-06-16T07:30:36.369Z] (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-06-16T07:30:36.369Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-06-16T07:30:37.757Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-06-16T07:30:37.757Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-06-16T07:30:39.149Z] + sudo snap remove --purge lxd [2021-06-16T07:30:39.149Z] snap "lxd" is not installed [2021-06-16T07:30:39.149Z] + sudo groupadd --force --system lxd [2021-06-16T07:30:39.149Z] ++ whoami [2021-06-16T07:30:39.149Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-06-16T07:30:39.149Z] + newgrp - lxd [2021-06-16T07:30:39.410Z] + sudo snap install lxd [2021-06-16T07:30:47.555Z] 2021-06-16T07:30:45Z INFO Waiting for automatic snapd restart... [2021-06-16T07:30:47.892Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-16T07:30:48.492Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-16T07:30:55.234Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-16T07:30:55.234Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-16T07:31:01.981Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-16T07:31:01.981Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-16T07:31:01.981Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-16T07:31:01.981Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-16T07:31:02.976Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-16T07:31:03.976Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-16T07:31:05.429Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-16T07:31:05.429Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-16T07:31:05.429Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-16T07:31:05.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-16T07:31:05.685Z] lxd 4.15 from Canonical* installed [2021-06-16T07:31:05.685Z] + sudo lxd init --auto [2021-06-16T07:31:12.279Z] + sudo snap install --classic snapcraft [2021-06-16T07:31:15.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.229s coverage: 28.7% of statements [2021-06-16T07:31:15.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-16T07:31:15.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-16T07:31:19.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.308s coverage: 100.0% of statements [2021-06-16T07:31:19.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-16T07:31:19.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.334s coverage: 53.4% of statements [2021-06-16T07:31:19.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-16T07:31:19.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-16T07:31:21.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.528s coverage: 87.7% of statements [2021-06-16T07:31:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-16T07:31:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-16T07:31:21.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.209s coverage: 78.9% of statements [2021-06-16T07:31:22.294Z] snapcraft 4.8.1 from Canonical* installed [2021-06-16T07:31:22.294Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-06-16T07:31:22.294Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-06-16T07:31:22.294Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-16T07:31:22.294Z] Dload Upload Total Spent Left Speed [2021-06-16T07:31:22.294Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4860 0 --:--:-- --:--:-- --:--:-- 4823 [2021-06-16T07:31:22.294Z] 100 3325k 100 3325k 0 0 11.8M 0 --:--:-- --:--:-- --:--:-- 11.8M [2021-06-16T07:31:22.294Z] ./yq_linux_amd64 [2021-06-16T07:31:22.294Z] + sudo snapcraft prime --use-lxd [2021-06-16T07:31:23.239Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-06-16T07:31:23.239Z] 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-06-16T07:31:23.239Z] - README.md [2021-06-16T07:31:23.239Z] [2021-06-16T07:31:23.239Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-06-16T07:31:23.811Z] Launching a container. [2021-06-16T07:31:25.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.189s coverage: 81.2% of statements [2021-06-16T07:31:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-16T07:31:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-16T07:31:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-16T07:31:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-16T07:31:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-16T07:31:30.397Z] Waiting for container to be ready [2021-06-16T07:31:30.657Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-06-16T07:31:30.657Z] [2021-06-16T07:31:31.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.567s coverage: 95.1% of statements [2021-06-16T07:31:31.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-16T07:31:31.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-16T07:31:31.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-16T07:31:31.184Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-16T07:31:31.184Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-16T07:31:31.184Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-16T07:31:31.184Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-16T07:31:31.184Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-16T07:31:31.184Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.205s coverage: 60.0% of statements [2021-06-16T07:31:31.184Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-16T07:31:31.184Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-16T07:31:31.184Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-16T07:31:31.184Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.224s coverage: 0.8% of statements [2021-06-16T07:31:31.184Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-16T07:31:31.184Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.147s coverage: 58.8% of statements [2021-06-16T07:31:31.184Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.175s coverage: 22.0% of statements [2021-06-16T07:31:31.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-16T07:31:31.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.198s coverage: 47.1% of statements [2021-06-16T07:31:31.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.211s coverage: 79.5% of statements [2021-06-16T07:31:31.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.173s coverage: 94.1% of statements [2021-06-16T07:31:32.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.209s coverage: 96.3% of statements [2021-06-16T07:31:33.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.178s coverage: 87.5% of statements [2021-06-16T07:31:33.959Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-06-16T07:31:34.529Z] Waiting for network to be ready... [2021-06-16T07:31:34.790Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-06-16T07:31:34.790Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1753 kB] [2021-06-16T07:31:34.790Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-06-16T07:31:35.079Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [326 kB] [2021-06-16T07:31:35.080Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-06-16T07:31:35.080Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-06-16T07:31:35.080Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [347 kB] [2021-06-16T07:31:35.080Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [46.3 kB] [2021-06-16T07:31:35.080Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1128 kB] [2021-06-16T07:31:35.080Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [255 kB] [2021-06-16T07:31:35.652Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-06-16T07:31:35.652Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-06-16T07:31:35.951Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-06-16T07:31:35.951Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-06-16T07:31:35.951Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-06-16T07:31:35.951Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-06-16T07:31:35.951Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-06-16T07:31:35.951Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-06-16T07:31:36.215Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-06-16T07:31:36.492Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2099 kB] [2021-06-16T07:31:36.753Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [417 kB] [2021-06-16T07:31:36.753Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-06-16T07:31:36.753Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-06-16T07:31:36.753Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [370 kB] [2021-06-16T07:31:36.753Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [50.1 kB] [2021-06-16T07:31:36.753Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1736 kB] [2021-06-16T07:31:36.753Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [370 kB] [2021-06-16T07:31:38.673Z] Fetched 24.7 MB in 4s (5944 kB/s) [2021-06-16T07:31:39.621Z] Reading package lists... [2021-06-16T07:31:39.883Z] Reading package lists... [2021-06-16T07:31:39.883Z] Building dependency tree... [2021-06-16T07:31:39.883Z] Reading state information... [2021-06-16T07:31:40.143Z] The following additional packages will be installed: [2021-06-16T07:31:40.143Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-06-16T07:31:40.143Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-06-16T07:31:40.143Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-06-16T07:31:40.143Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-06-16T07:31:40.143Z] Suggested packages: [2021-06-16T07:31:40.143Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-06-16T07:31:40.143Z] Recommended packages: [2021-06-16T07:31:40.143Z] gnupg libsasl2-modules [2021-06-16T07:31:40.143Z] The following NEW packages will be installed: [2021-06-16T07:31:40.143Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-06-16T07:31:40.143Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-06-16T07:31:40.143Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-06-16T07:31:40.143Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-06-16T07:31:40.143Z] The following packages will be upgraded: [2021-06-16T07:31:40.143Z] gpg gpg-agent gpgconf libudev1 [2021-06-16T07:31:40.143Z] 4 upgraded, 18 newly installed, 0 to remove and 107 not upgraded. [2021-06-16T07:31:40.143Z] Need to get 3530 kB of archives. [2021-06-16T07:31:40.143Z] After this operation, 13.3 MB of additional disk space will be used. [2021-06-16T07:31:40.143Z] 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-06-16T07:31:40.143Z] 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-06-16T07:31:40.143Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-06-16T07:31:40.143Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-06-16T07:31:40.405Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-06-16T07:31:40.666Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-06-16T07:31:40.926Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-06-16T07:31:40.926Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-06-16T07:31:40.926Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-06-16T07:31:41.188Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-06-16T07:31:41.188Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-06-16T07:31:41.188Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-06-16T07:31:41.188Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-06-16T07:31:41.188Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-06-16T07:31:41.188Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-06-16T07:31:41.188Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-06-16T07:31:41.188Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-06-16T07:31:41.188Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-06-16T07:31:41.188Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-06-16T07:31:41.188Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-06-16T07:31:41.188Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-06-16T07:31:41.188Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-06-16T07:31:41.449Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-16T07:31:41.449Z] Fetched 3530 kB in 1s (3161 kB/s) [2021-06-16T07:31:41.449Z] (Reading database ... 12511 files and directories currently installed.) [2021-06-16T07:31:41.449Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-06-16T07:31:41.449Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-06-16T07:31:41.449Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-06-16T07:31:41.449Z] Selecting previously unselected package udev. [2021-06-16T07:31:41.449Z] (Reading database ... 12511 files and directories currently installed.) [2021-06-16T07:31:41.449Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-06-16T07:31:41.449Z] Unpacking udev (237-3ubuntu10.47) ... [2021-06-16T07:31:41.710Z] Selecting previously unselected package libfuse2:amd64. [2021-06-16T07:31:41.710Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-06-16T07:31:41.710Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-06-16T07:31:41.710Z] Selecting previously unselected package fuse. [2021-06-16T07:31:41.710Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-06-16T07:31:41.710Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-06-16T07:31:41.710Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-16T07:31:41.710Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-06-16T07:31:41.972Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-16T07:31:41.972Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-06-16T07:31:41.972Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-16T07:31:41.972Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-06-16T07:31:41.972Z] Selecting previously unselected package libksba8:amd64. [2021-06-16T07:31:41.972Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-06-16T07:31:41.972Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-06-16T07:31:41.972Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-06-16T07:31:41.972Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T07:31:41.972Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:42.233Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-06-16T07:31:42.233Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T07:31:42.233Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:42.233Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-06-16T07:31:42.233Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T07:31:42.233Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:42.233Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-06-16T07:31:42.233Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T07:31:42.233Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:42.233Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-06-16T07:31:42.233Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T07:31:42.233Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:42.233Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-06-16T07:31:42.233Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T07:31:42.233Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:42.495Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-06-16T07:31:42.495Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T07:31:42.495Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:42.495Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-06-16T07:31:42.495Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T07:31:42.495Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:42.495Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-06-16T07:31:42.495Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T07:31:42.495Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:42.495Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-16T07:31:42.495Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-06-16T07:31:42.495Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-06-16T07:31:42.783Z] Selecting previously unselected package libsasl2-2:amd64. [2021-06-16T07:31:42.783Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-06-16T07:31:42.783Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-06-16T07:31:42.783Z] Selecting previously unselected package libldap-common. [2021-06-16T07:31:42.783Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-06-16T07:31:42.783Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-06-16T07:31:42.783Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-16T07:31:42.783Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-06-16T07:31:42.783Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-06-16T07:31:42.783Z] Selecting previously unselected package dirmngr. [2021-06-16T07:31:42.783Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-16T07:31:42.783Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-06-16T07:31:42.783Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-06-16T07:31:42.783Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-06-16T07:31:43.044Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-06-16T07:31:43.044Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-06-16T07:31:43.044Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-06-16T07:31:43.044Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-06-16T07:31:43.044Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:43.044Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-06-16T07:31:43.044Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-06-16T07:31:43.044Z] Setting up udev (237-3ubuntu10.47) ... [2021-06-16T07:31:43.307Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-06-16T07:31:43.307Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:43.307Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-06-16T07:31:43.307Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-06-16T07:31:43.568Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-06-16T07:31:43.568Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:43.568Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:43.568Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:43.568Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:43.568Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:43.568Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:43.568Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T07:31:43.568Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-06-16T07:31:43.568Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-06-16T07:31:43.568Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-06-16T07:31:43.829Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-06-16T07:31:43.829Z] settings in the [Install] section, and DefaultInstance for template units). [2021-06-16T07:31:43.829Z] This means they are not meant to be enabled using systemctl. [2021-06-16T07:31:43.829Z] Possible reasons for having this kind of units are: [2021-06-16T07:31:43.829Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-06-16T07:31:43.829Z] .wants/ or .requires/ directory. [2021-06-16T07:31:43.829Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-06-16T07:31:43.829Z] a requirement dependency on it. [2021-06-16T07:31:43.829Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-06-16T07:31:43.829Z] D-Bus, udev, scripted systemctl call, ...). [2021-06-16T07:31:43.829Z] 4) In case of template units, the unit is meant to be enabled with some [2021-06-16T07:31:43.829Z] instance name specified. [2021-06-16T07:31:44.352Z] Reading package lists... [2021-06-16T07:31:44.352Z] Building dependency tree... [2021-06-16T07:31:44.352Z] Reading state information... [2021-06-16T07:31:44.352Z] The following additional packages will be installed: [2021-06-16T07:31:44.613Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-06-16T07:31:44.613Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-06-16T07:31:44.613Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-06-16T07:31:44.613Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-06-16T07:31:44.613Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-06-16T07:31:44.613Z] Suggested packages: [2021-06-16T07:31:44.613Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-06-16T07:31:44.613Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-06-16T07:31:44.613Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-06-16T07:31:44.613Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-06-16T07:31:44.613Z] systemd-container policykit-1 [2021-06-16T07:31:44.613Z] Recommended packages: [2021-06-16T07:31:44.613Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-06-16T07:31:44.613Z] The following NEW packages will be installed: [2021-06-16T07:31:44.613Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-06-16T07:31:44.613Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-06-16T07:31:44.613Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-06-16T07:31:44.613Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-06-16T07:31:44.613Z] python3.6-minimal snapd squashfs-tools sudo [2021-06-16T07:31:44.613Z] The following packages will be upgraded: [2021-06-16T07:31:44.613Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-06-16T07:31:44.613Z] 5 upgraded, 25 newly installed, 0 to remove and 102 not upgraded. [2021-06-16T07:31:44.613Z] Need to get 36.7 MB of archives. [2021-06-16T07:31:44.613Z] After this operation, 147 MB of additional disk space will be used. [2021-06-16T07:31:44.613Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-06-16T07:31:44.613Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-06-16T07:31:44.613Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-06-16T07:31:44.613Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-06-16T07:31:44.613Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-06-16T07:31:44.613Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-06-16T07:31:44.875Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-06-16T07:31:44.875Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-06-16T07:31:44.875Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-06-16T07:31:44.875Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-06-16T07:31:44.875Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-06-16T07:31:44.875Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-06-16T07:31:44.875Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-06-16T07:31:44.875Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-06-16T07:31:44.875Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-06-16T07:31:44.875Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-06-16T07:31:45.448Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-06-16T07:31:45.448Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-06-16T07:31:45.708Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-06-16T07:31:45.708Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-06-16T07:31:45.708Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-06-16T07:31:45.708Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-06-16T07:31:45.708Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-06-16T07:31:45.708Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-06-16T07:31:45.708Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-06-16T07:31:45.708Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-06-16T07:31:45.708Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-06-16T07:31:45.708Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-06-16T07:31:45.708Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] [2021-06-16T07:31:45.708Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] [2021-06-16T07:31:45.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.238s coverage: 94.4% of statements [2021-06-16T07:31:45.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.178s coverage: 44.8% of statements [2021-06-16T07:31:47.095Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-16T07:31:47.095Z] Fetched 36.7 MB in 2s (15.2 MB/s) [2021-06-16T07:31:47.095Z] (Reading database ... 12757 files and directories currently installed.) [2021-06-16T07:31:47.095Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-06-16T07:31:47.357Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-06-16T07:31:47.619Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-06-16T07:31:47.619Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-06-16T07:31:47.880Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-06-16T07:31:47.880Z] (Reading database ... 12757 files and directories currently installed.) [2021-06-16T07:31:47.880Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-06-16T07:31:47.880Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-06-16T07:31:47.880Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-06-16T07:31:48.141Z] (Reading database ... 12757 files and directories currently installed.) [2021-06-16T07:31:48.141Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-06-16T07:31:48.141Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-06-16T07:31:48.402Z] Setting up apt (1.6.13) ... [2021-06-16T07:31:48.402Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-06-16T07:31:48.663Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-06-16T07:31:48.663Z] (Reading database ... 12764 files and directories currently installed.) [2021-06-16T07:31:48.663Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-06-16T07:31:48.663Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-06-16T07:31:48.923Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-06-16T07:31:48.923Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-06-16T07:31:48.923Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T07:31:48.923Z] Selecting previously unselected package libexpat1:amd64. [2021-06-16T07:31:48.923Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-06-16T07:31:48.923Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-06-16T07:31:49.184Z] Selecting previously unselected package python3.6-minimal. [2021-06-16T07:31:49.184Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-06-16T07:31:49.184Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T07:31:49.184Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-06-16T07:31:49.445Z] Checking for services that may need to be restarted...done. [2021-06-16T07:31:49.445Z] Checking for services that may need to be restarted...done. [2021-06-16T07:31:49.445Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T07:31:49.445Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-06-16T07:31:49.445Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T07:31:50.016Z] Selecting previously unselected package python3-minimal. [2021-06-16T07:31:50.016Z] (Reading database ... 13012 files and directories currently installed.) [2021-06-16T07:31:50.016Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-06-16T07:31:50.016Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-06-16T07:31:50.016Z] Selecting previously unselected package mime-support. [2021-06-16T07:31:50.016Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-06-16T07:31:50.016Z] Unpacking mime-support (3.60ubuntu1) ... [2021-06-16T07:31:50.016Z] Selecting previously unselected package libmpdec2:amd64. [2021-06-16T07:31:50.016Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-06-16T07:31:50.016Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-06-16T07:31:50.016Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-06-16T07:31:50.016Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-06-16T07:31:50.016Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T07:31:50.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.589s coverage: 81.8% of statements [2021-06-16T07:31:50.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-16T07:31:50.277Z] Selecting previously unselected package python3.6. [2021-06-16T07:31:50.277Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-06-16T07:31:50.277Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T07:31:50.277Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-16T07:31:50.277Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-06-16T07:31:50.277Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-06-16T07:31:50.277Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-06-16T07:31:50.538Z] Selecting previously unselected package python3. [2021-06-16T07:31:50.538Z] (Reading database ... 13442 files and directories currently installed.) [2021-06-16T07:31:50.538Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-06-16T07:31:50.538Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-06-16T07:31:50.538Z] Selecting previously unselected package multiarch-support. [2021-06-16T07:31:50.538Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-06-16T07:31:50.538Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-06-16T07:31:50.799Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-06-16T07:31:50.799Z] Selecting previously unselected package liblzo2-2:amd64. [2021-06-16T07:31:50.799Z] (Reading database ... 13479 files and directories currently installed.) [2021-06-16T07:31:50.799Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-06-16T07:31:50.799Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-06-16T07:31:50.799Z] Selecting previously unselected package libbsd0:amd64. [2021-06-16T07:31:50.799Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-06-16T07:31:50.799Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-06-16T07:31:50.799Z] Selecting previously unselected package sudo. [2021-06-16T07:31:50.799Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-06-16T07:31:50.799Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-06-16T07:31:51.060Z] Selecting previously unselected package apparmor. [2021-06-16T07:31:51.060Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-06-16T07:31:51.060Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-06-16T07:31:51.060Z] Selecting previously unselected package libedit2:amd64. [2021-06-16T07:31:51.060Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-06-16T07:31:51.060Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-06-16T07:31:51.060Z] Selecting previously unselected package libkrb5support0:amd64. [2021-06-16T07:31:51.060Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-06-16T07:31:51.060Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T07:31:51.060Z] Selecting previously unselected package libk5crypto3:amd64. [2021-06-16T07:31:51.060Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-06-16T07:31:51.060Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T07:31:51.321Z] Selecting previously unselected package libkeyutils1:amd64. [2021-06-16T07:31:51.321Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-06-16T07:31:51.321Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-06-16T07:31:51.321Z] Selecting previously unselected package libkrb5-3:amd64. [2021-06-16T07:31:51.321Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-06-16T07:31:51.321Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T07:31:51.321Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-16T07:31:51.321Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-06-16T07:31:51.321Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T07:31:51.581Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-06-16T07:31:51.581Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-06-16T07:31:51.581Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-06-16T07:31:51.581Z] Selecting previously unselected package openssh-client. [2021-06-16T07:31:51.581Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-06-16T07:31:51.581Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-06-16T07:31:51.842Z] Selecting previously unselected package squashfs-tools. [2021-06-16T07:31:51.842Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... [2021-06-16T07:31:51.842Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-06-16T07:31:51.842Z] Selecting previously unselected package snapd. [2021-06-16T07:31:51.842Z] Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... [2021-06-16T07:31:51.842Z] Unpacking snapd (2.49.2+18.04) ... [2021-06-16T07:31:53.755Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-06-16T07:31:53.755Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-06-16T07:31:54.017Z] Setting up mime-support (3.60ubuntu1) ... [2021-06-16T07:31:54.017Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-06-16T07:31:54.017Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-06-16T07:31:54.017Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T07:31:54.017Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-06-16T07:31:54.017Z] Setting up systemd (237-3ubuntu10.47) ... [2021-06-16T07:31:54.017Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-06-16T07:31:54.592Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-06-16T07:31:54.592Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-06-16T07:31:54.592Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-06-16T07:31:54.592Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T07:31:54.592Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T07:31:54.592Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T07:31:55.165Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-06-16T07:31:55.165Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T07:31:55.165Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-06-16T07:31:55.165Z] Setting up python3 (3.6.7-1~18.04) ... [2021-06-16T07:31:55.165Z] running python rtupdate hooks for python3.6... [2021-06-16T07:31:55.165Z] running python post-rtupdate hooks for python3.6... [2021-06-16T07:31:55.428Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-06-16T07:31:56.001Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-06-16T07:31:56.001Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T07:31:56.001Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-06-16T07:31:56.263Z] Setting up snapd (2.49.2+18.04) ... [2021-06-16T07:31:56.524Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-06-16T07:31:56.785Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-06-16T07:31:57.047Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-06-16T07:31:57.047Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-06-16T07:31:57.308Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-06-16T07:31:57.308Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-06-16T07:31:57.570Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-06-16T07:31:57.570Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-06-16T07:31:57.832Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-06-16T07:31:58.093Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-06-16T07:31:58.093Z] /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-06-16T07:31:58.093Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-06-16T07:31:58.093Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-06-16T07:31:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.352s coverage: 92.9% of statements [2021-06-16T07:31:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-16T07:31:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-16T07:31:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-16T07:31:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-06-16T07:31:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-16T07:31:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-16T07:31:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-16T07:31:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-16T07:31:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-16T07:31:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.389s coverage: 87.2% of statements [2021-06-16T07:31:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-16T07:31:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-16T07:31:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.151s coverage: 100.0% of statements [2021-06-16T07:31:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-16T07:31:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.441s coverage: 76.0% of statements [2021-06-16T07:31:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-16T07:31:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.178s coverage: 80.0% of statements [2021-06-16T07:31:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.257s coverage: 87.2% of statements [2021-06-16T07:31:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.243s coverage: 85.4% of statements [2021-06-16T07:31:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.281s coverage: 91.2% of statements [2021-06-16T07:31:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-16T07:31:59.035Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-06-16T07:31:59.036Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-06-16T07:31:59.036Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-06-16T07:31:59.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.770s coverage: 64.4% of statements [2021-06-16T07:31:59.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-16T07:31:59.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-16T07:31:59.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.164s coverage: 100.0% of statements [2021-06-16T07:31:59.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements [2021-06-16T07:32:00.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements [2021-06-16T07:32:00.240Z] Reading package lists... [2021-06-16T07:32:00.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-06-16T07:32:00.502Z] Reading package lists... [2021-06-16T07:32:00.502Z] Building dependency tree... [2021-06-16T07:32:00.502Z] Reading state information... [2021-06-16T07:32:00.502Z] Calculating upgrade... [2021-06-16T07:32:00.763Z] The following packages will be upgraded: [2021-06-16T07:32:00.763Z] advancecomp base-files bash binutils binutils-common [2021-06-16T07:32:00.763Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-06-16T07:32:00.763Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-06-16T07:32:00.763Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-06-16T07:32:00.763Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-06-16T07:32:00.763Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-06-16T07:32:00.763Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-06-16T07:32:00.763Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-06-16T07:32:00.763Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-06-16T07:32:00.763Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-06-16T07:32:00.763Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-06-16T07:32:00.763Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-06-16T07:32:00.763Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-06-16T07:32:00.764Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-06-16T07:32:00.764Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-06-16T07:32:00.764Z] ubuntu-keyring util-linux [2021-06-16T07:32:00.764Z] 102 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-06-16T07:32:00.764Z] Need to get 64.1 MB of archives. [2021-06-16T07:32:00.764Z] After this operation, 5097 kB of additional disk space will be used. [2021-06-16T07:32:00.764Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-144.148 [1003 kB] [2021-06-16T07:32:01.027Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-06-16T07:32:01.027Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-06-16T07:32:01.027Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-06-16T07:32:01.027Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-06-16T07:32:01.027Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-06-16T07:32:01.027Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-06-16T07:32:01.027Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-06-16T07:32:01.027Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-06-16T07:32:01.027Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-06-16T07:32:01.027Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-06-16T07:32:01.027Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-06-16T07:32:01.027Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-06-16T07:32:01.027Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-06-16T07:32:01.027Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-06-16T07:32:01.027Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-06-16T07:32:01.027Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-06-16T07:32:01.027Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-06-16T07:32:01.027Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-06-16T07:32:01.027Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-06-16T07:32:01.027Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-06-16T07:32:01.027Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-06-16T07:32:01.027Z] 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-06-16T07:32:01.027Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-06-16T07:32:01.027Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-06-16T07:32:01.027Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-06-16T07:32:01.288Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-06-16T07:32:01.288Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-06-16T07:32:01.288Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-06-16T07:32:01.288Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-06-16T07:32:01.288Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-06-16T07:32:01.288Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-06-16T07:32:01.288Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-06-16T07:32:01.288Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-06-16T07:32:01.288Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-06-16T07:32:01.288Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-06-16T07:32:01.288Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-06-16T07:32:01.288Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-06-16T07:32:01.288Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-06-16T07:32:01.288Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-06-16T07:32:01.288Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-06-16T07:32:01.288Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-06-16T07:32:01.288Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-06-16T07:32:01.288Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-06-16T07:32:01.288Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-06-16T07:32:01.288Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-06-16T07:32:01.288Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-06-16T07:32:01.288Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-06-16T07:32:01.288Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-06-16T07:32:01.288Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-06-16T07:32:01.288Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-06-16T07:32:01.288Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-06-16T07:32:01.288Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-06-16T07:32:01.288Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-06-16T07:32:01.288Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-06-16T07:32:01.288Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-06-16T07:32:01.288Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-06-16T07:32:01.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.112s coverage: 100.0% of statements [2021-06-16T07:32:01.549Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-06-16T07:32:01.549Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-06-16T07:32:01.549Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-06-16T07:32:01.811Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-06-16T07:32:01.812Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-06-16T07:32:01.812Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-06-16T07:32:01.812Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-06-16T07:32:01.812Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-06-16T07:32:01.812Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-06-16T07:32:02.073Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-06-16T07:32:02.073Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-06-16T07:32:02.333Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-06-16T07:32:02.333Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-06-16T07:32:02.333Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-06-16T07:32:02.333Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-06-16T07:32:02.333Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-06-16T07:32:02.594Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-06-16T07:32:02.594Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-06-16T07:32:02.594Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-06-16T07:32:02.594Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-06-16T07:32:02.594Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-06-16T07:32:02.594Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-06-16T07:32:02.594Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-06-16T07:32:02.594Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-06-16T07:32:02.594Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-06-16T07:32:02.594Z] 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-06-16T07:32:02.594Z] 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-06-16T07:32:02.594Z] 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-06-16T07:32:02.594Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-06-16T07:32:02.594Z] 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-06-16T07:32:02.594Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-06-16T07:32:02.857Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-06-16T07:32:02.857Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-06-16T07:32:02.857Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-06-16T07:32:02.857Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-06-16T07:32:02.857Z] 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-06-16T07:32:02.857Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-06-16T07:32:02.857Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-06-16T07:32:02.857Z] Get:96 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-06-16T07:32:02.857Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-06-16T07:32:02.857Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-06-16T07:32:02.857Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-06-16T07:32:02.857Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-06-16T07:32:02.857Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-06-16T07:32:02.857Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-06-16T07:32:03.118Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-16T07:32:03.118Z] Fetched 64.1 MB in 2s (30.1 MB/s) [2021-06-16T07:32:03.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-16T07:32:03.118Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-06-16T07:32:03.118Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-06-16T07:32:03.405Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-06-16T07:32:03.405Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-06-16T07:32:03.672Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-144.148_amd64.deb ... [2021-06-16T07:32:03.672Z] Unpacking linux-libc-dev:amd64 (4.15.0-144.148) over (4.15.0-20.21) ... [2021-06-16T07:32:03.933Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:03.933Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T07:32:03.933Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:03.933Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T07:32:03.933Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:03.933Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T07:32:04.193Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:04.193Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T07:32:04.193Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:04.193Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T07:32:04.193Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:04.193Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T07:32:04.193Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:04.193Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T07:32:04.460Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T07:32:04.460Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-16T07:32:04.460Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:04.460Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-06-16T07:32:04.460Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-06-16T07:32:04.460Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-16T07:32:04.460Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:04.460Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T07:32:04.722Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:04.722Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T07:32:04.722Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:04.722Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T07:32:04.722Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T07:32:04.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.992s coverage: 66.9% of statements [2021-06-16T07:32:04.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-16T07:32:04.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-16T07:32:04.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-16T07:32:04.983Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-16T07:32:04.983Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-06-16T07:32:04.983Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-06-16T07:32:05.556Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-06-16T07:32:05.556Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-16T07:32:05.556Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-06-16T07:32:05.556Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-06-16T07:32:05.556Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-06-16T07:32:05.816Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-06-16T07:32:05.816Z] Setting up base-files (10.1ubuntu2.10) ... [2021-06-16T07:32:05.816Z] Installing new version of config file /etc/issue ... [2021-06-16T07:32:05.816Z] Installing new version of config file /etc/issue.net ... [2021-06-16T07:32:06.077Z] Installing new version of config file /etc/lsb-release ... [2021-06-16T07:32:06.077Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-06-16T07:32:06.077Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-06-16T07:32:06.338Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-06-16T07:32:06.338Z] Removing obsolete conffile /etc/default/motd-news ... [2021-06-16T07:32:06.338Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:06.338Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-06-16T07:32:06.338Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-06-16T07:32:06.338Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-06-16T07:32:06.654Z] 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-06-16T07:32:06.654Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:06.654Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T07:32:06.654Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-06-16T07:32:06.654Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-06-16T07:32:06.654Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:06.654Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-06-16T07:32:06.654Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-06-16T07:32:06.966Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-06-16T07:32:06.966Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:06.966Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-06-16T07:32:06.966Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-06-16T07:32:06.966Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-06-16T07:32:07.251Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:07.251Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-06-16T07:32:07.251Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-06-16T07:32:07.251Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-06-16T07:32:07.251Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:07.251Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-06-16T07:32:07.251Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-06-16T07:32:07.251Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-06-16T07:32:07.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.799s coverage: 43.6% of statements [2021-06-16T07:32:07.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-16T07:32:07.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-16T07:32:07.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.214s coverage: 89.5% of statements [2021-06-16T07:32:07.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-16T07:32:07.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.222s coverage: 84.8% of statements [2021-06-16T07:32:07.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-16T07:32:07.519Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:07.519Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-06-16T07:32:07.519Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-06-16T07:32:07.519Z] Setting up grep (3.1-2build1) ... [2021-06-16T07:32:07.519Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:07.519Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-06-16T07:32:07.519Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-06-16T07:32:07.519Z] Setting up login (1:4.5-1ubuntu2) ... [2021-06-16T07:32:07.827Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:07.827Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-06-16T07:32:07.827Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-16T07:32:07.827Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-06-16T07:32:07.827Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:07.828Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-06-16T07:32:08.423Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-06-16T07:32:08.684Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-06-16T07:32:08.684Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-06-16T07:32:08.684Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-06-16T07:32:08.945Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-06-16T07:32:08.945Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-06-16T07:32:09.207Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:09.207Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-06-16T07:32:09.207Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-06-16T07:32:09.468Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-06-16T07:32:09.468Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-06-16T07:32:09.468Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-06-16T07:32:09.730Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-06-16T07:32:09.730Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-06-16T07:32:09.730Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:09.730Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-06-16T07:32:09.730Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-06-16T07:32:09.730Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-06-16T07:32:09.992Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:09.992Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T07:32:09.992Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T07:32:09.992Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-16T07:32:09.992Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:09.992Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T07:32:09.992Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T07:32:09.992Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-16T07:32:09.992Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:09.992Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T07:32:09.992Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T07:32:10.254Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-16T07:32:10.254Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:10.254Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T07:32:10.254Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T07:32:10.254Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-16T07:32:10.254Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:10.254Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-06-16T07:32:10.254Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-16T07:32:10.517Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-06-16T07:32:10.517Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-16T07:32:10.517Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-06-16T07:32:10.517Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:10.517Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-06-16T07:32:10.517Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-16T07:32:10.517Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-06-16T07:32:10.779Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:10.779Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T07:32:10.779Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T07:32:10.779Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-16T07:32:10.779Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:10.779Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T07:32:10.779Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T07:32:10.779Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-06-16T07:32:11.040Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:11.040Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T07:32:11.040Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T07:32:11.303Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-06-16T07:32:11.565Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-06-16T07:32:11.826Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-06-16T07:32:11.826Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:11.826Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-06-16T07:32:11.826Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-06-16T07:32:12.088Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-06-16T07:32:12.088Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T07:32:12.088Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-06-16T07:32:12.088Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-16T07:32:12.350Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-06-16T07:32:12.350Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-16T07:32:12.350Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-06-16T07:32:12.350Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-06-16T07:32:12.350Z] Setting up debconf (1.5.66ubuntu1) ... [2021-06-16T07:32:12.611Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-16T07:32:12.611Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-06-16T07:32:12.611Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-06-16T07:32:12.611Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-06-16T07:32:12.611Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-16T07:32:12.611Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-06-16T07:32:12.611Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-06-16T07:32:12.873Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-06-16T07:32:12.873Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-16T07:32:12.873Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-06-16T07:32:12.873Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-06-16T07:32:12.873Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-06-16T07:32:13.135Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-16T07:32:13.135Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-06-16T07:32:13.135Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-06-16T07:32:13.135Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-06-16T07:32:13.135Z] (Reading database ... 13919 files and directories currently installed.) [2021-06-16T07:32:13.135Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-06-16T07:32:13.135Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-06-16T07:32:13.397Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-06-16T07:32:13.397Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:13.397Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T07:32:13.397Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T07:32:13.658Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-06-16T07:32:13.658Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-06-16T07:32:13.658Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-06-16T07:32:13.658Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-06-16T07:32:13.658Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-06-16T07:32:13.658Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:13.658Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-06-16T07:32:13.658Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-06-16T07:32:13.924Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-06-16T07:32:13.924Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:13.924Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-06-16T07:32:13.924Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-06-16T07:32:13.924Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-06-16T07:32:13.924Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:13.924Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-06-16T07:32:13.924Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-06-16T07:32:14.186Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-06-16T07:32:14.186Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:14.186Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-06-16T07:32:14.186Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-06-16T07:32:14.447Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-06-16T07:32:14.447Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:14.447Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-06-16T07:32:14.447Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-06-16T07:32:14.447Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-06-16T07:32:14.447Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:14.447Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-06-16T07:32:14.708Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-06-16T07:32:14.708Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-06-16T07:32:14.971Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:14.971Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-16T07:32:14.971Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-06-16T07:32:14.971Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-06-16T07:32:14.971Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:14.971Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-06-16T07:32:14.971Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-06-16T07:32:14.971Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-06-16T07:32:15.234Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:15.234Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-06-16T07:32:15.234Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-06-16T07:32:15.234Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-06-16T07:32:15.234Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:15.234Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-06-16T07:32:15.234Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-06-16T07:32:15.496Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-06-16T07:32:15.496Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:15.496Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-06-16T07:32:15.496Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-06-16T07:32:15.496Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-06-16T07:32:15.496Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:15.496Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-06-16T07:32:15.496Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-06-16T07:32:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.253s coverage: 19.3% of statements [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-16T07:32:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.534s coverage: 91.9% of statements [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-16T07:32:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.219s coverage: 62.7% of statements [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-16T07:32:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.434s coverage: 97.6% of statements [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-16T07:32:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-16T07:32:15.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-16T07:32:15.656Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.150s coverage: 28.9% of statements [2021-06-16T07:32:15.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-16T07:32:15.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-16T07:32:15.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-16T07:32:15.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-16T07:32:15.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-16T07:32:15.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-16T07:32:15.656Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.173s coverage: 100.0% of statements [2021-06-16T07:32:15.656Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 95.4% of statements [2021-06-16T07:32:15.656Z] GO111MODULE=on go vet ./... [2021-06-16T07:32:15.758Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-06-16T07:32:15.758Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:15.758Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-06-16T07:32:15.758Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-06-16T07:32:15.758Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-06-16T07:32:15.758Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:15.758Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-06-16T07:32:15.758Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-06-16T07:32:16.020Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-06-16T07:32:16.020Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T07:32:16.020Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-06-16T07:32:16.020Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-06-16T07:32:16.020Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-06-16T07:32:16.020Z] (Reading database ... 13924 files and directories currently installed.) [2021-06-16T07:32:16.020Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-06-16T07:32:16.020Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-06-16T07:32:16.020Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-06-16T07:32:16.020Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-06-16T07:32:16.282Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-06-16T07:32:16.282Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-06-16T07:32:16.544Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-06-16T07:32:16.544Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-06-16T07:32:16.544Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-06-16T07:32:16.544Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-06-16T07:32:16.544Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-06-16T07:32:16.544Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-06-16T07:32:16.544Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-06-16T07:32:16.544Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-06-16T07:32:16.805Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-06-16T07:32:16.805Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-06-16T07:32:16.805Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-06-16T07:32:16.805Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-06-16T07:32:16.805Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-06-16T07:32:16.805Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-06-16T07:32:16.805Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-06-16T07:32:16.805Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-06-16T07:32:17.094Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-06-16T07:32:17.094Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-06-16T07:32:17.356Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-06-16T07:32:17.356Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-06-16T07:32:17.356Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-06-16T07:32:17.356Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-06-16T07:32:17.617Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-06-16T07:32:17.617Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-06-16T07:32:17.617Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-06-16T07:32:17.617Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-06-16T07:32:17.878Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-06-16T07:32:17.878Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-06-16T07:32:17.878Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-06-16T07:32:17.878Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-06-16T07:32:17.878Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:17.878Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T07:32:18.139Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:18.139Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T07:32:18.139Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:18.139Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T07:32:18.139Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:18.139Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T07:32:19.080Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:19.080Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T07:32:22.218Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:22.218Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T07:32:22.218Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:22.218Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T07:32:22.218Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:22.218Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T07:32:22.218Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T07:32:22.218Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T07:32:22.218Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-06-16T07:32:22.218Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-06-16T07:32:22.218Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-06-16T07:32:22.218Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-06-16T07:32:22.218Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-06-16T07:32:22.218Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-06-16T07:32:22.218Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-06-16T07:32:22.218Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-06-16T07:32:22.218Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-06-16T07:32:22.218Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-06-16T07:32:22.218Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-06-16T07:32:22.218Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-06-16T07:32:22.218Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-06-16T07:32:22.218Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-06-16T07:32:22.218Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T07:32:22.218Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-06-16T07:32:22.218Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T07:32:22.218Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T07:32:22.218Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T07:32:22.218Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-06-16T07:32:22.218Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-06-16T07:32:22.218Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-06-16T07:32:22.218Z] [2021-06-16T07:32:22.218Z] Current default time zone: 'Etc/UTC' [2021-06-16T07:32:22.218Z] Local time is now: Wed Jun 16 07:32:21 UTC 2021. [2021-06-16T07:32:22.218Z] Universal Time is now: Wed Jun 16 07:32:21 UTC 2021. [2021-06-16T07:32:22.218Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-06-16T07:32:22.218Z] [2021-06-16T07:32:22.218Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-06-16T07:32:22.218Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T07:32:22.218Z] Setting up linux-libc-dev:amd64 (4.15.0-144.148) ... [2021-06-16T07:32:22.218Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-06-16T07:32:22.218Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-06-16T07:32:22.218Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-06-16T07:32:22.218Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-06-16T07:32:22.218Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-06-16T07:32:22.218Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-06-16T07:32:22.218Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-06-16T07:32:22.218Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T07:32:22.218Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-06-16T07:32:22.218Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T07:32:22.218Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-06-16T07:32:22.218Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T07:32:22.218Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-06-16T07:32:22.218Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-06-16T07:32:22.218Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-06-16T07:32:22.218Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-06-16T07:32:22.218Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-06-16T07:32:22.218Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-06-16T07:32:22.218Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-06-16T07:32:22.218Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-06-16T07:32:24.134Z] Updating certificates in /etc/ssl/certs... [2021-06-16T07:32:24.707Z] 23 added, 27 removed; done. [2021-06-16T07:32:24.707Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-06-16T07:32:24.707Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T07:32:24.707Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-06-16T07:32:24.707Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-06-16T07:32:24.707Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-06-16T07:32:24.707Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T07:32:24.707Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-06-16T07:32:24.707Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T07:32:24.707Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T07:32:24.707Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T07:32:24.969Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T07:32:24.969Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T07:32:24.969Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-06-16T07:32:24.969Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-06-16T07:32:24.969Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-06-16T07:32:24.969Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-06-16T07:32:24.969Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-06-16T07:32:24.969Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T07:32:24.969Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T07:32:24.969Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-06-16T07:32:24.969Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-06-16T07:32:24.969Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-06-16T07:32:24.969Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-06-16T07:32:24.969Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-06-16T07:32:24.969Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-06-16T07:32:24.969Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-06-16T07:32:25.231Z] Updating certificates in /etc/ssl/certs... [2021-06-16T07:32:25.805Z] 0 added, 0 removed; done. [2021-06-16T07:32:25.805Z] Running hooks in /etc/ca-certificates/update.d... [2021-06-16T07:32:25.805Z] done. [2021-06-16T07:32:26.067Z] Reading package lists... [2021-06-16T07:32:26.329Z] Building dependency tree... [2021-06-16T07:32:26.329Z] Reading state information... [2021-06-16T07:32:26.329Z] The following NEW packages will be installed: [2021-06-16T07:32:26.329Z] apt-transport-https [2021-06-16T07:32:26.592Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-06-16T07:32:26.592Z] Need to get 1692 B of archives. [2021-06-16T07:32:26.592Z] After this operation, 154 kB of additional disk space will be used. [2021-06-16T07:32:26.592Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-06-16T07:32:26.592Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-16T07:32:26.592Z] Fetched 1692 B in 0s (9453 B/s) [2021-06-16T07:32:26.855Z] Selecting previously unselected package apt-transport-https. [2021-06-16T07:32:26.855Z] (Reading database ... 13929 files and directories currently installed.) [2021-06-16T07:32:26.855Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-06-16T07:32:26.855Z] Unpacking apt-transport-https (1.6.13) ... [2021-06-16T07:32:26.855Z] Setting up apt-transport-https (1.6.13) ... [2021-06-16T07:32:27.117Z] Waiting for network to be ready... [2021-06-16T07:32:39.363Z] 2021-06-16T07:32:30Z INFO Waiting for automatic snapd restart... [2021-06-16T07:32:39.363Z] snapd 2.51 from Canonical* installed [2021-06-16T07:32:39.934Z] "snapd" switched to the "latest/stable" channel [2021-06-16T07:32:39.934Z] [2021-06-16T07:32:42.501Z] core18 20210507 from Canonical* installed [2021-06-16T07:32:42.501Z] "core18" switched to the "latest/stable" channel [2021-06-16T07:32:42.501Z] [2021-06-16T07:32:45.801Z] snapcraft 4.8.1 from Canonical* installed [2021-06-16T07:32:45.801Z] "snapcraft" switched to the "latest/stable" channel [2021-06-16T07:32:45.801Z] [2021-06-16T07:32:50.013Z] 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-06-16T07:32:50.013Z] - README.md [2021-06-16T07:32:50.013Z] [2021-06-16T07:32:50.013Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-06-16T07:32:50.013Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-06-16T07:32:50.274Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-06-16T07:32:50.274Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-06-16T07:32:51.480Z] Reading package lists... [2021-06-16T07:32:51.745Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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-06-16T07:32:51.745Z] Reading package lists... [2021-06-16T07:32:52.007Z] Building dependency tree... [2021-06-16T07:32:52.007Z] Reading state information... [2021-06-16T07:32:52.007Z] Suggested packages: [2021-06-16T07:32:52.007Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-06-16T07:32:52.007Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-06-16T07:32:52.007Z] Recommended packages: [2021-06-16T07:32:52.007Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-06-16T07:32:52.007Z] The following NEW packages will be installed: [2021-06-16T07:32:52.007Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-06-16T07:32:52.007Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-06-16T07:32:52.007Z] pkg-config zip [2021-06-16T07:32:52.007Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-06-16T07:32:52.007Z] Need to get 7663 kB of archives. [2021-06-16T07:32:52.007Z] After this operation, 43.8 MB of additional disk space will be used. [2021-06-16T07:32:52.007Z] 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-06-16T07:32:52.268Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-06-16T07:32:52.268Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-06-16T07:32:52.268Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-06-16T07:32:52.268Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-06-16T07:32:52.268Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-06-16T07:32:52.268Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-06-16T07:32:52.529Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-06-16T07:32:52.529Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-06-16T07:32:52.529Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-06-16T07:32:52.529Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-06-16T07:32:52.791Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-06-16T07:32:52.791Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-06-16T07:32:52.791Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-06-16T07:32:52.791Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-06-16T07:32:53.053Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-16T07:32:53.053Z] Fetched 7663 kB in 1s (9426 kB/s) [2021-06-16T07:32:53.053Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-06-16T07:32:53.053Z] (Reading database ... 13933 files and directories currently installed.) [2021-06-16T07:32:53.053Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-06-16T07:32:53.053Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-06-16T07:32:53.315Z] Selecting previously unselected package libpsl5:amd64. [2021-06-16T07:32:53.315Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-06-16T07:32:53.315Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-06-16T07:32:53.315Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-06-16T07:32:53.315Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-06-16T07:32:53.315Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-06-16T07:32:53.315Z] Selecting previously unselected package librtmp1:amd64. [2021-06-16T07:32:53.315Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-06-16T07:32:53.315Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-06-16T07:32:53.315Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-06-16T07:32:53.315Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-06-16T07:32:53.315Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-06-16T07:32:53.315Z] Selecting previously unselected package liberror-perl. [2021-06-16T07:32:53.315Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-06-16T07:32:53.315Z] Unpacking liberror-perl (0.17025-1) ... [2021-06-16T07:32:53.575Z] Selecting previously unselected package git-man. [2021-06-16T07:32:53.575Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-06-16T07:32:53.575Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-06-16T07:32:53.575Z] Selecting previously unselected package git. [2021-06-16T07:32:53.575Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-06-16T07:32:53.575Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-06-16T07:32:54.148Z] Selecting previously unselected package libnorm1:amd64. [2021-06-16T07:32:54.148Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-06-16T07:32:54.148Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-06-16T07:32:54.148Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-06-16T07:32:54.148Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-06-16T07:32:54.148Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-06-16T07:32:54.148Z] Selecting previously unselected package libsodium23:amd64. [2021-06-16T07:32:54.148Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-06-16T07:32:54.148Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-06-16T07:32:54.410Z] Selecting previously unselected package libzmq5:amd64. [2021-06-16T07:32:54.410Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-06-16T07:32:54.410Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-06-16T07:32:54.410Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-06-16T07:32:54.410Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-06-16T07:32:54.410Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-06-16T07:32:54.410Z] Selecting previously unselected package pkg-config. [2021-06-16T07:32:54.410Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-06-16T07:32:54.410Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-06-16T07:32:54.671Z] Selecting previously unselected package zip. [2021-06-16T07:32:54.671Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-06-16T07:32:54.671Z] Unpacking zip (3.0-11build1) ... [2021-06-16T07:32:54.671Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-06-16T07:32:54.671Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-06-16T07:32:54.671Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-06-16T07:32:54.671Z] Setting up liberror-perl (0.17025-1) ... [2021-06-16T07:32:54.671Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-06-16T07:32:54.671Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-06-16T07:32:54.671Z] No schema files found: doing nothing. [2021-06-16T07:32:54.671Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-06-16T07:32:54.671Z] Setting up zip (3.0-11build1) ... [2021-06-16T07:32:54.671Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-06-16T07:32:54.671Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-06-16T07:32:54.671Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-06-16T07:32:54.671Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-06-16T07:32:54.671Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-06-16T07:32:54.671Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-06-16T07:32:54.671Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-06-16T07:32:54.671Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-06-16T07:32:55.245Z] git set to automatically installed. [2021-06-16T07:32:55.245Z] git-man set to automatically installed. [2021-06-16T07:32:55.245Z] libcurl3-gnutls set to automatically installed. [2021-06-16T07:32:55.245Z] liberror-perl set to automatically installed. [2021-06-16T07:32:55.245Z] libglib2.0-0 set to automatically installed. [2021-06-16T07:32:55.245Z] libnghttp2-14 set to automatically installed. [2021-06-16T07:32:55.245Z] libnorm1 set to automatically installed. [2021-06-16T07:32:55.245Z] libpgm-5.2-0 set to automatically installed. [2021-06-16T07:32:55.245Z] libpsl5 set to automatically installed. [2021-06-16T07:32:55.245Z] librtmp1 set to automatically installed. [2021-06-16T07:32:55.245Z] libsodium23 set to automatically installed. [2021-06-16T07:32:55.245Z] libzmq3-dev set to automatically installed. [2021-06-16T07:32:55.245Z] libzmq5 set to automatically installed. [2021-06-16T07:32:55.245Z] pkg-config set to automatically installed. [2021-06-16T07:32:55.245Z] zip set to automatically installed. [2021-06-16T07:32:59.466Z] snapd is not logged in, snap install commands will use sudo [2021-06-16T07:33:02.021Z] snap "core18" has no updates available [2021-06-16T07:33:03.409Z] snapd is not logged in, snap install commands will use sudo [2021-06-16T07:33:15.698Z] go (1.16/stable) 1.16.5 from Michael Hudson-Doyle (mwhudson) installed [2021-06-16T07:33:15.698Z] Downloading snap 'edgex-app-service-configurable' [2021-06-16T07:33:18.261Z] 2021/06/16 07:33:17.904931 store_download.go:482: Download size for https://api.snapcraft.io/api/v1/snaps/download/wW8JyHIizgTdIP8m6nZjdtvUCj5wEeoL_557.snap: 7307264 [2021-06-16T07:33:39.707Z] gofmt -l . [2021-06-16T07:33:39.707Z] [ "`gofmt -l .`" = "" ] [2021-06-16T07:33:39.707Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-16T07:33:40.375Z] + ls -al . [2021-06-16T07:33:40.375Z] total 544 [2021-06-16T07:33:40.375Z] drwxrwxr-x 9 1001 1001 4096 Jun 16 07:33 . [2021-06-16T07:33:40.375Z] drwxr-xr-x 4 root root 4096 Jun 16 07:29 .. [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 11 Jun 16 07:27 .dockerignore [2021-06-16T07:33:40.375Z] drwxrwxr-x 8 1001 1001 4096 Jun 16 07:27 .git [2021-06-16T07:33:40.375Z] drwxrwxr-x 3 1001 1001 4096 Jun 16 07:27 .github [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 818 Jun 16 07:27 .gitignore [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 166 Jun 16 07:27 .sonarcloud.properties [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 8609 Jun 16 07:27 Attribution.txt [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 3804 Jun 16 07:27 CONTRIBUTING.md [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 931 Jun 16 07:27 Dockerfile.build [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 849 Jun 16 07:27 Jenkinsfile [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 10775 Jun 16 07:27 LICENSE [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 5605 Jun 16 07:27 Makefile [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 7905 Jun 16 07:27 README.md [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 7071 Jun 16 07:27 SECURITY.md [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 5 Jun 16 07:23 VERSION [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 4131 Jun 16 07:27 ZMQWindows.md [2021-06-16T07:33:40.375Z] drwxrwxr-x 2 1001 1001 4096 Jun 16 07:27 bin [2021-06-16T07:33:40.375Z] drwxrwxr-x 14 1001 1001 4096 Jun 16 07:27 cmd [2021-06-16T07:33:40.375Z] -rw-r--r-- 1 root root 398195 Jun 16 07:32 coverage.out [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 841 Jun 16 07:27 go.mod [2021-06-16T07:33:40.375Z] -rw-r--r-- 1 root root 20934 Jun 16 07:29 go.sum [2021-06-16T07:33:40.375Z] drwxrwxr-x 7 1001 1001 4096 Jun 16 07:27 internal [2021-06-16T07:33:40.375Z] drwxrwxr-x 3 1001 1001 4096 Jun 16 07:27 openapi [2021-06-16T07:33:40.375Z] drwxrwxr-x 4 1001 1001 4096 Jun 16 07:27 snap [2021-06-16T07:33:40.375Z] -rw-rw-r-- 1 1001 1001 168 Jun 16 07:27 version.go [Pipeline] sh [2021-06-16T07:33:41.035Z] + '[' -e coverage.out ] [2021-06-16T07:33:41.035Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-16T07:33:41.080Z] Warning: overwriting stash ‘coverage-report’ [2021-06-16T07:33:41.873Z] Stashed 1 file(s) [Pipeline] sh [2021-06-16T07:33:42.525Z] + make build [2021-06-16T07:33:42.525Z] go mod tidy [2021-06-16T07:33:43.125Z] 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-06-16T07:33:49.841Z] 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-06-16T07:34:12.022Z] 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-06-16T07:34:12.632Z] 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-06-16T07:34:16.966Z] 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-06-16T07:34:17.239Z] 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-06-16T07:34:20.633Z] 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-06-16T07:34:24.035Z] 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-06-16T07:34:27.475Z] 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-06-16T07:34:31.850Z] 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-06-16T07:34:34.472Z] 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-06-16T07:34:37.908Z] 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-06-16T07:34:43.326Z] $ docker stop --time=1 fecc3f7667fae66830869c4c8d1f9c895e47db18818a8162cc5c0bfe56d77078 [2021-06-16T07:34:45.858Z] $ docker rm -f fecc3f7667fae66830869c4c8d1f9c895e47db18818a8162cc5c0bfe56d77078 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:34:47.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-16T07:34:47.594Z] [2021-06-16T07:34:47.594Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:34:48.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-16T07:34:48.490Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-06-16T07:34:48.491Z] 29e5d40040c1: Pulling fs layer [2021-06-16T07:34:48.491Z] 1ce36da41761: Pulling fs layer [2021-06-16T07:34:48.491Z] 25b303627fd3: Pulling fs layer [2021-06-16T07:34:48.765Z] 29e5d40040c1: Verifying Checksum [2021-06-16T07:34:48.765Z] 29e5d40040c1: Download complete [2021-06-16T07:34:49.368Z] 1ce36da41761: Verifying Checksum [2021-06-16T07:34:49.368Z] 1ce36da41761: Download complete [2021-06-16T07:34:49.368Z] 29e5d40040c1: Pull complete [2021-06-16T07:34:50.805Z] 1ce36da41761: Pull complete [2021-06-16T07:34:50.805Z] 25b303627fd3: Verifying Checksum [2021-06-16T07:34:50.805Z] 25b303627fd3: Download complete [2021-06-16T07:35:01.385Z] 25b303627fd3: Pull complete [2021-06-16T07:35:01.385Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-06-16T07:35:01.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-16T07:35:01.385Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-06-16T07:35:01.651Z] prd-ubuntu18.04-docker-arm64-4c-16g-1679 does not seem to be running inside a container [2021-06-16T07:35:01.720Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-06-16T07:35:04.766Z] $ docker top 30356b08a2e63690d7bd24d3c68ab8627ad29e8b1f0767609388627488e18807 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T07:35:05.771Z] + docker-compose build --help [2021-06-16T07:35:05.771Z] + grep parallel [2021-06-16T07:35:09.145Z] --parallel Build images in parallel. [Pipeline] } [2021-06-16T07:35:09.426Z] $ docker stop --time=1 30356b08a2e63690d7bd24d3c68ab8627ad29e8b1f0767609388627488e18807 [2021-06-16T07:35:11.270Z] $ docker rm -f 30356b08a2e63690d7bd24d3c68ab8627ad29e8b1f0767609388627488e18807 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:35:11.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-16T07:35:11.971Z] . [Pipeline] withDockerContainer [2021-06-16T07:35:12.235Z] prd-ubuntu18.04-docker-arm64-4c-16g-1679 does not seem to be running inside a container [2021-06-16T07:35:12.318Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-06-16T07:35:14.052Z] $ docker top 411caaa88eec8bab430b53ec359b877f5d24a420c1029512a29e8171ec0a3f0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T07:35:15.049Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-16T07:35:18.429Z] Building core-command ... [2021-06-16T07:35:18.429Z] Building core-data ... [2021-06-16T07:35:18.429Z] Building core-metadata ... [2021-06-16T07:35:18.429Z] Building security-bootstrapper ... [2021-06-16T07:35:18.429Z] Building security-proxy-setup ... [2021-06-16T07:35:18.429Z] Building security-secretstore-setup ... [2021-06-16T07:35:18.429Z] Building support-notifications ... [2021-06-16T07:35:18.429Z] Building support-scheduler ... [2021-06-16T07:35:18.429Z] Building sys-mgmt-agent ... [2021-06-16T07:35:18.429Z] Building core-command [2021-06-16T07:35:18.429Z] Building support-scheduler [2021-06-16T07:35:18.429Z] Building security-proxy-setup [2021-06-16T07:35:18.429Z] Building sys-mgmt-agent [2021-06-16T07:35:18.699Z] Building security-secretstore-setup [2021-06-16T07:36:26.691Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:36:26.691Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:36:26.691Z] ---> c9c7fb42211a [2021-06-16T07:36:26.691Z] Step 3/22 : WORKDIR /edgex-go [2021-06-16T07:36:26.691Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:36:26.691Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:36:26.691Z] ---> c9c7fb42211a [2021-06-16T07:36:26.691Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T07:36:26.691Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:36:26.691Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:36:26.691Z] ---> c9c7fb42211a [2021-06-16T07:36:26.691Z] Step 3/23 : WORKDIR /edgex-go [2021-06-16T07:36:26.691Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:36:26.691Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:36:26.691Z] ---> c9c7fb42211a [2021-06-16T07:36:26.691Z] Step 3/26 : WORKDIR /edgex-go [2021-06-16T07:36:26.691Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:36:26.691Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:36:26.691Z] ---> c9c7fb42211a [2021-06-16T07:36:26.691Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T07:36:27.288Z] ---> Running in 9b743e3a8db3 [2021-06-16T07:36:27.288Z] ---> Running in aab0e0793e33 [2021-06-16T07:36:27.288Z] ---> Running in 8453d934cb22 [2021-06-16T07:36:27.288Z] ---> Running in 0ee20e9d2dd7 [2021-06-16T07:36:27.288Z] ---> Running in cdde6dc95569 [2021-06-16T07:36:27.888Z] Removing intermediate container 8453d934cb22 [2021-06-16T07:36:27.888Z] ---> 1e9b8aea8d0d [2021-06-16T07:36:27.888Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:36:27.888Z] Removing intermediate container cdde6dc95569 [2021-06-16T07:36:27.888Z] ---> b6073b1c21ee [2021-06-16T07:36:27.888Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:36:27.888Z] Removing intermediate container 0ee20e9d2dd7 [2021-06-16T07:36:27.888Z] ---> 26c249842653 [2021-06-16T07:36:27.888Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:36:27.888Z] ---> Running in 01cece51e620 [2021-06-16T07:36:27.888Z] Removing intermediate container 9b743e3a8db3 [2021-06-16T07:36:27.888Z] ---> f96c2ed10fe1 [2021-06-16T07:36:27.888Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:36:27.888Z] Removing intermediate container aab0e0793e33 [2021-06-16T07:36:27.888Z] ---> d0f7d4c3349e [2021-06-16T07:36:27.888Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:36:28.171Z] ---> Running in 030a952de003 [2021-06-16T07:36:28.171Z] ---> Running in 7d9f4e6780fe [2021-06-16T07:36:28.171Z] ---> Running in 407f33b0c76c [2021-06-16T07:36:28.171Z] ---> Running in 1f32ade7cde5 [2021-06-16T07:36:31.588Z] Removing intermediate container 01cece51e620 [2021-06-16T07:36:31.588Z] ---> d59aac3bad10 [2021-06-16T07:36:31.588Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-16T07:36:31.866Z] ---> Running in 148c39b45b57 [2021-06-16T07:36:31.866Z] Removing intermediate container 030a952de003 [2021-06-16T07:36:31.866Z] ---> 26c371c96dda [2021-06-16T07:36:31.866Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-16T07:36:32.141Z] Removing intermediate container 7d9f4e6780fe [2021-06-16T07:36:32.141Z] ---> 8644698d9561 [2021-06-16T07:36:32.141Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-16T07:36:32.141Z] ---> Running in 3c234ba092c8 [2021-06-16T07:36:32.418Z] Removing intermediate container 407f33b0c76c [2021-06-16T07:36:32.418Z] ---> 6c9c03a9b35b [2021-06-16T07:36:32.418Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-16T07:36:32.691Z] ---> Running in 83ade55d2ca1 [2021-06-16T07:36:32.691Z] Removing intermediate container 1f32ade7cde5 [2021-06-16T07:36:32.691Z] ---> 917f350bb480 [2021-06-16T07:36:32.691Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-16T07:36:32.691Z] ---> Running in bb4c4bcebb61 [2021-06-16T07:36:32.974Z] ---> Running in c6cf2d0aab79 [2021-06-16T07:36:33.961Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:36:34.234Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:36:34.831Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:36:34.831Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:36:34.831Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:36:35.105Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:36:35.378Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:36:35.658Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:36:35.936Z] OK: 218 MiB in 52 packages [2021-06-16T07:36:35.936Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:36:35.936Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:36:36.558Z] OK: 218 MiB in 52 packages [2021-06-16T07:36:37.278Z] OK: 218 MiB in 52 packages [2021-06-16T07:36:37.278Z] OK: 218 MiB in 52 packages [2021-06-16T07:36:37.278Z] OK: 218 MiB in 52 packages [2021-06-16T07:36:37.699Z] Removing intermediate container 148c39b45b57 [2021-06-16T07:36:37.699Z] ---> ead76f83036b [2021-06-16T07:36:37.699Z] Step 6/23 : COPY go.mod . [2021-06-16T07:36:39.207Z] Removing intermediate container 83ade55d2ca1 [2021-06-16T07:36:39.207Z] ---> 83a55ebfffcc [2021-06-16T07:36:39.207Z] Step 6/26 : COPY go.mod . [2021-06-16T07:36:39.207Z] Removing intermediate container 3c234ba092c8 [2021-06-16T07:36:39.207Z] ---> 1e0d4252a275 [2021-06-16T07:36:39.207Z] Step 6/22 : COPY go.mod . [2021-06-16T07:36:39.207Z] ---> fc27d40c9ed8 [2021-06-16T07:36:39.207Z] Step 7/23 : RUN go mod download [2021-06-16T07:36:39.483Z] Removing intermediate container bb4c4bcebb61 [2021-06-16T07:36:39.483Z] ---> aa36b532ba01 [2021-06-16T07:36:39.483Z] Step 6/24 : COPY go.mod . [2021-06-16T07:36:39.483Z] Removing intermediate container c6cf2d0aab79 [2021-06-16T07:36:39.483Z] ---> 8a3acfaf9b59 [2021-06-16T07:36:39.483Z] Step 6/24 : COPY go.mod . [2021-06-16T07:36:39.483Z] ---> Running in 75a27b5d7844 [2021-06-16T07:36:40.484Z] ---> 38f87357d3b5 [2021-06-16T07:36:40.484Z] Step 7/26 : RUN go mod download [2021-06-16T07:36:40.484Z] ---> Running in 227e27c7ec86 [2021-06-16T07:36:40.757Z] ---> d91e38d1c890 [2021-06-16T07:36:40.757Z] Step 7/22 : RUN go mod download [2021-06-16T07:36:40.757Z] ---> 1bd1c356e7af [2021-06-16T07:36:40.757Z] Step 7/24 : RUN go mod download [2021-06-16T07:36:41.037Z] ---> Running in 55b8bda2382d [2021-06-16T07:36:41.037Z] ---> Running in 6cfcae51a903 [2021-06-16T07:36:41.037Z] ---> 7d16019f1764 [2021-06-16T07:36:41.037Z] Step 7/24 : RUN go mod download [2021-06-16T07:36:41.314Z] ---> Running in f0dacf63fa42 [2021-06-16T07:36:43.320Z] Removing intermediate container 75a27b5d7844 [2021-06-16T07:36:43.320Z] ---> 6762fa1daeb3 [2021-06-16T07:36:43.320Z] Step 8/23 : COPY . . [2021-06-16T07:36:45.325Z] Removing intermediate container 227e27c7ec86 [2021-06-16T07:36:45.325Z] ---> 0013b5005c71 [2021-06-16T07:36:45.325Z] Step 8/26 : COPY . . [2021-06-16T07:36:45.922Z] Removing intermediate container 55b8bda2382d [2021-06-16T07:36:45.922Z] ---> cefcad33d182 [2021-06-16T07:36:45.922Z] Step 8/22 : COPY . . [2021-06-16T07:36:46.906Z] Removing intermediate container 6cfcae51a903 [2021-06-16T07:36:46.906Z] ---> 9ebc3696b587 [2021-06-16T07:36:46.906Z] Step 8/24 : COPY . . [2021-06-16T07:36:46.906Z] Removing intermediate container f0dacf63fa42 [2021-06-16T07:36:46.906Z] ---> 5c575dc21314 [2021-06-16T07:36:46.906Z] Step 8/24 : COPY . . [2021-06-16T07:37:09.107Z] ---> c67cfa19ab99 [2021-06-16T07:37:09.107Z] Step 9/26 : RUN go mod tidy [2021-06-16T07:37:09.107Z] ---> 76f56b857d7b [2021-06-16T07:37:09.107Z] Step 9/23 : RUN go mod tidy [2021-06-16T07:37:09.383Z] ---> 70506af2e9e1 [2021-06-16T07:37:09.384Z] Step 9/22 : RUN go mod tidy [2021-06-16T07:37:09.384Z] ---> d536eadb241c [2021-06-16T07:37:09.384Z] Step 9/24 : RUN go mod tidy [2021-06-16T07:37:09.384Z] ---> cbbff53376eb [2021-06-16T07:37:09.384Z] Step 9/24 : RUN go mod tidy [2021-06-16T07:37:09.661Z] ---> Running in 5515bccd8bc1 [2021-06-16T07:37:09.661Z] ---> Running in d95c90fbe7d2 [2021-06-16T07:37:09.661Z] ---> Running in f090d927df6f [2021-06-16T07:37:09.661Z] ---> Running in a7a44fab1a0b [2021-06-16T07:37:09.661Z] ---> Running in 9b23c3c420bd [2021-06-16T07:37:16.420Z] Removing intermediate container 5515bccd8bc1 [2021-06-16T07:37:16.420Z] ---> 26ba9a5833ca [2021-06-16T07:37:16.420Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-16T07:37:16.420Z] ---> Running in 7ee91ab39c3e [2021-06-16T07:37:16.695Z] Removing intermediate container f090d927df6f [2021-06-16T07:37:16.695Z] ---> 90cccf03ed51 [2021-06-16T07:37:16.695Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-16T07:37:16.967Z] Removing intermediate container a7a44fab1a0b [2021-06-16T07:37:16.967Z] ---> d43419f08f26 [2021-06-16T07:37:16.967Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-16T07:37:16.967Z] ---> Running in 525cf85c6822 [2021-06-16T07:37:17.241Z] ---> Running in 4054fef511be [2021-06-16T07:37:17.241Z] Removing intermediate container d95c90fbe7d2 [2021-06-16T07:37:17.241Z] ---> 0a9f026e83c3 [2021-06-16T07:37:17.241Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-16T07:37:17.241Z] Removing intermediate container 9b23c3c420bd [2021-06-16T07:37:17.241Z] ---> cbbd913df6b1 [2021-06-16T07:37:17.241Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-16T07:37:17.520Z] ---> Running in 07432b077daa [2021-06-16T07:37:17.520Z] ---> Running in b419e87ef6db [2021-06-16T07:37:18.521Z] 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-06-16T07:37:19.123Z] 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-06-16T07:37:19.749Z] 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-06-16T07:37:19.749Z] 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-06-16T07:37:20.026Z] 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-06-16T07:37:24.985Z] Pulling app-service-config [2021-06-16T07:37:24.986Z] + snapcraftctl pull [2021-06-16T07:37:24.986Z] Pulling config-common [2021-06-16T07:37:24.986Z] + snapcraftctl pull [2021-06-16T07:37:24.986Z] Pulling go-build-helper [2021-06-16T07:37:24.986Z] + snapcraftctl pull [2021-06-16T07:37:24.986Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-06-16T07:37:24.986Z] Skipping pull go-build-helper (already ran) [2021-06-16T07:37:24.986Z] Building go-build-helper [2021-06-16T07:37:24.986Z] + snapcraftctl build [2021-06-16T07:37:24.986Z] Staging go-build-helper [2021-06-16T07:37:24.986Z] + snapcraftctl stage [2021-06-16T07:37:34.442Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-06-16T07:37:34.442Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-06-16T07:37:34.442Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1753 kB] [2021-06-16T07:37:34.442Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [326 kB] [2021-06-16T07:37:34.442Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-06-16T07:37:34.442Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-06-16T07:37:34.442Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [347 kB] [2021-06-16T07:37:34.442Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [46.3 kB] [2021-06-16T07:37:34.442Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1128 kB] [2021-06-16T07:37:34.442Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [255 kB] [2021-06-16T07:37:34.442Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-06-16T07:37:34.442Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-06-16T07:37:34.442Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-06-16T07:37:34.442Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-06-16T07:37:34.442Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-06-16T07:37:34.442Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-06-16T07:37:34.442Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-06-16T07:37:34.442Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-06-16T07:37:34.442Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-06-16T07:37:34.442Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2099 kB] [2021-06-16T07:37:34.442Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [417 kB] [2021-06-16T07:37:34.442Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-06-16T07:37:34.442Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-06-16T07:37:34.442Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [370 kB] [2021-06-16T07:37:34.442Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [50.1 kB] [2021-06-16T07:37:34.442Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1736 kB] [2021-06-16T07:37:34.442Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [370 kB] [2021-06-16T07:37:34.442Z] Fetched 24.7 MB in 0s (0 B/s) [2021-06-16T07:37:34.442Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-06-16T07:37:34.442Z] Fetched 224 kB in 0s (0 B/s) [2021-06-16T07:37:34.442Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-06-16T07:37:34.442Z] Fetched 157 kB in 0s (0 B/s) [2021-06-16T07:37:34.442Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-06-16T07:37:34.442Z] Fetched 221 kB in 0s (0 B/s) [2021-06-16T07:37:34.442Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-06-16T07:37:34.442Z] Fetched 143 kB in 0s (0 B/s) [2021-06-16T07:37:34.442Z] Pulling edgex-go [2021-06-16T07:37:34.442Z] + snapcraftctl pull [2021-06-16T07:37:49.438Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-06-16T07:37:49.438Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-06-16T07:37:49.438Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-06-16T07:37:49.438Z] Fetched 0 B in 0s (0 B/s) [2021-06-16T07:37:49.438Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-06-16T07:37:49.438Z] Fetched 96.5 kB in 0s (0 B/s) [2021-06-16T07:37:49.438Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-06-16T07:37:49.438Z] Fetched 279 kB in 0s (0 B/s) [2021-06-16T07:37:49.438Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-06-16T07:37:49.438Z] Fetched 122 kB in 0s (0 B/s) [2021-06-16T07:37:49.438Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-06-16T07:37:49.438Z] Fetched 77.8 kB in 0s (0 B/s) [2021-06-16T07:37:49.438Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-06-16T07:37:49.439Z] Fetched 8848 B in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-06-16T07:37:49.439Z] Fetched 47.8 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-06-16T07:37:49.439Z] Fetched 45.6 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-06-16T07:37:49.439Z] Fetched 15.0 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-06-16T07:37:49.439Z] Fetched 219 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-06-16T07:37:49.439Z] Fetched 154 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-06-16T07:37:49.439Z] Fetched 50.6 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-06-16T07:37:49.439Z] Fetched 14.8 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-06-16T07:37:49.439Z] Fetched 41.8 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-06-16T07:37:49.439Z] Fetched 499 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-06-16T07:37:49.439Z] Fetched 111 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-06-16T07:37:49.439Z] Fetched 240 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-06-16T07:37:49.439Z] Fetched 29.3 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-06-16T07:37:49.439Z] Fetched 85.5 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-06-16T07:37:49.439Z] Fetched 24.5 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-06-16T07:37:49.439Z] Fetched 49.2 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-06-16T07:37:49.439Z] Fetched 54.2 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-06-16T07:37:49.439Z] Fetched 30.8 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-06-16T07:37:49.439Z] Fetched 15.8 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-06-16T07:37:49.439Z] Fetched 85.9 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-06-16T07:37:49.439Z] Fetched 8720 B in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-06-16T07:37:49.439Z] Fetched 137 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-06-16T07:37:49.439Z] Fetched 119 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-06-16T07:37:49.439Z] Fetched 110 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-06-16T07:37:49.439Z] Fetched 11.1 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-06-16T07:37:49.439Z] Fetched 645 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-06-16T07:37:49.439Z] Fetched 41.3 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-06-16T07:37:49.439Z] Fetched 17.9 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-06-16T07:37:49.439Z] Fetched 368 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-06-16T07:37:49.439Z] Fetched 187 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-06-16T07:37:49.439Z] Fetched 175 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-06-16T07:37:49.439Z] Fetched 206 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-06-16T07:37:49.439Z] Fetched 1301 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-06-16T07:37:49.439Z] Fetched 36.2 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-06-16T07:37:49.439Z] Fetched 159 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-06-16T07:37:49.439Z] Fetched 107 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-06-16T07:37:49.439Z] Fetched 48.7 kB in 0s (0 B/s) [2021-06-16T07:37:49.439Z] Pulling static-packages [2021-06-16T07:37:49.439Z] + snapcraftctl pull [2021-06-16T07:37:49.439Z] Pulling version [2021-06-16T07:37:49.439Z] + cd /root/project [2021-06-16T07:37:49.439Z] + + git describe --tags --abbrev=0 [2021-06-16T07:37:49.439Z] sed s/v// [2021-06-16T07:37:49.439Z] + GIT_VERSION=2.0.0-dev.266 [2021-06-16T07:37:49.439Z] + [ -z 2.0.0-dev.266 ] [2021-06-16T07:37:49.439Z] + snapcraftctl set-version 2.0.0-dev.266 [2021-06-16T07:37:50.012Z] Building app-service-config [2021-06-16T07:37:50.012Z] + snapcraftctl build [2021-06-16T07:37:51.937Z] Building config-common [2021-06-16T07:37:51.937Z] + snapcraftctl build [2021-06-16T07:37:53.857Z] Skipping build go-build-helper (already ran) [2021-06-16T07:37:54.119Z] Building edgex-go [2021-06-16T07:37:54.119Z] + cd /root/parts/edgex-go/src [2021-06-16T07:37:54.119Z] + make build [2021-06-16T07:37:54.119Z] go mod tidy [2021-06-16T07:37:56.675Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-06-16T07:37:56.675Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.66 [2021-06-16T07:37:56.675Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.100 [2021-06-16T07:37:56.675Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-06-16T07:37:56.675Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.16 [2021-06-16T07:37:56.675Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2021-06-16T07:37:56.675Z] go: downloading github.com/google/uuid v1.2.0 [2021-06-16T07:37:56.675Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-06-16T07:37:56.675Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-06-16T07:37:56.675Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-06-16T07:37:56.675Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.26 [2021-06-16T07:37:56.675Z] go: downloading github.com/lib/pq v1.10.2 [2021-06-16T07:37:56.675Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-06-16T07:37:56.675Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-06-16T07:37:56.936Z] go: downloading github.com/pelletier/go-toml v1.9.2 [2021-06-16T07:37:57.196Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.8 [2021-06-16T07:37:57.196Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-06-16T07:37:57.457Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.10 [2021-06-16T07:37:58.028Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-16T07:37:58.028Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-16T07:37:58.028Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-06-16T07:37:58.028Z] go: downloading github.com/go-playground/validator/v10 v10.6.1 [2021-06-16T07:37:58.028Z] go: downloading github.com/go-kit/kit v0.9.0 [2021-06-16T07:37:58.028Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-06-16T07:37:58.028Z] go: downloading github.com/x448/float16 v0.8.4 [2021-06-16T07:37:58.028Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-06-16T07:37:58.304Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-06-16T07:37:58.304Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-06-16T07:37:58.304Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-06-16T07:37:58.304Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-06-16T07:37:58.304Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-06-16T07:37:58.304Z] go: downloading golang.org/x/text v0.3.2 [2021-06-16T07:37:58.304Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-06-16T07:37:58.304Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-06-16T07:37:58.304Z] go: downloading github.com/kr/pretty v0.2.0 [2021-06-16T07:37:58.304Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-06-16T07:37:58.304Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-06-16T07:37:58.578Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-06-16T07:37:58.578Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-06-16T07:37:58.578Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-06-16T07:37:58.838Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-06-16T07:37:58.838Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-06-16T07:37:58.838Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-06-16T07:37:59.099Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-06-16T07:37:59.099Z] go: downloading github.com/kr/text v0.1.0 [2021-06-16T07:37:59.099Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-06-16T07:37:59.099Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-06-16T07:37:59.099Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-06-16T07:37:59.099Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-06-16T07:37:59.358Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-06-16T07:37:59.358Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-16T07:37:59.358Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-06-16T07:37:59.358Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-06-16T07:37:59.358Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-06-16T07:37:59.358Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-06-16T07:37:59.358Z] go: downloading github.com/fatih/color v1.9.0 [2021-06-16T07:37:59.358Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-16T07:37:59.358Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-16T07:37:59.358Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-16T07:37:59.358Z] go: downloading github.com/pkg/errors v0.8.1 [2021-06-16T07:37:59.358Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-06-16T07:37:59.358Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-06-16T07:37:59.358Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-06-16T07:37:59.358Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-06-16T07:37:59.358Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-06-16T07:37:59.358Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-06-16T07:37:59.617Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-06-16T07:37:59.617Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-06-16T07:37:59.617Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-06-16T07:37:59.617Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-06-16T07:37:59.617Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-06-16T07:37:59.617Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-06-16T07:37:59.617Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-06-16T07:37:59.617Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-06-16T07:37:59.617Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-06-16T07:37:59.617Z] go: downloading github.com/miekg/dns v1.1.26 [2021-06-16T07:37:59.617Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-06-16T07:37:59.618Z] 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-06-16T07:38:09.619Z] 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-06-16T07:38:12.917Z] 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-06-16T07:38:13.857Z] 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-06-16T07:38:14.807Z] 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-06-16T07:38:15.378Z] 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-06-16T07:38:16.319Z] 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-06-16T07:38:17.261Z] 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-06-16T07:38:18.648Z] 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-06-16T07:38:19.591Z] 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-06-16T07:38:20.977Z] 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-06-16T07:38:21.550Z] 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-06-16T07:38:23.463Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-06-16T07:38:23.463Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-06-16T07:38:23.463Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-06-16T07:38:23.463Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-06-16T07:38:23.463Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-06-16T07:38:23.463Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-06-16T07:38:23.463Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-06-16T07:38:23.463Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-06-16T07:38:23.463Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-06-16T07:38:23.463Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-06-16T07:38:23.463Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-06-16T07:38:23.463Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-06-16T07:38:23.463Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-06-16T07:38:23.463Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-06-16T07:38:23.463Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-06-16T07:38:23.463Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-06-16T07:38:23.463Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-06-16T07:38:23.463Z] + 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-06-16T07:38:23.463Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-06-16T07:38:23.463Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-06-16T07:38:23.463Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-06-16T07:38:23.463Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-06-16T07:38:23.463Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-06-16T07:38:23.463Z] + 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-06-16T07:38:23.463Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-06-16T07:38:23.463Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-06-16T07:38:23.463Z] + 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-06-16T07:38:26.775Z] Building static-packages [2021-06-16T07:38:26.775Z] + snapcraftctl build [2021-06-16T07:38:28.689Z] Building version [2021-06-16T07:38:28.689Z] + snapcraftctl build [2021-06-16T07:38:30.605Z] Staging app-service-config [2021-06-16T07:38:30.605Z] + snapcraftctl stage [2021-06-16T07:38:31.546Z] Staging config-common [2021-06-16T07:38:31.546Z] + snapcraftctl stage [2021-06-16T07:38:32.495Z] Skipping stage go-build-helper (already ran) [2021-06-16T07:38:32.495Z] Staging edgex-go [2021-06-16T07:38:32.495Z] + snapcraftctl stage [2021-06-16T07:38:33.878Z] Staging static-packages [2021-06-16T07:38:33.878Z] + snapcraftctl stage [2021-06-16T07:38:34.819Z] Staging version [2021-06-16T07:38:34.819Z] + snapcraftctl stage [2021-06-16T07:38:35.762Z] Priming app-service-config [2021-06-16T07:38:35.762Z] + snapcraftctl prime [2021-06-16T07:38:37.147Z] Priming config-common [2021-06-16T07:38:37.147Z] + snapcraftctl prime [2021-06-16T07:38:38.572Z] Priming go-build-helper [2021-06-16T07:38:38.572Z] + snapcraftctl prime [2021-06-16T07:38:39.513Z] Priming edgex-go [2021-06-16T07:38:39.513Z] + snapcraftctl prime [2021-06-16T07:38:40.896Z] Priming static-packages [2021-06-16T07:38:40.896Z] + snapcraftctl prime [2021-06-16T07:38:43.443Z] Priming version [2021-06-16T07:38:43.443Z] + snapcraftctl prime [2021-06-16T07:38:44.016Z] 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] } [2021-06-16T07:39:13.808Z] 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-06-16T07:39:13.808Z] 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-06-16T07:39:13.808Z] Removing intermediate container 525cf85c6822 [2021-06-16T07:39:13.808Z] ---> b8c28a9a2803 [2021-06-16T07:39:13.808Z] [2021-06-16T07:39:13.808Z] Step 11/24 : FROM alpine:3.12 [2021-06-16T07:39:13.808Z] 3.12: Pulling from library/alpine [2021-06-16T07:39:13.808Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-16T07:39:13.808Z] Status: Downloaded newer image for alpine:3.12 [2021-06-16T07:39:13.808Z] ---> 9852663dfa18 [2021-06-16T07:39:13.808Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-16T07:39:13.808Z] ---> Running in 8ce304080083 [2021-06-16T07:39:13.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:39:13.808Z] Removing intermediate container b419e87ef6db [2021-06-16T07:39:13.808Z] ---> 7c5381b8662d [2021-06-16T07:39:13.808Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-16T07:39:13.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:39:13.808Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-16T07:39:13.808Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T07:39:13.808Z] OK: 5 MiB in 15 packages [2021-06-16T07:39:13.808Z] ---> Running in c8f86e0a790a [2021-06-16T07:39:13.808Z] Removing intermediate container 7ee91ab39c3e [2021-06-16T07:39:13.808Z] ---> a953ac9ecacb [2021-06-16T07:39:13.808Z] [2021-06-16T07:39:13.808Z] Step 11/26 : FROM alpine:3.12 [2021-06-16T07:39:13.808Z] ---> 9852663dfa18 [2021-06-16T07:39:13.808Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-16T07:39:13.808Z] Removing intermediate container 07432b077daa [2021-06-16T07:39:13.808Z] ---> f17544dfddba [2021-06-16T07:39:13.808Z] [2021-06-16T07:39:13.808Z] Step 11/23 : FROM alpine:3.12 [2021-06-16T07:39:13.808Z] ---> 9852663dfa18 [2021-06-16T07:39:13.808Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-16T07:39:13.808Z] ---> Running in 7df1cf2c1834 [2021-06-16T07:39:14.084Z] ---> Running in 2416b3d13afa [2021-06-16T07:39:14.370Z] Removing intermediate container 4054fef511be [2021-06-16T07:39:14.370Z] ---> 20659e190c51 [2021-06-16T07:39:14.370Z] [2021-06-16T07:39:14.370Z] Step 11/22 : FROM alpine:3.12 [2021-06-16T07:39:14.370Z] ---> 9852663dfa18 [2021-06-16T07:39:14.370Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-16T07:39:14.648Z] ---> Running in 337f1fb3fa3c [2021-06-16T07:39:14.649Z] Removing intermediate container 8ce304080083 [2021-06-16T07:39:14.649Z] ---> 49d3bfedd3cc [2021-06-16T07:39:14.649Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T07:39:14.925Z] ---> Running in 00b2361d1b21 [2021-06-16T07:39:15.534Z] 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-06-16T07:39:15.810Z] Removing intermediate container 00b2361d1b21 [2021-06-16T07:39:15.810Z] ---> db4c1acea76a [2021-06-16T07:39:15.810Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-16T07:39:16.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:39:16.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:39:16.083Z] ---> Running in 194a6b18718b [2021-06-16T07:39:16.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:39:16.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:39:16.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:39:16.912Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-16T07:39:16.912Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-16T07:39:16.912Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-16T07:39:16.912Z] (4/6) Installing curl (7.77.0-r0) [2021-06-16T07:39:16.912Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-16T07:39:16.912Z] (6/6) Installing su-exec (0.2-r1) [2021-06-16T07:39:16.912Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T07:39:16.912Z] Executing ca-certificates-20191127-r4.trigger [2021-06-16T07:39:16.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:39:16.912Z] Removing intermediate container 194a6b18718b [2021-06-16T07:39:16.912Z] ---> 46119fd85305 [2021-06-16T07:39:16.912Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-16T07:39:17.186Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-16T07:39:17.186Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T07:39:17.186Z] OK: 5 MiB in 15 packages [2021-06-16T07:39:17.186Z] OK: 7 MiB in 20 packages [2021-06-16T07:39:17.186Z] ---> Running in c83630362fb6 [2021-06-16T07:39:17.463Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-16T07:39:17.463Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-16T07:39:17.463Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-16T07:39:17.740Z] (4/4) Installing curl (7.77.0-r0) [2021-06-16T07:39:17.740Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T07:39:17.740Z] Executing ca-certificates-20191127-r4.trigger [2021-06-16T07:39:18.032Z] OK: 7 MiB in 18 packages [2021-06-16T07:39:18.032Z] Removing intermediate container c83630362fb6 [2021-06-16T07:39:18.032Z] ---> 53e4dcbfd67f [2021-06-16T07:39:18.032Z] Step 16/24 : WORKDIR / [2021-06-16T07:39:18.304Z] ---> Running in 9c1c63c8b213 [2021-06-16T07:39:19.289Z] Removing intermediate container 2416b3d13afa [2021-06-16T07:39:19.289Z] ---> 674eed45d6ea [2021-06-16T07:39:19.289Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T07:39:19.289Z] ---> Running in b90865bf96ee [2021-06-16T07:39:19.569Z] Removing intermediate container 9c1c63c8b213 [2021-06-16T07:39:19.569Z] ---> 4aca01894857 [2021-06-16T07:39:19.569Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T07:39:19.844Z] Removing intermediate container c8f86e0a790a [2021-06-16T07:39:19.844Z] ---> a1c96f915487 [2021-06-16T07:39:19.844Z] [2021-06-16T07:39:19.844Z] Step 12/24 : FROM docker:20.10.0 [2021-06-16T07:39:19.844Z] Removing intermediate container 7df1cf2c1834 [2021-06-16T07:39:19.844Z] ---> 1c83e8bb38f8 [2021-06-16T07:39:19.844Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-16T07:39:20.119Z] 20.10.0: Pulling from library/docker [2021-06-16T07:39:20.119Z] ---> Running in ea735f5a6c7e [2021-06-16T07:39:20.119Z] Removing intermediate container b90865bf96ee [2021-06-16T07:39:20.119Z] ---> 00d2fe2a9df1 [2021-06-16T07:39:20.119Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-16T07:39:20.395Z] Removing intermediate container 337f1fb3fa3c [2021-06-16T07:39:20.395Z] ---> 9f7ee0741a76 [2021-06-16T07:39:20.395Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-16T07:39:20.666Z] ---> Running in be6a4288ec9a [2021-06-16T07:39:20.666Z] ---> Running in 716eb30e12cc [2021-06-16T07:39:20.666Z] ---> cc0d3e44aa72 [2021-06-16T07:39:20.667Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-16T07:39:20.945Z] Removing intermediate container ea735f5a6c7e [2021-06-16T07:39:20.945Z] ---> a9034ff26c0c [2021-06-16T07:39:20.945Z] Step 14/26 : WORKDIR / [2021-06-16T07:39:21.219Z] ---> Running in 24f26a488c6c [2021-06-16T07:39:21.499Z] Removing intermediate container be6a4288ec9a [2021-06-16T07:39:21.499Z] ---> f44fddffc623 [2021-06-16T07:39:21.499Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-16T07:39:21.773Z] Removing intermediate container 716eb30e12cc [2021-06-16T07:39:21.773Z] ---> 2c607054ba02 [2021-06-16T07:39:21.773Z] Step 14/22 : WORKDIR /edgex [2021-06-16T07:39:22.050Z] ---> Running in 7c6ead8a7f5c [2021-06-16T07:39:22.050Z] ---> Running in ae08b532bb08 [2021-06-16T07:39:22.325Z] Removing intermediate container 24f26a488c6c [2021-06-16T07:39:22.325Z] ---> ac2e3c2c989d [2021-06-16T07:39:22.325Z] 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-06-16T07:39:22.600Z] Removing intermediate container 7c6ead8a7f5c [2021-06-16T07:39:22.600Z] ---> 90a6747ef8ee [2021-06-16T07:39:22.600Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T07:39:22.881Z] ---> 6d25c1535de8 [2021-06-16T07:39:22.881Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-16T07:39:23.159Z] Removing intermediate container ae08b532bb08 [2021-06-16T07:39:23.159Z] ---> f64d7a5f5a15 [2021-06-16T07:39:23.159Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-16T07:39:25.412Z] ---> 05c6f3e67015 [2021-06-16T07:39:25.412Z] 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-06-16T07:39:25.412Z] ---> 405a8f2aba07 [2021-06-16T07:39:25.412Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-16T07:39:25.412Z] ---> 7fdd399cf5f7 [2021-06-16T07:39:25.412Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-16T07:39:25.412Z] ---> 13ef78944534 [2021-06-16T07:39:25.412Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-16T07:39:25.688Z] ---> Running in e33244a622a5 [2021-06-16T07:39:26.675Z] ---> d80c25ccbc8a [2021-06-16T07:39:26.675Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-16T07:39:26.956Z] Removing intermediate container e33244a622a5 [2021-06-16T07:39:26.956Z] ---> f05674f61e45 [2021-06-16T07:39:26.956Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T07:39:27.234Z] ---> Running in f14eda90fe23 [2021-06-16T07:39:27.517Z] ---> a4c4de30e782 [2021-06-16T07:39:27.517Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-16T07:39:27.791Z] ---> 12ff27220eac [2021-06-16T07:39:27.791Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-16T07:39:28.387Z] Removing intermediate container f14eda90fe23 [2021-06-16T07:39:28.387Z] ---> a78b49384b53 [2021-06-16T07:39:28.387Z] Step 22/24 : LABEL arch=arm64 [2021-06-16T07:39:28.387Z] ---> 0a74a100a6cf [2021-06-16T07:39:28.387Z] 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-06-16T07:39:28.668Z] ---> Running in 34fd2a9064b1 [2021-06-16T07:39:28.944Z] ---> 894ef5c71185 [2021-06-16T07:39:28.945Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-16T07:39:29.219Z] ---> Running in dcdf8eaaca13 [2021-06-16T07:39:29.498Z] Removing intermediate container 34fd2a9064b1 [2021-06-16T07:39:29.498Z] ---> d07879cb90ad [2021-06-16T07:39:29.498Z] Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:39:29.771Z] ---> 1e61a7237e9f [2021-06-16T07:39:29.771Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-16T07:39:29.771Z] ---> f52a8c8fd321 [2021-06-16T07:39:29.771Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-16T07:39:29.771Z] ---> Running in e86f4521d2ee [2021-06-16T07:39:30.056Z] ---> Running in 9238ae2dae64 [2021-06-16T07:39:30.057Z] Removing intermediate container dcdf8eaaca13 [2021-06-16T07:39:30.057Z] ---> 68ac0f8a4e2c [2021-06-16T07:39:30.057Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T07:39:30.334Z] ---> Running in 2f3048b306a8 [2021-06-16T07:39:30.609Z] Removing intermediate container e86f4521d2ee [2021-06-16T07:39:30.609Z] ---> 5833fdf77072 [2021-06-16T07:39:30.609Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T07:39:30.890Z] Removing intermediate container 9238ae2dae64 [2021-06-16T07:39:30.890Z] ---> 634060ca0ca4 [2021-06-16T07:39:30.890Z] Step 19/22 : CMD ["--init=true"] [2021-06-16T07:39:31.166Z] ---> Running in 16b82145e4bd [2021-06-16T07:39:31.166Z] ---> Running in 71bc9990534f [2021-06-16T07:39:31.441Z] Removing intermediate container 2f3048b306a8 [2021-06-16T07:39:31.441Z] ---> 2ace0d18f608 [2021-06-16T07:39:31.441Z] Step 21/23 : LABEL arch=arm64 [2021-06-16T07:39:31.716Z] ---> Running in b4920c645c23 [2021-06-16T07:39:31.989Z] Removing intermediate container 16b82145e4bd [2021-06-16T07:39:31.989Z] ---> 47a93469d523 [2021-06-16T07:39:31.989Z] [2021-06-16T07:39:31.989Z] ---> e52eb4450c36 [2021-06-16T07:39:31.989Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-16T07:39:32.283Z] Removing intermediate container 71bc9990534f [2021-06-16T07:39:32.283Z] ---> 2b230e63d8fa [2021-06-16T07:39:32.283Z] Step 20/22 : LABEL arch=arm64 [2021-06-16T07:39:32.283Z] Removing intermediate container b4920c645c23 [2021-06-16T07:39:32.283Z] ---> 6c35784194a2 [2021-06-16T07:39:32.283Z] Step 22/23 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:39:32.568Z] Successfully built 47a93469d523 [2021-06-16T07:39:32.568Z] Successfully tagged core-command-arm64:latest [2021-06-16T07:39:32.568Z]  Building core-command ... done Building support-notifications [2021-06-16T07:39:32.568Z] ---> Running in 65b6ca294e86 [2021-06-16T07:39:32.843Z] ---> Running in cfec7b5cfc81 [2021-06-16T07:39:33.454Z] Removing intermediate container 65b6ca294e86 [2021-06-16T07:39:33.454Z] ---> 1d616e12d566 [2021-06-16T07:39:33.454Z] Step 21/22 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:39:33.761Z] Removing intermediate container cfec7b5cfc81 [2021-06-16T07:39:33.761Z] ---> 596442fb38d4 [2021-06-16T07:39:33.761Z] Step 23/23 : LABEL version=0.0.0 [2021-06-16T07:39:34.041Z] ---> Running in d2aa691e1774 [2021-06-16T07:39:34.318Z] ---> Running in 336d5000f086 [2021-06-16T07:39:34.917Z] ---> c46f6198aa43 [2021-06-16T07:39:34.917Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-16T07:39:34.917Z] Removing intermediate container d2aa691e1774 [2021-06-16T07:39:34.917Z] ---> a20a60b9010d [2021-06-16T07:39:34.917Z] Step 22/22 : LABEL version=0.0.0 [2021-06-16T07:39:36.904Z] Removing intermediate container 336d5000f086 [2021-06-16T07:39:36.904Z] ---> 5c9258e030fa [2021-06-16T07:39:36.904Z] [2021-06-16T07:39:37.510Z] Successfully built 5c9258e030fa [2021-06-16T07:39:37.788Z] Successfully tagged support-scheduler-arm64:latest [2021-06-16T07:39:37.788Z]  Building support-scheduler ... done Building core-metadata [2021-06-16T07:39:37.788Z] ---> Running in d145698e432c [2021-06-16T07:39:37.788Z] ---> 7c869e0357a6 [2021-06-16T07:39:37.788Z] 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-06-16T07:39:38.065Z] ---> Running in 196b1de6662b [2021-06-16T07:39:38.660Z] Removing intermediate container d145698e432c [2021-06-16T07:39:38.660Z] ---> 5a0a238c1e0c [2021-06-16T07:39:38.660Z] [2021-06-16T07:39:38.660Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-16T07:39:38.660Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-16T07:39:38.660Z] ---> eeaf43b92773 [2021-06-16T07:39:38.660Z] 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-06-16T07:39:38.933Z] Successfully built 5a0a238c1e0c [2021-06-16T07:39:39.208Z] Successfully tagged security-proxy-setup-arm64:latest [2021-06-16T07:39:39.208Z] ---> Running in 88a4d5b850e3 [2021-06-16T07:39:39.208Z]  Building security-proxy-setup ... done Building security-bootstrapper [2021-06-16T07:39:39.808Z] Removing intermediate container 88a4d5b850e3 [2021-06-16T07:39:39.808Z] ---> a6748e7cb5bf [2021-06-16T07:39:39.808Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-16T07:39:40.085Z] ---> Running in 2f569b42b926 [2021-06-16T07:39:41.077Z] Removing intermediate container 196b1de6662b [2021-06-16T07:39:41.077Z] ---> 78783e194d4b [2021-06-16T07:39:41.077Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-16T07:39:41.352Z] ---> Running in 9b813704228b [2021-06-16T07:39:41.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:39:41.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:39:42.186Z] Removing intermediate container 9b813704228b [2021-06-16T07:39:42.186Z] ---> 17bf65e752fb [2021-06-16T07:39:42.186Z] Step 24/26 : LABEL arch=arm64 [2021-06-16T07:39:42.467Z] (1/39) Installing readline (8.0.4-r0) [2021-06-16T07:39:42.467Z] (2/39) Installing bash (5.0.17-r0) [2021-06-16T07:39:42.467Z] Executing bash-5.0.17-r0.post-install [2021-06-16T07:39:42.467Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-16T07:39:42.467Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-16T07:39:42.467Z] (5/39) Installing curl (7.77.0-r0) [2021-06-16T07:39:42.467Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-16T07:39:42.467Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-16T07:39:42.467Z] (8/39) Installing expat (2.2.9-r1) [2021-06-16T07:39:42.467Z] (9/39) Installing libffi (3.3-r2) [2021-06-16T07:39:42.467Z] (10/39) Installing gdbm (1.13-r1) [2021-06-16T07:39:42.467Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-16T07:39:42.467Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-16T07:39:42.743Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-16T07:39:42.743Z] ---> Running in 6946443ab8be [2021-06-16T07:39:44.721Z] Removing intermediate container 6946443ab8be [2021-06-16T07:39:44.721Z] ---> 026d98a8ddd1 [2021-06-16T07:39:44.721Z] Step 25/26 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:39:44.721Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-16T07:39:44.721Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-16T07:39:44.721Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-16T07:39:44.721Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-16T07:39:44.721Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-16T07:39:44.721Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-16T07:39:44.721Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-16T07:39:45.103Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-16T07:39:45.103Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-16T07:39:45.103Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-16T07:39:45.103Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-16T07:39:45.103Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-16T07:39:45.103Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-16T07:39:45.103Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-16T07:39:45.103Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-16T07:39:45.103Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-16T07:39:45.103Z] ---> Running in 81527a54c921 [2021-06-16T07:39:45.103Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-16T07:39:45.103Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-16T07:39:45.103Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-16T07:39:45.408Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-16T07:39:45.408Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-16T07:39:45.408Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-16T07:39:45.408Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-16T07:39:45.408Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-16T07:39:45.408Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-16T07:39:45.408Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-16T07:39:45.715Z] Executing busybox-1.31.1-r19.trigger [2021-06-16T07:39:45.715Z] OK: 72 MiB in 59 packages [2021-06-16T07:39:46.408Z] Removing intermediate container 81527a54c921 [2021-06-16T07:39:46.408Z] ---> c9ede1a5ecab [2021-06-16T07:39:46.408Z] Step 26/26 : LABEL version=0.0.0 [2021-06-16T07:39:47.021Z] ---> Running in f827cfef4a3a [2021-06-16T07:39:47.621Z] Removing intermediate container f827cfef4a3a [2021-06-16T07:39:47.621Z] ---> 21fd994b2821 [2021-06-16T07:39:47.621Z] [2021-06-16T07:39:48.220Z] Successfully built 21fd994b2821 [2021-06-16T07:39:48.220Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-06-16T07:39:48.220Z] Building core-data [2021-06-16T07:39:50.192Z]  Building security-secretstore-setup ... done Collecting docker-compose==1.23.2 [2021-06-16T07:39:50.466Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-16T07:39:51.066Z] 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-06-16T07:39:51.066Z] Collecting texttable<0.10,>=0.9.0 [2021-06-16T07:39:51.066Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-16T07:39:53.694Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-16T07:39:53.694Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-16T07:39:54.675Z] Collecting docker<4.0,>=3.6.0 [2021-06-16T07:39:54.675Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-16T07:39:56.128Z] Collecting PyYAML<4,>=3.10 [2021-06-16T07:39:56.128Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-16T07:39:59.512Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-16T07:39:59.512Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-16T07:40:01.481Z] Collecting cached-property<2,>=1.2.0 [2021-06-16T07:40:01.481Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-16T07:40:02.084Z] Collecting jsonschema<3,>=2.5.1 [2021-06-16T07:40:02.084Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-16T07:40:02.361Z] Collecting docopt<0.7,>=0.6.1 [2021-06-16T07:40:02.361Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-16T07:40:05.762Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-16T07:40:05.762Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-16T07:40:06.370Z] Collecting docker-pycreds>=0.4.0 [2021-06-16T07:40:06.370Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-16T07:40:06.646Z] Collecting idna<2.8,>=2.5 [2021-06-16T07:40:06.646Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-16T07:40:07.633Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-16T07:40:07.633Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-16T07:40:07.906Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-06-16T07:40:07.906Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-06-16T07:40:07.906Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-16T07:40:07.906Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-16T07:40:07.906Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-16T07:40:07.906Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-16T07:40:08.895Z] Installing collected packages: texttable, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, dockerpty, cached-property, jsonschema, docopt, docker-compose [2021-06-16T07:40:08.895Z] Running setup.py install for texttable: started [2021-06-16T07:40:09.959Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:40:09.959Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:40:09.959Z] ---> c9c7fb42211a [2021-06-16T07:40:09.959Z] Step 3/23 : WORKDIR /edgex-go [2021-06-16T07:40:09.959Z] ---> Using cache [2021-06-16T07:40:09.959Z] ---> d0f7d4c3349e [2021-06-16T07:40:09.959Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:40:09.959Z] ---> Using cache [2021-06-16T07:40:09.959Z] ---> 917f350bb480 [2021-06-16T07:40:09.959Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-16T07:40:11.402Z] Running setup.py install for texttable: finished with status 'done' [2021-06-16T07:40:12.845Z] Attempting uninstall: idna [2021-06-16T07:40:12.845Z] Found existing installation: idna 2.9 [2021-06-16T07:40:12.845Z] Uninstalling idna-2.9: [2021-06-16T07:40:12.845Z] Successfully uninstalled idna-2.9 [2021-06-16T07:40:13.831Z] Attempting uninstall: urllib3 [2021-06-16T07:40:13.831Z] Found existing installation: urllib3 1.25.9 [2021-06-16T07:40:13.831Z] Uninstalling urllib3-1.25.9: [2021-06-16T07:40:13.831Z] Successfully uninstalled urllib3-1.25.9 [2021-06-16T07:40:14.112Z] ---> Running in 1943914f3bbc [2021-06-16T07:40:14.723Z] Attempting uninstall: requests [2021-06-16T07:40:14.723Z] Found existing installation: requests 2.23.0 [2021-06-16T07:40:14.723Z] Uninstalling requests-2.23.0: [2021-06-16T07:40:14.723Z] Successfully uninstalled requests-2.23.0 [2021-06-16T07:40:16.176Z] Running setup.py install for PyYAML: started [2021-06-16T07:40:16.176Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:40:16.771Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:40:17.751Z] OK: 218 MiB in 52 packages [2021-06-16T07:40:18.732Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-16T07:40:18.732Z] Running setup.py install for dockerpty: started [2021-06-16T07:40:20.188Z] Removing intermediate container 1943914f3bbc [2021-06-16T07:40:20.188Z] ---> 96b101bccb86 [2021-06-16T07:40:20.188Z] Step 6/23 : COPY go.mod . [2021-06-16T07:40:20.790Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-16T07:40:21.403Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:40:21.403Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:40:21.403Z] ---> c9c7fb42211a [2021-06-16T07:40:21.403Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T07:40:21.403Z] ---> Using cache [2021-06-16T07:40:21.403Z] ---> d0f7d4c3349e [2021-06-16T07:40:21.403Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:40:21.403Z] ---> Using cache [2021-06-16T07:40:21.403Z] ---> 917f350bb480 [2021-06-16T07:40:21.403Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-16T07:40:21.403Z] ---> Using cache [2021-06-16T07:40:21.403Z] ---> 8a3acfaf9b59 [2021-06-16T07:40:21.403Z] Step 6/24 : COPY go.mod . [2021-06-16T07:40:21.403Z] ---> Using cache [2021-06-16T07:40:21.403Z] ---> 1bd1c356e7af [2021-06-16T07:40:21.403Z] Step 7/24 : RUN go mod download [2021-06-16T07:40:21.403Z] ---> Using cache [2021-06-16T07:40:21.403Z] ---> 9ebc3696b587 [2021-06-16T07:40:21.403Z] Step 8/24 : COPY . . [2021-06-16T07:40:21.403Z] Running setup.py install for docopt: started [2021-06-16T07:40:21.680Z] ---> Using cache [2021-06-16T07:40:21.680Z] ---> cbbff53376eb [2021-06-16T07:40:21.680Z] Step 9/24 : RUN go mod tidy [2021-06-16T07:40:21.680Z] ---> Using cache [2021-06-16T07:40:21.680Z] ---> 90cccf03ed51 [2021-06-16T07:40:21.680Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-16T07:40:21.680Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:40:21.680Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:40:21.680Z] ---> c9c7fb42211a [2021-06-16T07:40:21.680Z] Step 3/32 : WORKDIR /edgex-go [2021-06-16T07:40:21.680Z] ---> Using cache [2021-06-16T07:40:21.680Z] ---> d0f7d4c3349e [2021-06-16T07:40:21.680Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:40:21.680Z] ---> Using cache [2021-06-16T07:40:21.680Z] ---> 917f350bb480 [2021-06-16T07:40:21.680Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-16T07:40:21.680Z] ---> Using cache [2021-06-16T07:40:21.680Z] ---> 8a3acfaf9b59 [2021-06-16T07:40:21.680Z] Step 6/32 : COPY go.mod . [2021-06-16T07:40:21.680Z] ---> Using cache [2021-06-16T07:40:21.680Z] ---> 1bd1c356e7af [2021-06-16T07:40:21.680Z] Step 7/32 : RUN go mod download [2021-06-16T07:40:21.680Z] ---> Using cache [2021-06-16T07:40:21.680Z] ---> 9ebc3696b587 [2021-06-16T07:40:21.680Z] Step 8/32 : COPY . . [2021-06-16T07:40:21.680Z] ---> Using cache [2021-06-16T07:40:21.680Z] ---> cbbff53376eb [2021-06-16T07:40:21.680Z] Step 9/32 : RUN go mod tidy [2021-06-16T07:40:21.680Z] ---> Using cache [2021-06-16T07:40:21.680Z] ---> 90cccf03ed51 [2021-06-16T07:40:21.680Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-16T07:40:21.959Z] ---> eac250161cd9 [2021-06-16T07:40:21.959Z] Step 7/23 : RUN go mod download [2021-06-16T07:40:22.262Z] ---> Running in 9064f3f843b5 [2021-06-16T07:40:22.262Z] ---> Running in 3e81cf6ebb3e [2021-06-16T07:40:22.538Z] ---> Running in 234a4afbad5e [2021-06-16T07:40:24.557Z] Running setup.py install for docopt: finished with status 'done' [2021-06-16T07:40:24.833Z] 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-06-16T07:40:24.833Z] 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-06-16T07:40:25.434Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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-06-16T07:40:28.861Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T07:40:28.861Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T07:40:28.861Z] ---> c9c7fb42211a [2021-06-16T07:40:28.862Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T07:40:28.862Z] ---> Using cache [2021-06-16T07:40:28.862Z] ---> d0f7d4c3349e [2021-06-16T07:40:28.862Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:40:28.862Z] ---> Using cache [2021-06-16T07:40:28.862Z] ---> 917f350bb480 [2021-06-16T07:40:28.862Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-16T07:40:28.862Z] ---> Running in 4663139fb6b4 [2021-06-16T07:40:28.862Z] Removing intermediate container 234a4afbad5e [2021-06-16T07:40:28.862Z] ---> 79faa60301a3 [2021-06-16T07:40:28.862Z] Step 8/23 : COPY . . [2021-06-16T07:40:31.503Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:40:32.486Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:40:33.477Z] OK: 218 MiB in 52 packages [2021-06-16T07:40:36.882Z] Removing intermediate container 4663139fb6b4 [2021-06-16T07:40:36.882Z] ---> c6d7f8a4d33e [2021-06-16T07:40:36.882Z] Step 6/24 : COPY go.mod . [2021-06-16T07:40:39.543Z] ---> e3c448f17a8c [2021-06-16T07:40:39.543Z] Step 7/24 : RUN go mod download [2021-06-16T07:40:39.543Z] ---> Running in 9e1616023f35 [2021-06-16T07:40:46.291Z] Removing intermediate container 9e1616023f35 [2021-06-16T07:40:46.291Z] ---> 1c3b1e660917 [2021-06-16T07:40:46.291Z] Step 8/24 : COPY . . [2021-06-16T07:40:46.291Z] Removing intermediate container 2f569b42b926 [2021-06-16T07:40:46.291Z] ---> cede93dbc8cb [2021-06-16T07:40:46.291Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-16T07:40:46.568Z] ---> Running in 89ef9df4ef55 [2021-06-16T07:40:48.047Z] Removing intermediate container 89ef9df4ef55 [2021-06-16T07:40:48.047Z] ---> 588ccea7c659 [2021-06-16T07:40:48.047Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-16T07:40:48.653Z] ---> Running in 9f135f4d4c70 [2021-06-16T07:40:50.670Z] Removing intermediate container 9f135f4d4c70 [2021-06-16T07:40:50.670Z] ---> 1574827ff3bf [2021-06-16T07:40:50.670Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-16T07:40:55.030Z] ---> cba525d040f0 [2021-06-16T07:40:55.030Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-16T07:40:59.059Z] ---> 47e62ed718bb [2021-06-16T07:40:59.059Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-16T07:41:00.521Z] ---> 0f0dd3bb11b7 [2021-06-16T07:41:00.521Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-16T07:41:00.521Z] ---> Running in d5f7f7ca6dc8 [2021-06-16T07:41:01.513Z] ---> a3ff0f4dc29d [2021-06-16T07:41:01.513Z] Step 9/23 : RUN go mod tidy [2021-06-16T07:41:01.789Z] Removing intermediate container d5f7f7ca6dc8 [2021-06-16T07:41:01.789Z] ---> 892484feb271 [2021-06-16T07:41:01.789Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T07:41:01.789Z] ---> Running in 21a5dd45ab24 [2021-06-16T07:41:02.064Z] ---> Running in 905707b711e9 [2021-06-16T07:41:04.045Z] Removing intermediate container 905707b711e9 [2021-06-16T07:41:04.045Z] ---> a3d4944a6664 [2021-06-16T07:41:04.045Z] Step 22/24 : LABEL arch=arm64 [2021-06-16T07:41:04.045Z] ---> Running in 11b78f8f8af0 [2021-06-16T07:41:05.506Z] Removing intermediate container 11b78f8f8af0 [2021-06-16T07:41:05.506Z] ---> 7767e56d1b69 [2021-06-16T07:41:05.506Z] Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:41:05.790Z] ---> Running in f2f3126305a4 [2021-06-16T07:41:06.775Z] Removing intermediate container f2f3126305a4 [2021-06-16T07:41:06.775Z] ---> 51e6dcb6276a [2021-06-16T07:41:06.775Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T07:41:07.049Z] ---> Running in 7ea50f52aa68 [2021-06-16T07:41:08.500Z] Removing intermediate container 7ea50f52aa68 [2021-06-16T07:41:08.500Z] ---> 473f14246a35 [2021-06-16T07:41:08.500Z] [2021-06-16T07:41:09.952Z] Successfully built 473f14246a35 [2021-06-16T07:41:09.952Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-06-16T07:41:10.230Z]  Building sys-mgmt-agent ... done Removing intermediate container 21a5dd45ab24 [2021-06-16T07:41:10.230Z] ---> a337dfde5e19 [2021-06-16T07:41:10.230Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-16T07:41:10.833Z] ---> Running in f4e286558a49 [2021-06-16T07:41:12.821Z] 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-06-16T07:41:14.808Z] ---> 2c6d040f2376 [2021-06-16T07:41:14.808Z] Step 9/24 : RUN go mod tidy [2021-06-16T07:41:14.808Z] ---> Running in b259f3a438f4 [2021-06-16T07:41:21.538Z] Removing intermediate container b259f3a438f4 [2021-06-16T07:41:21.538Z] ---> 2d610095b025 [2021-06-16T07:41:21.538Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-16T07:41:21.538Z] ---> Running in 58552b413fef [2021-06-16T07:41:22.978Z] 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-06-16T07:41:55.456Z] Removing intermediate container 3e81cf6ebb3e [2021-06-16T07:41:55.456Z] ---> 892af8a2b39f [2021-06-16T07:41:55.456Z] [2021-06-16T07:41:55.456Z] Step 11/32 : FROM alpine:3.12 [2021-06-16T07:41:55.456Z] ---> 9852663dfa18 [2021-06-16T07:41:55.456Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-16T07:41:55.456Z] ---> Running in 6127fb9dee77 [2021-06-16T07:41:55.456Z] Removing intermediate container 6127fb9dee77 [2021-06-16T07:41:55.456Z] ---> 7781a067b49f [2021-06-16T07:41:55.456Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-16T07:41:55.456Z] ---> Running in d8939a443b1f [2021-06-16T07:41:56.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:41:56.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:41:56.954Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-16T07:41:56.954Z] (2/2) Installing su-exec (0.2-r1) [2021-06-16T07:41:56.954Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T07:41:57.232Z] OK: 5 MiB in 16 packages [2021-06-16T07:41:59.883Z] Removing intermediate container d8939a443b1f [2021-06-16T07:41:59.883Z] ---> 2edba9df097a [2021-06-16T07:41:59.883Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-16T07:42:00.162Z] ---> Running in 6e2f6ae9bfd4 [2021-06-16T07:42:00.767Z] Removing intermediate container 6e2f6ae9bfd4 [2021-06-16T07:42:00.767Z] ---> 431709fc8a1d [2021-06-16T07:42:00.767Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-16T07:42:01.045Z] Removing intermediate container 9064f3f843b5 [2021-06-16T07:42:01.045Z] ---> 1ad7fcdf5ecf [2021-06-16T07:42:01.045Z] [2021-06-16T07:42:01.045Z] Step 11/24 : FROM alpine:3.12 [2021-06-16T07:42:01.045Z] ---> 9852663dfa18 [2021-06-16T07:42:01.045Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-16T07:42:01.045Z] ---> Using cache [2021-06-16T07:42:01.045Z] ---> 674eed45d6ea [2021-06-16T07:42:01.045Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T07:42:01.045Z] ---> Using cache [2021-06-16T07:42:01.045Z] ---> 00d2fe2a9df1 [2021-06-16T07:42:01.045Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-16T07:42:01.045Z] ---> Running in 499d7f50ba94 [2021-06-16T07:42:01.324Z] ---> Running in 6834903df823 [2021-06-16T07:42:01.934Z] Removing intermediate container 499d7f50ba94 [2021-06-16T07:42:01.934Z] ---> 292232e2851b [2021-06-16T07:42:01.934Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-16T07:42:02.220Z] ---> Running in faf6e3776dc3 [2021-06-16T07:42:02.220Z] Removing intermediate container 6834903df823 [2021-06-16T07:42:02.220Z] ---> bd73e7c90bb3 [2021-06-16T07:42:02.220Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-16T07:42:02.501Z] ---> Running in 5bc82680f4f5 [2021-06-16T07:42:03.495Z] Removing intermediate container 5bc82680f4f5 [2021-06-16T07:42:03.495Z] ---> d87608cbebd0 [2021-06-16T07:42:03.495Z] Step 16/24 : WORKDIR / [2021-06-16T07:42:03.495Z] ---> Running in 753ad6263e52 [2021-06-16T07:42:04.507Z] Removing intermediate container 753ad6263e52 [2021-06-16T07:42:04.507Z] ---> 3d22fbfd39c9 [2021-06-16T07:42:04.507Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T07:42:05.966Z] Removing intermediate container faf6e3776dc3 [2021-06-16T07:42:05.966Z] ---> e33ce00d285e [2021-06-16T07:42:05.966Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-16T07:42:05.966Z] ---> Running in bb73d306b1dd [2021-06-16T07:42:05.966Z] ---> 1e7966d46de2 [2021-06-16T07:42:05.966Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-16T07:42:06.951Z] Removing intermediate container bb73d306b1dd [2021-06-16T07:42:06.951Z] ---> 689abc46dcad [2021-06-16T07:42:06.951Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-16T07:42:08.414Z] ---> 3c6514dd3bc8 [2021-06-16T07:42:08.414Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-16T07:42:08.414Z] ---> 241307697e50 [2021-06-16T07:42:08.414Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-16T07:42:08.692Z] ---> Running in ab4bfc0d4245 [2021-06-16T07:42:10.137Z] ---> 23c4775637d2 [2021-06-16T07:42:10.137Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-16T07:42:10.414Z] ---> Running in d7e0070b6fef [2021-06-16T07:42:11.405Z] Removing intermediate container d7e0070b6fef [2021-06-16T07:42:11.405Z] ---> e1a1dfcd7c0a [2021-06-16T07:42:11.405Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T07:42:11.684Z] ---> Running in c6606b24a31c [2021-06-16T07:42:14.332Z] Removing intermediate container c6606b24a31c [2021-06-16T07:42:14.332Z] ---> 635d8b77f88a [2021-06-16T07:42:14.332Z] Step 22/24 : LABEL arch=arm64 [2021-06-16T07:42:14.332Z] Removing intermediate container ab4bfc0d4245 [2021-06-16T07:42:14.332Z] ---> 320fe9c7bfaf [2021-06-16T07:42:14.332Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T07:42:14.332Z] ---> Running in 743c4e84968c [2021-06-16T07:42:14.944Z] Removing intermediate container 743c4e84968c [2021-06-16T07:42:14.945Z] ---> 55ba3eb78a1c [2021-06-16T07:42:14.945Z] Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:42:15.222Z] ---> Running in 943122aec295 [2021-06-16T07:42:15.501Z] ---> 46ab39b7c61d [2021-06-16T07:42:15.501Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-16T07:42:16.108Z] Removing intermediate container 943122aec295 [2021-06-16T07:42:16.108Z] ---> d1056306a370 [2021-06-16T07:42:16.108Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T07:42:16.108Z] ---> Running in 935f6ea7125e [2021-06-16T07:42:17.587Z] Removing intermediate container 935f6ea7125e [2021-06-16T07:42:17.587Z] ---> ed49755016c8 [2021-06-16T07:42:17.587Z] [2021-06-16T07:42:17.867Z] ---> 7fb721dc25ef [2021-06-16T07:42:17.867Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-16T07:42:17.867Z] Successfully built ed49755016c8 [2021-06-16T07:42:17.867Z] Successfully tagged core-metadata-arm64:latest [2021-06-16T07:42:19.338Z]  Building core-metadata ... done  ---> 0d8c566482bd [2021-06-16T07:42:19.338Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-16T07:42:20.335Z] ---> b500a135342b [2021-06-16T07:42:20.335Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-16T07:42:21.801Z] ---> 79180d637757 [2021-06-16T07:42:21.801Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-16T07:42:22.095Z] ---> Running in ce26cca538b6 [2021-06-16T07:42:22.708Z] Removing intermediate container ce26cca538b6 [2021-06-16T07:42:22.708Z] ---> db1a43a57be7 [2021-06-16T07:42:22.708Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-16T07:42:24.170Z] ---> e2a1076ffe43 [2021-06-16T07:42:24.170Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-16T07:42:24.474Z] ---> Running in 98c61dd61631 [2021-06-16T07:42:27.942Z] Removing intermediate container 98c61dd61631 [2021-06-16T07:42:27.942Z] ---> 0c67d626ca4d [2021-06-16T07:42:27.942Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-16T07:42:27.942Z] ---> Running in f41f02b68745 [2021-06-16T07:42:28.929Z] Removing intermediate container f41f02b68745 [2021-06-16T07:42:28.929Z] ---> c1ec5cc4360d [2021-06-16T07:42:28.929Z] Step 29/32 : CMD ["gate"] [2021-06-16T07:42:29.205Z] ---> Running in 04e0a1ccae76 [2021-06-16T07:42:29.901Z] Removing intermediate container 04e0a1ccae76 [2021-06-16T07:42:29.901Z] ---> 3560537d5893 [2021-06-16T07:42:29.901Z] Step 30/32 : LABEL arch=arm64 [2021-06-16T07:42:30.270Z] ---> Running in fc4e2c496319 [2021-06-16T07:42:30.915Z] Removing intermediate container fc4e2c496319 [2021-06-16T07:42:30.915Z] ---> 9429ff525d7c [2021-06-16T07:42:30.915Z] Step 31/32 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:42:31.548Z] ---> Running in 6fceabbb80c5 [2021-06-16T07:42:32.543Z] Removing intermediate container 6fceabbb80c5 [2021-06-16T07:42:32.543Z] ---> 97e847182f72 [2021-06-16T07:42:32.543Z] Step 32/32 : LABEL version=0.0.0 [2021-06-16T07:42:33.149Z] ---> Running in 9e8d8a378959 [2021-06-16T07:42:34.133Z] Removing intermediate container 9e8d8a378959 [2021-06-16T07:42:34.133Z] ---> 2dce62c30f16 [2021-06-16T07:42:34.133Z] [2021-06-16T07:42:34.412Z] Successfully built 2dce62c30f16 [2021-06-16T07:42:34.686Z] Successfully tagged security-bootstrapper-arm64:latest [2021-06-16T07:42:35.671Z]  Building security-bootstrapper ... done Removing intermediate container f4e286558a49 [2021-06-16T07:42:35.671Z] ---> 292757db73c8 [2021-06-16T07:42:35.671Z] [2021-06-16T07:42:35.671Z] Step 11/23 : FROM alpine:3.12 [2021-06-16T07:42:35.671Z] ---> 9852663dfa18 [2021-06-16T07:42:35.671Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-16T07:42:35.671Z] ---> Running in f5c0d0ff53a1 [2021-06-16T07:42:37.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:42:37.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:42:38.245Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-16T07:42:38.245Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-16T07:42:38.245Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T07:42:38.245Z] Executing ca-certificates-20191127-r4.trigger [2021-06-16T07:42:38.522Z] OK: 6 MiB in 16 packages [2021-06-16T07:42:39.965Z] Removing intermediate container f5c0d0ff53a1 [2021-06-16T07:42:39.965Z] ---> d8db178c5be1 [2021-06-16T07:42:39.965Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T07:42:40.239Z] ---> Running in 7424365044df [2021-06-16T07:42:40.833Z] Removing intermediate container 7424365044df [2021-06-16T07:42:40.833Z] ---> 1fe647460356 [2021-06-16T07:42:40.833Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-16T07:42:41.110Z] ---> Running in b29180344e13 [2021-06-16T07:42:41.708Z] Removing intermediate container b29180344e13 [2021-06-16T07:42:41.708Z] ---> 044841f37810 [2021-06-16T07:42:41.708Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-16T07:42:41.982Z] ---> Running in 2644b88917db [2021-06-16T07:42:42.968Z] Removing intermediate container 2644b88917db [2021-06-16T07:42:42.968Z] ---> 3b07beac0783 [2021-06-16T07:42:42.968Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T07:42:43.944Z] Removing intermediate container 58552b413fef [2021-06-16T07:42:43.944Z] ---> aec9572d69cf [2021-06-16T07:42:43.944Z] [2021-06-16T07:42:43.944Z] Step 11/24 : FROM alpine:3.12 [2021-06-16T07:42:43.944Z] ---> 9852663dfa18 [2021-06-16T07:42:43.944Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-16T07:42:43.944Z] ---> 043beb8c650b [2021-06-16T07:42:43.944Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-16T07:42:43.944Z] ---> Running in 9f367d677439 [2021-06-16T07:42:44.924Z] Removing intermediate container 9f367d677439 [2021-06-16T07:42:44.924Z] ---> f40ce6559587 [2021-06-16T07:42:44.924Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-16T07:42:44.924Z] ---> Running in 5ab3139ec7ca [2021-06-16T07:42:45.197Z] ---> 031f1bb61ef3 [2021-06-16T07:42:45.197Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-16T07:42:45.469Z] Removing intermediate container 5ab3139ec7ca [2021-06-16T07:42:45.469Z] ---> 0bf8ec3b2c5a [2021-06-16T07:42:45.469Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-16T07:42:45.742Z] ---> Running in 763ded668a31 [2021-06-16T07:42:46.015Z] ---> 5d1f3054a037 [2021-06-16T07:42:46.015Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-16T07:42:46.015Z] Removing intermediate container 763ded668a31 [2021-06-16T07:42:46.015Z] ---> 130cc79023ae [2021-06-16T07:42:46.015Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T07:42:46.288Z] ---> Running in e3d08099ba21 [2021-06-16T07:42:46.288Z] ---> Running in 50da1edf32c3 [2021-06-16T07:42:46.882Z] Removing intermediate container e3d08099ba21 [2021-06-16T07:42:46.882Z] ---> cce38a7e17e7 [2021-06-16T07:42:46.882Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T07:42:47.154Z] ---> Running in b812752ba17d [2021-06-16T07:42:47.750Z] Removing intermediate container b812752ba17d [2021-06-16T07:42:47.750Z] ---> 01026fdd8bc4 [2021-06-16T07:42:47.750Z] Step 21/23 : LABEL arch=arm64 [2021-06-16T07:42:47.750Z] ---> Running in d48a720393db [2021-06-16T07:42:48.347Z] Removing intermediate container d48a720393db [2021-06-16T07:42:48.347Z] ---> 1dad008c0e1d [2021-06-16T07:42:48.347Z] Step 22/23 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:42:48.347Z] ---> Running in a97fc8785e61 [2021-06-16T07:42:48.621Z] Removing intermediate container 50da1edf32c3 [2021-06-16T07:42:48.621Z] ---> 6188f7886171 [2021-06-16T07:42:48.621Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-16T07:42:48.892Z] ---> Running in f01e03e13e7a [2021-06-16T07:42:49.165Z] Removing intermediate container a97fc8785e61 [2021-06-16T07:42:49.165Z] ---> b5497f4ad594 [2021-06-16T07:42:49.165Z] Step 23/23 : LABEL version=0.0.0 [2021-06-16T07:42:49.165Z] ---> Running in c6bb6314d55f [2021-06-16T07:42:49.767Z] Removing intermediate container c6bb6314d55f [2021-06-16T07:42:49.767Z] ---> 6d84f462f5ed [2021-06-16T07:42:49.767Z] [2021-06-16T07:42:50.361Z] Successfully built 6d84f462f5ed [2021-06-16T07:42:50.361Z] Successfully tagged support-notifications-arm64:latest [2021-06-16T07:42:50.361Z]  Building support-notifications ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T07:42:51.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T07:42:51.922Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-16T07:42:52.191Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-16T07:42:52.191Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-16T07:42:52.191Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-16T07:42:52.460Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-16T07:42:52.460Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-16T07:42:55.202Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T07:42:55.202Z] OK: 8 MiB in 20 packages [2021-06-16T07:42:55.202Z] Removing intermediate container f01e03e13e7a [2021-06-16T07:42:55.202Z] ---> f165532c0777 [2021-06-16T07:42:55.202Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T07:42:55.202Z] ---> 54c8db0052d2 [2021-06-16T07:42:55.202Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-16T07:42:55.801Z] ---> 43dfd017c611 [2021-06-16T07:42:55.801Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-16T07:42:56.777Z] ---> 3597045e50d3 [2021-06-16T07:42:56.777Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-16T07:42:56.777Z] ---> Running in 034999bcc2dd [2021-06-16T07:42:57.372Z] Removing intermediate container 034999bcc2dd [2021-06-16T07:42:57.373Z] ---> 85a7e522adf5 [2021-06-16T07:42:57.373Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T07:42:57.373Z] ---> Running in b9a66d1012e9 [2021-06-16T07:42:57.965Z] Removing intermediate container b9a66d1012e9 [2021-06-16T07:42:57.965Z] ---> 4be29bbe545a [2021-06-16T07:42:57.965Z] Step 22/24 : LABEL arch=arm64 [2021-06-16T07:42:57.965Z] ---> Running in 1e7a6f5c178f [2021-06-16T07:42:58.560Z] Removing intermediate container 1e7a6f5c178f [2021-06-16T07:42:58.560Z] ---> 378b75afac00 [2021-06-16T07:42:58.560Z] Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [2021-06-16T07:42:58.560Z] ---> Running in 0b19742d3886 [2021-06-16T07:42:59.153Z] Removing intermediate container 0b19742d3886 [2021-06-16T07:42:59.154Z] ---> f826acc376b4 [2021-06-16T07:42:59.154Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T07:42:59.154Z] ---> Running in 96bfa07220f8 [2021-06-16T07:42:59.745Z] Removing intermediate container 96bfa07220f8 [2021-06-16T07:42:59.745Z] ---> c94d480171b9 [2021-06-16T07:42:59.745Z] [2021-06-16T07:43:00.017Z] Successfully built c94d480171b9 [2021-06-16T07:43:00.290Z] Successfully tagged core-data-arm64:latest [2021-06-16T07:43:00.578Z]  Building core-data ... done  [Pipeline] } [2021-06-16T07:43:00.569Z] $ docker stop --time=1 411caaa88eec8bab430b53ec359b877f5d24a420c1029512a29e8171ec0a3f0c [2021-06-16T07:43:02.446Z] $ docker rm -f 411caaa88eec8bab430b53ec359b877f5d24a420c1029512a29e8171ec0a3f0c [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-16T07:43:03.069Z] + docker images [2021-06-16T07:43:03.339Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-16T07:43:03.339Z] core-data-arm64 latest c94d480171b9 4 seconds ago 19.2MB [2021-06-16T07:43:03.339Z] support-notifications-arm64 latest 6d84f462f5ed 14 seconds ago 15.7MB [2021-06-16T07:43:03.339Z] aec9572d69cf 20 seconds ago 975MB [2021-06-16T07:43:03.339Z] 292757db73c8 28 seconds ago 969MB [2021-06-16T07:43:03.339Z] security-bootstrapper-arm64 latest 2dce62c30f16 30 seconds ago 17.5MB [2021-06-16T07:43:03.339Z] core-metadata-arm64 latest ed49755016c8 47 seconds ago 15.7MB [2021-06-16T07:43:03.339Z] 1ad7fcdf5ecf About a minute ago 972MB [2021-06-16T07:43:03.339Z] 892af8a2b39f About a minute ago 970MB [2021-06-16T07:43:03.339Z] sys-mgmt-agent-arm64 latest 473f14246a35 About a minute ago 299MB [2021-06-16T07:43:03.339Z] security-secretstore-setup-arm64 latest 21fd994b2821 3 minutes ago 27.1MB [2021-06-16T07:43:03.339Z] security-proxy-setup-arm64 latest 5a0a238c1e0c 3 minutes ago 24.3MB [2021-06-16T07:43:03.340Z] support-scheduler-arm64 latest 5c9258e030fa 3 minutes ago 15.1MB [2021-06-16T07:43:03.340Z] core-command-arm64 latest 47a93469d523 3 minutes ago 15MB [2021-06-16T07:43:03.340Z] a1c96f915487 3 minutes ago 970MB [2021-06-16T07:43:03.340Z] f17544dfddba 3 minutes ago 969MB [2021-06-16T07:43:03.340Z] 20659e190c51 3 minutes ago 974MB [2021-06-16T07:43:03.340Z] a953ac9ecacb 3 minutes ago 976MB [2021-06-16T07:43:03.340Z] b8c28a9a2803 3 minutes ago 967MB [2021-06-16T07:43:03.340Z] ci-base-image-arm64 latest c9c7fb42211a 13 minutes ago 641MB [2021-06-16T07:43:03.340Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 6 days ago 429MB [2021-06-16T07:43:03.340Z] alpine 3.12 9852663dfa18 2 months ago 5.32MB [2021-06-16T07:43:03.340Z] docker 20.10.0 eeaf43b92773 6 months ago 228MB [2021-06-16T07:43:03.340Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 11 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-16T07:43:04.054Z] ---> job-cost.sh [2021-06-16T07:43:04.054Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Yw4T [2021-06-16T07:43:43.004Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-16T07:45:22.337Z] lf-activate-venv(): INFO: Adding /tmp/venv-Yw4T/bin to PATH [2021-06-16T07:45:22.337Z] INFO: No Stack... [2021-06-16T07:45:22.337Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-16T07:45:22.337Z] INFO: Archiving Costs [Pipeline] sh [2021-06-16T07:45:22.689Z] + cat /w/workspace/edgex-go/23/archives/cost.csv [2021-06-16T07:45:22.689Z] + cut -d, -f6 [Pipeline] lock [2021-06-16T07:45:22.753Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3531-23-stack-cost] [2021-06-16T07:45:22.766Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3531-23-stack-cost] did not exist. Created. [2021-06-16T07:45:22.767Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3531-23-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-16T07:45:23.161Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-16T07:45:23.427Z] Stashed 1 file(s) [Pipeline] } [2021-06-16T07:45:23.444Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3531-23-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-06-16T07:45:24.114Z] provisioning config files... [2021-06-16T07:45:24.123Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config2332126802161451588tmp [Pipeline] { [Pipeline] sh [2021-06-16T07:45:24.503Z] + set +x [2021-06-16T07:45:24.503Z] + curl -s https://codecov.io/bash [2021-06-16T07:45:24.503Z] + bash -s -- [2021-06-16T07:45:24.503Z] [2021-06-16T07:45:24.503Z] _____ _ [2021-06-16T07:45:24.503Z] / ____| | | [2021-06-16T07:45:24.503Z] | | ___ __| | ___ ___ _____ __ [2021-06-16T07:45:24.503Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-16T07:45:24.503Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-16T07:45:24.503Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-16T07:45:24.503Z] Bash-1.0.3 [2021-06-16T07:45:24.503Z] [2021-06-16T07:45:24.503Z] [2021-06-16T07:45:24.503Z] ==> git version 2.24.4 found [2021-06-16T07:45:24.503Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-06-16T07:45:24.503Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-16T07:45:24.503Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-16T07:45:24.503Z] ==> Jenkins CI detected. [2021-06-16T07:45:24.503Z] project root: . [2021-06-16T07:45:24.503Z] --> token set from env [2021-06-16T07:45:24.503Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-16T07:45:24.503Z] ==> Running gcov in . (disable via -X gcov) [2021-06-16T07:45:24.503Z] ==> Python coveragepy not found [2021-06-16T07:45:24.504Z] ==> Searching for coverage reports in: [2021-06-16T07:45:24.504Z] + . [2021-06-16T07:45:24.765Z] -> Found 1 reports [2021-06-16T07:45:24.765Z] ==> Detecting git/mercurial file structure [2021-06-16T07:45:24.765Z] ==> Reading reports [2021-06-16T07:45:24.765Z] + ./coverage.out bytes=398195 [2021-06-16T07:45:24.765Z] ==> Appending adjustments [2021-06-16T07:45:24.765Z] https://docs.codecov.io/docs/fixing-reports [2021-06-16T07:45:25.707Z] + Found adjustments [2021-06-16T07:45:25.708Z] ==> Gzipping contents [2021-06-16T07:45:25.708Z] 56K /tmp/codecov.dn4kqG.gz [2021-06-16T07:45:25.708Z] ==> Uploading reports [2021-06-16T07:45:25.708Z] url: https://codecov.io [2021-06-16T07:45:25.708Z] query: branch=PR-3531&commit=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= [2021-06-16T07:45:25.708Z] -> Pinging Codecov [2021-06-16T07:45:25.708Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3531&commit=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= [2021-06-16T07:45:26.300Z] -> Uploading to [2021-06-16T07:45:26.300Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-16/00271124DB129430A58F1EEE437C3FCB/b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4/89e04c07-2699-46bf-90d4-eb008e89bcd6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210616%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210616T074526Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=57fcae6ae197f83c3a15e3402056783d74377272efe85d36ef095eac59a8aa79 [2021-06-16T07:45:26.300Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-16T07:45:26.300Z] Dload Upload Total Spent Left Speed [2021-06-16T07:45:26.873Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54481 0 0 100 54481 0 118k --:--:-- --:--:-- --:--:-- 117k 100 54481 0 0 100 54481 0 118k --:--:-- --:--:-- --:--:-- 117k [2021-06-16T07:45:26.873Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [Pipeline] } [2021-06-16T07:45:26.882Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-06-16T07:45:28.017Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T07:45:28.588Z] ---> package-listing.sh [2021-06-16T07:45:28.588Z] ++ facter osfamily [2021-06-16T07:45:28.588Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-16T07:45:28.849Z] + OS_FAMILY=redhat [2021-06-16T07:45:28.849Z] + workspace=/w/workspace/edgex-go/23 [2021-06-16T07:45:28.849Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-16T07:45:28.849Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-16T07:45:28.849Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-16T07:45:28.849Z] + PACKAGES=/tmp/packages_start.txt [2021-06-16T07:45:28.849Z] + '[' /w/workspace/edgex-go/23 ']' [2021-06-16T07:45:28.849Z] + PACKAGES=/tmp/packages_end.txt [2021-06-16T07:45:28.849Z] + case "${OS_FAMILY}" in [2021-06-16T07:45:28.849Z] + sort [2021-06-16T07:45:28.849Z] + rpm -qa [2021-06-16T07:45:32.147Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-16T07:45:32.147Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-16T07:45:32.147Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-16T07:45:32.427Z] + '[' /w/workspace/edgex-go/23 ']' [2021-06-16T07:45:32.427Z] + mkdir -p /w/workspace/edgex-go/23/archives/ [2021-06-16T07:45:32.427Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] echo [2021-06-16T07:45:32.465Z] 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/23/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-16T07:45:32.763Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:45:33.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-16T07:45:33.329Z] [2021-06-16T07:45:33.329Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-16T07:45:33.641Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-16T07:45:33.641Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-16T07:45:33.641Z] df20fa9351a1: Pulling fs layer [2021-06-16T07:45:33.641Z] 36b3adc4ff6f: Pulling fs layer [2021-06-16T07:45:33.641Z] 8ad3a11d3b57: Pulling fs layer [2021-06-16T07:45:33.641Z] 46f8f816bc3b: Pulling fs layer [2021-06-16T07:45:33.641Z] 93b61091891f: Pulling fs layer [2021-06-16T07:45:33.641Z] 93b9cdb0e59b: Pulling fs layer [2021-06-16T07:45:33.641Z] 5e14af77c1be: Pulling fs layer [2021-06-16T07:45:33.641Z] 01666e4c0597: Pulling fs layer [2021-06-16T07:45:33.641Z] aa168da1d23b: Pulling fs layer [2021-06-16T07:45:33.641Z] 46f8f816bc3b: Waiting [2021-06-16T07:45:33.641Z] 93b61091891f: Waiting [2021-06-16T07:45:33.641Z] 5e14af77c1be: Waiting [2021-06-16T07:45:33.641Z] 93b9cdb0e59b: Waiting [2021-06-16T07:45:33.641Z] 01666e4c0597: Waiting [2021-06-16T07:45:33.641Z] aa168da1d23b: Waiting [2021-06-16T07:45:33.641Z] 36b3adc4ff6f: Verifying Checksum [2021-06-16T07:45:33.641Z] 36b3adc4ff6f: Download complete [2021-06-16T07:45:33.641Z] 46f8f816bc3b: Verifying Checksum [2021-06-16T07:45:33.641Z] 46f8f816bc3b: Download complete [2021-06-16T07:45:33.911Z] df20fa9351a1: Verifying Checksum [2021-06-16T07:45:33.911Z] df20fa9351a1: Download complete [2021-06-16T07:45:33.911Z] 93b9cdb0e59b: Verifying Checksum [2021-06-16T07:45:33.911Z] 93b9cdb0e59b: Download complete [2021-06-16T07:45:33.911Z] 5e14af77c1be: Verifying Checksum [2021-06-16T07:45:33.911Z] 5e14af77c1be: Download complete [2021-06-16T07:45:33.911Z] 01666e4c0597: Verifying Checksum [2021-06-16T07:45:33.911Z] 01666e4c0597: Download complete [2021-06-16T07:45:33.911Z] 93b61091891f: Verifying Checksum [2021-06-16T07:45:33.911Z] 93b61091891f: Download complete [2021-06-16T07:45:33.911Z] 8ad3a11d3b57: Verifying Checksum [2021-06-16T07:45:33.911Z] 8ad3a11d3b57: Download complete [2021-06-16T07:45:33.911Z] df20fa9351a1: Pull complete [2021-06-16T07:45:34.175Z] 36b3adc4ff6f: Pull complete [2021-06-16T07:45:34.759Z] 8ad3a11d3b57: Pull complete [2021-06-16T07:45:34.759Z] 46f8f816bc3b: Pull complete [2021-06-16T07:45:35.023Z] 93b61091891f: Pull complete [2021-06-16T07:45:35.023Z] 93b9cdb0e59b: Pull complete [2021-06-16T07:45:35.023Z] 5e14af77c1be: Pull complete [2021-06-16T07:45:35.023Z] 01666e4c0597: Pull complete [2021-06-16T07:45:35.594Z] aa168da1d23b: Verifying Checksum [2021-06-16T07:45:35.594Z] aa168da1d23b: Download complete [2021-06-16T07:45:40.897Z] aa168da1d23b: Pull complete [2021-06-16T07:45:40.897Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-16T07:45:40.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-16T07:45:40.897Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-16T07:45:40.978Z] prd-centos7-docker-4c-2g-1677 does not seem to be running inside a container [2021-06-16T07:45:41.017Z] $ 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/23/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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:alpine cat [2021-06-16T07:45:47.352Z] $ docker top 552a8bceeb8b5c78eb5a1659bd6f8279382678007f2b1cd3b7249244ce0489a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T07:45:47.746Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-16T07:45:48.044Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-16T07:45:48.337Z] + ls /var/log/sa-host [2021-06-16T07:45:48.337Z] + sadf -c /var/log/sa-host/sa05 [2021-06-16T07:45:48.337Z] file_magic: OK [2021-06-16T07:45:48.337Z] HZ: Using current value: 100 [2021-06-16T07:45:48.337Z] file_header: OK [2021-06-16T07:45:48.337Z] 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-06-16T07:45:48.337Z] Statistics: [2021-06-16T07:45:48.337Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-16T07:45:48.337Z] File successfully converted to sysstat format version 12.2.1 [2021-06-16T07:45:48.337Z] + sadf -c /var/log/sa-host/sa16 [2021-06-16T07:45:48.337Z] file_magic: OK [2021-06-16T07:45:48.337Z] HZ: Using current value: 100 [2021-06-16T07:45:48.337Z] file_header: OK [2021-06-16T07:45:48.337Z] 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-06-16T07:45:48.337Z] Statistics: [2021-06-16T07:45:48.337Z] 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...Hnuu...uuuununununu... [2021-06-16T07:45:48.337Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-16T07:45:48.532Z] provisioning config files... [2021-06-16T07:45:48.544Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config8486383633183272901tmp [Pipeline] { [Pipeline] echo [2021-06-16T07:45:48.567Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T07:45:48.862Z] ---> create-netrc.sh [Pipeline] } [2021-06-16T07:45:48.871Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-16T07:45:49.237Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-16T07:45:49.247Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T07:45:49.548Z] ---> sudo-logs.sh [2021-06-16T07:45:49.548Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-16T07:45:49.581Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T07:45:49.881Z] ---> job-cost.sh [2021-06-16T07:45:49.881Z] lf-activate-venv: SKIPPING [2021-06-16T07:45:49.881Z] DEBUG: total: 0.18000000715255737 [2021-06-16T07:45:49.881Z] INFO: Retrieving Stack Cost... [2021-06-16T07:45:50.824Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-16T07:45:51.087Z] INFO: Archiving Costs [Pipeline] echo [2021-06-16T07:45:51.106Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T07:45:51.411Z] ---> logs-deploy.sh [2021-06-16T07:45:51.411Z] lf-activate-venv: SKIPPING [2021-06-16T07:45:51.411Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3531/23 [2021-06-16T07:45:51.411Z] INFO: archiving workspace using pattern(s): [2021-06-16T07:45:52.358Z] Archives upload complete. [2021-06-16T07:45:52.358Z] INFO: archiving logs to Nexus